
  

  
  

  
  
  
  
    


@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;
--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;
--background: #212121;
    /* Fonts */
    --font-inter: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-afacadflux: 'Afacad Flux',sans-serif;
--font-caladea: 'Caladea',serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-librebaskerville: 'Libre Baskerville',serif;
--font-playfairdisplay: 'Playfair Display',serif;
--font-adamina: 'Adamina',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;
    }
  }
}

      
  .ftNfBl {
    flex:1;
  display:flex;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
          @media (min-width: 470px) {
            
  
      

          }
          
        
      
      
  .dItZTi {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  padding-bottom:25px;
  justify-content:center;
  }
      

      
        
      
      
  .obudY {
    flex:1;
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  justify-content:center;
  }
      

      
          @media (min-width: 470px) {
            
  .obudY {
    width:400px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .eMYdiR {
    flex:1;
  color:var(--grey-900);
  height:100%;
  font-size:16px;
  font-family:Inter;
  padding-left:8px;
  padding-right:8px;
  border-top-right-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
      
      
  .bTsWhB {
    gap:12px;
  color:whitesmoke;
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  font-size:14px;
  background:var(--grey-900);
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
        
      
      
  .bzsTiP {
    color:black;
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  row-gap:10px;
  font-size:14px;
  background:whitesmoke;
  column-gap:10px;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .bzsTiP:hover {
    background:white;
  border-color:black;
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .cDWvjr {
    gap:12px;
  width:100%;
  align-items:start;
  padding-top:25px;
  padding-left:15px;
  padding-right:15px;
  flex-direction:column;
  padding-bottom:15px;
  justify-content:center;
  }
      

      
        
      
      
  .bJOCaf {
    width:40%;
  border-top-color:var(--grey-300);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .bnIfeS {
    gap:5px;
  color:var(--grey-900, #171717);
  width:100%;
  height:45px;
  font-size:16px;
  background:var(--grey-50);
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  font-family:'Inter Tight';
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:15px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bnIfeS.focus {
    border-color:black;
  border-style:solid;
  border-width:1px;
  outline-color:black;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .dUAXND {
    left:15px;
  position:absolute;
  }
      

      
        
      
      
  .cKiXCG {
    color:var(--grey-500);
  }
      

      
        
      
      
  .caJMsf {
    gap:12px;
  width:100%;
  align-items:start;
  padding-top:25px;
  padding-left:15px;
  padding-right:15px;
  flex-direction:column;
  padding-bottom:15px;
  justify-content:center;
  }
      

      
          @media (min-width: 470px) {
            
  .caJMsf {
    width:100%;
  }
      

          }
          
        
      
      
  .bbiPgN {
    color:var(--grey-500);
  font-size:16px;
  text-align:center;
  font-family:Geist;
  font-weight:500;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  }
      

      
        
      
      
  .cGmylT {
    gap:5px;
  width:100%;
  height:45px;
  font-size:16px;
  background:var(--grey-50);
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  font-family:'Inter Tight';
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:15px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cGmylT.focus {
    border-color:black;
  border-style:solid;
  border-width:1px;
  outline-color:black;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .clidqn {
    color:var(--grey-800);
  font-size:14px;
  text-align:center;
  font-family:Geist;
  font-weight:600;
  padding-top:5px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:5px;
  }
      

      
        
      
      
  .nYekX {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  z-index:99;
  position:fixed;
  background:white;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bcgUdY {
    width:35px;
  height:35px;
  animation:2s linear 0ms infinite normal none running animation-fdlyLB;
  object-fit:contain;
  }
      

      
        
                  @keyframes animation-fdlyLB {
                    
                        100% {
                          rotate: 1turn;
                        }
                        
                  }
                  
      
      
  .epGYYg {
    color:var(--grey-500);
  font-size:9px;
  text-align:center;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .QhiLT {
    width:350px;
  bottom:55px;
  display:flex;
  row-gap:6px;
  position:absolute;
  column-gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .duUPwl {
    flex:1;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (min-width: 470px) {
            
  .duUPwl {
    width:400px;
  }
      

          }
          
        
      
      
  .OXhOb {
    color:black;
  font-size:16px;
  text-align:center;
  font-family:Caladea;
  font-weight:var(--font-weight-bolder);
  }
      

      
        
      
      
  .xSPZC {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dtuZVx {
    color:var(--grey-800);
  }
      

      
        
      
      
  .aCcql {
    color:var(--grey-500);
  width:100%;
  font-size:16px;
  text-align:center;
  font-family:Geist;
  font-weight:500;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  }
      

      
        
      
      
  .dEMWk {
    left:15px;
  width:18px;
  position:absolute;
  }
      

      
        
      
      
  .VePXS {
    right:0px;
  width:35px;
  cursor:pointer;
  height:35px;
  display:flex;
  position:absolute;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .bQPnRw {
    width:65px;
  height:65px;
  animation:;
  object-fit:contain;
  }
      

      
        
      
      
  .cHtoNb {
    top:var(--position);
  color:white;
  right:15px;
  width:fit-content;
  display:flex;
  row-gap:8px;
  position:fixed;
  animation:;
  font-size:15px;
  background:var(--grey-900);
  column-gap:8px;
  transition:all 200ms ease;
  align-items:center;
  font-family:Geist;
  padding-top:8px;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:15px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
        
      
      
  .iFXms {
    color:var(--yellow-600);
  }
      

      
        
      
      
  .dlYike {
    color:white;
  width:fit-content;
  font-size:17px;
  font-family:Geist;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDdIri {
    color:black;
  width:100%;
  font-size:21px;
  text-align:center;
  font-family:Caladea;
  font-weight:var(--font-weight-bolder);
  padding-top:15px;
  }
      

      
        
      
      
  .uAYVe {
    gap:12px;
  color:black;
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  font-size:14px;
  background:whitesmoke;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .uAYVe:hover {
    background:white;
  border-color:black;
  border-style:solid;
  border-width:2px;
  }
      

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

      
        
      
      
  
      

      
        
      