
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #ffffff;
--neutral-1: #fcfcfd;
--neutral-2: #f9f9fb;
--neutral-3: #eff0f3;
--neutral-4: #e7e8ec;
--neutral-5: #e0e1e6;
--neutral-6: #d8d9e0;
--neutral-7: #cdced8;
--neutral-8: #b9bbc7;
--neutral-9: #8c8d99;
--neutral-10: #80828e;
--neutral-11: #62636d;
--neutral-12: #1E1F24;
--brand-1: #fcfdfb;
--brand-2: #f7faf6;
--brand-3: #e9f7e1;
--brand-4: #dcf1ce;
--brand-5: #cee7bc;
--brand-6: #bddaa9;
--brand-7: #a7c892;
--brand-8: #8db471;
--brand-9: #607d4a;
--brand-10: #536f3d;
--brand-11: #5d7947;
--brand-12: #33402a;
--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;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-orbitron: 'Orbitron',sans-serif;
--font-montserrat: 'Montserrat',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;
    }
  }
}

      
  .bFJHvO {
    color:#ffffff;
  width:100%;
  display:flex;
  position:relative;
  animation:2s ease 0ms 1 normal none running anim-T4zhqN;
  flex-grow:1;
  align-items:center;
  font-family:Outfit;
  flex-direction:column;
  justify-content:start;
  transform-origin:right bottom;
  }
      

      
        
                  @keyframes anim-T4zhqN {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

                  @keyframes anim-gAz0Ij {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .dPslFr {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--text-sm);
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .groups\:-DX5R9muOy39Ci4-TzHSa {
    font-family:inherit;
  }
      

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

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  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;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


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


  .so-button-secondary\:root.trigger-open {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

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

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

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:-VSDrJa4we7_6ynvCpFZ4 {
    width:25rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dWeNpn {
    gap:3rem;
  top:0px;
  width:100vw;
  height:100vh;
  display:flex;
  position:fixed;
  animation:2s ease 0ms 1 normal none running animation-bzlqbK;
  transition:all 300ms ease  ;
  align-items:center;
  padding-top:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-end;
  }
      

      
  .dWeNpn.hidden {
    translate:0 100% 0;
  transition:all 300ms ease  ;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-content\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.5rem;
  border-radius:var(--rounding-lg);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-select-content\:root.open {
    opacity:1;
  }
      


  .so-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
                  @keyframes anim-cdTbV1 {
                    
                        0% {
                          opacity: 0;
                        }
                        

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

      
        
      
      
  
      

      
        
      
      
  
      

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

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

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

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

      
  .so-switch\:HRWuuVySKRYgSHU-G8N6w:hover {
    background-color:var(--neutral-7, #49474E);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked {
    background-color:var(--brand-10, #8a75dd);
  }
      


  .so-switch\:HRWuuVySKRYgSHU-G8N6w.checked:hover {
    background-color:var(--brand-9, #755ed1);
  }
      


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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:2iIM-tcN4c1yBITtWju4Y {
    width:25rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select\:root {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eQgaZy {
    gap:0.5rem;
  width:100%;
  height:var(--interactive-height-md);
  display:flex;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:var(--neutral-7, #49474E);
  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;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .eQgaZy:hover {
    background-color:var(--neutral-1, #121113);
  }
      


  .eQgaZy.focused {
    border-color:var(--brand-10, #8a75dd);
  border-style:solid;
  border-width:var(--border-md);
  outline-color:var(--brand-6, #473876);
  outline-style:solid;
  outline-width:var(--border-lg);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .so-field-text\:root {
    font-family:inherit;
  }
      

      
        
      
      
  .dfZTIV {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  height:100%;
  font-size:var(--text-md);
  font-family:inherit;
  font-weight:var(--normal);
  }
      

      
  .dfZTIV::placeholder {
    color:var(--neutral-9, #6F6D78);
  font-size:var(--text-md);
  font-family:inherit;
  font-weight:var(--normal);
  }
      

        
      
      
  .groups\:3cckU8ZSy4SdEYwQSte07 {
    font-family:inherit;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  .groups\:6R-e2zMqoKaX-60LSsgPC {
    flex:1  ;
  font-family:inherit;
  }
      

      
        
      
      
  .dOPRmz {
    gap:3rem;
  top:0px;
  width:100vw;
  height:100vh;
  display:flex;
  position:fixed;
  animation:2s ease 0ms 1 normal none running animation-bzlqbK;
  transition:all 300ms ease  ;
  align-items:center;
  padding-top:1rem;
  flex-direction:column;
  justify-content:flex-end;
  }
      

      
  .dOPRmz.hidden {
    translate:0 100% 0;
  transition:all 300ms ease  ;
  }
      

        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .groups\:7Gv9PW24LyXtMNdkHaqw5 {
    width:fit-content;
  display:flex;
  align-items:flex-start;
  font-family:inherit;
  font-weight:var(--semi);
  justify-content:center;
  }
      

      
        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:7LaRP3Rp0yTKhcyBIjNFV {
    height:fit-content;
  }
      

      
        
      
      
  .groups\:9R1RJAS8G61z8tnPS4P_q {
    width:100%;
  min-width:12rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .groups\:9V4-WJH2d9esYW5B3Rllj {
    font-family:inherit;
  }
      

      
        
      
      
  .crAFVG {
    display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eGeFYA {
    left:0px;
  width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  translate:-100%;
  background: var(--neutral-0);
  transition:all 300ms ease 0ms normal;
  border-right-color:var(--neutral-4, #E8E8EC);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
  .eGeFYA.open {
    display:flex;
  translate:0;
  transition:all 300ms   ;
  flex-direction:column;
  }
      


          @media (min-width: 800px) {
            
  .eGeFYA.show {
    transform:translate(100%, 0px);
  }
      

          }
          
        
      
      
  .navigation-menu\:-3391277NGCPfZ3WI4ior {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .buKFMR {
    display:flex;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .zekqL {
    width:100%;
  display:flex;
  overflow-y:auto;
  align-items:start;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .dcPkVG {
    width:100%;
  bottom:0px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

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

      
        
      
      
  .dikclo {
    flex-wrap:wrap;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .duNLQD {
    width:100%;
  display:flex;
  flex-grow:1;
  align-items:center;
  justify-content:space-between;
  }
      

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

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

        
      
      
  .so-separator\:root {
    background-color:var(--neutral-5, #323035);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ecnPZN {
    color:var(--neutral-12);
  width:2rem;
  height:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dkhSSm {
    height:var(--header-height);
  display:flex;
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dbtufg {
    gap:1rem;
  width:100%;
  display:flex;
  min-height:5rem;
  overflow-y:auto;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .dKYFJn {
    display:flex;
  flex-grow:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fkKdvv {
    width:100px;
  }
      

      
        
      
      
  .navigation-menu\:YbnmludvrPEOuN3iyuZTd {
    width:10rem;
  }
      

      
        
      
      
  .navigation-menu\:ZRSFWpP-qmCvc2xIN5yOk {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

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

      
        
      
      
  .navigation-menu\:bbjdsq8wno0q_b0rhf7Cm {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-sm);
  font-family:Montserrat;
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .ccbGtx {
    color:var(--color);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:color 300ms ease 0ms normal;
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  border-radius:var(--rounding-md);
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .ccbGtx:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .ccbGtx:active {
    color:var(--color-active);
  transition:none;
  }
      


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

        
      
      
  .navigation-menu\:gPRxSoMAKuL3raSf6Ty9T {
    color:var(--neutral-12);
  font-family:Montserrat;
  padding-top:1rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .doWZSZ {
    top:0px;
  left:0px;
  width:20px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:tP1fqN6DBg3rYd7RVcXfe {
    flex:1;
  display:flex;
  align-items:start;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:C_ExiUCZqkHDpJ-L4z-HW {
    z-index:300;
  }
      

      
        
      
      
  .cAINaB {
    top:1rem;
  display:flex;
  margin-top:1rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .groups\:EU9ZYvcvlB1ZpeMtpmqr6 {
    flex:1  ;
  width:fit-content;
  max-width:10rem;
  min-width:5rem;
  }
      

      
        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  .groups\:EYgJlUdky8tlA2Ibg7X75 {
    flex-direction:row;
  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);
  }
      

      
        
      
      
  .cnnskg {
    width:40rem;
  row-gap:5rem;
  max-width:100%;
  column-gap:5rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .groups\:Fz9LOXWR4GIz9CAM59cFk {
    flex:2  ;
  display:flex;
  align-items:flex-start;
  font-family:inherit;
  font-weight:var(--semi);
  justify-content:center;
  }
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .dnMCcL {
    top:0px;
  height:4rem;
  display:flex;
  position:absolute;
  translate:0 -100% 0;
  background: var(--brand-9);
  transition:all 300ms ease  ;
  align-items:center;
  padding-top:1em;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1em;
  justify-content:center;
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
  .dnMCcL.show {
    top:0px;
  animation:5s ease 0ms 1 normal forwards running animation-XBrbC;
  translate:0 0 0;
  transition:all 300ms ease  ;
  }
      

        
                  @keyframes animation-XBrbC {
                    
                        0% {
                          translate: 0 -100% 0;
                        }
                        

                        30% {
                          translate: 0 0px 0;
                        }
                        

                        70% {
                          translate: 0 0px 0;
                        }
                        

                        100% {
                          translate: 0 -100% 0;
                        }
                        
                  }
                  
      
      
  .bBWHWA {
    width:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  background: var(--neutral-3);
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  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);
  }
      

      
  .bBWHWA:hover {
    cursor:pointer;
  }
      


  .bBWHWA.changed {
    border-color:var(--warning-10);
  border-style:Dashed;
  border-width:2px;
  }
      

        
      
      
  .groups\:J4y_R5Gl-GT_VKSPzf2JH {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:Jvtmsgb4qP33zn3WMpqRr {
    display:flex;
  align-items:flex-start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .groups\:Kzrc-AtWo8Lv3YY5jlVvK {
    flex:1  ;
  font-family:inherit;
  }
      

      
        
      
      
  .eRlDoL {
    row-gap:2rem;
  flex-wrap:wrap;
  column-gap:2rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .ebdBZx {
    display:flex;
  margin-top:1rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-item\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:default;
  height:var(--interactive-height-sm);
  font-size:var(--text-md);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:var(--normal);
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .so-select-item\:root:hover {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root:focus {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root.checked {
    color:var(--brand-11, #BAA7FF);
  }
      


  .so-select-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  }
      


  .so-select-item\:root.disabled:hover {
    background-color:transparent;
  }
      

        
      
      
  .dfonvd {
    color:inherit;
  width:1rem;
  height:1rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

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

      
        
      
      
  
      

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

      
        
      
      
  .so-select-item\:gTaZlBzZUme6Pj37SjYHY {
    color:var(--brand-11, #BAA7FF);
  width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:OYW6S8HjhaL0VK2bz2o7b {
    width:fit-content;
  height:fit-content;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  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;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-primary\:root:hover {
    background-color:var(--brand-9, #755ed1);
  }
      


  .so-button-primary\:root:active {
    transition:none;
  background-color:var(--brand-11, #BAA7FF);
  }
      


  .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-color:var(--brand-10, #8a75dd);
  }
      

        
      
      
  
      

      
        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  .groups\:OfI_A0noPROyNMlTMAM_i {
    width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
        
                  @keyframes anim-7js_XQ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        30% {
                          scale: 1.25 0.75;
                        }
                        

                        40% {
                          scale: 0.75 1.25;
                        }
                        

                        50% {
                          scale: 1.15 0.85;
                        }
                        

                        60% {
                          scale: 0.95 1.05;
                        }
                        

                        75% {
                          scale: 1.05 0.95;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  

                  @keyframes anim-kRUcba {
                    
                        0% {
                          translate: 0 0;
                        }
                        

                        30% {
                          translate: 0 -16px;
                        }
                        

                        60% {
                          translate: 0 0;
                        }
                        

                        80% {
                          translate: 0 -8px;
                        }
                        

                        100% {
                          translate: 0 0;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .groups\:QrS34331V8o7gZ_KqjXPJ {
    flex:1  ;
  width:10rem;
  max-width:14rem;
  min-width:14rem;
  font-family:inherit;
  }
      

      
        
      
      
  .groups\:QthJHhpWXDtdd9GOVOwzx {
    width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
        

      
      
  
      

      
        
      
      
  .vSSmT {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .so-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .so-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:UIgYQYkyQrqZw6kYbTcck {
    width:100%;
  }
      

      
        
      
      
  .app-provider\:root {
    top:60px;
  font-family:Outfit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .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 {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

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

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eYlqfQ {
    color:var(--neutral-12);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Montserrat;
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  background: var(--neutral-0);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-12);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  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;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


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


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background: var(--overlay-a1);
  }
      

        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

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

          }
          
        
      
      
  
      

      
        
      
      
  .eOVGpd {
    width:100%;
  height:100vh;
  z-index:-1;
  position:absolute;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  background: #000000;
  max-height:100vh;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .eOVGpd {
    width:100%;
  margin-left:0px;
  padding-top:var(--header-height);
  }
      

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

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .cHzcfe {
    top:0px;
  right:0px;
  width:100%;
  height:100%;
  display:flex;
  z-index:0;
  position:absolute;
  object-fit:cover;
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:UPnxEh9MJ-U2aW0QnlpcM {
    display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bhAwHE {
    gap:var(--gap);
  width:var(--width);
  height:var(--height);
  flex-wrap:var(--flex-wrap);
  }
      

      
  .bhAwHE.horizontal {
    flex-wrap:var(--flex-wrap);
  flex-direction:row;
  }
      

        
      
      
  .EfvCc {
    gap:var(--gap);
  width:var(--width);
  height:var(--height);
  flex-wrap:var(--flex-wrap);
  align-items:start;
  justify-content:start;
  }
      

      
  .EfvCc.horizontal {
    flex-wrap:var(--flex-wrap);
  flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cTbDbw {
    gap:1rem;
  width:100%;
  height:100%;
  display:flex;
  animation:2s ease 0ms 1 normal none running animation-dmOQei;
  background: var(--neutral-0);
  overflow-y:auto;
  align-items:center;
  padding-top:1rem;
  border-color:var(--neutral-5, #E0E1E6);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

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

                        20% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .FENUO {
    color:var(--neutral-9);
  }
      

      
        
      
      
  .groups\:YGPUT9di5N3_ohRpougoz {
    font-family:inherit;
  }
      

      
        
      
      
  .groups\:ZrJN6ceetLNzBEV7WIRjj {
    font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:b57pxINlfsnfBEunnlnZR {
    width:100%;
  max-width:12rem;
  min-width:12rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:fEzNpPSpl3N4SrPSWXXZ_ {
    flex:1  ;
  width:fit-content;
  max-width:10rem;
  min-width:5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .crIEoA {
    width:100%;
  row-gap:1rem;
  max-width:30rem;
  min-width:12rem;
  column-gap:1rem;
  padding-bottom:5rem;
  }
      

      
        
      
      
  .groups\:gPGsET7OZZrHUFbJU_pJb {
    flex:1;
  text-align:center;
  font-family:Orbitron;
  }
      

      
        
      
      
  .groups\:hFmezaF_0Q99jMg8DB8ds {
    width:fit-content;
  height:fit-content;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .fegfMt {
    opacity:0;
  z-index:-1;
  translate:0 -100% 0;
  transition:all 300ms ease  ;
  }
      

      
  .fegfMt.show {
    opacity:1;
  translate:0 50% 0;
  transition:all 300ms ease  ;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dntnhg {
    width:100vw;
  display:flex;
  min-height:100vh;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .emfcai {
    width:100%;
  row-gap:1rem;
  max-width:30rem;
  min-width:12rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .cDKlIx {
    gap:4rem;
  width:100%;
  display:flex;
  z-index:1;
  position:relative;
  min-height:100vh;
  align-items:center;
  padding-top:2rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cSLJBo {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .agnbk {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  background:;
  column-gap:0.5rem;
  align-items:center;
  padding-top:1rem;
  border-color:var(--neutral-7);
  border-style:Dashed;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  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);
  }
      

      
  .agnbk:hover {
    cursor:pointer;
  }
      

        
      
      
  .groups\:qU40SQmfFaQZ-VWb1KUO6 {
    width:fit-content;
  height:fit-content;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:sSLRo9EUTSdjkv4sPBGpx {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  .groups\:tCDJ7oJdrpkygmg_xpf4u {
    width:fit-content;
  height:fit-content;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .groups\:tnKTUx4bXKhFlnhRVf2Rx {
    color:var(--neutral-0);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .FiLwI {
    width:8px;
  height:8px;
  display:flex;
  background: #c20000;
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
  .FiLwI.active {
    width:8px;
  height:8px;
  background:#00c21a;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

        
      
      
  .groups\:tuVPa1FeE1XKj5Q7EzmX9 {
    height:10rem;
  }
      

      
        
      
      
  .dgtCfx {
    gap:0.5rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:pointer;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 300ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  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;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .dgtCfx:hover {
    background-color:var(--brand-9, #755ed1);
  text-decoration-color:var(--color-underline-hovered);
  }
      


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


  .dgtCfx.pressed {
    transition:none;
  background-color:var(--brand-11, #BAA7FF);
  }
      


  .dgtCfx.disabled {
    cursor:default;
  opacity:0.5;
  background-color:var(--brand-10, #7D66D9);
  }
      

        
      
      
  .groups\:umzlhQfpu-dT8leigYcWr {
    flex:1;
  width:5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDEgqM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

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

        
      
      
  .groups\:wfq8DrDMz5yU7cW_arDHy {
    z-index:150;
  }
      

      
        
      
      
  .groups\:x4yCAgOp1my_LCP3siG_i {
    flex:1  ;
  width:10rem;
  max-width:14rem;
  min-width:14rem;
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .groups\:xf0Mi3tyWEwHxkXrBVsxr {
    font-family:inherit;
  }
      

      
        
      
      
  .groups\:yWOzgG-9dvmBLebc-7XQM {
    height:fit-content;
  }
      

      
        
      
      
  .bfKXgi {
    gap:1rem;
  width:100%;
  height:100%;
  display:flex;
  animation:2s ease 0ms 1 normal none running animation-dmOQei;
  background:var(--neutral-0);
  min-height:20rem;
  overflow-y:auto;
  align-items:center;
  padding-top:1rem;
  border-color:var(--neutral-5, #E0E1E6);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      