
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --brand_card_hover: #F8F9FC;
--background_page: #FFF;
--background_grey: #F6F6F6;
--background_grey_dark: #E9ECF3;
--border_light: #E3E3E3;
--border_dark: #BABCC2;
--brand_primary: #1A52D3;
--brand_hover: #2867F6;
--brand_bg: #1A52D31A;
--brand_disabled: #A3BAED;
--text_primary: #1D2939;
--text_secondary: #646E82;
--text_tertiary: #BDBDBD;
--success: #18A359;
--success_hover: #1ac76b;
--success_bg: #18A3591A;
--warning: #E9B110;
--warning_hover: #f8c020;
--warning-bg: #E9B1101A;
--danger-100: #DC2626;
--danger_hover: #EF4444;
--danger_bg: #dc26261a;
    /* Fonts */
    --font-sans: '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 */
    
    /* 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;
    }
  }
}

      
  .bDKgpd {
    color:var(--text_primary, #1D2939);
  width:100%;
  height:100%;
  align-items:center;
  font-family:'Inter';
  flex-direction:row;
  justify-content:center;
  background-color:var(--background_page, #FFF);
  }
      

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

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

      
        
      
      
  .bFGeSS {
    width:100%;
  height:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .dvBkpZ {
    gap:8px;
  cursor:text;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_page, #FFF);
  }
      

      
  .dvBkpZ:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .dvBkpZ.dont_match {
    border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .erbOwS {
    color:var(--text_secondary, #646E82);
  display:inline-block;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ejxnqu {
    color:var(--danger, #EF4444);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cxZuOt {
    color:var(--text_primary, #1D2939);
  font-size:0.88rem;
  margin-top:8px;
  }
      

      
        
      
      
  .bBBmeF {
    color:var(--background_page, #FFF);
  width:100%;
  cursor:pointer;
  height:40px;
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--blue-600, #2563EB);
  }
      

      
  .bBBmeF:hover {
    background-color:var(--brand_btn_hover, #2867F6);
  }
      


  .bBBmeF.invalid {
    cursor:default;
  background-color:var(--brand_disabled_or_border, #A3BAED);
  }
      


  .bBBmeF.invalid:hover {
    background-color:var(--brand_disabled_or_border, #A3BAED);
  }
      

        
      
      
  .AIsJA {
    color:inherit;
  font-size:2.25rem;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .ZCkPd {
    width:100%;
  height:fit-content;
  position:relative;
  transition:width 300ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .verify_account\:M0LHZW5gOvzjt5jvZEf3I {
    width:185px;
  }
      

      
        
      
      
  .eWLGiL {
    gap:4px;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .eCkyaI {
    gap:40px;
  width:400px;
  }
      

      
        
      
      
  .epDntu {
    gap:6px;
  }
      

      
        
      
      
  .PCPMy {
    width:50%;
  height:100%;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:center;
  }
      

      
        
      
      
  .cbFspz {
    width:100%;
  height:fit_content;
  row-gap:6px;
  column-gap:6px;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .cmkTeS {
    left:1px;
  color:var(--danger, #EF4444);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cgwWrL {
    gap:4px;
  cursor:text;
  background:white;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:#BABCC2;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cgwWrL.no_icons {
    background:white;
  padding-left:0px;
  padding-right:0px;
  }
      


  .cgwWrL:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .cgwWrL.invalid {
    box-shadow:0px 0px 0px 4px #FFF0F0, 0px 1px 2px 0px #2424240D;
  border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      


  .cgwWrL.disabled {
    background:#F6F6F6;
  }
      

        
      
      
  .fiaeUQ {
    flex:8;
  color:var(--value_cond_color);
  width:100%;
  height:38px;
  font-size:var(--font-size-sm);
  font-weight:400;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  }
      

      
  .fiaeUQ.disabled {
    color:var(--value_cond_color);
  cursor:default;
  pointer-events:none;
  }
      

        
      
      
  .ebxljG {
    color:var(--text_primary, #1D2939);
  }
      

      
        
      
      
  .dWFVtu {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dodHgr {
    color:var(--text_primary, #1D2939);
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-weight:400;
  }
      

      
        
      
      
  .bGmYJn {
    color:var(--text_secondary, #646E82);
  }
      

      
  .bGmYJn.invalid {
    color:var(--danger, #EF4444);
  }
      

        
      
      
  .fvMKmH {
    width:16px;
  height:16px;
  display:flex;
  align-items:flex-start;
  padding-bottom:2px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .IgNB {
    flex:8;
  color:var(--text_primary, #1D2939);
  height:40px;
  font-size:0.88rem;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  background-color:var(--background_page, #FFF);
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bxfnVJ {
    color:var(--danger, #EF4444);
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .fAgIZp {
    color:var(--danger, #EF4444);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .fAgIZp.true {
    color:var(--text_primary, #1D2939);
  }
      

        
      
      
  .eLbfkr {
    width:50%;
  height:100%;
  align-items:end;
  justify-content:center;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/chocolate_ben_quadinaros_irrelevant_sa_fish:SamsungWallpaper_01.jpg/public");
  }
      

      
        
      
      
  .hdkUq {
    gap:6px;
  color:var(--background_page, #FFF);
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:'Inter';
  font-weight:600;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--brand_primary, #1A52D3);
  }
      

      
  .hdkUq:hover {
    cursor:pointer;
  background-color:#2867F6;
  }
      


  .hdkUq.invalid {
    cursor:default;
  background-color:var(--brand_disabled, #A3BAED);
  }
      

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

      
        
      
      
  
      

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

      
        
      
      
  .cpOQSG {
    gap:24px;
  }
      

      
        
      
      
  .ziOVK {
    gap:8px;
  cursor:text;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_page, #FFF);
  }
      

      
  .ziOVK:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .ziOVK.not_valid {
    z-index:1;
  border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .YYMGA {
    gap:8px;
  padding-top:10px;
  }
      

      
        
      