
@layer base {
  
  body, :host {
    /* Color */
      --white: #ffffff;
--grey-50: #FCFCFC;
--grey-100: #F4F4F5;
--grey-200: #E4E4E7;
--grey-300: #D1D1D6;
--grey-400: #A0A0AB;
--grey-500: #70707B;
--grey-600: #51525C;
--grey-700: #3F3F46;
--grey-800: #26272B;
--grey-900: #1A1A1E;
--grey-950: #131316;
--red-50: #FEF3F2;
--red-100: #FEE4E2;
--red-300: #FDA29B;
--red-500: #F04438;
--blue-50: #F0F8FF;
--blue-600: #007AFF;
--yellow-100: #FEF0C7;
--yellow-300: #FEC84B;
--yellow-400: #FDB022;
--green-50: #ECFDF3;
--green-100: #DCFAE6;
--green-300: #75E0A7;
--green-400: #47CD89;
--green-500: #17B26A;
  /* Fonts */
    --font-intertight: 'Inter Tight',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;
    /* 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 */
    --spacing-xxsmall: 0.125rem;
--spacing-xsmall: 0.25rem;
--spacing-small: 0.5rem;
--spacing-medium: 1rem;
--spacing-large: 1.5rem;
--spacing-xlarge: 2rem;
--spacing-xxlarge: 4rem;
--spacing-huge: 6rem;
--spacing-xhuge: 8rem;
--spacing-xxhuge: 10rem;
--breakpoint: 768px;
    /* 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;
    }
  }
}

      
  .bxRDvl {
    width:100%;
  height:100%;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .eMVomw {
    gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fEycKP {
    width:16px;
  height:16px;
  }
      

      
        
        
      
      
  .dOnpXr {
    width:fit-content;
  position:relative;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dTPhRM {
    gap:0.25rem;
  font-size:0.875rem;
  align-items:center;
  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:start;
  background-color:var(--grey-100, #F4F4F5);
  }
      

      
        
        
      
      
  .eRpQXf {
    width:20px;
  height:20px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cZZGrw {
    width:100%;
  height:100%;
  z-index:9999999;
  position:fixed;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  justify-content:center;
  background-color:var(--grey-950, #131316);
  }
      

      
  .cZZGrw.hidden {
    opacity:0;
  pointer-events:none;;
  }
      

        
        
      
      
  .dsCslk {
    gap:8px;
  color:var(--white, #ffffff);
  width:100%;
  cursor:pointer;
  font-size:16px;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  line-height:22px;
  padding-top:10px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:center;
  background-color:var(--grey-950, #131316);
  }
      

      
  .dsCslk.success {
    color:var(--white, #ffffff);
  background-color:var(--blue-600, #007AFF);
  }
      


  .dsCslk.disabled {
    color:var(--grey-500, #70707B);
  cursor:not-allowed;
  pointer-events:none;
  background-color:var(--grey-100, #F4F4F5);
  }
      


  .dsCslk.danger {
    color:var(--red-500, #F04438);
  background-color:var(--red-50, #FEF3F2);
  }
      


  .dsCslk:hover {
    background-color:var(--grey-800, #26272B);
  }
      


  .dsCslk.danger:hover {
    color:var(--white, #ffffff);
  background-color:var(--red-500, #F04438);
  }
      


  .dsCslk.success:hover {
    background-color:var(--blue-600, #007AFF);
  }
      


  .dsCslk.disabled:hover {
    cursor:not-allowed;
  }
      

        
        
      
      
  .edfBnQ {
    opacity:1;
  transition:opacity 200ms ease 0ms normal;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bcWwaN {
    color:var(--grey-500, #70707B);
  display:inline-block;
  font-size:14px;
  font-weight:400;
  }
      

      
        
        
      
      
  .bKclcf {
    width:100%;
  cursor:pointer;
  height:aut;
  flex-wrap:wrap;
  overflow-x:visible;
  align-items:center;
  padding-top:16px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .uZNig {
    gap:6px;
  color:var(--grey-800, #26272B);
  width:100%;
  display:flex;
  font-size:16px;
  font-weight:500;
  flex-direction:column;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .dKrsDp {
    color:var(--grey-800, #26272B);
  display:inline-block;
  font-size:16px;
  font-weight:500;
  }
      

      
        
        
      
      
  .fBgENJ {
    color:var(--grey-800, #26272B);
  width:100%;
  height:44px;
  font-size:16px;
  transition:all 300ms ease 0ms normal;
  font-weight:400;
  border-color:var(--grey-100, #F4F4F5);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:8px;
  padding-right:16px;
  background-color:var(--grey-100, #F4F4F5);
  }
      

      
  .fBgENJ:focus {
    box-shadow:0px 0px 0px 2px var(--blue-50,#F0F8FF) ;
  border-color:var(--blue-600, #007AFF);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  }
      


  .fBgENJ::placeholder {
    color:var(--grey-600, #51525C);
  }
      

        
        
      
      
  .cXuJmv {
    color:var(--red-500, #F04438);
  display:inline-block;
  font-size:14px;
  font-weight:400;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .pFZHe {
    gap:1rem;
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:1rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fyzKtf {
    gap:0.2rem;
  flex:1;
  color:var(--grey-700, #3F3F46);
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  font-weight:400;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dtYjOC {
    color:var(--grey-500, #70707B);
  display:inline-block;
  font-size:0.875rem;
  font-weight:400;
  }
      

      
        
        
      
      
  .uoiOm {
    color:inherit;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:500;
  text-decoration-line:;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .egGGJq {
    width:100%;
  padding-top:16px;
  }
      

      
        
        
      
      
  .dZZzhl {
    width:0px;
  height:0px;
  }
      

      
        
        
      
      
  .cmVDlO {
    color:var(--default-link-color, #2463ebff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .JBnmq {
    top:8px;
  right:20px;
  z-index:9999999;
  position:fixed;
  }
      

      
        
        
      
      
  .bzcqGo {
    width:100%;
  height:90vh;
  max-width:460px;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:5rem;
  justify-content:center;
  }
      

      
          @media (min-width: 460px) {
            
  .bzcqGo {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
        
      
      
  .cORTJW {
    color:var(--grey-800, #26272B);
  display:inline-block;
  font-size:0.875rem;
  font-weight:500;
  }
      

      
        
        
      
      
  .eURcQb {
    width:100%;
  max-width:460px;
  }
      

      
        
        
      
      
  .CLTww {
    gap:10px;
  width:100%;
  font-family:inherit;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .fmjWQd {
    color:var(--grey-700, #3F3F46);
  display:inline-block;
  font-size:14px;
  font-weight:var(--font-weight-regular);
  line-height:20px;
  }
      

      
        
        
      
      
  .dQLKEO {
    color:var(--grey-800, #26272B);
  font-size:24px;
  font-weight:var(--font-weight-semi-bold);
  line-height:28px;
  letter-spacing:-0.02em;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fDErUB {
    gap:0.5rem;
  padding-top:1.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cCFbIP {
    width:1.2rem;
  cursor:pointer;
  height:1.2rem;
  border-color:var(--white, #ffffff);
  border-style:solid;
  border-width:2px;
  border-radius:99px;
  outline-color:var(--grey-200, #E4E4E7);
  outline-style:solid;
  outline-width:2px;
  background-color:var(--grey-100, #F4F4F5);
  }
      

      
  .cCFbIP.checked {
    border-color:var(--white, #ffffff);
  border-style:solid;
  border-width:2px;
  outline-color:var(--grey-900, #1A1A1E);
  outline-style:solid;
  outline-width:2px;
  background-color:var(--grey-900, #1A1A1E);
  }
      

        
        
      
      
  .cuvhoC {
    color:var(--white, #ffffff);
  width:7rem;
  }
      

      
        
        
      
      
  .cEqkkH {
    top:0px;
  width:100%;
  height:52px;
  z-index:999999;
  position:sticky;
  align-items:center;
  font-family:inherit;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:10px;
  backdrop-filter:blur(15px);;
  justify-content:end;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .AwSFf {
    left:4px;
  cursor:pointer;
  height:100%;
  position:absolute;
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .cmAbSU {
    color:var(--grey-800, #26272B);
  width:7rem;
  }
      

      
        
        
      
      
  .FtMOw {
    cursor:pointer;
  height:100%;
  position:relative;
  align-items:end;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .bzGpvc {
    gap:1rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bJyhTf {
    width:2rem;
  height:2rem;
  z-index:2;
  object-fit:cover;
  border-radius:99rem;
  }
      

      
        
        
      
      
  .enWhrt {
    gap:0.4rem;
  color:var(--grey-800, #26272B);
  font-size:1rem;
  align-items:center;
  font-weight:500;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dCVXoe {
    cursor:pointer;
  height:100%;
  position:relative;
  align-items:end;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .cknFlJ {
    right:4px;
  position:absolute;
  flex-direction:row;
  }
      

      
        
        
      
      
  .OrxGS {
    cursor:pointer;
  height:100%;
  font-size:16px;
  font-weight:500;
  padding-left:0rem;
  padding-right:0rem;
  }
      

      
  .OrxGS.active {
    color:var(--blue-600, #007AFF);
  }
      

        
        
      
      
  .bXKkWZ {
    width:2rem;
  height:2rem;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:99rem;
  }
      

      
        
        
      
      
  .dROAXs {
    left:50%;
  position:absolute;
  translate:-50%;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      