
@layer base {
  
  body, :host {
    /* Color */
      --White: #ffffff;
--Black: #080808ff;
--Primarypurple: #A811DA;
--primaryText: #140618ff;
--Sectext: #737373ff;
--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;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--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;
--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;
--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;
--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;
  /* Fonts */
    --font-notosans: 'Noto Sans',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-labrada: 'Labrada',serif;
--font-abel: 'Abel',sans-serif;
--font-inter: 'Inter',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;
--html-block-font-size: 15px;
    /* 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 */
    --space-half: 0.5rem;
--space-one: 1rem;
--space-onehalf: 1.5rem;
    /* 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;
    }
  }
}

      
  .ccvqxq {
    color:#ffffffff;
  width:100%;
  height:100%;
  flex-grow:1;
  max-width:100%;
  max-height:100%;
  align-items:center;
  padding-top:120px;
  padding-left:-;
  padding-right:-;
  flex-direction:column;
  justify-content:start;
  background-color:var(--White, #ffffff);
  }
      

      
          @media (max-width: 400px) {
            
  .ccvqxq {
    align-items:center;
  padding-left:-;
  padding-right:-;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .eFiNJJ {
    max-width:220px;
  }
      

      
        
        
      
      
  .djribR {
    gap:15px;
  width:240px;
  cursor:pointer;
  height:100%;
  font-size:24px;
  align-items:center;
  font-family:'Noto Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fEjCGP {
    width:100%;
  height:-;
  align-items:center;
  padding-top:0px;
  border-radius:16px;
  padding-bottom:0px;
  justify-content:center;
  }
      

      
          @media (max-width: 400px) {
            
  .fEjCGP {
    width:286px;
  }
      

          }
          
        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .cqwXRk {
    color:var(--primaryText, #140618ff);
  width:340px;
  cursor:pointer;
  height:48px;
  display:flex;
  outline:none;
  padding:var(--spacing-unit, 8px);
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  border-radius:8px;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .cqwXRk:hover {
    transition:background-color 100ms ease-in 100ms;
  background-color:#f0d0fbff;
  }
      


  .cqwXRk:active {
    color:var(--White, #ffffff);
  background-color:var(--Primarypurple, #A811DA);
  }
      


          @media (max-width: 400px) {
            
  .cqwXRk {
    width:286px;
  }
      

          }
          
        
        
      
      
  .cBMmx {
    width:24px;
  height:24px;
  }
      

      
        
        
      
      
  .emHlqc {
    gap:4px;
  color:#0161BC;
  width:340px;
  cursor:pointer;
  height:48px;
  display:flex;
  outline:none;
  padding:var(--spacing-unit, 8px);
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .emHlqc:hover {
    transition:background-color 100ms ease-in 100ms;
  background-color:#b3daff;
  }
      


  .emHlqc:active {
    color:var(--White, #ffffff);
  background-color:var(--Primarypurple, #A811DA);
  }
      


          @media (max-width: 400px) {
            
  .emHlqc {
    width:286px;
  }
      

          }
          
        
        
      
      
  .bdiaqB {
    color:var(--blue-700, #1D4ED8);
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  justify-content:center;
  }
      

      
        
        
      
      
  .cDbfrx {
    color:var(--primaryText, #140618ff);
  }
      

      
        
        
      
      
  .dlhIrn {
    color:var(--Sectext, #737373ff);
  font-size:14px;
  font-family:inherit;
  font-weight:500;
  }
      

      
          @media (max-width: 400px) {
            
  .dlhIrn {
    width:240px;
  text-align:center;
  }
      

          }
          
        
        
      
      
  .fdwXea {
    width:-;
  height:-;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .jYERz {
    gap:8px;
  font-size:24px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-top:16px;
  justify-content:start;
  }
      

      
          @media (max-width: 400px) {
            
  .jYERz {
    width:240px;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .odGxQ {
    color:var(--primaryText, #140618ff);
  width:340px;
  height:48px;
  font-size:14px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:16px;
  border-radius:8px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .odGxQ:focus {
    font-size:14px;
  font-weight:700;
  outline-color:var(--Primarypurple, #A811DA);
  outline-style:solid;
  outline-width:1px;
  }
      


          @media (max-width: 400px) {
            
  .odGxQ {
    width:286px;
  }
      

          }
          
        
        
      
      
  .cltVBF {
    gap:8px;
  height:-;
  align-items:center;
  padding-top:0px;
  justify-content:start;
  }
      

      
          @media (max-width: 400px) {
            
  .cltVBF {
    width:286px;
  }
      

          }
          
        
        
      
      
  .dsNoPC {
    gap:8px;
  box-shadow:0px 0px 16px 0px #0161bc33;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  border-radius:32px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
          @media (max-width: 400px) {
            
  .dsNoPC {
    width:300px;
  align-items:center;
  padding-top:24px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:24px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 810px) {
            
  .dsNoPC {
    width:380px;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dGxOWE {
    color:var(--primaryText, #140618ff);
  display:flex;
  font-size:inherit;
  font-family:'Inter';
  font-weight:inherit;
  flex-direction:column;
  }
      

      
        
        
      
      
  .AFCau {
    gap:24px;
  width:100%;
  }
      

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

      
          @media (max-width: 400px) {
            
  .eOpRRc {
    width:286px;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .crUdUh {
    gap:-;
  height:100%;
  align-items:center;
  padding-top:0px;
  justify-content:start;
  }
      

      
          @media (max-width: 400px) {
            
  .crUdUh {
    width:286px;
  }
      

          }
          
        
        
      