
  

  
  

  
  
  
  
    


@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;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;

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

      
  .CCVLi {
    width:100%;
  min-height:100vh;
  align-items:start;
  justify-content:start;
  background-color:var(--neutral-1, #121113);
  }
      

      
        
      
      
  .dIyGkz {
    width:100%;
  height:var(--header-height);
  display:flex;
  z-index:100;
  position:fixed;
  background:var(--neutral-1, #121113);
  align-items:flex-end;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .cVgTqG {
    width:auto;
  height:var(--header-height);
  display:flex;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dropdown-item\:root {
    color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:pointer;
  height:var(--interactive-height-sm);
  display:flex;
  row-gap:1rem;
  font-size:var(--text-md);
  column-gap:1rem;
  margin-top:0.5rem;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--normal);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:flex-start;
  }
      

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


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


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


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

        
      
      
  .bjimQW {
    gap:0.125rem;
  align-items:center;
  padding-left:0.5rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eCZsLN {
    color:var(--neutral-9, #6F6D78);
  width:0.75rem;
  height:0.75rem;
  }
      

      
        
      
      
  .eLaEcW {
    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);
  padding-top:12px;
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  padding-bottom:12px;
  }
      

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


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

        
      
      
  .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
    color:var(--neutral-9, #6F6D78);
  }
      

      
        
      
      
  .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
    color:var(--neutral-9, #6F6D78);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-0, #0b0a0b);
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  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);
  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;
  }
      

      
        
      
      
  .byNxXL {
    color:white;
  padding-left:1rem;
  padding-right:1rem;
  }
      

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

      
        
      
      
  
      

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

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

      
        
      
      
  
      

      
        
      
      
  .bOLpUJ {
    color:white;
  width:1.5rem;
  height:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .daTnYH {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-evenly;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .sparkcore\/sc-dropdown-content\:root:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dropdown-content\:root {
    gap:0.25rem;
  opacity:0;
  min-width:200px;
  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-dropdown-content\:root.open {
    opacity:1;
  }
      


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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .gjhJb {
    display:none;
  }
      

      
          @media (max-width: 1024px) {
            
  .gjhJb {
    width:100%;
  height:var(--header-height);
  display:flex;
  position:fixed;
  align-items:center;
  margin-left:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  background-color:var(--neutral-1, #121113);
  border-bottom-color:var(--neutral-5, #323035);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

          }
          
        
      
      
  .bfzmzg {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bujhXV {
    gap:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bujhXV {
    gap:0.5rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .so-button-tertiary\: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:'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(--overlay-a1, #ffffff0d);
  -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-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .mobile-header\:Su2iGN6oaYrlcRHdn_j6Q {
    width:var(--interactive-height-sm);
  height:var(--interactive-height-sm);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .mobile-header\:ghOQGemJlVxcX7VE5xbAP {
    width:70%;
  }
      

      
        
      
      
  .vc-page\:Veb-vNjMOX7mgAbvO4GKl {
    z-index:100;
  }
      

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

      
          @media (max-width: 1024px) {
            
  .bgGITa {
    width:280px;
  display:flex;
  max-width:90vw;
  translate:-100%;
  flex-direction:column;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .bgGITa.open {
    display:flex;
  translate:0;
  transition:var(--transition-in);
  flex-direction:column;
  }
      

          }
          

  .bgGITa.open {
    transition:all 320ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .dkIEFu {
    gap:1.5rem;
  overflow-y:auto;
  padding-top:0.5rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.5rem;
  }
      

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

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:9EIMTwrZ_bPeycqjdtqJw {
    flex:1;
  padding-top:0.5rem;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cDprLg {
    gap:0.625rem;
  color:var(--neutral-11, #60646C);
  cursor:pointer;
  overflow:hidden;
  flex-wrap:wrap;
  font-size:var(--text-md);
  transition:all 200ms ease normal normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  padding-top:0.5rem;
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-sm);
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .cDprLg:hover {
    background-color:var(--neutral-2, #F9F9FB);
  }
      


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


  .cDprLg:active {
    transition:none;
  background-color:var(--neutral-4, #E8E8EC);
  }
      


  .cDprLg.current-page {
    transition:none;
  background-color:var(--neutral-4, #E8E8EC);
  }
      

        
      
      
  
      

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

      
        
      
      
  .bPMOrW {
    display:flex;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .MByrA {
    color:white;
  }
      

      
        
      
      
  .navigation-menu\:ijocq4elq33XoV8mz4hM8 {
    color:var(--neutral-12, #EEEEF0);
  font-weight:var(--semi);
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .vc-page\:_MN2waMSvfpSTSmIwCd9p {
    z-index:300;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .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-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

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

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dqHkEH {
    width:var(--width);
  align-items:center;
  margin-left:var(--side-menu-width);
  padding-top:var(--header-height);
  padding-bottom:var(--header-height);
  justify-content:start;
  }
      

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

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

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

        
      
      
  .vc-page\:ynxhGqq9p4jtWsZJIrXxy {
    z-index:150;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cmMAmc {
    display:flex;
  grid-column:1 / -1;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bOJCYD {
    color:#fff;
  width:75px;
  cursor:pointer;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  font-family:Outfit;
  font-weight:600;
  line-height:1.25rem;
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  margin-bottom:var(--line-height-sm);
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  background-color:#6366f1;
  }
      

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

      
        
      
      
  .zlvGY {
    width:100%;
  padding-top:10px;
  padding-bottom:10px;
  }
      

      
        
      
      
  .syrgs {
    color:#fff;
  font-size:0.875rem;
  font-weight:600;
  line-height:1.25rem;
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  background-color:#6366f1;
  }
      

      
  .syrgs:focus-visible {
    outline-color:#6366f1;
  outline-width:2px;
  outline-offset:2px;
  }
      

        
      
      
  .dPEEgx {
    width:5rem;
  display:flex;
  margin-top:3rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .owner-gym-details\:12GDosy75wjr01jg6XOus {
    width:50px;
  height:50px;
  display:flex;
  position:fixed;
  align-items:flex-start;
  margin-right:150px;
  margin-bottom:50px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dmAgKG {
    align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 40rem) {
            
  .dmAgKG {
    grid-column:span 4 / span 4;
  }
      

          }
          
        
      
      
  .ejrkrx {
    display:flex;
  overflow:hidden;
  align-items:center;
  font-family:Outfit;
  padding-top:0.75rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:space-between;
  background-color:rgba(31,41,55,0.5);
  }
      

      
          @media (min-width: 40rem) {
            
  .ejrkrx {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

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

      
        
      
      
  .drAEXI {
    gap:0.5rem;
  color:white;
  width:100%;
  height:20rem;
  display:flex;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Outfit;
  padding-top:0.75rem;
  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;
  padding-bottom:0.75rem;
  justify-content:start;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .owner-gym-details\:2YQBqBH13eJLcf9uam-AV {
    width:50px;
  height:50px;
  display:flex;
  position:absolute;
  align-items:flex-start;
  margin-right:150px;
  margin-bottom:50px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fhfYdz {
    color:#E5E5E5;
  width:100%;
  display:flex;
  opacity:0;
  position:relative;
  font-size:0.75rem;
  min-height:80px;
  align-items:center;
  padding-top:8px;
  border-color:#ffffff40;
  border-style:dashed;
  border-width:1px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .fhfYdz.dragover::after {
    top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  content:" ";
  position:absolute;
  background:;
  border-color:var(--blue-500);
  border-style:Dashed;
  border-width:3px;
  pointer-events:none;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      


  .fhfYdz:focus-within {
    outline-color:var(--blue-500);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .owner-gym-details\:2bjuYiD8FPqbIHsUkFwbX {
    width:100%;
  height:200px;
  padding-top:8px;
  padding-left:8px;
  margin-bottom:1rem;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .cHvPKL {
    color:#fff;
  font-size:1rem;
  font-family:Outfit;
  font-weight:600;
  line-height:1.5rem;
  margin-bottom:var(--line-height-sm);
  }
      

      
        
      
      
  .ciHeBa {
    color:#9ca3af;
  width:1.25rem;
  height:1.25rem;
  align-self:center;
  justify-self:end;
  margin-right:0.5rem;
  grid-row-start:1;
  pointer-events:none;
  grid-column-start:1;
  }
      

      
          @media (min-width: 40rem) {
            
  .ciHeBa {
    width:1rem;
  height:1rem;
  }
      

          }
          
        
      
      
  .dhosic {
    color:#9ca3af;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-tabs\:root {
    gap:0.75rem;
  width:100%;
  }
      

      
        
      
      
  .bqlEYS {
    top:0px;
  left:0px;
  width:var(--width);
  height:var(--height);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  pointer-events:none;
  }
      

      
  .bqlEYS.hidden {
    transition:none;
  }
      

        
      
      
  .so-tabs\:JpeIgyzowDbYOhsdse6Ct {
    top:100%;
  height:7px;
  transition:translate 200ms ease 0ms normal, width 200ms ease 0ms normal;
  border-bottom-color:var(--brand-9, #755ed1);
  border-bottom-style:solid;
  border-bottom-width:var(--border-lg);
  }
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

      
  .cxJHK.orientation-vertical {
    flex-direction:column;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-tabs\:fuK3wvU95IoKasUkShFDI {
    gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cJEDVx {
    color:#fff;
  font-weight:600;
  }
      

      
        
      
      
  .eURPva {
    color:#818cf8;
  cursor:pointer;
  position:relative;
  font-weight:600;
  border-radius:0.375rem;
  background-color:transparent;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eURPva:focus-within {
    outline-color:#6366f1;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .eURPva:hover {
    color:#a5b4fc;
  }
      

        
      
      
  .cuMFUY {
    color:#4b5563;
  width:3rem;
  height:3rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
        
      
      
  .bOyWu {
    width:240px;
  height:120px;
  margin-left:2rem;
  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);
  }
      

      
        
      
      
  
      

      
          @media (min-width: 40rem) {
            
  .cYhqPD {
    grid-column:span 2 / span 2;
  }
      

          }
          
        
      
      
  .dIXdSs {
    display:none;
  grid-column:1 / -1;
  }
      

      
        
      
      
  .byxCge {
    display:flex;
  min-width:0px;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .erPIMl {
    text-align:center;
  }
      

      
        
      
      
  .bsjHSu {
    font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
        
      
      
  .bcAvyw {
    row-gap:2rem;
  column-gap:2rem;
  padding-top:3rem;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .ewZoHH {
    clip:rect(0, 0, 0, 0);
  width:1px;
  height:1px;
  margin:-1px;
  padding:0px;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .dPFBXy {
    margin-top:0.5rem;
  }
      

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

      
        
      
      
  .owner-gym-details\:BECf7rg6gAZDKYdy8H_qB {
    background:transparent;
  }
      

      
        
      
      
  .cAIsYn {
    display:flex;
  column-gap:1rem;
  align-items:center;
  flex-shrink:0;
  font-family:Outfit;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .fzlDbf {
    color:#9ca3af;
  margin-top:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx {
    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 300ms 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:transparent;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:focus-visible {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.trigger-open {
    color:var(--brand-11, #BAA7FF);
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  
      

      
        
      
      
  .eNtzyS {
    display:flex;
  column-gap:1.5rem;
  margin-top:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cSIQXJ {
    color:#fff;
  width:100%;
  display:block;
  font-size:1rem;
  line-height:1.5rem;
  padding-top:0.375rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  outline-color:rgba(255,255,255,0.1);
  outline-width:1px;
  padding-right:0.75rem;
  padding-bottom:0.375rem;
  background-color:rgba(255,255,255,0.05);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cSIQXJ {
    color:#6b7280;
  }
      


  .cSIQXJ:focus {
    outline-color:#6366f1;
  outline-width:2px;
  }
      

        
      
      
  .eqzvaR {
    display:flex;
  row-gap:2rem;
  column-gap:1.5rem;
  padding-top:3rem;
  padding-bottom:3rem;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 40rem) {
            
  .eqzvaR {
    grid-template-columns:repeat(6, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cxVngN {
    color:#fff;
  width:9rem;
  cursor:pointer;
  height:2.5rem;
  font-size:0.875rem;
  transition:background-color 300ms ease;
  font-weight:600;
  line-height:1.25rem;
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  background-color:#6366f1;
  }
      

      
  .cxVngN:hover {
    background:#8a8cf5;
  }
      

        
      
      
  .eULZdA {
    gap:8px;
  width:120px;
  height:120px;
  overflow-y:hidden;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-600, #525252);
  }
      

      
        
      
      
  .cgzKZj {
    color:#ffffff;
  display:inline-block;
  opacity:0;
  font-size:0.7rem;
  max-width:100%;
  overflow-x:hidden;
  transition:opacity 100ms linear 100ms;
  font-weight:700;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
  .cgzKZj.hover {
    opacity:1;
  }
      

        
      
      
  .cdbguz {
    color:#ffffffbd;
  display:inline-block;
  opacity:0;
  font-size:0.6rem;
  transition:opacity 100ms linear 100ms;
  }
      

      
  .cdbguz.hover {
    opacity:1;
  }
      

        
      
      
  .dZDegk {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  rotate:0 0 1 var(--rotation);
  position:absolute;
  transform-origin:center center;
  }
      

      
        
      
      
  .XLEny {
    width:100%;
  height:100%;
  position:absolute;
  animation:1.5s cubic-bezier(0.25, 0.1, 0.23, 0.8) var(--delay) infinite normal none running animation-eokWxe;
  background:;
  transition:opacity 100ms linear 100ms;
  align-items:center;
  aspect-ratio:1/1;
  border-radius:16px;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-eokWxe {
                    
                        0% {
                          rotate: var(--rotation);
                        }
                        

                        100% {
                          rotate: calc(var(--rotation) + 360deg);
                        }
                        
                  }
                  
      
      
  .eCVXAX {
    left:0px;
  width:var(--progress);
  height:100%;
  position:absolute;
  background-color:var(--blue-500, #3B82F6);
  }
      

      
        
      
      
  .dtHpnK {
    width:80%;
  height:16px;
  opacity:0;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:opacity 100ms linear 100ms;
  align-items:center;
  border-radius:16px;
  justify-content:center;
  background-color:#ffffff75;
  }
      

      
  .dtHpnK.hover {
    opacity:1;
  }
      

        
      
      
  .dSjhJa {
    width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  transition:filter 100ms linear 100ms;
  border-radius:6px;
  }
      

      
  .dSjhJa.hover {
    filter:blur(5px);
  }
      

        
      
      
  .MCJrD {
    left:-2px;
  width:5px;
  height:5px;
  position:absolute;
  background: var(--blue-500);
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
      
      
  .cpcepI {
    width:30%;
  aspect-ratio:1/1;
  transform-origin:center center;
  }
      

      
        
      
      
  .ecmfVm {
    color:#ffffff;
  display:inline-block;
  font-size:0.6rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dURZSi {
    top:-1px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  .fbnOTY {
    font-family:Outfit;
  padding-top:var(--avatar-size-md);
  padding-left:var(--avatar-size-md);
  padding-right:var(--avatar-size-md);
  padding-bottom:var(--avatar-size-md);
  }
      

      
        
      
      
  .cggsbi {
    color:#c20000;
  font-weight:600;
  }
      

      
        
      
      
  .bRrSLK {
    font-family:Outfit;
  }
      

      
        
      
      
  .zvQyx {
    color:#ffffff;
  opacity:0;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cylvVG {
    color:#9ca3af;
  }
      

      
        
      
      
  .bZORhz {
    max-height:100%;
  overflow-y:auto;
  }
      

      
        
      
      
  .eooFSC {
    top:0px;
  width:fit-content;
  position:sticky;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dLnBJA {
    cursor:pointer;
  padding:0.5rem;
  }
      

      
  .dLnBJA:hover {
    background-color:#ffffff26;
  }
      

        
      
      
  .bpleIn {
    top:100%;
  z-index:1;
  position:absolute;
  margin-top:0.25rem;
  border-color:#D4D4D4;
  border-style:solid;
  border-width:1px;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .cAQppO {
    gap:0.5rem;
  cursor:pointer;
  padding:0.5rem;
  font-size:0.875rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:#FFF;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

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

      
        
      
      
  .cnNkNx {
    top:0.2rem;
  right:1rem;
  z-index:2;
  position:absolute;
  }
      

      
        
      
      
  .owner-gym-details\:LYn6plkw1_3MQt0psOsuH {
    color:white;
  width:100%;
  height:100%;
  font-size:var(--text-md);
  background:black;
  font-family:Outfit;
  }
      

      
        
      
      
  .cMbaUx {
    color:#9ca3af;
  display:flex;
  margin-top:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .owner-gym-details\:Mf-DdgwdPxnIAyAbciarp {
    width:33%;
  height:400px;
  display:flex;
  }
      

      
          @media (max-width: 1550px) {
            
  .owner-gym-details\:Mf-DdgwdPxnIAyAbciarp {
    width:50%;
  }
      

          }
          

          @media (max-width: 740px) {
            
  .owner-gym-details\:Mf-DdgwdPxnIAyAbciarp {
    width:100%;
  }
      

          }
          
        
      
      
  .elIYsJ {
    color:#fff;
  display:block;
  font-weight:500;
  }
      

      
        
      
      
  .dxknkk {
    display:grid;
  margin-top:0.5rem;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
        
      
      
  .ZgXvM {
    height:120px;
  margin-left:2rem;
  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);
  }
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  .dOhiop {
    color:#9ca3af;
  display:flex;
  margin-top:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cUGRTL {
    max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  }
      

      
        
      
      
  .owner-gym-details\:NvN-70BgbAAQr9cDW-Hz2 {
    border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .fwwGxV {
    gap:0.25rem;
  color:var(--color);
  width:fit-content;
  height:var(--height);
  display:flex;
  font-size:var(--font-size);
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  border-color:var(--color-border);
  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;
  background-color:var(--color-bg);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bPVuEn {
    gap:8px;
  width:100%;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .ddFXhQ {
    display:flex;
  flex-direction:row;
  }
      

      
        
      
      
  .calybU {
    display:none;
  }
      

      
          @media (min-width: 40rem) {
            
  .calybU {
    display:flex;
  align-items:flex-end;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .fGGhtu {
    flex:none;
  color:#6b7280;
  width:1.25rem;
  height:1.25rem;
  }
      

      
        
      
      
  .epDLWu {
    width:100px;
  background:white;
  margin-top:-50px;
  margin-left:var(--avatar-size-md);
  aspect-ratio:1/1;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .bXUiLt {
    overflow:hidden;
  position:relative;
  font-family:Outfit;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
  .bXUiLt:hover {
    text-decoration-line:underline;
  }
      

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

      
        
      
      
  .dxzgKV {
    color:#fff;
  cursor:pointer;
  font-size:0.875rem;
  font-weight:600;
  line-height:1.25rem;
  padding-top:0.5rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  background-color:#6366f1;
  }
      

      
  .dxzgKV:focus-visible {
    outline-color:#6366f1;
  outline-width:2px;
  outline-offset:2px;
  }
      

        
      
      
  .btZASo {
    flex:1 1 auto;
  min-width:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eznsVj {
    width:100%;
  bottom:50px;
  position:absolute;
  }
      

      
        
      
      
  .bGQxVK {
    row-gap:2rem;
  column-gap:2rem;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .buQvdn {
    color:white;
  font-family:Outfit;
  }
      

      
        
      
      
  .kLtjz {
    color:#fff;
  width:100%;
  font-size:1rem;
  appearance:none;
  line-height:1.5rem;
  padding-top:0.375rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  outline-color:rgba(255,255,255,0.1);
  outline-width:1px;
  padding-right:2rem;
  grid-row-start:1;
  padding-bottom:0.375rem;
  background-color:rgba(255,255,255,0.05);
  grid-column-start:1;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .kLtjz {
    background-color:#1f2937;
  }
      


  .kLtjz:focus {
    outline-color:#6366f1;
  outline-width:2px;
  }
      

        
      
      
  .coslTP {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  background:#6366f1;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
        
      
      
  .buCXKR {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 40rem) {
            
  .buCXKR {
    grid-column:span 4 / span 4;
  }
      

          }
          
        
      
      
  .eGdoyZ {
    display:grid;
  row-gap:2rem;
  column-gap:1.5rem;
  margin-top:2.5rem;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 40rem) {
            
  .eGdoyZ {
    grid-template-columns:repeat(6, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .bkxzDN {
    width:16px;
  height:16px;
  margin-left:4px;
  }
      

      
        
      
      
  .PfDBa {
    color:#9ca3af;
  display:flex;
  margin-top:1rem;
  text-align:left;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cvnKAc {
    color:#ffffff;
  }
      

      
        
      
      
  .etnYJq {
    height:120px;
  display:flex;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .biIHCV {
    padding-left:0.25rem;
  }
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .xSPZC {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .eoeXFM {
    width:20%;
  display:flex;
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bSAJMO {
    width:100%;
  flex-wrap:nowrap;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  align-content:start;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
      
      
  .eCPjOp {
    color:#ffffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fchJFD {
    gap:8px;
  width:85%;
  flex-wrap:nowrap;
  overflow-x:scroll;
  align-items:center;
  align-content:start;
  flex-direction:row;
  justify-content:start;
  scrollbar-width:none;
  }
      
.fchJFD::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .zKBza {
    color:#ffffffff;
  display:flex;
  transform:rotate(180deg);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .owner-gym-details\:apGaAL35AZHuJk2Rogilo {
    display:flex;
  max-width:100%;
  }
      

      
        
      
      
  .fiNXFF {
    row-gap:2rem;
  column-gap:2rem;
  padding-top:3rem;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .dPFtqq {
    font-weight:600;
  }
      

      
        
      
      
  .ZZHMI {
    width:100%;
  text-align:left;
  }
      

      
        
      
      
  .eysGbu {
    width:1000px;
  height:120px;
  display:flex;
  align-items:center;
  border-color:#ffffff40;
  border-style:dashed;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .eDpOkS {
    flex:none;
  width:3rem;
  height:3rem;
  border-radius:9999px;
  outline-color:rgba(255,255,255,0.1);
  outline-style:solid;
  background-color:#1f2937;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 40rem) {
            
  .fmlfUh {
    grid-column:span 3 / span 3;
  }
      

          }
          
        
      
      
  .owner-gym-details\:gPsG34qwtRuVpp1MaJM0G {
    width:50px;
  height:50px;
  display:flex;
  position:fixed;
  align-items:flex-start;
  margin-right:150px;
  margin-bottom:50px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .owner-gym-details\:gRODTBzz9EGZ7824cLW8j {
    align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bNJBMN {
    width:120px;
  height:120px;
  margin-left:2rem;
  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);
  }
      

      
        
      
      
  .czjqAJ {
    display:table-row;
  }
      

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


  .czjqAJ:hover {
    cursor:pointer;
  background:#172130;
  }
      

        
      
      
  
      

      
        
      
      
  .bgMTGx {
    width:75%;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 40rem) {
            
  .bgMTGx {
    grid-column:span 4 / span 4;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ctnAuh {
    width:100%;
  filter:var(--image-filter);
  height:75%;
  transition:filter 300ms ease;
  }
      

      
        
      
      
  .fqUSkE {
    display:none;
  }
      

      
          @media (min-width: 40rem) {
            
  .fqUSkE {
    display:block;
  }
      

          }
          
        
      
      
  .eEvDXX {
    margin-left:1rem;
  }
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bqEhEv {
    color:var(--neutral-11, #B5B2BC);
  display:table-cell;
  text-align:left;
  font-family:'Outfit';
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fBpOsK {
    width:100%;
  height:160px;
  object-fit:cover;
  }
      

      
        
      
      
  .dlrwmD {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .owner-gym-details\:pg6xd2IRODQsmZo71bIdi {
    width:100%;
  height:200px;
  padding-top:8px;
  padding-left:8px;
  margin-bottom:1rem;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .dMfGlF {
    display:flex;
  }
      

      
        
      
      
  .easWNn {
    color:#ffffff;
  cursor:pointer;
  background:#6366f1;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
        
      
      
  .fswmAQ {
    text-align:left;
  }
      

      
        
      
      
  .cANfrm {
    display:table-row-group;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .owner-gym-details\:sG0mUDRhIlK56Yvzh8QHf {
    overflow:hidden;
  font-family:Outfit;
  background-color:rgba(31,41,55,0.5);
  }
      

      
        
      
      
  .coBXMo {
    font-family:Outfit;
  padding-top:var(--toggle-height-md);
  padding-left:var(--toggle-height-md);
  padding-right:var(--toggle-height-md);
  padding-bottom:var(--toggle-height-md);
  }
      

      
        
      
      
  .owner-gym-details\:sZUGR06YIKgXNFO2yY6tb {
    width:50px;
  height:50px;
  display:flex;
  position:absolute;
  align-items:flex-start;
  margin-right:150px;
  margin-bottom:50px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 40rem) {
            
  .LgaTw {
    grid-column:span 2 / span 2;
  grid-column-start:1;
  }
      

          }
          
        
      
      
  .bvwhPE {
    color:#ffffff;
  bottom:-100%;
  position:absolute;
  text-align:left;
  }
      

      
        
      
      
  .bBcVQv {
    margin-top:1rem;
  grid-column:1 / -1;
  margin-bottom:2rem;
  }
      

      
        
      
      
  .owner-gym-details\:uZJiX3OU33HarKIewU4ri {
    width:50px;
  height:50px;
  display:flex;
  position:absolute;
  align-items:flex-start;
  margin-right:150px;
  margin-bottom:50px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fgQQMN {
    color:#fff;
  cursor:pointer;
  font-size:0.875rem;
  font-weight:600;
  line-height:1.25rem;
  padding-top:.5rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  padding-bottom:.5rem;
  background-color:#6366f1;
  }
      

      
  .fgQQMN:focus-visible {
    outline-color:#6366f1;
  outline-width:2px;
  outline-offset:2px;
  }
      

        
      