
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--Success: #4CAF50;
--Warning: #FF9800;
--Error: #F44336;
--Info: #2196F3;
--White: #FFFFFF;
--MainBrand: #16A1D9;
--SecBrand: #D55051;
--DarkBrand: #758C92;
--LightBackground: #BAC6C8;
--TertBackground: #6F6A59;
--LightAccent: #5D5344;
--PrimaryText: #333333;
--TertText: #636363;
--BrandBrown: #543C29;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-jaro: 'Jaro',sans-serif;
--font-robotomono: 'Roboto Mono',monospace;
--font-fugazone: 'Fugaz One',display;
--font-satisfy: 'Satisfy',handwriting;
--font-roboto: 'Roboto',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-ibmplexsans: 'IBM Plex Sans',sans-serif;
--font-sourcesans: 'Source Sans 3',sans-serif;
--font-manrope: 'Manrope',sans-serif;
--font-notosans: 'Noto Sans',sans-serif;
--font-merriweather: 'Merriweather',serif;
--font-vollkorn: 'Vollkorn',serif;
--font-lora: 'Lora',serif;
--font-ptserif: 'PT Serif',serif;
--font-firacode: 'Fira Code',monospace;
--font-playfairdisplay: 'Playfair Display',serif;
--font-bangers: 'Bangers',display;
--font-lilitaone: 'Lilita One',display;
--font-literata: 'Literata',serif;
--font-archivo: 'Archivo',sans-serif;
--font-monoton: 'Monoton',display;
--font-ebgaramond: 'EB Garamond',serif;
--font-cormorantgaramond: 'Cormorant Garamond',serif;
--font-gupter: 'Gupter',serif;
--font-lato: 'Lato',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dWxTAL {
    height:100vh;
  display:flex;
  overflow:hidden;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dJmgtr {
    gap:48px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .dQMszg {
    gap:16px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .bNUMdW {
    flex:1;
  align-items:start;
  padding-top:12px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:start;
  }
      

      
  .bNUMdW.alignCenter {
    align-items:center;
  justify-content:center;
  }
      


  .bNUMdW.isSelected {
    border-color:var(--MainBrand, #CC5BC5);
  border-style:solid;
  border-width:2px;
  background-color:var(--LightBackground, #FDE8F5);
  }
      


  .bNUMdW:hover {
    cursor:pointer;
  opacity:0.7;
  }
      


          @media (max-width: 379px) {
            
  .bNUMdW {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

          }
          

  .bNUMdW:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .cFthVl {
    color:inherit;
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  text-align:center;
  font-weight:var(--font-weight-semi-bold);
  line-height:1.4;;
  }
      

      
        
        
      
      
  .LVWGi {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:clamp(0.6875rem, 3.25vw, 0.9375rem);;
  min-height:4rem;
  text-align:center;
  line-height:1.5;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fFZHGf {
    color:var(--grey-600, #525252);
  display:inline-block;
  font-size:clamp(0.85rem, 3.25vw, 0.9375rem);;
  text-align:left;
  line-height:1.5;;
  white-space:nowrap;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cSSeqP {
    color:var(--PrimaryText, #333333);
  font-size:2rem;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 768px) {
            
  .cSSeqP {
    font-size:1.7rem;
  }
      

          }
          
        
        
      
      
  .cqucwt {
    flex:1;
  outline:none;;
  font-size:inherit;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  padding-top:12px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:start;
  }
      

      
  .cqucwt.isSelected {
    border-color:var(--MainBrand, #CC5BC5);
  border-style:solid;
  border-width:2px;
  background-color:var(--LightBackground, #FBCFE8);
  }
      


  .cqucwt:hover {
    cursor:pointer;
  opacity:0.7;
  }
      

        
        
      
      
  .erzpkE {
    color:var(--grey-500, #737373);
  display:flex;
  position:relative;
  font-size:.9rem;
  transform:translateY(-4px);;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cveodf {
    color:inherit;
  width:100%;
  display:flex;
  font-size:var(--text-size);
  font-weight:var(--text-weight);
  line-height:var(--line-height);
  border-radius:4px;
  flex-direction:column;
  background-color:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .faGaXi {
    gap:2px;
  }
      

      
        
        
      
      
  .uFuBv {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  text-decoration-line:;
  }
      

      
        
        
      
      
  .cIsDXs {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:700;
  text-decoration-line:underline;
  }
      

      
        
        
      
      
  .fAqfjt {
    color:inherit;
  font-size:2rem;
  text-align:center;
  line-height:1.2;;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .eyJzwU {
    gap:8px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dgIdIW {
    color:inherit;
  display:inline-block;
  font-size:2rem;
  line-height:1.2;;
  }
      

      
        
        
      
      
  .ctiLzL {
    gap:8px;
  width:100%;
  display:grid;;
  object-fit:;
  align-items:start;
  flex-direction:row;
  grid-auto-rows:min-content;;
  justify-content:center;
  grid-template-columns:repeat(2, 1fr);;
  }
      

      
        
        
      
      
  .dKJmW {
    color:var(--TertText, #777777);
  font-size:1.125rem;
  line-height:1.4;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dAJLez {
    top:60px;
  width:100%;
  height:calc(100% - 160px);;
  overflow:auto;;
  position:absolute;
  min-height:0;;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .dAJLez {
    height:calc(100% - 270px);;
  }
      

          }
          
        
        
      
      
  .yUXLw {
    gap:48px;
  flex:1;
  align-items:center;
  justify-content:start;;
  }
      

      
        
        
      
      
  .dfJEVs {
    gap:56px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .fdqvSf {
    gap:72px;
  width:100%;
  display:grid;;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  grid-template-columns:1fr 1fr;;
  }
      

      
          @media (max-width: 800px) {
            
  .fdqvSf {
    grid-template-columns:1fr;;
  }
      

          }
          
        
        
      
      
  .lsgln {
    min-width:350px;
  min-height:300px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

      
          @media (max-width: 800px) {
            
  .lsgln {
    display:none;
  }
      

          }
          
        
        
      
      
  .eBiYDb {
    color:var(--PrimaryText, #333333);
  font-size:clamp(1.4rem, 5.5vw, 2rem);;
  text-align:center;
  font-weight:var(--font-weight-bold);
  line-height:1.2;;
  }
      

      
        
        
      
      
  .dedlre {
    gap:28px;
  width:100%;
  }
      

      
        
        
      
      
  .devVJg {
    color:#000000;
  font-size:1.5rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .bonVTf {
    align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .lkgsu {
    gap:12px;
  transition:opacity 300ms ease 0ms normal;
  align-items:center;
  justify-content:start;
  }
      

      
  .lkgsu {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .cOyjki {
    gap:8px;
  transition:opacity 300ms ease 0ms normal;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .cOyjki {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .dJLlo {
    cursor:pointer;
  font-size:.875rem;
  }
      

      
        
        
      
      
  .POZTa {
    gap:6px;
  color:var(--grey-700, #404040);
  cursor:pointer;
  display:flex;
  font-size:1rem;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .eLzwRY {
    font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line: underline;
  }
      

      
  .eLzwRY:hover {
    color:var(--grey-600, #525252);
  }
      

        
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
        
      
      
  .login-signin-google\:root {
    gap:10px;
  width:100%;
  cursor:pointer;
  height:3rem;
  background: #F2F2F2;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .login-signin-google\:root:hover {
    background: var(--grey-200);
  }
      


  .login-signin-google\:root:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:3px;
  }
      

        
        
      
      
  .quiz-create-account\:qDFF2_0_EPxKsuPmvNBXH {
    max-width:300px;
  background:var(--grey-100);
  }
      

      
        
        
      
      
  .djmoZi {
    gap:28px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .MppJT {
    gap:16px;
  transition:opacity 300ms ease 0ms normal;
  }
      

      
  .MppJT {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .dZIkHb {
    color:#4C1D95;
  font-weight:var(--font-weight-bolder);
  }
      

      
        
        
      
      
  .dDLZlH {
    gap:8px;
  align-items:center;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  }
      

      
        
        
      
      
  .dWhGwj {
    width:21px;;
  border:1.4px solid #323232;;
  height:21px;;
  position:relative;;
  background:var(--MainBrand);
  box-shadow:2.8px 2.8px #323232;;
  border-radius:3.5px;;
  }
      

      
  .dWhGwj::after {
    top:3px;      /* Adjusted from 1.4px */;
  left:7px;     /* Adjusted from 5.6px */;
  width:4.9px;;
  border:solid white;;
  height:10.5px;;
  content:"";;
  position:absolute;;
  transform:rotate(45deg);;
  border-width:0 1.75px 1.75px 0;;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .feOJqg {
    color:var(--grey-700, #404040);
  font-size:1rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dYa-dzo {
    top:140px;
  position:absolute;
  transform:rotate(90deg);;
  transform-origin:center;;
  }
      

      
          @media (max-width: 800px) {
            
  .dYa-dzo {
    display:none;
  }
      

          }
          
        
        
      
      
  .tAnEz {
    min-width:350px;
  min-height:300px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .xreAH {
    color:var(--PrimaryText, #333333);
  font-size:clamp(1.125rem, 5.5vw, 2rem);;
  text-align:left;
  font-weight:var(--font-weight-bold);
  line-height:1.2;;
  }
      

      
        
        
      
      
  .dGaQFw {
    gap:8px;
  min-width:250px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .bRVAqq {
    color:var(--TertText, #777777);
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  text-align:center;
  transition:opacity 300ms ease 0ms normal;
  line-height:1.4;;
  }
      

      
  .bRVAqq {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .fDDbLZ {
    color:var(--PrimaryText, #333333);
  font-size:clamp(1.125rem, 5.5vw, 2rem);;
  text-align:center;
  font-weight:var(--font-weight-bold);
  line-height:1.2;;
  }
      

      
        
        
      
      
  .dUdBsa {
    gap:8px;
  min-width:250px;
  transition:opacity 300ms ease 0ms normal;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .dUdBsa {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .ApLEJ {
    width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .IdjWW {
    width:var(--width);
  height:var(--height);
  aspect-ratio:1/1;
  border-color:var(--color, <Value>);
  border-style:solid;
  border-width:var(--borderwidth);
  border-radius:50%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cSpgUk {
    gap:5px;
  margin-top:25px;
  }
      

      
        
        
      
      
  .eaJHIi {
    color:var(--grey-600, #525252);
  cursor:pointer;
  font-size:clamp(0.5625rem, 2.75vw, 0.8125rem);;
  font-family:'Inter';
  font-weight:500;
  line-height:1.4;;
  }
      

      
        
        
      
      
  .AigPR {
    gap:8px;
  color:#000000;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:.875rem;
  max-width:400px;
  min-width:min-content;
  transition:transform 300ms ease;;
  align-items:center;
  padding-top:16px;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .AigPR:hover {
    transform:translate(-2px, -2px);;
  box-shadow:3px 3px 0px 0px #000000;
  }
      


  .AigPR:disabled {
    cursor:default;;
  border-color:#1f1f1f1f;;
  background-color:#ffffff61;;
  }
      

        
        
      
      
  .ciowks {
    font-weight:500;
  vertical-align:top;
  }
      

      
  .ciowks:disabled {
    opacity:38%;;
  }
      

        
        
      
      
  .efcNqX {
    color:var(--MainBrand);
  }
      

      
        
        
      
      
  .euTopz {
    width:20px;;
  height:20px;;
  min-width:20px;;
  align-items:center;
  justify-content:center;
  }
      

      
  .euTopz:disabled {
    opacity:38%;;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dGnrDB {
    font-size:clamp(0.5625rem, 2.75vw, 0.8125rem);;
  font-family:'Inter';
  font-weight:600;
  line-height:1.4;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fDHJko {
    color:var(--TertText, #777777);
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  text-align:center;
  line-height:1.4;;
  }
      

      
        
        
      
      
  .elYFUB {
    gap:2px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fAiTne {
    width:100%;
  height:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
          @media (min-width: 640px) {
            
  .fAiTne {
    width:90%;
  max-width:var(--maxwidth);
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dtbZNG {
    color:inherit;
  display:inline-block;
  margin-top:0.25rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .feedbm {
    color:#333333;
  font-size:2rem;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 768px) {
            
  .feedbm {
    font-size:1.7rem;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ZZauf {
    color:inherit;
  display:inline-block;
  font-size:2rem;
  line-height:1.2;;
  }
      

      
        
        
      
      
  .fExngL {
    display:contents;;
  }
      

      
        
        
      
      
  .dnBtYx {
    gap:1em;;
  color:#fff;;
  display:flex;;
  padding:1em;;
  align-items:center;;
  aspect-ratio:16 / 9;;
  flex-direction:column;;
  justify-content:center;;
  text-decoration:none;;
  background-color:#000;;
  }
      

      
        
        
      
      
  .popup-card\:03SQDVd0rfAt-Z_LsdXX- {
    border-radius:0.5rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dtyyhg {
    gap:0.5rem;
  color:var(--pink-600, #DB2777);
  width:100%;
  cursor:pointer;
  font-size:0.875rem;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  border-color:var(--pink-600, #DB2777);
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .dtyyhg:hover {
    background-color:var(--purple-50, #F5F3FF);
  }
      


  .dtyyhg:focus-visible {
    outline-color:var(--purple-400, #A78BFA);
  outline-style:solid;
  outline-width:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .vSSmT {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dZfEit {
    gap:0.5rem;
  color:#ffffff;
  width:100%;
  cursor:pointer;
  font-size:0.875rem;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  border-radius:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--pink-500, #EC4899);
  }
      

      
  .dZfEit:hover {
    background-color:var(--purple-600, #7C3AED);
  }
      


  .dZfEit:focus-visible {
    outline-color:var(--purple-400, #A78BFA);
  outline-style:solid;
  outline-width:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .lTnbS {
    gap:0.5rem;
  color:var(--PrimaryText);
  width:fit-content;
  cursor:pointer;
  font-size:0.875rem;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:inherit;
  }
      

      
  .lTnbS:hover {
    background-color:var(--SecBrand, #C26DBC);
  }
      

        
        
      
      
  .VqMzH {
    color:inherit;
  display:inline-block;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .enwCHg {
    gap:0.5rem;
  color:var(--pink-600, #DB2777);
  width:fit-content;
  cursor:pointer;
  font-size:0.875rem;
  align-items:center;
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:inherit;
  }
      

      
  .enwCHg:hover {
    background-color:var(--purple-50, #F5F3FF);
  }
      

        
        
      
      
  .fvipif {
    gap:0.5rem;
  left:1rem;
  color:var(--PrimaryText, #333333);
  right:1rem;
  bottom:1rem;
  display:flex;
  z-index:1;
  position:fixed;
  font-size:0.875rem;
  box-shadow:1px 4px 8px 0px #0000001a;
  font-weight:var(--font-weight-normal);
  line-height:1.25rem;
  padding-top:1rem;
  border-color:var(--DarkBrand, #9C4A96);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--LightBackground, #FBCFE8);
  }
      

      
          @media (min-width: 640px) {
            
  .fvipif {
    left:auto;
  right:var(--rightOffset);
  width:304px;
  bottom:var(--bottomOffset);
  position:fixed;
  }
      

          }
          
        
        
      
      
  .jxKHC {
    left:1rem;
  color:var(--PrimaryText);
  right:1rem;
  bottom:1rem;
  display:none;
  z-index:1;
  position:fixed;
  font-size:0.875rem;
  box-shadow:1px 4px 8px 0px #0000001a;
  font-weight:var(--font-weight-normal);
  line-height:1.25rem;
  padding-top:1rem;
  border-color:var(--pink-300, #F9A8D4);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--LightBackground, #FBCFE8);
  }
      

      
          @media (min-width: 640px) {
            
  .jxKHC {
    gap:0.5rem;
  left:auto;
  right:var(--rightOffset);
  width:304px;
  bottom:var(--bottomOffset);
  display:flex;
  position:fixed;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cuBTAZ {
    left:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  position:fixed;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .cuBTAZ {
    display:none;
  }
      

          }
          
        
        
      
      
  .popup-card\:ym59csVi232N-mzDhtjJ3 {
    border-radius:0.5rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eXOOLj {
    color:#777777;
  font-size:1.125rem;
  line-height:1.4rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bvpxsL {
    gap:16px;
  flex:1;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:start;
  }
      

      
        
        
      
      
  .cMDqQo {
    font-size:1.125rem;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .cWjIOx {
    width:100%;
  height:55px;
  font-size:1.125rem;
  align-items:center;
  padding-top:12px;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:71kj9vz12UbVsUunTeBkq {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:8VK6DVoMHIdwm4r-HGsjX {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:8VK6DVoMHIdwm4r-HGsjX:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:CrYrMZlPAw4Jc5XAo_amB {
    width:100%;
  }
      

      
        
        
      
      
  .ewkjro {
    color:var(--SecBrand, #C26DBC);
  }
      

      
        
        
      
      
  .quiz-card-cars\:FPAnwC652iv24A2ZZm7k- {
    width:100%;
  height:55px;
  font-size:1.125rem;
  align-items:center;
  padding-top:12px;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .vgyWx {
    gap:24px;
  width:100%;
  align-items:center;
  padding-top:48px;
  border-color:var(--purple-300, #C4B5FD);
  border-style:dashed;
  border-width:1px;
  padding-left:32px;
  border-radius:8px;
  padding-right:32px;
  padding-bottom:48px;
  justify-content:start;
  }
      

      
        
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:PVFKd0T-pboIFiBAAG6Zt {
    width:100%;
  height:55px;
  font-size:1.125rem;
  align-items:center;
  padding-top:12px;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .byenXZ {
    color:inherit;
  display:flex;
  font-size:1.125rem;
  border-radius:4px;
  flex-direction:column;
  background-color:inherit;
  }
      

      
        
        
      
      
  .quiz-card-cars\:Ui0pliyB8eHwmhEaF08WS {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:Ui0pliyB8eHwmhEaF08WS:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .sYgMU {
    gap:8px;
  width:120px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:cIxhs-zqKSL4xIek1jdwO {
    box-shadow:1px 4px 8px 0px #00000044;
  padding-top:8px;
  border-color:var(--purple-300, #C4B5FD);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eMurXK {
    gap:24px;
  width:100%;
  flex-wrap:wrap;
  max-width:600px;
  padding-top:24px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:2px;
  padding-left:24px;
  border-radius:4px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  }
      

      
  .eMurXK.isComplete {
    border-color:var(--MainBrand, #CC5BC5);
  border-style:solid;
  border-width:2px;
  background-color:var(--LightBackground, #FBCFE8);
  }
      

        
        
      
      
  .quiz-card-cars\:h60mDcGXH6AoL7Io0i-U0 {
    box-shadow:1px 4px 8px 0px #00000044;
  padding-top:8px;
  border-color:var(--purple-300, #C4B5FD);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .quiz-card-cars\:kOGURhdxjOlaPnfH9W4Nf {
    cursor:pointer;
  font-size:1.125rem;
  font-weight:var(--font-weight-semi-bold);
  padding-top:12px;
  border-color:var(--LightAccent, #E0A0DC);
  border-style:dashed;
  border-width:1px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
  .quiz-card-cars\:kOGURhdxjOlaPnfH9W4Nf:hover {
    transition:background-color 300ms ease 0ms ;
  background-color:var(--grey-200, #E5E5E5);
  }
      


  .quiz-card-cars\:kOGURhdxjOlaPnfH9W4Nf:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .quiz-card-cars\:mm9oRnCz-FR-Y1zoYYs3n {
    width:100%;
  }
      

      
        
        
      
      
  .quiz-card-cars\:nKVu-eLGWU5Eeas0Qymt2 {
    top:8px;
  color:var(--Error, #F44336);
  right:8px;
  cursor:pointer;
  position:absolute;
  }
      

      
        
        
      
      
  .fBPRCq {
    color:var(--grey-500, #737373);
  font-size:1.125rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:rfhFkfv4gMMdONQCjrXJy {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:rfhFkfv4gMMdONQCjrXJy:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .quiz-card-cars\:sKOGVYK7-jz6WD736qsv9 {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:sKOGVYK7-jz6WD736qsv9:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .bKfmEP {
    gap:8px;
  width:80px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .sUexb {
    gap:8px;
  flex-direction:column;
  justify-content:;
  }
      

      
        
        
      
      
  .quiz-card-cars\:xbic6UeqhX1kIixyIMiCJ {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:xbic6UeqhX1kIixyIMiCJ:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-cars\:yczANvvsWtkBPbVt_-Nm9 {
    padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .quiz-card-cars\:yczANvvsWtkBPbVt_-Nm9:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .quiz-card-cars\:zAG-pZTIla-51POIxYb2w {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ecrEMw {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  opacity:1;
  z-index:10;
  position:fixed;
  background:#000000cc;
  transition:opacity 200ms ease;
  padding-top:125px;
  }
      

      
  .ecrEMw {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .cRtIMq {
    color:#ffffff;
  width:fit-content;
  font-size:1.75rem;
  font-family:"Fira Code";
  font-weight:500;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
  .cRtIMq:hover {
    color:#ffffffbf;
  }
      

        
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eidNkh {
    gap:8px;
  width:100%;
  display:grid;;
  align-items:start;
  grid-auto-rows:min-content;;
  justify-content:center;
  grid-template-columns:repeat(2, 1fr);;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cZLuRU {
    width:100%;
  bottom:0px;
  height:100px;
  position:absolute;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 640px) {
            
  .cZLuRU {
    bottom:110px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dEvNWJ {
    width:100%;
  position:relative;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .bcFZSJ {
    gap:3px;
  display:flex;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eUoRcG {
    width:var(--width);
  height:var(--height);
  border-radius:inherit;
  }
      

      
  .eUoRcG:hover {
    --ripple-background-color:var(--ripple-highlight-color, #e3e2e320);
  }
      

        
        
      
      
  .fbOIDO {
    color:var(--grey-500, #737373);
  padding-top:32px;
  border-color:var(--grey-500, #737373);
  border-style:dashed;
  border-width:2px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:32px;
  }
      

      
        
        
      
      
  .djcCPk {
    width:100%;
  height:100%;
  overflow:hidden;
  position:absolute;
  transition:background-color 16ms linear 0ms normal;
  align-items:center;
  border-radius:inherit;
  pointer-events:none;
  justify-content:center;
  background-color:var(--ripple-background-color);
  }
      

      
        
        
      
      
  .SonqE {
    scale:2.85;
  opacity:var(--opacity);
  position:absolute;
  min-width:100%;
  translate:var(--offset-left) var(--offset-top);
  background:radial-gradient(closest-side, var(--ripple-pressed-color, #e3e2e330) max(100% - 18px, 65%), transparent 100%);
  min-height:100%;
  transition:scale 750ms cubic-bezier(0.4, 0.5, 0.2, 1) 0ms normal, opacity 300ms ease 0ms normal;
  aspect-ratio:1;
  }
      

      
  .SonqE {
    @starting-style {
            scale:0.25;
  opacity:0.775;
          }
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dlxvMM {
    color:var(--grey-600, #525252);
  width:fit-content;
  height:fit-content;
  display:inline-block;
  font-size:1.7rem;
  font-family:'Inter';
  font-weight:500;
  }
      

      
          @media (min-width: 640px) {
            
  .dlxvMM {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .fzOrtn {
    color:#333333;
  width:218px;
  cursor:pointer;
  position:relative;
  background:var(--DarkBrand);
  align-items:center;
  padding-top:10px;
  border-radius:6px;
  padding-bottom:10px;
  justify-content:center;
  }
      

      
  .fzOrtn:hover {
    background:var(--MainBrand);
  transition:background-color 300ms ease 0ms ;
  }
      


          @media (min-width: 640px) {
            
  .fzOrtn {
    width:386px;
  }
      

          }
          

  
      


  .fzOrtn:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .bAcWzi {
    color:#333333;
  width:132px;
  cursor:pointer;
  position:relative;
  background:var(--DarkBrand);
  align-items:center;
  padding-top:10px;
  touch-action:manipulation;
  border-radius:6px;
  padding-bottom:10px;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .bAcWzi {
    width:300px;
  }
      

          }
          

  .bAcWzi:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bsiATc {
    gap:15px;
  color:inherit;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fCDWJK {
    gap:3px;
  display:flex;
  flex-direction:row;
  }
      

      
        
        
      
      
  .ccNGoX {
    color:#000000;
  font-size:.75rem;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
        
      
      
  .bYVsKx {
    color:var(--PrimaryText);
  font-size:.75rem;
  text-decoration-line: underline;
  }
      

      
  .bYVsKx:hover {
    cursor:pointer;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ezESTP {
    color:var(--grey-50, #FAFAFA);
  width:71px;
  cursor:pointer;
  position:relative;
  align-items:center;
  padding-top:10px;
  touch-action:manipulation;
  border-radius:6px;
  padding-bottom:10px;
  justify-content:center;
  background-color:var(--grey-400, #A3A3A3);
  }
      

      
  .ezESTP:hover {
    background-color:var(--grey-400, #A3A3A3);
  }
      


  .ezESTP:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .fdjqi {
    color:var(--grey-50, #FAFAFA);
  width:218px;
  cursor:pointer;
  position:relative;
  align-items:center;
  padding-top:10px;
  border-radius:6px;
  padding-bottom:10px;
  justify-content:center;
  background-color:var(--grey-400, #A3A3A3);
  }
      

      
  .fdjqi:hover {
    background-color:var(--grey-400, #A3A3A3);
  }
      


          @media (min-width: 640px) {
            
  .fdjqi {
    width:386px;
  }
      

          }
          

  .fdjqi:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bXYEDH {
    gap:8px;
  color:#ffffff00;
  width:100%;
  height:80px;
  display:flex;
  position:relative;
  font-size:1.2rem;
  align-items:start;
  font-family:'Inter';
  font-weight:600;
  padding-top:1.5%;
  padding-left:2%;
  padding-right:2%;
  flex-direction:column;
  padding-bottom:1.5%;
  justify-content:start;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:2px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
          @media (min-width: 640px) {
            
  .bXYEDH {
    gap:16px;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fFqZmw {
    color:var(--TertText, #777777);
  font-size:1.125rem;
  line-height:1.4;;
  white-space:pre-wrap;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dibXbz {
    top:0px;
  left:0px;
  right:0px;
  z-index:50;
  position:fixed;
  }
      

      
        
        
      
      
  .apKYN {
    width:100%;
  height:80px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dMMaCn {
    font-size:1.75rem;
  font-family:"Fira Code";
  font-weight:500;
  }
      

      
  .dMMaCn.isOpen {
    color:#ffffff;
  }
      

        
        
      
      
  .shop-nav\:IWCY3X0GUVR-Qv6K-4G_J {
    cursor:pointer;
  display:flex;
  row-gap:2px;
  column-gap:2px;
  align-items:center;
  padding-top:12px;
  padding-left:12px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:flex-start;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
        
        
      
      
  .dIDNFq {
    transition:rotate 300ms ease;
  }
      

      
  .dIDNFq.isOpen {
    color:#ffffff;
  rotate:0 0 1 135deg;
  transition:rotate 300ms ease;
  }
      

        
        
      
      
  .cIXbAl {
    display:flex;
  min-width:145px;
  align-items:flex-end;
  padding-left:12px;
  padding-right:12px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ccJfft {
    display:flex;
  row-gap:28px;
  column-gap:28px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
  .sparkcore\/sc-dropdown-content\:root:focus {
    outline:none;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .shop-profile\:3CVDP-VQiwe-kF6KanHCJ {
    gap:.25rem;
  color:var(--grey-800, #262626);
  min-width:225px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .shop-profile\:4rRL4OSJJWYIox4khuHDn {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .shop-profile\:4rRL4OSJJWYIox4khuHDn:active {
    background:var(--LightBackground);
  }
      


  .shop-profile\:4rRL4OSJJWYIox4khuHDn:focus {
    background:var(--LightBackground);
  }
      


  .shop-profile\:4rRL4OSJJWYIox4khuHDn.open {
    background:var(--LightBackground);
  }
      


  .shop-profile\:4rRL4OSJJWYIox4khuHDn.disabled {
    background-color:transparent;
  }
      

        
        
      
      
  .shop-profile\:DRameXq9bvCXcP9ACM634 {
    cursor:pointer;
  }
      

      
          @media (max-width: 768px) {
            
  .shop-profile\:DRameXq9bvCXcP9ACM634 {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dVkAGN {
    width:var(--size);
  height:var(--size);
  translate:var(--translate);
  margin-left:var(--margin-left);
  border-top-left-radius:99999px;
  border-top-right-radius:99999px;
  border-bottom-left-radius:99999px;
  border-bottom-right-radius:99999px;
  }
      

      
        
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
        
      
      
  .avatar\:-kWssftQUD5dG7_tYJA_M {
    color:var(--grey-500, #737373);
  width:100%;
  height:100%;
  font-size:.875rem;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
        
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

      
        
        
      
      
  .avatar\:8oDE1GFsZrzlgcWEPZGvY {
    width:100%;
  height:100%;
  pointer-events:none;
  }
      

      
        
        
      
      
  .eeapNT {
    top:60%;
  left:60%;
  color:var(--PrimaryText);
  position:absolute;
  background: white;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .avatar\:ZAT-T_uhOTq5PPOpPxhcB {
    width:100%;
  height:100%;
  box-shadow:0px 4px 20px 0px #00000033;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  border-radius:9999px;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .shop-profile\:mFId0EgdiyrG6kuxr43CG {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .shop-profile\:mFId0EgdiyrG6kuxr43CG:active {
    background:var(--LightBackground);
  }
      


  .shop-profile\:mFId0EgdiyrG6kuxr43CG:focus {
    background:var(--LightBackground);
  }
      


  .shop-profile\:mFId0EgdiyrG6kuxr43CG.open {
    background:var(--LightBackground);
  }
      


  .shop-profile\:mFId0EgdiyrG6kuxr43CG.disabled {
    background-color:transparent;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .shop-profile\:yMx3XnKDUMEHiINqpVBJm {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .shop-profile\:yMx3XnKDUMEHiINqpVBJm:active {
    background:var(--LightBackground);
  }
      


  .shop-profile\:yMx3XnKDUMEHiINqpVBJm:focus {
    background:var(--LightBackground);
  }
      


  .shop-profile\:yMx3XnKDUMEHiINqpVBJm.open {
    background:var(--LightBackground);
  }
      


  .shop-profile\:yMx3XnKDUMEHiINqpVBJm.disabled {
    background-color:transparent;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dOUbyg {
    gap:16px;
  padding-left:12px;
  padding-right:12px;
  }
      

      
        
        
      
      
  .bbIWk {
    gap:16px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cdissQ {
    gap:4px;
  }
      

      
          @media (max-width: 380px) {
            
  .cdissQ {
    width:100%;
  }
      

          }
          
        
        
      
      
  .eaONou {
    gap:4px;
  width:305px;
  }
      

      
          @media (max-width: 380px) {
            
  .eaONou {
    width:100%;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fDHoQh {
    width:1px;
  height:1px;
  display:flex;
  opacity:0;
  overflow:hidden;
  position:absolute;
  clip-path:inset(0);
  word-wrap:normal;
  margin-top:-1px;
  margin-left:-1px;
  padding-top:0px;
  white-space:nowrap;
  border-color:transparent;
  border-style:none;
  border-width:0px;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:0px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-states\:2uN9ERTyozOmQNdG6pDrb {
    width:100%;
  display:inline-block;
  font-size:1.1rem;
  text-align:left;
  font-weight:400;
  padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .combo-box-states\:2uN9ERTyozOmQNdG6pDrb:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  .combo-box-states\:7KOBV_8mz3WpX2ySPgNQp {
    width:100%;
  height:53px;
  outline:none;;
  font-size:inherit;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  padding-top:12px;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
  .combo-box-states\:7KOBV_8mz3WpX2ySPgNQp:hover {
    cursor:pointer;
  opacity:0.7;
  }
      


  .combo-box-states\:7KOBV_8mz3WpX2ySPgNQp:focus {
    border-color:#9C4A96;
  border-style:solid;
  border-width:2px;
  background-color:#FBCFE8;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .NrvRw {
    color:inherit;
  width:100%;
  font-size:1rem;
  font-family:'Inter';
  font-weight:600;
  padding-bottom:0.5rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-states\:cXkEkGtPdHqD_YWlHuhms {
    width:100%;
  height:300px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:8px;
  border-color:var(--purple-300, #C4B5FD);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .euAJna {
    color:var(--fontcolor, black);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bPuEfl {
    gap:0.5rem;
  width:100%;
  height:2.5rem;
  display:flex;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:4px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  background-color:inherit;
  }
      

      
  .bPuEfl:hover {
    opacity:0.9;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dYvNMY {
    flex:1;
  font:inherit;
  color:inherit;
  width:100%;
  height:100%;
  font-family:inherit;
  }
      

      
  .dYvNMY::placeholder {
    color:var(--grey-500, #737373);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

        
        
      
      
  .combo-box-states\:vZuo2Pl_LNV6VquHyEqQf {
    border:none;
  font-size:1.1rem;
  font-weight:400;
  padding-left:2px;
  padding-right:2px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dlKvBC {
    color:var(--PrimaryText);
  font-size:1.5rem;
  text-align:center;
  font-weight:400;
  line-height:1.3;;
  }
      

      
          @media (max-width: 380px) {
            
  .dlKvBC {
    text-align:left;
  }
      

          }
          
        
        
      
      
  .dxunxx {
    gap:8px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .caONMG {
    height:53px;
  outline:none;;
  align-items:start;
  padding-top:12px;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
  .caONMG:hover {
    cursor:pointer;
  opacity:0.7;
  }
      


  .caONMG:focus {
    background:var(--LightBackground);
  border-color:var(--MainBrand);
  border-style:solid;
  border-width:2px;
  }
      


  .caONMG:focus-within {
    background:var(--LightBackground);
  border-color:var(--MainBrand);
  border-style:solid;
  border-width:2px;
  }
      

        
        
      
      
  .fldlGP {
    color:inherit;
  font-size:1rem;
  align-items:start;
  border-radius:4px;
  justify-content:start;
  background-color:inherit;
  }
      

      
        
        
      
      
  .quiz-card-start\:STDjfUb9tOOcgwiFmZ5ea {
    width:305px;
  height:53px;
  }
      

      
          @media (max-width: 380px) {
            
  .quiz-card-start\:STDjfUb9tOOcgwiFmZ5ea {
    width:100%;
  }
      

          }
          
        
        
      
      
  .djjnbL {
    color:var(--MainBrand);
  font-size:1.3rem;
  text-align:left;
  font-weight:700;
  line-height:1.2;;
  }
      

      
        
        
      
      
  .eOULEZ {
    font-size:5rem;
  align-items:center;
  line-height:1;;
  justify-content:start;
  }
      

      
        
        
      
      
  .dwOEhF {
    gap:12px;
  }
      

      
        
        
      
      
  .nlfeg {
    color:var(--MainBrand);
  font-size:2.5rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  line-height:1.1;;
  }
      

      
        
        
      
      
  .bncGWu {
    gap:4px;
  width:305px;
  opacity:1;
  transition:opacity 100ms ease 0ms ;
  }
      

      
  .bncGWu {
    @starting-style {
            opacity:0;
          }
  }
      


          @media (max-width: 380px) {
            
  .bncGWu {
    width:100%;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-countries\:2uN9ERTyozOmQNdG6pDrb {
    width:100%;
  display:inline-block;
  font-size:1.1rem;
  text-align:left;
  font-weight:400;
  padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .combo-box-countries\:2uN9ERTyozOmQNdG6pDrb:hover {
    background-color:var(--purple-100, #EDE9FE);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-countries\:NzTFIHV5UFF6CSUpicYPX {
    width:100%;
  height:53px;
  outline:none;;
  font-size:inherit;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  padding-top:12px;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
  .combo-box-countries\:NzTFIHV5UFF6CSUpicYPX:hover {
    cursor:pointer;
  opacity:0.7;
  }
      


  .combo-box-countries\:NzTFIHV5UFF6CSUpicYPX:focus {
    background:var(--LightBackground);
  border-color:var(--MainBrand);
  border-style:solid;
  border-width:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-countries\:cXkEkGtPdHqD_YWlHuhms {
    width:100%;
  height:300px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:8px;
  border-color:var(--purple-300, #C4B5FD);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .combo-box-countries\:vZuo2Pl_LNV6VquHyEqQf {
    border:none;
  font-size:1.1rem;
  font-weight:400;
  padding-left:2px;
  padding-right:2px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .wArYE {
    gap:48px;
  flex:1;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:start;
  }
      

      
        
        
      
      
  .efIOcV {
    gap:24px;
  width:100%;
  align-items:center;
  padding-top:12px;
  padding-bottom:12px;
  justify-content:start;
  }
      

      
        
        
      
      
  .ZMNtr {
    color:var(--grey-500, #737373);
  font-size:.9rem;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .quiz-card-flights\:43Y8Zn6GDLGYPTdY6Vo82 {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:43Y8Zn6GDLGYPTdY6Vo82:disabled {
    opacity:0.5;
  }
      


  .quiz-card-flights\:43Y8Zn6GDLGYPTdY6Vo82:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .cuCDD {
    gap:16px;
  width:240px;
  align-items:start;
  padding-top:28px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:2px;
  padding-left:28px;
  border-radius:4px;
  padding-right:28px;
  padding-bottom:28px;
  justify-content:start;
  }
      

      
  .cuCDD.hasFlights {
    border-color:var(--MainBrand, #CC5BC5);
  border-style:solid;
  border-width:2px;
  background-color:var(--LightBackground, #FBCFE8);
  }
      


          @media (max-width: 550px) {
            
  .cuCDD {
    width:100%;
  }
      

          }
          
        
        
      
      
  .eQspas {
    font-size:2rem;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .quiz-card-flights\:EYoysmEcprLBsVJ4Bbf31 {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:EYoysmEcprLBsVJ4Bbf31:disabled {
    opacity:0.5;
  }
      


  .quiz-card-flights\:EYoysmEcprLBsVJ4Bbf31:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .figphe {
    font-size:1.3rem;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
        
      
      
  .clPSUe {
    color:var(--PrimaryText, #333333);
  font-size:2rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 550px) {
            
  .clPSUe {
    width:100%;
  font-size:1.7rem;
  text-align:left;
  }
      

          }
          
        
        
      
      
  .quiz-card-flights\:WTWpkwKDyQgRbmnZ_nHlv {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:WTWpkwKDyQgRbmnZ_nHlv:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .quiz-card-flights\:Y86qUUu5E6820nK3gn0uB {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:Y86qUUu5E6820nK3gn0uB:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .quiz-card-flights\:eY-TCCeoOCLYneof55GCy {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:eY-TCCeoOCLYneof55GCy:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .evcsBl {
    gap:2px;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .dLOa-de {
    gap:16px;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .quiz-card-flights\:vUXgJ20u9rtsJ0DY5VIo7 {
    width:60px;
  cursor:pointer;
  height:60px;
  font-size:1.5rem;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-400, #A3A3A3);
  border-style:solid;
  border-width:1px;
  touch-action:manipulation;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .quiz-card-flights\:vUXgJ20u9rtsJ0DY5VIo7:disabled {
    opacity:0.5;
  }
      


  .quiz-card-flights\:vUXgJ20u9rtsJ0DY5VIo7:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ddqEov {
    gap:24px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 415px) {
            
  .ddqEov {
    gap:12px;
  }
      

          }
          
        
        
      
      
  .fxYTDz {
    gap:16px;
  flex:1;
  align-items:center;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .evfGHU {
    color:inherit;
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  text-align:center;
  line-height:1.4;;
  }
      

      
        
        
      
      
  .quiz-card-public-transport\:89t8sYVvyyjKtNjQPfMvX {
    color:var(--grey-500, #737373);
  cursor:pointer;
  opacity:1;
  font-size:.9rem;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  }
      

      
  .quiz-card-public-transport\:89t8sYVvyyjKtNjQPfMvX:hover {
    opacity:0.8;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .coPiCd {
    color:inherit;
  display:inline-block;
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  text-align:left;
  line-height:1.4;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bwvxkp {
    color:var(--PrimaryText, #333333);
  font-size:2rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 768px) {
            
  .bwvxkp {
    font-size:1.7rem;
  }
      

          }
          
        
        
      
      
  .OeQHU {
    color:var(--MainBrand, #CC5BC5);
  font-size:1.5rem;
  text-align:center;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cYyxlT {
    color:inherit;
  font-size:clamp(0.8125rem, 4vw, 1.125rem);;
  line-height:1.4;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dVIdUh {
    gap:8px;
  display:grid;;
  opacity:1;
  min-width:300px;
  transition:opacity 300ms ease 0ms;
  align-items:start;
  flex-direction:row;
  grid-auto-rows:min-content;;
  justify-content:center;
  grid-template-columns:repeat(1, 1fr);;
  }
      

      
  .dVIdUh {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .eYOdsB {
    gap:8px;
  opacity:1;
  transition:opacity 300ms ease 0ms ;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .eYOdsB {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .frcnJu {
    color:#7C3AED;
  font-size:1.5rem;
  text-align:center;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dhVhLY {
    gap:24px;
  flex:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .egoVov {
    gap:16px;
  flex:1;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:start;
  }
      

      
        
        
      
      
  .eaUJgG {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:clamp(0.6875rem, 3.25vw, 0.9375rem);;
  min-height:4rem;
  text-align:center;
  line-height:1.5;;
  }
      

      
          @media (max-width: 768px) {
            
  .eaUJgG {
    display:none;
  }
      

          }
          
        
        
      
      
  .eFqLGb {
    color:var(--MainBrand);
  font-size:1.5rem;
  text-align:center;
  font-weight:var(--font-weight-normal);
  line-height:1.3;;
  white-space:pre-wrap;
  }
      

      
          @media (max-width: 380px) {
            
  .eFqLGb {
    text-align:left;
  }
      

          }
          
        
        
      
      
  
      

      
          @media (max-width: 768px) {
            
  .quiz-card-diet\:S_-wUVX-3lmrl-WKSdqL- {
    width:140px;
  max-width:140px;
  min-width:140px;
  }
      

          }
          
        
        
      
      
  
      

      
          @media (max-width: 768px) {
            
  .quiz-card-diet\:ZC6HiBrEveCpviI4xagIx {
    width:140px;
  max-width:140px;
  min-width:140px;
  }
      

          }
          
        
        
      
      
  
      

      
          @media (max-width: 768px) {
            
  .quiz-card-diet\:cUFHMg4eBq5Rv2sMDhYem {
    width:140px;
  max-width:140px;
  min-width:140px;
  }
      

          }
          
        
        
      
      
  .chRfqW {
    color:#333333;
  font-size:2rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 768px) {
            
  .chRfqW {
    font-size:1.7rem;
  }
      

          }
          
        
        
      
      
  .eVzOoj {
    gap:8px;
  width:100%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .bmvGGA {
    display:inline-block;
  max-width:800px;
  text-align:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .PCHvi {
    color:var(--grey-500, #737373);
  width:175px;
  display:inline-block;
  font-size:.85rem;
  font-weight:400;
  padding-top:16px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
  .PCHvi.arrow-top::before {
    top:30%;
  right:100%;
  content:"";
  position:absolute;
  margin-top:-8px;
  border-style:solid;
  border-width:8px;
  border-top-color:transparent;
  border-left-color:transparent;
  border-right-color:var(--TertBackground);
  border-bottom-color:transparent;
  }
      


  .PCHvi.arrow-bottom::before {
    top:75%;
  right:100%;
  content:"";
  position:absolute;
  margin-top:-8px;
  border-style:solid;
  border-width:8px;
  border-top-color:transparent;
  border-left-color:transparent;
  border-right-color:var(--TertBackground);
  border-bottom-color:transparent;
  }
      


  .PCHvi.arrow-middle::before {
    top:50%;
  right:100%;
  content:"";
  position:absolute;
  margin-top:-8px;
  border-style:solid;
  border-width:8px;
  border-top-color:transparent;
  border-left-color:transparent;
  border-right-color:var(--TertBackground);
  border-bottom-color:transparent;
  }
      


          @media (max-width: 425px) {
            
  .PCHvi {
    width:125px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

          }
          
        
        
      
      
  .quiz-card-home\:3fPonPmA1rlcAJeJEwKR6 {
    right:-16px;
  position:relative;
  }
      

      
        
        
      
      
  .quiz-card-home\:4NLBtiRwv15nIfy4Cckku {
    right:-16px;
  bottom:0px;
  position:absolute;
  }
      

      
        
        
      
      
  .dDJtmN {
    font-size:1.125rem;
  font-family:inherit;
  font-weight:400;
  }
      

      
        
        
      
      
  .cXajtA {
    color:inherit;
  font-size:.9375rem;
  line-height:1.5;;
  }
      

      
        
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
        
      
      
  .fBqfzY {
    gap:8px;
  width:100%;
  display:grid;;
  object-fit:;
  align-items:start;
  flex-direction:row;
  grid-auto-rows:min-content;;
  justify-content:center;
  grid-template-columns:repeat(1, 1fr);;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dbccTD {
    opacity:1;
  transition:opacity 300ms ease 0ms ;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .dbccTD {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .dGHnDM {
    gap:8px;
  opacity:1;
  transition:opacity 300ms ease 0ms ;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .dGHnDM {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .enkSjX {
    color:inherit;
  display:inline-block;
  font-size:.9375rem;
  line-height:1.5;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bohltQ {
    color:inherit;
  font-size:.9375rem;
  text-align:left;
  line-height:1.5;;
  }
      

      
        
        
      
      
  .byXkcg {
    gap:8px;
  display:grid;;
  object-fit:;
  align-items:start;
  flex-direction:row;
  grid-auto-rows:min-content;;
  justify-content:center;
  grid-template-columns:repeat(1, 1fr);;
  }
      

      
        
        
      
      
  .quiz-card-home\:t8DY7ARiK4q8MLp3RoXe4 {
    color:var(--grey-500, #737373);
  cursor:pointer;
  opacity:1;
  font-size:.9rem;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  }
      

      
  .quiz-card-home\:t8DY7ARiK4q8MLp3RoXe4:hover {
    opacity:0.8;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .chDvuN {
    gap:4px;
  display:flex;
  font-size:1.125rem;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:215nDAO5GI8qpYOGEr1oA {
    font-size:1.125rem;
  transition:background-color 300ms ease 0ms ;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--grey-300, #D4D4D4);
  }
      

      
  .quiz-card-shopping\:215nDAO5GI8qpYOGEr1oA:hover {
    background-color:var(--grey-400, #A3A3A3);
  }
      


  .quiz-card-shopping\:215nDAO5GI8qpYOGEr1oA:active {
    background-color:var(--grey-50, #FAFAFA);
  }
      


  .quiz-card-shopping\:215nDAO5GI8qpYOGEr1oA.trigger-open {
    color:var(--DarkBrand, #9C4A96);
  border-color:var(--DarkBrand);
  border-style:solid;
  border-width:2px;
  background-color:inherit;
  }
      


  .quiz-card-shopping\:215nDAO5GI8qpYOGEr1oA:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dKsoVy {
    display:none;
  }
      

      
          @media (max-width: 640px) {
            
  .dKsoVy {
    display:inline-block;
  text-align:center;
  }
      

          }
          
        
        
      
      
  .quiz-card-shopping\:6H4i2JkZ3ZfLQpEL1ylSJ {
    color:var(--grey-400, #A3A3A3);
  width:18px;
  height:18px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:8mdI2cAZBKurEdwzPEjj2 {
    color:var(--grey-600, #525252);
  display:inline-block;
  z-index:10;
  font-size:1rem;
  max-width:250px;
  min-width:200px;
  box-shadow:1px 4px 8px 0px #00000044;
  text-align:left;
  font-weight:400;
  padding-top:12px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  background-color:#ffffff42;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fABpef {
    display:flex;
  font-size:1.125rem;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:DDMdpOCoH6L8jrjGLVCMF {
    color:var(--grey-500, #737373);
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:DXzV-cEbl668Z_82NvsXc {
    color:var(--grey-500, #737373);
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:Ok8L_420Z7GZ9gYjn5h3y {
    color:var(--grey-400, #A3A3A3);
  width:18px;
  height:18px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:P024jTmxrrX_VVcrMOgVW {
    gap:1.5rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:P9A8TQT944ZXUVAGvkqnA {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:Q6LgS-YnjTFtgIA-WCt-N {
    color:var(--grey-600, #525252);
  display:inline-block;
  z-index:10;
  font-size:1rem;
  max-width:250px;
  min-width:200px;
  box-shadow:1px 4px 8px 0px #00000044;
  text-align:left;
  font-weight:400;
  padding-top:12px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  background-color:#ffffff42;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
        
        
      
      
  
      

      
          @media (max-width: 640px) {
            
  .eWnUSh {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
        
      
      
  .quiz-card-shopping\:RdF8pRuPUiyvgiWBmSwcy {
    gap:1rem;;
  width:100%;
  display:grid;;
  grid-template-columns:repeat(2, 1fr);;
  }
      

      
          @media (max-width: 640px) {
            
  .quiz-card-shopping\:RdF8pRuPUiyvgiWBmSwcy {
    grid-template-columns:1fr;;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:W1SzqyFJ5qm_Pkob-auUM {
    font-size:1.125rem;
  transition:background-color 300ms ease 0ms ;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--grey-300, #D4D4D4);
  }
      

      
  .quiz-card-shopping\:W1SzqyFJ5qm_Pkob-auUM:hover {
    background-color:var(--grey-400, #A3A3A3);
  }
      


  .quiz-card-shopping\:W1SzqyFJ5qm_Pkob-auUM:active {
    background-color:var(--grey-50, #FAFAFA);
  }
      


  .quiz-card-shopping\:W1SzqyFJ5qm_Pkob-auUM.trigger-open {
    color:var(--DarkBrand, #9C4A96);
  border-color:var(--DarkBrand);
  border-style:solid;
  border-width:2px;
  background-color:inherit;
  }
      


  .quiz-card-shopping\:W1SzqyFJ5qm_Pkob-auUM:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:b28Hb7t_95goxGeOYNcOI {
    gap:1rem;;
  width:100%;
  display:grid;;
  grid-template-columns:repeat(2, 1fr);;
  }
      

      
          @media (max-width: 640px) {
            
  .quiz-card-shopping\:b28Hb7t_95goxGeOYNcOI {
    grid-template-columns:1fr;;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:fx4WOCKlmGeBxtTIrLMDI {
    gap:1rem;;
  width:100%;
  display:grid;;
  grid-template-columns:repeat(2, 1fr);;
  }
      

      
          @media (max-width: 640px) {
            
  .quiz-card-shopping\:fx4WOCKlmGeBxtTIrLMDI {
    grid-template-columns:1fr;;
  }
      

          }
          
        
        
      
      
  .bqlEYS {
    top:0px;
  left:0px;
  width:var(--width);
  height:var(--height);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  pointer-events:none;
  }
      

      
  .bqlEYS.hidden {
    transition:none;
  }
      

        
        
      
      
  .quiz-card-shopping\:gUmkQrMdnZMaNo9ImNt5B {
    top:100%;
  height:7px;
  position:absolute;
  transition:translate 200ms ease 0ms normal, width 200ms ease 0ms normal;
  border-bottom-color:var(--DarkBrand);
  border-bottom-style:solid;
  border-bottom-width:3px;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:hruK6S2j-HSZbxy7tQyWe {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:j7bA50Y04S6DXlnuF_U9t {
    color:var(--grey-500, #737373);
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:j_LfJ3LPsFFX_RRAiQPhD {
    color:var(--grey-400, #A3A3A3);
  width:18px;
  height:18px;
  }
      

      
        
        
      
      
  .ubrTo {
    gap:8px;
  width:100%;
  opacity:1;
  transition:opacity 300ms ease 0ms ;
  align-items:center;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
  .ubrTo {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

      
  .cxJHK.orientation-vertical {
    flex-direction:column;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:lgfP0yUAulWGZEBe06fc0 {
    gap:0.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:mvN5rDoDMgR1iDYc2gTHt {
    font-size:1.125rem;
  transition:background-color 300ms ease 0ms ;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--grey-300, #D4D4D4);
  }
      

      
  .quiz-card-shopping\:mvN5rDoDMgR1iDYc2gTHt:hover {
    background-color:var(--grey-400, #A3A3A3);
  }
      


  .quiz-card-shopping\:mvN5rDoDMgR1iDYc2gTHt:active {
    background-color:var(--grey-50, #FAFAFA);
  }
      


  .quiz-card-shopping\:mvN5rDoDMgR1iDYc2gTHt.trigger-open {
    color:var(--DarkBrand, #9C4A96);
  border-color:var(--DarkBrand);
  border-style:solid;
  border-width:2px;
  background-color:inherit;
  }
      


  .quiz-card-shopping\:mvN5rDoDMgR1iDYc2gTHt:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:2px;
  }
      

        
        
      
      
  .quiz-card-shopping\:nEwAVqCtMsjyxFzaA3SGy {
    color:var(--grey-500, #737373);
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .quiz-card-shopping\:nTSjTROYBbTELYS4BGWpA {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:pWseckd3_d-PbsdnTEbU7 {
    color:var(--grey-400, #A3A3A3);
  width:18px;
  height:18px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .quiz-card-shopping\:ttJb15vP2OCJKRlF9GTDL {
    color:var(--grey-600, #525252);
  display:inline-block;
  z-index:10;
  font-size:1rem;
  max-width:250px;
  min-width:200px;
  box-shadow:1px 4px 8px 0px #00000044;
  text-align:left;
  font-weight:400;
  padding-top:12px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  background-color:#ffffff42;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
        
        
      
      
  .quiz-card-shopping\:uJXUQnI38d1zr8Oov1WPq {
    color:var(--grey-600, #525252);
  display:inline-block;
  z-index:10;
  font-size:1rem;
  max-width:250px;
  min-width:200px;
  box-shadow:1px 4px 8px 0px #00000044;
  text-align:left;
  font-weight:400;
  padding-top:12px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  background-color:#ffffff42;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bRMdBJ {
    left:0px;
  width:100%;
  bottom:0px;
  height:110px;
  display:none;
  position:absolute;
  overflow-x:auto;
  overflow-y:hidden;
  }
      

      
          @media (min-width: 640px) {
            
  .bRMdBJ {
    gap:30px;
  left:0px;
  width:100%;
  bottom:0px;
  display:flex;
  position:absolute;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .fynUpL {
    width:100px;
  cursor:pointer;;
  height:100px;
  display:flex;
  opacity:.3;;
  font-size:.6rem;
  max-width:100%;
  align-items:center;
  font-family:'Inter';
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:column;
  padding-bottom:5px;
  justify-content:center;
  }
      

      
  .fynUpL.activeElement {
    color:var(--DarkBrand);
  opacity:1;;
  transform:scale(1.5);;
  align-items:center;
  justify-content:center;
  }
      

        
        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .cYcBxZ {
    display:flex;
  max-width:100%;
  max-height:100%;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dyhoaa {
    font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .GcLfZ {
    width:1000px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      