
@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;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--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;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-geistmono: 'Geist Mono',monospace;

    /* 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;
    }
  }
}

      
  .wFrmJ {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:99999;
  position:fixed;
  overflow-y:scroll;
  background-color:var(--bg-white, #ffffff);
  }
      

      
        
        
      
      
  .YxXTD {
    color:var(--text-sub, #525866);
  font-size:16px;
  font-style:normal;;
  text-align:center;;
  font-family:'Geist';
  font-weight:var(--font-weight-regular);
  line-height:24px;
  letter-spacing:-0.176px;;
  font-feature-settings:'ss11' on, 'cv09' on, 'liga' off, 'calt' off;;
  }
      

      
        
        
      
      
  .coYGNc {
    :;
  gap:4px;;
  flex:1 0 0;;
  color:#525866;
  border:1px solid var(--stroke-soft-200, #E1E4EA);;
  cursor:pointer;
  display:flex;
  font-size:14px;
  background:var(--bg-white-0, #FFF);;
  box-shadow:0px 1px 2px 0px rgba(10, 13, 20, 0.03);;
  align-items:center;;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-semi-bold);
  padding-top:6px;
  padding-left:12px;
  border-radius:var(--radius-8, 8px);;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:6px;
  justify-content:center;;
  /* regular-shadow/x-small */:;
  }
      

      
  .coYGNc:hover {
    background:var(--bg-weak-50, #F5F7FA);;
  border-radius:var(--radius-8, 8px);;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .uzIAM {
    gap:8px;
  flex:1;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .lytdT {
    opacity:1;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  align-items:center;
  padding-top:0.75rem;
  border-color:#e7e6f4;
  border-style:dashed;
  border-width:1px;
  border-radius:12px;
  justify-content:center;
  background-color:#e7e6f424;
  }
      

      
  .lytdT.hidden {
    opacity:0;
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .eoimua {
    gap:24px;
  width:392px;
  }
      

      
        
        
      
      
  .cbjkWW {
    gap:12px;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .cCiomt {
    :;
  width:96px;
  height:96px;
  background:linear-gradient(180deg, rgba(113, 119, 132, 0.10) 0%, rgba(113, 119, 132, 0.00) 100%);;
  align-items:center;
  border-radius:var(--radius-full, 999px);;
  justify-content:center;
  }
      

      
        
        
      
      
  .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);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Verification\:3PAK1h9YQqY5q0_a65zz4 {
    height:50px;
  }
      

      
        
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cyAbuq {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:99999;
  position:fixed;
  background:rgba(2, 13, 23, 0.24);
  align-items:center;
  flex-direction:column;
  backdrop-filter:blur(5px);
  justify-content:center;
  }
      

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

      
        
        
      
      
  .Verification\:5b80V08asecRlppJlkDjQ {
    transition:all 300ms ease-in-out 0ms normal;
  }
      

      
  .Verification\:5b80V08asecRlppJlkDjQ.open {
    rotate:z 180deg;
  }
      

        
        
      
      
  .eafTZn {
    gap:8px;
  width:100%;
  align-items:center;
  border-radius:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .fifuGU {
    gap:4px;
  align-items:center;
  justify-content:center;
  }
      

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

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

      
        
        
      
      
  .cwUsUU {
    color:#0E121B;
  font-size:24px;
  font-style:normal;;
  text-align:center;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-semi-bold);
  line-height:32px;;
  }
      

      
        
        
      
      
  .bGKWwl {
    width:100%;
  margin-top:32px;
  }
      

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

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

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .Verification\:EJ5NKO7LPt9eVJynZ_5ES {
    width:100%;
  }
      

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

      
        
        
      
      
  .bnmAes {
    :;
  color:var(--text-strong, #0E121B);
  font-size:24px;
  font-style:normal;;
  text-align:center;;
  font-family:'Geist';
  font-weight:var(--font-weight-normal);
  line-height:32px;
  /* -title/-h5 -title */:;
  font-feature-settings:'ss11' on, 'cv09' on, 'liga' off, 'calt' off;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bCVeNU {
    gap:24px;
  width:500px;
  padding-top:32px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:32px;
  border-radius:16px;
  padding-right:32px;
  padding-bottom:32px;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
          @media (max-width: 568.7px) {
            
  .bCVeNU {
    width:90%;
  padding-top:24px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:24px;
  }
      

          }
          
        
        
      
      
  
      

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

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

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fdglIO {
    width:100%;
  height:72px;
  z-index:99;
  position:fixed;
  align-items:center;
  padding-left:44px;
  padding-right:44px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--bg-white, #ffffff);
  border-bottom-color:var(--stroke-soft, #E1E4EA);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bvaVfe {
    gap:32px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dIpMpl {
    gap:20px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dlOJaz {
    :;
  gap:8px;
  color:#fff;
  width:100%;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-semi-bold);
  padding-left:1rem;
  border-radius:var(--radius-8, 8px);;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:#335CFF;
  }
      

      
  .dlOJaz:hover {
    :;
  padding-left:1rem;
  border-radius:var(--radius-8, 8px);;
  padding-right:1rem;
  background-color:#2547D0;
  }
      

        
        
      
      
  .dkCjBy {
    width:64px;
  height:64px;
  overflow-x:hidden;
  border-radius:100px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dyRcvf {
    top:16px;
  right:16px;
  cursor:pointer;
  z-index:99;
  position:absolute;
  border-radius:100px;
  background-color:#ededed;
  }
      

      
        
        
      
      
  .fFoOlu {
    color:var(--text-strong, #0E121B);
  display:block;
  font-size:14px;
  font-family:'Geist';
  font-weight:500;
  line-height:20px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .nmyXQ {
    color:var(--text-sub, #525866);
  font-size:14px;
  font-family:'Geist';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .fdObid {
    color:var(--text-sub, #525866);
  width:fit-content;
  font-size:14px;
  font-style:normal;;
  text-align:center;;
  font-family:'Geist';
  font-weight:var(--font-weight-normal);
  line-height:24px;
  padding-top:2px;
  padding-left:12px;
  border-radius:100px;
  padding-right:12px;
  letter-spacing:-0.176px;;
  padding-bottom:2px;
  font-feature-settings:'ss11' on, 'cv09' on, 'liga' off, 'calt' off;;
  }
      

      
  .fdObid.false {
    color:var(--red-400, #F87171);
  background-color:var(--red-50, #FEF2F2);
  }
      


  .fdObid.pending {
    color:var(--yellow-500, #F59E0B);
  background-color:var(--yellow-50, #FFFBEB);
  }
      

        
        
      
      
  .bSNEAA {
    height:40px;
  display:flex;
  font-size:14px;
  transition:all 300ms ease 0ms normal;
  font-family:'Inter Tight';
  padding-top:0.5rem;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1.5px;
  padding-left:40px;
  border-radius:10px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#ffffff;
  }
      

      
  .bSNEAA:focus {
    outline:none;
  box-shadow:0px 0px 0px 2px #FFF, 0px 0px 0px 4px #EBF1FF;
  border-color:#335CFF;
  border-style:solid;
  border-width:1.5px;
  --tw-ring-color:#1a202c;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  background-color:#ffffff;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      


  .bSNEAA::placeholder {
    color:#99A0AE;
  font-size:14px;
  font-family:'Inter Tight';
  }
      

        
        
      
      
  .bfXQKB {
    height:100%;
  display:flex;
  padding-top:72px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .fxFCkK {
    color:#525866;
  font-size:14px;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .fsMfdv {
    color:#0E121B;
  font-size:16px;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .cShDkZ {
    color:#525866;
  font-size:16px;
  text-align:center;
  font-family:'Inter Tight';
  font-weight:inherit;
  line-height:24px;
  }
      

      
        
        
      
      
  .epDntu {
    gap:6px;
  }
      

      
        
        
      
      
  .cDrhHf {
    gap:8px;
  width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .fiCNLw {
    width:fit-content;
  padding-left:1px;
  padding-right:1px;
  }
      

      
        
        
      
      
  .dPhGAE {
    width:100%;
  display:flex;
  position:absolute;
  align-items:center;
  padding-top:72px;
  flex-direction:column;
  padding-bottom:72px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .cuYSoA {
    gap:24px;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dwOEhF {
    gap:12px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Verification\:gcPSyrrQNGRxv2GV3_5Is {
    gap:8px;;
  width:100%;
  cursor:pointer;
  display:flex;
  padding:8px;;
  background:var(--bg-white-0, #FFF);;
  align-items:center;
  border-radius:var(--radius-8, 8px);;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .Verification\:gcPSyrrQNGRxv2GV3_5Is.checked {
    background-color:var(--bg-weak, #F5F7FA);
  }
      


  .Verification\:gcPSyrrQNGRxv2GV3_5Is:hover {
    background-color:var(--bg-weak, #F5F7FA);
  }
      

        
        
      
      
  .GWXju {
    :;
  width:64px;
  border:1px solid var(--stroke-soft-200, #E1E4EA);;
  height:64px;
  background:var(--bg-white-0, #FFF);;
  box-shadow:0px 1px 2px 0px rgba(10, 13, 20, 0.03);;
  align-items:center;
  border-radius:var(--radius-full, 999px);;
  justify-content:center;
  /* regular-shadow/x-small */:;
  }
      

      
        
        
      
      
  .eoauuh {
    gap:32px;
  width:392px;
  }
      

      
        
        
      
      
  .hOtUO {
    :;
  gap:8px;
  color:#fff;
  width:100%;
  border:1px solid var(--linear-12, rgba(255, 255, 255, 0.12));;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-semi-bold);
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:var(--radius-8, 8px);;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:#335CFF;
  }
      

      
  .hOtUO:hover {
    :;
  border:1px solid var(--linear-12, rgba(255, 255, 255, 0.12));;
  border-radius:var(--radius-8, 8px);;
  background-color:#2547D0;
  }
      

        
        
      
      
  .dasoZe {
    gap:24px;
  width:100%;
  display:flex;
  position:absolute;
  align-items:center;
  padding-top:72px;
  flex-direction:column;
  padding-bottom:72px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .NlRkp {
    gap:4px;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Verification\:mG_TLM0xGkBHNellpDSho {
    width:100%;
  }
      

      
        
        
      
      
  .dCPgGn {
    :;
  border:1px solid var(--stroke-soft-200, #E1E4EA);;
  background:var(--bg-white-0, #FFF);;
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);;
  padding-top:8px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--bg-white, #ffffff);
  /* regular-shadow/medium */:;
  }
      

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

      
        
        
      
      
  .Verification\:pHP4HTnlVDlt3vwOC8cX_ {
    width:100%;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Geist';
  padding-top:0.5rem;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1.5px;
  padding-left:12px;
  border-radius:10px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .dVFGRk {
    :;
  gap:8px;
  color:#fff;
  width:260px;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Inter Tight';
  font-weight:var(--font-weight-semi-bold);
  padding-left:1rem;
  border-radius:var(--radius-8, 8px);;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:#335CFF;
  }
      

      
  .dVFGRk:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .AWfKv {
    color:#0E121B;
  display:block;
  font-size:14px;
  font-family:'Inter Tight';
  font-weight:500;
  line-height:20px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fmgWQx {
    gap:4px;
  display:flex;
  z-index:999;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eZdzzW {
    top:10px;
  left:12px;
  position:absolute;
  }
      

      
        
        
      
      
  .RZbyK {
    top:10px;
  right:12px;
  cursor:pointer;
  display:flex;
  position:absolute;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
        
      
      
  
      

      
        
        
      