
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--MerchAI-1: #FEFCFB;
--MerchAI-2: #FFF5F2;
--MerchAI-3: #FFE9E2;
--MerchAI-4: #FFD6CB;
--MerchAI-5: #FFC8B9;
--MerchAI-6: #FFB7A6;
--MerchAI-7: #FFA491;
--MerchAI-8: #F48B76;
--MerchAI-9: #FF6347;
--MerchAI-10: #F35539;
--MerchAI-11: #D64026;
--MerchAI-12: #5A2B22;
--Border: #e2e8f0;
--Off-Orange: #FFFAFA;
--Off-White: #FCFCFC;
    /* Fonts */
    --font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-outfit: 'Outfit',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.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;
    }
  }
}

      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:root {
    row-gap:0rem;
  column-gap:0rem;
  }
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  display:flex;
  opacity:0;
  translate:0 16px;
  background: #ffffff;
  box-shadow:0px 2px 4px 0px #00000020;
  align-items:flex-start;
  padding-top:0.5rem;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .erfrcf {
    row-gap:0.25rem;
  column-gap:0.25rem;
  flex-direction:column;
  }
      

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

      
        
      
      
  .so-toast\:CSaQFjnDnpxAsZPrG9h9r {
    width:20px;
  height:20px;
  }
      

      
        
      
      
  .caKzEL {
    color:var(--neutral-3);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:inherit;
  font-weight:400;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .caKzEL.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .caKzEL.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      


  .caKzEL.pending {
    color:var(--neutral-9);
  }
      


  .caKzEL.success {
    color:var(--neutral-1);
  }
      

        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:var(--neutral-6);
  font-size:var(--text-sm);
  font-family:Outfit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bRnlQX {
    color:inherit;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
  .so-toast\:aXIIspq62lDJhdOn1WNvh:hover {
    color:var(--neutral-1);
  }
      

        
      
      
  .so-toast\:kGdpr3v5ydTHV4o2yVsgw {
    color:var(--neutral-8);
  font-size:var(--text-sm);
  font-family:Outfit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .Dashboard\:root {
    background: #ffffff;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .cgkgAv {
    color:var(--neutral-4);
  }
      

      
        
      
      
  .bNfNZw {
    row-gap:0.25rem;
  column-gap:0.25rem;
  }
      

      
        
      
      
  .dYjdoW {
    width:100%;
  height:100%;
  row-gap:1rem;
  z-index:1000;
  column-gap:1rem;
  overflow-x:auto;
  margin-bottom:2rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dtyeIa {
    width:100%;
  display:flex;
  row-gap:0.75rem;
  position:relative;
  animation:;
  column-gap:0.75rem;
  margin-top:0px;
  align-items:center;
  margin-left:0px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bOfznM {
    width:8px;
  height:8px;
  animation:pulse 2s ease-in-out infinite;
  background: var(--neutral-7);
  box-shadow:0 0 0 rgba(0, 0, 0, 0.7);
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  /* -initial shadow color */:;
  border-bottom-right-radius:99px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dOORa-D {
    color:var(--success-6);
  width:fit-content;
  height:var(--height);
  display:flex;
  row-gap:0.5rem;
  font-size:var(--text-xs);
  background: #e5fff8;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  border-color:var(--success-10);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:var(--padding-horizontal);
  border-radius:var(--rounding-full);
  padding-right:var(--padding-horizontal);
  flex-direction:row;
  justify-content:center;
  }
      

      
  .dOORa-D.neutral {
    color:var(--neutral-6);
  height:var(--height);
  font-size:var(--text-xs);
  background: #f0f0f0;
  padding-top:0.1rem;
  border-color:#b5b2bc00;
  border-style:solid;
  border-width:1px;
  padding-bottom:0.1rem;
  }
      


  .dOORa-D.blue {
    color:#2563eb;
  height:var(--height);
  font-size:var(--text-xs);
  background: #eff6ff;
  padding-top:0.1rem;
  border-color:#eff6ff;
  border-style:solid;
  border-width:1px;
  padding-bottom:0.1rem;
  }
      


  .dOORa-D.warning {
    color:var(--warning-6);
  width:fit-content;
  height:var(--height);
  display:flex;
  row-gap:0.5rem;
  font-size:var(--text-xs);
  background: var(--warning-12);
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  border-color:var(--warning-10);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:var(--padding-horizontal);
  border-radius:var(--rounding-full);
  padding-right:var(--padding-horizontal);
  flex-direction:row;
  justify-content:center;
  }
      

        
      
      
  
      

      
        
      
      
  .FzIph {
    color:var(--neutral-7);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:inherit;
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .FzIph.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .FzIph.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .spa-logobar\:JrS54u0qgLdjADKCX0wBr {
    font-size:var(--text-sm);
  }
      

      
  .spa-logobar\:JrS54u0qgLdjADKCX0wBr:hover {
    color:var(--neutral-1);
  }
      

        
      
      
  .hapPa {
    color:var(--neutral-1);
  width:100%;
  font-size:var(--text-lg);
  margin-top:var(--margin-top);
  font-family:inherit;
  font-weight:600;
  line-height:var(--line-height-lg);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .hapPa.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .hapPa.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .spa-logobar\:O8Xv62lEcsceirVBoopsn {
    width:fit-content;
  }
      

      
        
      
      
  .cstjlg {
    color:var(--neutral-7);
  }
      

      
  
      

        
      
      
  .bRkIUH {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cyMEbK {
    width:fit-content;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cKGqiz {
    display:flex;
  row-gap:0.25rem;
  column-gap:0.25rem;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .logo\:Nx52T0AtfBFv3a9pBtS4W {
    color:var(--neutral-1);
  width:fit-content;
  }
      

      
        
      
      
  .logo\:SuDq0y98lEcjXcbLTPKOR {
    color:var(--neutral-6);
  }
      

      
        
      
      
  
      

      
        
      
      
  .aHiKj {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dcdHXQ {
    flex-grow:1;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .SMUDM {
    color:var(--neutral-2);
  font-size:inherit;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .spa-logobar\:rzX_oVU_2wg271T88PM3m {
    font-size:var(--text-sm);
  }
      

      
  .spa-logobar\:rzX_oVU_2wg271T88PM3m:hover {
    color:var(--neutral-1);
  }
      

        
      
      
  .cSvqUM {
    cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  overflow-x:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .cSvqUM::before {
    left:0px;
  width:0px;
  bottom:0px;
  height:2px;
  content:'';
  position:absolute;
  background: var(--neutral-4);
  transition:width 0.4s ease;
  }
      


  .cSvqUM:hover::before {
    width:100%;
  }
      

        
      
      
  .spa-section-wrapper\:AFsa8vNzoQHm9c-6SJu0m {
    position:sticky;
  }
      

      
        
      
      
  .spa-main\:root {
    font-family:Outfit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ftYWsu {
    padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .ftYWsu:hover {
    background:var(--neutral-12);
  }
      

        
      
      
  .dZTojQ {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dialog-search-item\:gKi8gv9p4XgT4Y7M3HEsI {
    color:var(--neutral-9);
  }
      

      
        
      
      
  .dialog-search-item\:w6I518SQtZsZ4pcZBlW0u {
    max-width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fDHoQh {
    width:1px;
  height:1px;
  display:flex;
  opacity:0;
  overflow:hidden;
  position:absolute;
  clip-path:inset(0);
  word-wrap:normal;
  margin-top:-1px;
  margin-left:-1px;
  padding-top:0px;
  white-space:nowrap;
  border-color:transparent;
  border-style:none;
  border-width:0px;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cpQZIb {
    width:20px;
  height:20px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  .cNpZjh {
    flex:0  ;
  width:100%;
  cursor:default;
  display:flex;
  row-gap:0.5rem;
  position:relative;
  animation:;
  background:#ffffff;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:Outfit;
  padding-top:0.5rem;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .fcilfy {
    width:100%;
  bottom:80px;
  cursor:default;
  height:fit-content;
  display:flex;
  row-gap:0.5rem;
  z-index:10000;
  position:absolute;
  animation:0.5s ease 0ms 1 normal none running animation-dKDQse, 300ms ease 0ms 1 normal none running animation-diMMIZ;
  max-width:450px;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:Outfit;
  margin-left:auto;
  padding-top:1.25rem;
  margin-right:auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
  flex-direction:column;
  padding-bottom:1.25rem;
  justify-content:flex-start;
  }
      

      
        
                  @keyframes animation-dKDQse {
                    
                        0% {
                          translate: 0 330px;
                        }
                        

                        100% {
                          translate: 0 0;
                        }
                        
                  }
                  

                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .ejSSgp {
    color:var(--neutral-11, #B5B2BC);
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ddICny {
    padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .ddICny:hover {
    background:var(--neutral-12);
  }
      

        
      
      
  .arvwB {
    width:100vw;
  height:100vh;
  display:flex;
  background: #fafafa;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bBrcWW {
    color:var(--neutral-1);
  display:flex;
  font-size:var(--text-sm);
  min-width:var(--min-width);
  font-family:inherit;
  line-height:var(--line-height-sm);
  padding-top:0.25rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  .Dashboard\:RYIWDBuRUD_or3_tzUgPB {
    color:var(--neutral-9);
  }
      

      
        
      
      
  .Dashboard\:T0D--L601p11RLijGJuju {
    color:var(--neutral-9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-callout-text\:root {
    flex:1;
  color:inherit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  .spa-settings\:-N4I0JUrX8tlkdpPOxar4 {
    font-size:var(--text-sm);
  font-weight:var(--normal);
  }
      

      
        
      
      
  .cTwMkH {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fmgELc {
    left:50%;
  width:100%;
  bottom:0px;
  height:fit-content;
  display:flex;
  row-gap:1rem;
  position:relative;
  transform:translateX(-50%);
  background:white;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:1rem;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  margin-bottom:2rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .spa-settings\:1IRvOLFsKaAj28Hg5l1Zd {
    background:white;
  }
      

      
        
      
      
  .eHBzmS {
    :;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:2B70JG79mOMZm6-5U6Hw3 {
    color:var(--neutral-1);
  font-size:0.875rem;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .faSpKa {
    color:var(--neutral-0);
  font-size:var(--text-sm);
  font-family:inherit;
  line-height:var(--line-height-sm);
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .rxnhc {
    width:100%;
  display:grid;
  row-gap:2rem;
  column-gap:2rem;
  flex-direction:row;
  justify-content:space-between;
  grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
  }
      

      
        
      
      
  .dRqFck {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .lfnyE {
    color:var(--warning-5);
  row-gap:1rem;
  background: var(--warning-12);
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  border-color:var(--warning-10);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .spa-settings\:71ku27ShKeHNyWDtaE7tC {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cwBuCr {
    gap:1rem;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .fKTAh {
    color:var(--neutral-1);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:inherit;
  font-weight:500;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .fKTAh.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .fKTAh.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .title-header\:JqW2QTFc4ENukF-eFFIZM {
    font-size:var(--text-lg);
  font-family:inherit;
  font-weight:600;
  line-height:var(--line-height-lg);
  }
      

      
        
      
      
  .title-header\:iccBVn6CY08f_siLKu_wz {
    color:var(--neutral-9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:B71CweIZg-ovisu2hMk5G {
    font-size:var(--text-sm);
  font-weight:var(--normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ciTmUS {
    width:fit-content;
  }
      

      
  .ciTmUS.selected {
    background:var(--neutral-12);
  }
      

        
      
      
  .YLMqL {
    color:var(--neutral-8);
  width:fit-content;
  font-size:0.875rem;
  margin-top:var(--margin-top);
  font-weight:500;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .YLMqL.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .YLMqL.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      


  .YLMqL.selected {
    color:var(--neutral-0);
  }
      

        
      
      
  .spa-settings\:DresWBloLhFdW4miXD0tf {
    width:fit-content;
  font-family:Outfit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
  .spa-settings\:DresWBloLhFdW4miXD0tf:hover {
    background:var(--neutral-12);
  }
      


          @media (min-width: 850px) {
            
  .spa-settings\:DresWBloLhFdW4miXD0tf {
    width:100%;
  }
      

          }
          
        
      
      
  .spa-settings\:HSp4CdkvbSVJs2BftKcbM {
    color:var(--neutral-1);
  font-size:0.875rem;
  font-weight:var(--medium);
  line-height:0.875rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:IZft1vqKbBqUptxam-fLG {
    line-height:var(--line-height-xs);
  }
      

      
        
      
      
  .cGvVgX {
    width:var(--size);
  height:var(--size);
  translate:var(--translate);
  margin-left:var(--margin-left);
  }
      

      
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .so-avatar\:-kWssftQUD5dG7_tYJA_M {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  height:100%;
  font-size:var(--text-sm);
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

      
        
      
      
  .so-avatar\:8oDE1GFsZrzlgcWEPZGvY {
    width:100%;
  height:100%;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-avatar\:gfOKIPevWUcei5hwOuANf {
    width:100%;
  height:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  border-color:var(--neutral-7, #49474E);
  border-style:solid;
  border-width:var(--border-lg);
  border-radius:var(--rounding-full);
  justify-content:center;
  background-color:var(--neutral-3, #232225);
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:LBiJp6aeroePrcEivktN4 {
    min-width:100px;
  padding-top:0.;
  padding-bottom:0.;
  }
      

      
        
      
      
  .eGUPIQ {
    gap:48px;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (min-width: 750px) {
            
  .eGUPIQ {
    gap:48px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  .cGdBtx {
    gap:12px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  grid-template-columns:1fr 9fr;
  }
      

      
        
      
      
  .bgfNSG {
    flex-grow:1;
  flex-wrap:wrap;
  max-width:100%;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCALDl {
    color:var(--Text-Primary);
  width:24px;
  height:24px;
  align-items:center;
  border-radius:99px;
  justify-content:center;
  }
      

      
        
      
      
  .fpxOHF {
    color:#0c1d37;
  width:20px;
  height:20px;
  }
      

      
        
      
      
  .dqJAIx {
    color:var(--grey-400);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bGxkDY {
    flex:1;
  width:100%;
  align-items:start;
  border-color:var(--Border-Secondary, #D0D5DD);
  border-style:solid;
  border-width:1px;
  justify-content:start;
  background-color:#ffffff;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .bGxkDY.highlighted {
    border-color:var(--grey-900);
  border-style:solid;
  border-width:4px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
      
      
  .cGnTeN {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .lp-pricing-plan-copy\:NpdOY9iNWNzvENsSd_hnX {
    font-size:var(--text-xl);
  }
      

      
        
      
      
  .bquosi {
    color:#7b899d;
  display:inline-block;
  font-size:var(--text-xs);
  text-align:center;
  font-weight:400;
  }
      

      
        
      
      
  .doWGfF {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  padding-left:24px;
  padding-right:24px;
  }
      

      
        
      
      
  .kBDjG {
    font-size:var(--text-md);
  font-weight:var(--medium);
  padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .lp-pricing-plan-copy\:_r9lu8cVDbcKPLQ86GQeg {
    font-size:var(--text-2xl);
  font-weight:var(--medium);
  }
      

      
        
      
      
  .ca-dWih {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:32px;
  justify-content:start;
  }
      

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-12);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-sm);
  font-size:var(--text-sm);
  background: var(--neutral-1);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-primary\:root:hover {
    background: var(--neutral-4);
  }
      


  .so-button-primary\:root:active {
    background: var(--neutral-0);
  transition:none;
  }
      


  .so-button-primary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-primary\:root.disabled {
    opacity:0.5;
  background: var(--neutral-1);
  }
      

        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .zErGn {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--neutral-1);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .caeIzG {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--neutral-11);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bwSwHw {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  background: var(--neutral-0);
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .lp-pricing-plan-copy\:tfYtbUY8YzW68BW6H_eWl {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:LcEkcZY7fz7YyxCc-JVG0 {
    flex:0  ;
  width:100%;
  max-width:500px;
  }
      

      
        
      
      
  .cBriLb {
    width:100%;
  display:flex;
  background:var(--neutral-12);
  align-items:flex-end;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  border-bottom-color:var(--Border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
        
      
      
  .LNQWk {
    flex:1;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .edauHg {
    gap:1rem;
  display:flex;
  background:white;
  transition:background-color 300ms ease 0ms normal;
  padding-top:0.75rem;
  border-color:var(--Border);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  }
      

      
  .edauHg:hover {
    background:var(--neutral-12);
  }
      


  .edauHg:active {
    background:var(--neutral-11);
  }
      


  .edauHg.highlighted {
    background:var(--neutral-11);
  }
      


  .edauHg:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .Gjybf {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dRuSdx {
    gap:0.25rem;
  flex:1;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-switch\:9xDvC7hc90wM-Hy4nsyON {
    width:var(--switch-thumb-size);
  height:var(--switch-thumb-size);
  translate:0px 0px;
  background:white;
  transition:translate 200ms ease 0ms normal;
  border-radius:var(--rounding-full);
  }
      

      
  .so-switch\:9xDvC7hc90wM-Hy4nsyON.checked {
    translate:var(--translate-x-checked);
  }
      

        
      
      
  .so-switch\:HRWuuVySKRYgSHU-G8N6w {
    width:var(--switch-width);
  height:var(--switch-height);
  background:var(--neutral-11);
  transition:background-color 200ms ease 0ms normal;
  align-items:start;
  padding-top:0px;
  padding-left:var(--padding);
  border-radius:var(--rounding-full);
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:var(--padding);
  outline-offset:var(--border-md);
  padding-bottom:0px;
  justify-content:center;
  }
      

      
  .so-switch\:HRWuuVySKRYgSHU-G8N6w:hover {
    background:var(--neutral-11);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked {
    background:var(--neutral-1);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked:hover {
    background:var(--neutral-2);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:NWv0G3tkMGNmjf-E7L7pG {
    width:100%;
  margin-top:0px;
  margin-bottom:0px;
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      

      
        
      
      
  .drYBRk {
    display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 730px) {
            
  .drYBRk {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .spa-settings\:Or37SKU43aUtG_BmcikgS {
    min-width:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:Pp3mFddt-jICnBZMLhjrt {
    color:var(--neutral-6);
  font-size:0.875rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cUKSmJ {
    width:100%;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .spa-settings\:TlTWP5E8ZIRf3ZXbuMHUi {
    border:none;
  background:#ffffff00;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:V5hijgFdpuFYVr40cliJR {
    min-width:100px;
  }
      

      
        
      
      
  .spa-settings\:WJxZCtB3xcrFXc4xuqfEf {
    min-width:100px;
  }
      

      
        
      
      
  .dhhmAN {
    gap:0.25rem;
  flex-direction:var(--flex-direction);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:WK7dwr4TVENdHZIYRSmnF {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .wGNCC {
    font-size:inherit;
  font-family:inherit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  .spa-settings\:ZsdYnuFHUwmm8aamgmklE {
    border:none;
  row-gap:2rem;
  background:#ffffff00;
  column-gap:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .mdvXv {
    width:18px;
  height:18px;
  }
      

      
        
      
      
  .fweEsI {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:fl7pT1XKjnUp2evj7fkw3 {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .spa-settings\:hxSmC2yOEVvPm96XZYmKH {
    color:var(--neutral-6);
  font-size:0.875rem;
  }
      

      
        
      
      
  .spa-settings\:ih0ONkvnhcS1vgygpD8Nd {
    min-width:100px;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .spa-settings\:jgEaJG6nHfGgtbCl7E669 {
    background:white;
  }
      

      
        
      
      
  .bBbkdc {
    flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .spa-settings\:kU3oPGXENuF3jqi-g0Us8 {
    row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .spa-settings\:kWg__3x-yyLuVKZG3QcUw {
    min-width:100px;
  padding-top:0.;
  padding-bottom:0.;
  }
      

      
        
      
      
  .toggle-cards-title\:root {
    color:var(--neutral-12, #EEEEF0);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .so-switch-cards-title\:root {
    color:var(--neutral-1);
  font-size:0.875rem;
  }
      

      
        
      
      
  .spa-settings\:kkv_6eeCzT5uWI76tbeiN {
    row-gap:0rem;
  column-gap:0rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dINtPn {
    row-gap:0.5rem;
  flex-wrap:nowrap;
  column-gap:0.5rem;
  overflow-x:scroll;
  padding-top:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
          @media (min-width: 850px) {
            
  .dINtPn {
    row-gap:0.5rem;
  min-width:175px;
  column-gap:0.5rem;
  font-family:Geist;
  padding-top:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .spa-settings\:tJQRTJbF1FfQBZgplkKx_ {
    min-width:100px;
  padding-top:0.;
  padding-bottom:0.;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .gTIuj {
    width:100%;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-bottom-color:var(--Border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .gTIuj:last-child {
    border:none;
  }
      


  .gTIuj:hover {
    background:var(--neutral-12);
  }
      


  .gTIuj:last-child:hover {
    background:var(--neutral-12);
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

        
      
      
  .dWdgTU {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
          @media (min-width: 850px) {
            
  .dWdgTU {
    display:flex;
  row-gap:3rem;
  column-gap:3rem;
  flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dElQXV {
    width:100%;
  height:100%;
  background: #ffffff;
  min-height:400px;
  align-items:start;
  justify-content:end;
  scrollbar-width:none;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      
.dElQXV::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .UAlMV {
    flex:1;
  font-size:11px;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
  .UAlMV.user {
    align-items:end;
  justify-content:center;
  }
      

        
      
      
  .XMkZD {
    flex:1;
  color:var(--neutral-1);
  width:100%;
  height:48px;
  font-size:var(--text-sm);
  font-weight:var(--medium);
  }
      

      
  .XMkZD::placeholder {
    font-weight:var(--normal);
  }
      

        
      
      
  
      

      
  .bmoONJ.loading {
    display:none;
  }
      

        
      
      
  .bmBnmv {
    height:100%;
  font-size:inherit;
  }
      

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

      
        
      
      
  .chatbot\:70GqtNWkoLVqoJ1MqaNjd {
    color:var(--grey-300, #D4D4D4);
  font-size:13px;
  max-width:460px;
  margin-top:-4px;
  font-weight:400;
  padding-top:8px;
  padding-left:16px;
  border-radius:14px;
  padding-right:16px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .dMoYIm {
    color:var(--grey-200, #E5E5E5);
  width:32px;
  height:32px;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .dMoYIm:hover {
    background-color:var(--grey-700, #404040);
  }
      


  .dMoYIm:focus-visible {
    outline-color:var(--blue-600, #2563EB);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .esAWEH {
    color:var(--neutral-6);
  width:100%;
  font-size:var(--text-md);
  margin-top:0px;
  font-family:inherit;
  font-weight:var(--semi);
  line-height:var(--line-height-md);
  white-space:normal;
  margin-bottom:0px;
  letter-spacing:var(--letter-spacing);
  }
      

      
  .esAWEH.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .esAWEH.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  .eKkfPO {
    gap:16px;
  width:100%;
  z-index:;
  font-size:var(--text-sm);
  background: var(--neutral-12);
  align-items:center;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  justify-content:start;
  border-top-color:var(--Border);
  border-top-style:solid;
  border-top-width:1px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  
      

        
      
      
  .ekJEuk {
    width:32px;
  height:32px;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .XmxlO {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  overflow-x:hidden;
  flex-direction:column;
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .XmxlO:last-of-type {
    border-color:black;
  border-style:none;
  border-width:1px;
  }
      

        
      
      
  .feSClB {
    color:var(--grey-50, #FAFAFA);
  height:32px;
  display:flex;
  font-size:13px;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bGzTg {
    flex:1;
  width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .cNOOGY {
    color:var(--neutral-1);
  cursor:pointer;
  display:inline-block;
  font-size:var(--text-sm);
  background: var(--neutral-12);
  text-align:left;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  line-height:1.3rem;
  padding-top:16px;
  border-color:var(--neutral-12);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:14px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
  .cNOOGY:hover {
    border-color:var(--neutral-11);
  border-style:solid;
  border-width:1px;
  }
      


  .cNOOGY:focus-visible {
    outline-color:var(--blue-600, #2563EB);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .eLbTuU {
    width:100%;
  overflow-y:scroll;
  align-items:center;
  justify-content:center;
  scrollbar-width:none;
  }
      
.eLbTuU::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eHOPzw {
    flex:1;
  width:100%;
  overflow:auto;
  max-height:100%;
  align-items:center;
  user-select:text;
  border-radius:14px;
  scrollbar-width:none;
  }
      
.eHOPzw::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .fypFZt {
    gap:8px;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fnLHyf {
    gap:8px;
  width:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .spa-askyourmerch\:9rcaw_JNJBQuIYs7Z9vPw {
    flex:1  ;
  height:calc(100%-1rem);
  }
      

      
        
      
      
  .dokMpF {
    flex:1  ;
  display:flex;
  background:;
  align-items:center;
  font-family:Outfit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bcWTcH {
    width:100%;
  cursor:default;
  display:flex;
  position:relative;
  animation:;
  background:#ffffff;
  align-items:flex-start;
  font-family:Outfit;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  flex-direction:column;
  justify-content:flex-start;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .bRJulw {
    color:var(--neutral-6);
  width:100%;
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--text-sm);
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cWPPRf {
    width:100%;
  height:100%;
  row-gap:2rem;
  z-index:0;
  animation:0.75s ease 0ms 1 normal none running animation-diMMIZ;
  max-width:1280px;
  background:;
  column-gap:2rem;
  overflow-y:auto;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .kwrRR {
    gap:0.5rem;
  width:100%;
  height:var(--interactive-height-md);
  display:flex;
  background: #eeeef000;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:#eeeef000;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
  
      


  
      

        
      
      
  
      

      
        
      
      
  .ecyAlr {
    flex:1;
  color:var(--neutral-0);
  width:100%;
  height:100%;
  font-size:var(--text-md);
  font-family:'Outfit';
  font-weight:var(--normal);
  }
      

      
  .ecyAlr::placeholder {
    color:var(--neutral-8);
  font-size:var(--text-md);
  font-family:Outfit;
  font-weight:400;
  }
      

        
      
      
  
      

      
        
      
      
  .spa-optimize\:root {
    background: #ffffff00;
  }
      

      
        
      
      
  
      

      
        
      
      
  .xkifq {
    display:table-header-group;
  background:;
  }
      

      
        
      
      
  .spa-optimize\:3P0jKg2REQ4Av_QIBRbs2 {
    border-bottom-color:var(--Border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .biVzIN {
    :;
  color:var(--neutral-9);
  display:table-cell;
  font-size:var(--text-xs);
  text-align:left;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .spa-optimize\:APKZpLuJl-ZvLPR0GcnQ_ {
    border-top-right-radius:12px;
  }
      

      
        
      
      
  .cSsHtZ {
    color:var(--neutral-9);
  border: none;
  display:table-cell;
  font-size:var(--text-sm);
  text-align:left;
  font-family:Outfit;
  font-weight:500;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
  .cSsHtZ:hover {
    color:#0d0c0c;
  }
      

        
      
      
  
      

      
        
      
      
  .DyfAQ {
    color:var(--neutral-1);
  display:table-cell;
  font-size:var(--text-sm);
  text-align:left;
  font-family:Outfit;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  .spa-optimize\:B2801pUa6BI-s6jcAXOg5 {
    color:var(--neutral-1);
  font-weight:600;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dmSESp {
    display:table-row;
  }
      

      
  .dmSESp.no-border {
    border-bottom-style:none;
  border-bottom-width:0px;
  }
      


  .dmSESp:hover {
    color:var(--neutral-1);
  background: var(--neutral-12);
  }
      

        
      
      
  .spa-optimize\:GA6oTwLkfttyJY7NQvU-7 {
    min-width:100px;
  background:white;
  border-bottom-color:var(--Border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .buMVqt {
    display:table;
  border-spacing:0;
  border-collapse:collapse;
  }
      

      
        
      
      
  .spa-optimize\:GWTOztJ6e9_l8jPCZamJc {
    width:100%;
  overflow:hidden;
  box-shadow:0px 2px 4px 0px #00000020;
  overflow-x:scroll;
  border-color:var(--Border);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  /* -also needed sometimes */:;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .blcyps {
    row-gap:5rem;
  column-gap:5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-optimize\:SXZlsjVjV00V9iL3bxaXq {
    border-top-left-radius:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cdgTkS {
    display:table-row-group;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dOXMHD {
    display:table-row;
  border-bottom-color:var(--Border);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .dOXMHD.no-border {
    border-bottom-color:black;
  border-bottom-style:none;
  border-bottom-width:0px;
  }
      

        
      
      
  .spa-optimize\:mdacew8lxacKeIYSiS6dU {
    min-width:100px;
  background:white;
  padding-left:24px;
  padding-right:24px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .LBOKN {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  z-index:100;
  position:fixed;
  background:var(--overlay-inverted-a6);
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  }
      

      
  .LBOKN.open {
    opacity:1;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:all;
  }
      

        
      
      
  .bTPxDd {
    width:100%;
  display:flex;
  align-items:center;
  font-family:Outfit;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dVzHUM {
    background: #a62121;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
    opacity:1;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-dialog-search\:root {
    display:flex;
  align-items:center;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dhGxig.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dhGxig.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-dialog-title\:root {
    flex:1;
  color:var(--neutral-0);
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-dialog-search\:DalFA08FEZ9e3L69nbk5n {
    width:100%;
  display:flex;
  flex-wrap:nowrap;
  flex-direction:row;
  padding-bottom:0rem;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-dialog-search\:EZ62MupXHpMRayplGDRvV {
    flex:0  ;
  height:90%;
  }
      

      
        
      
      
  .bmTbnG {
    flex:0  ;
  row-gap:1rem;
  column-gap:1rem;
  padding-top:o;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:o;
  }
      

      
        
      
      
  
      

      
        
      
      
  .spa-dialog-search\:Z1ecHYcob2aWLiFiOg-Kh {
    color:var(--neutral-9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-content\:root {
    width:100%;
  opacity:0;
  max-width:450px;
  translate:0 20px;
  background: #ffffff;
  padding-top:1rem;
  border-color:#0000000d;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
  .so-dialog-content\:root.open {
    opacity:1;
  translate:0 0px;
  }
      


  .so-dialog-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-dialog-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .spa-dialog-search\:cMYRtPqOXqtJQfP7MWcRA {
    height:40vh;
  display:flex;
  row-gap:0.5rem;
  max-width:450px;
  column-gap:0.5rem;
  overflow-y:scroll;
  font-family:Outfit;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:0px;
  }
      

      
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .so-separator\:root {
    background:var(--Border);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .spa-dialog-search\:ztWtsb9rR2XOE-96oqasy {
    color:var(--neutral-9);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYLUXQ {
    width:fit-content;
  bottom:0px;
  height:min-content;
  display:flex;
  row-gap:1rem;
  z-index:10000;
  position:fixed;
  animation:4s ease 0ms 1 normal none running animation-cnffRf;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cWpDBb {
    color:var(--grey-200, #E5E5E5);
  width:34px;
  cursor:pointer;
  height:34px;
  display:flex;
  background:;
  align-items:center;
  justify-content:center;
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
  .cWpDBb:hover {
    background:var(--neutral-12);
  }
      


  .cWpDBb.active {
    background:var(--neutral-12);
  }
      

        
      
      
  .dFacqj {
    gap:8px;
  width:max-content;
  z-index:10000;
  position:absolute;
  animation:fadeIn 0.2s ease-in-out forwards;
  font-size:var(--font-size-sm);
  box-shadow:0px 2px 4px -1px #0000000f, 0px 4px 6px -1px #0000001a;
  align-items:center;
  padding-top:6px;
  border-color:var(--slate-200, #E2E8F0);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:end;
  background-color:#ffffff;
  }
      

      
  .dFacqj.location-right {
    left:42px;
  align-items:center;
  justify-content:center;
  }
      


  .dFacqj.location-left {
    right:4px;
  align-items:center;
  justify-content:center;
  }
      


  .dFacqj.location-top {
    bottom:42px;
  }
      

        
      
      
  .cwSfym {
    color:var(--neutral-0);
  width:fit-content;
  z-index:1000;
  font-size:var(--text-sm);
  text-align:left;
  font-weight:600;
  }
      

      
        
      
      
  .dwOQJL {
    gap:4px;
  color:#71717A;
  align-items:center;
  padding-top:1px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:1px;
  justify-content:center;
  }
      

      
        
      
      
  .bVpJJV {
    width:16px;
  height:16px;
  align-items:center;
  padding-top:1px;
  border-color:var(--Border-Secondary, #D0D5DD);
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:1px;
  justify-content:center;
  background-color:var(--BG-Secondary, #F9F9FA);
  }
      

      
        
      
      
  .RHDlp {
    color:var(--Text-Primary, #0C0243);
  font-size:12px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .bboKMA {
    color:var(--Text-Secondary, #344054);
  font-size:var(--text-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navbar-button\:3gTUQ6MIpC4qyLHobhevt {
    display:flex;
  }
      

      
          @media (max-width: 650px) {
            
  .navbar-button\:3gTUQ6MIpC4qyLHobhevt {
    display:none;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebycmX {
    width:fit-content;
  height:min-content;
  display:flex;
  row-gap:0.5rem;
  z-index:10000;
  position:relative;
  animation:2s ease 0ms 1 normal none running animation-dyRWOZ;
  background:#ffffff;
  box-shadow:0px 2px 4px -1px #0000000f, 0px 4px 6px -1px #0000001a;
  align-items:center;
  padding-top:0.25rem;
  border-color:#7e28280d;
  border-style:solid;
  border-width:1px;
  padding-left:0.25rem;
  margin-bottom:1.5rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  backdrop-filter:blur(20px);
  justify-content:center;
  border-top-left-radius:99px;
  -webkit-backdrop-filter:blur(20px);
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
                  @keyframes animation-dyRWOZ {
                    
                        0% {
                          translate: 0 80px;
                        }
                        

                        60% {
                          translate: 0 0;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .ezvtvH {
    width:fit-content;
  height:min-content;
  display:flex;
  row-gap:0.75rem;
  z-index:10000;
  position:relative;
  animation:2s ease 0ms 1 normal none running animation-dyRWOZ;
  background:#ffffff;
  box-shadow:0px 2px 4px -1px #0000000f, 0px 4px 6px -1px #0000001a;
  column-gap:0.75rem;
  align-items:center;
  padding-top:0.25rem;
  border-color:#7e28280d;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  margin-bottom:1.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  backdrop-filter:blur(20px);
  justify-content:center;
  border-top-left-radius:2rem;
  -webkit-backdrop-filter:blur(20px);
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  
      

      
        
      