
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--Success: #4CAF50;
--Warning: #FF9800;
--Error: #F44336;
--Info: #2196F3;
--White: #FFFFFF;
--MainBrand: #16A1D9;
--SecBrand: #D55051;
--DarkBrand: #758C92;
--LightBackground: #BAC6C8;
--TertBackground: #6F6A59;
--LightAccent: #5D5344;
--PrimaryText: #333333;
--TertText: #636363;
--BrandBrown: #543C29;
--BrandPurple: #500ef6;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-jaro: 'Jaro',sans-serif;
--font-robotomono: 'Roboto Mono',monospace;
--font-fugazone: 'Fugaz One',display;
--font-satisfy: 'Satisfy',handwriting;
--font-roboto: 'Roboto',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-ibmplexsans: 'IBM Plex Sans',sans-serif;
--font-sourcesans: 'Source Sans 3',sans-serif;
--font-manrope: 'Manrope',sans-serif;
--font-notosans: 'Noto Sans',sans-serif;
--font-merriweather: 'Merriweather',serif;
--font-vollkorn: 'Vollkorn',serif;
--font-lora: 'Lora',serif;
--font-ptserif: 'PT Serif',serif;
--font-firacode: 'Fira Code',monospace;
--font-playfairdisplay: 'Playfair Display',serif;
--font-bangers: 'Bangers',display;
--font-lilitaone: 'Lilita One',display;
--font-literata: 'Literata',serif;
--font-archivo: 'Archivo',sans-serif;
--font-monoton: 'Monoton',display;
--font-ebgaramond: 'EB Garamond',serif;
--font-cormorantgaramond: 'Cormorant Garamond',serif;
--font-gupter: 'Gupter',serif;
--font-lato: 'Lato',sans-serif;
--font-satisfy: 'Satisfy',handwriting;
--font-comicneue: 'Comic Neue',handwriting;
--font-comicrelief: 'Comic Relief',display;
--font-intertight: 'Inter Tight',sans-serif;
--font-firasanscondensed: 'Fira Sans Condensed',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .QuBPc {
    left:0px;
  width:225px;
  bottom:0px;
  z-index:1;
  position:fixed;
  }
      

      
          @media (max-width: 500px) {
            
  .QuBPc {
    width:150px;
  }
      

          }
          
        
      
      
  .bsdXmk {
    opacity:0.9;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ejcpts {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  opacity:1;
  z-index:10;
  position:fixed;
  background:#ffffffe6;
  transition:opacity 100ms ease;
  padding-top:125px;
  }
      

      
  .ejcpts {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .OGJtE {
    color:inherit;
  width:fit-content;
  font-size:1.75rem;
  font-family:"Fira Code";
  font-weight:500;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
  .OGJtE:hover {
    color:#000000;
  }
      

        
      
      
  .deJZoP {
    color:var(--PrimaryText);
  width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fHWnE {
    width:100%;
  height:fit-content;
  z-index:50;
  position:sticky;
  background:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 100%);
  backdrop-filter:blur(1px);
  }
      

      
        
      
      
  .eOGWgh {
    padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cnBQFh {
    color:var(--TertText);
  font-size:.85rem;
  font-weight:400;
  }
      

      
        
      
      
  .dehdcv {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .subscribe\:5LVw_zO-apfQ2-8kT0Cc8 {
    background:#000000b3;
  }
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTOnpe {
    color:var(--PrimaryText);
  width:100%;
  font-size:1.2rem;
  text-align:center;
  font-weight:600;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cfhgbV {
    border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .subscribe-price-box\:5EaEUPaYYOKCEdfo_P_aK {
    color:var(--TertText);
  width:140px;
  cursor:pointer;
  height:60px;
  display:flex;
  z-index:1;
  font-size:18px;
  background:white;
  transition:background 300ms ease;
  align-items:center;
  font-weight:400;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .subscribe-price-box\:5EaEUPaYYOKCEdfo_P_aK.checked {
    color:var(--text-color);
  background:var(--background-color);
  font-weight:600;
  border-color:var(--border-color);
  border-style:solid;
  border-width:2px;
  }
      


  .subscribe-price-box\:5EaEUPaYYOKCEdfo_P_aK:active {
    background:var(--border-color);
  transition:background 300ms ease;
  }
      


          @media (max-width: 475px) {
            
  .subscribe-price-box\:5EaEUPaYYOKCEdfo_P_aK {
    width:126px;
  height:54px;
  }
      

          }
          

          @media (max-width: 420px) {
            
  .subscribe-price-box\:5EaEUPaYYOKCEdfo_P_aK {
    width:112px;
  height:48px;
  }
      

          }
          
        
      
      
  .xJEJb {
    top:-20px;
  color:#ffffff;
  right:0px;
  width:90px;
  height:28px;
  display:flex;
  position:absolute;
  font-size:.65rem;
  background:#333333;
  align-items:center;
  padding-top:4px;
  padding-bottom:4px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fEcnuI {
    row-gap:2px;
  column-gap:2px;
  }
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .subscribe\:CFAGWpAoxjFWwUmzdguTm {
    width:550px;
  height:575px;
  display:flex;
  background:white;
  box-shadow:0px 8px 36px 2px #ffffff4d;
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
          @media (max-width: 640px) {
            
  .subscribe\:CFAGWpAoxjFWwUmzdguTm {
    width:100%;
  height:100%;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .xHtmx {
    gap:20px;
  color:var(--PrimaryText);
  display:grid;
  font-size:.9rem;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:12px;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  }
      

      
        
      
      
  .dFVLRd {
    align-items:center;
  font-weight:inherit;
  padding-top:6px;
  padding-left:6px;
  border-radius:50%;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  }
      

      
        
      
      
  .ZfBGH {
    font-size:inherit;
  text-align:center;
  font-family:'Roboto Mono';
  font-weight:var(--font-weight-bold);
  white-space:normal;
  }
      

      
        
      
      
  .cOYQij {
    font-family:'Roboto Mono';
  font-weight:700;
  }
      

      
        
      
      
  .FgxWU {
    flex:1;
  display:inline-block;
  font-weight:inherit;
  }
      

      
        
      
      
  .dZShIj {
    gap:4px;
  flex:1;
  font-weight:inherit;
  }
      

      
        
      
      
  .fdQMG {
    gap:16px;
  align-items:center;
  font-weight:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eORfWG {
    font-family:'Roboto Mono';
  font-weight:700;
  text-decoration-line:;
  }
      

      
        
      
      
  .hJCDu {
    color:inherit;
  width:100%;
  display:inline-block;
  font-weight:inherit;
  }
      

      
        
      
      
  .cSVOtE {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  white-space:pre-wrap;
  }
      

      
        
      
      
  .dfcqeo {
    align-items:center;
  padding-top:6px;
  padding-left:6px;
  border-radius:50%;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  }
      

      
        
      
      
  .cuEFNM {
    flex:1;
  display:inline-block;
  font-weight:inherit;
  }
      

      
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fFWYSR {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  z-index:101;
  position:absolute;
  background:white;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:center;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .QxLWD {
    color:var(--TertText);
  font-size:.85rem;
  text-align:center;
  font-weight:400;
  }
      

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

      
        
      
      
  .subscribe\:QZX2Gp0iXiAeNR-TJKLLv {
    top:48px;
  color:#ffffff;
  right:48px;
  cursor:pointer;
  z-index:99;
  position:fixed;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
  .subscribe\:QZX2Gp0iXiAeNR-TJKLLv:hover {
    opacity:0.8;
  }
      


          @media (max-width: 640px) {
            
  .subscribe\:QZX2Gp0iXiAeNR-TJKLLv {
    top:12px;
  color:#000000;
  right:12px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .frlVXr {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  z-index:100;
  position:absolute;
  background:white;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .MSKuG {
    color:var(--PrimaryText);
  width:100%;
  font-size:1.75rem;
  text-align:center;
  font-weight:600;
  }
      

      
        
      
      
  .subscribe\:XWJD4jy4NQnSrAxoiT6Yh {
    width:550px;
  height:575px;
  display:flex;
  background:white;
  box-shadow:0px 8px 36px 2px #ffffff4d;
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
          @media (max-width: 640px) {
            
  .subscribe\:XWJD4jy4NQnSrAxoiT6Yh {
    width:100%;
  height:100%;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .PppDr {
    display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .subscribe\:bG4UjB5yHG3VxFAZu6UOd {
    width:550px;
  display:flex;
  background:white;
  box-shadow:0px 8px 36px 2px #ffffff4d;
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
          @media (max-width: 640px) {
            
  .subscribe\:bG4UjB5yHG3VxFAZu6UOd {
    width:100%;
  height:100%;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .dLjpZS {
    color:var(--PrimaryText);
  font-weight:600;
  white-space:pre-wrap;
  }
      

      
        
      
      
  .bLuEUm {
    color:var(--PrimaryText);
  width:100%;
  font-size:1.5rem;
  text-align:center;
  font-weight:500;
  }
      

      
        
      
      
  .eYZzVN {
    font-size:1.2rem;
  font-weight:800;
  }
      

      
  .eYZzVN.isSupporter {
    color:hsl(140, 45%, 65%);
  }
      


  .eYZzVN.isStarter {
    color:#60A5FA;
  }
      


  .eYZzVN.isLover {
    color:hsl(321, 40%, 65%);
  }
      

        
      
      
  .dVWNHA {
    width:100%;
  padding-top:32px;
  padding-bottom:32px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .subscribe\:pDkfjHoze7JaVgbfCG_5k {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  font-size:1.1rem;
  background:#000000;
  align-items:center;
  font-weight:600;
  justify-content:center;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
  .subscribe\:pDkfjHoze7JaVgbfCG_5k:hover {
    opacity:0.8;
  }
      


  .subscribe\:pDkfjHoze7JaVgbfCG_5k:disabled {
    cursor:default;
  background:var(--grey-700);
  }
      

        
      
      
  .fDnRaS {
    display:flex;
  margin-top:20px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .subscribe\:qtDbobC0FY-Dc3p-k_1gq {
    cursor:pointer;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .subscribe\:rUJRVT5X59UCHMiJ13Wba {
    top:48px;
  color:#ffffff;
  right:48px;
  cursor:pointer;
  z-index:99;
  position:fixed;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
  .subscribe\:rUJRVT5X59UCHMiJ13Wba:hover {
    opacity:0.8;
  }
      


          @media (max-width: 640px) {
            
  .subscribe\:rUJRVT5X59UCHMiJ13Wba {
    color:#000000;
  }
      

          }
          
        
      
      
  .subscribe\:s3vhiPl2vn8YjRWl73Jq- {
    cursor:pointer;
  background:var(--grey-300);
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .IdjWW {
    width:var(--width);
  height:var(--height);
  aspect-ratio:1/1;
  border-color:var(--color, <Value>);
  border-style:solid;
  border-width:var(--borderwidth);
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fdPuuY {
    flex-direction:column;
  }
      

      
  
      


  .fdPuuY.orientation-horizontal {
    flex-direction:row;
  }
      


  .fdPuuY.disabled {
    opacity:0.5;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .subscribe\:uVWllT2I7Y9g06xlELyWO {
    width:fit-content;
  height:fit-content;
  display:grid;
  row-gap:24px;
  column-gap:24px;
  grid-template-rows:repeat(2, auto);
  grid-template-columns:repeat(3, auto);
  }
      

      
          @media (max-width: 475px) {
            
  .subscribe\:uVWllT2I7Y9g06xlELyWO {
    row-gap:24px;
  column-gap:11px;
  }
      

          }
          

          @media (max-width: 420px) {
            
  .subscribe\:uVWllT2I7Y9g06xlELyWO {
    row-gap:24px;
  column-gap:10px;
  }
      

          }
          
        
      
      
  .login-signin-google\:root {
    gap:10px;
  width:100%;
  cursor:pointer;
  height:3rem;
  background: #F2F2F2;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .login-signin-google\:root:hover {
    background: var(--grey-200);
  }
      


  .login-signin-google\:root:focus-visible {
    outline:2px solid #5b9dd9;
  outline-offset:3px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .subscribe\:zDtvn4z7XVa-7cBJ9yUX4 {
    top:48px;
  color:#ffffff;
  right:48px;
  cursor:pointer;
  z-index:99;
  position:fixed;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
  .subscribe\:zDtvn4z7XVa-7cBJ9yUX4:hover {
    opacity:0.8;
  }
      


          @media (max-width: 640px) {
            
  .subscribe\:zDtvn4z7XVa-7cBJ9yUX4 {
    color:#000000;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .LbIhe {
    color:#ffffff;
  font-size:1rem;
  font-style:normal;
  font-family:"Fira Code";
  font-weight:600;
  white-space:pre-wrap;
  padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .nav-join-now\:uMqXo0rjciGU4gL2BPvIX {
    cursor:pointer;
  display:flex;
  row-gap:12px;
  background:#00000059;
  column-gap:12px;
  font-style:italic;
  align-items:flex-start;
  font-family:Geist;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  backdrop-filter:blur(18px);
  justify-content:flex-start;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .nav-join-now\:uMqXo0rjciGU4gL2BPvIX:hover {
    background:#00000073;
  box-shadow:0px 2px 4px 0px #00000020;
  }
      

        
      
      
  
      

      
        
      
      
  .ennMGr {
    color:var(--PrimaryText);
  }
      

      
  .ennMGr:hover {
    color:#333333d9;
  }
      

        
      
      
  
      

      
        
      
      
  .biMmud {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .UnZyi {
    display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .profile\:3CVDP-VQiwe-kF6KanHCJ {
    gap:.25rem;
  color:var(--grey-800, #262626);
  min-width:225px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .profile\:4rRL4OSJJWYIox4khuHDn {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .profile\:4rRL4OSJJWYIox4khuHDn:active {
    background:var(--LightBackground);
  }
      


  .profile\:4rRL4OSJJWYIox4khuHDn:focus {
    background:var(--LightBackground);
  }
      


  .profile\:4rRL4OSJJWYIox4khuHDn.open {
    background:var(--LightBackground);
  }
      


  .profile\:4rRL4OSJJWYIox4khuHDn.disabled {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .notifications\:2MVIrvYR6Ww12753cICDL {
    color:#333333e6;
  cursor:pointer;
  }
      

      
  .notifications\:2MVIrvYR6Ww12753cICDL:hover {
    opacity:0.9;
  }
      

        
      
      
  .Gya-Dq {
    color:var(--pink-400);
  }
      

      
        
      
      
  .dwJaGq {
    width:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:flex-start;
  }
      

      
  .dwJaGq:hover {
    background:#bac6c899;
  }
      

        
      
      
  .fntfgg {
    width:12px;
  height:12px;
  background:var(--BrandPurple);
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .OgbyX {
    width:60px;
  height:60px;
  object-fit:cover;
  border-top-left-radius:9999px;
  border-top-right-radius:9999px;
  border-bottom-left-radius:9999px;
  border-bottom-right-radius:9999px;
  }
      

      
        
      
      
  .fFcwqW {
    flex:1;
  color:var(--PrimaryText);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cOAHdX {
    color:#ffffff;
  right:0px;
  width:fit-content;
  position:absolute;
  font-size:10px;
  background:var(--BrandPurple);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:999999px;
  border-top-right-radius:999999px;
  border-bottom-left-radius:999999px;
  border-bottom-right-radius:999999px;
  }
      

      
        
      
      
  .notifications\:HI2lWMSgRZXJIElsOEhUw {
    flex:1;
  cursor:pointer;
  display:flex;
  font-size:.85rem;
  align-items:center;
  font-weight:400;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
  .notifications\:HI2lWMSgRZXJIElsOEhUw:hover {
    background:#bac6c899;
  }
      

        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fCpKBZ {
    display:flex;
  row-gap:8px;
  font-size:1rem;
  column-gap:8px;
  align-items:center;
  font-weight:400;
  justify-content:center;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .notifications\:dEUI7D1HXrpdHniNBR70I {
    flex:1;
  cursor:pointer;
  display:flex;
  font-size:.85rem;
  align-items:center;
  font-weight:400;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
  .notifications\:dEUI7D1HXrpdHniNBR70I:hover {
    background:#bac6c899;
  }
      

        
      
      
  .cZGija {
    display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:center;
  padding-top:32px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
        
      
      
  .notifications\:eOMUBcXxQayOZoESTlr4A {
    color:var(--PrimaryText);
  width:100%;
  max-width:350px;
  background:#ffffffe6;
  box-shadow:1px 4px 8px 0px #00000044;
  max-height:calc(100vh - 125px);
  }
      

      
        
      
      
  .dJdJuk {
    color:#4dae50b3;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .boRBbU {
    width:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .egmaNV {
    color:#500ef6b3;
  font-size:1rem;
  font-weight:600;
  }
      

      
  .egmaNV:hover {
    color:#500ef680;
  }
      

        
      
      
  
      

      
        
      
      
  .profile\:DRameXq9bvCXcP9ACM634 {
    cursor:pointer;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dVkAGN {
    width:var(--size);
  height:var(--size);
  translate:var(--translate);
  margin-left:var(--margin-left);
  border-top-left-radius:99999px;
  border-top-right-radius:99999px;
  border-bottom-left-radius:99999px;
  border-bottom-right-radius:99999px;
  }
      

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

      
        
      
      
  .avatar\:-kWssftQUD5dG7_tYJA_M {
    color:var(--grey-500, #737373);
  width:100%;
  height:100%;
  font-size:.875rem;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

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

      
        
      
      
  .eeapNT {
    top:60%;
  left:60%;
  color:var(--PrimaryText);
  position:absolute;
  background: white;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .avatar\:ZAT-T_uhOTq5PPOpPxhcB {
    width:100%;
  height:100%;
  box-shadow:0px 4px 20px 0px #00000033;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  border-radius:9999px;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .profile\:mFId0EgdiyrG6kuxr43CG {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .profile\:mFId0EgdiyrG6kuxr43CG:active {
    background:var(--LightBackground);
  }
      


  .profile\:mFId0EgdiyrG6kuxr43CG:focus {
    background:var(--LightBackground);
  }
      


  .profile\:mFId0EgdiyrG6kuxr43CG.open {
    background:var(--LightBackground);
  }
      


  .profile\:mFId0EgdiyrG6kuxr43CG.disabled {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .profile\:yMx3XnKDUMEHiINqpVBJm {
    width:100%;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-left:.75rem;
  border-radius:4px;
  padding-right:.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .profile\:yMx3XnKDUMEHiINqpVBJm:active {
    background:var(--LightBackground);
  }
      


  .profile\:yMx3XnKDUMEHiINqpVBJm:focus {
    background:var(--LightBackground);
  }
      


  .profile\:yMx3XnKDUMEHiINqpVBJm.open {
    background:var(--LightBackground);
  }
      


  .profile\:yMx3XnKDUMEHiINqpVBJm.disabled {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
      
      
  .roVCy {
    color:var(--PrimaryText);
  font-size:1.1rem;
  font-family:Inter Tight;
  font-weight:400;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:8px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .roVCy:hover {
    background:#ffffff4d;
  backdrop-filter:blur(6px);
  }
      

        
      
      
  
      

      
          @media (max-width: 1000px) {
            
  .default-header\:kzz-Irv5Qj0FKs2toSPST {
    display:none;
  }
      

          }
          
        
      
      
  .NyKfF {
    width:100%;
  height:60px;
  display:grid;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  grid-template-columns:1fr auto 1fr;
  }
      

      
        
      
      
  .DItNa {
    color:var(--PrimaryText);
  font-size:1.5rem;
  font-family:"Fira Code";
  font-weight:600;
  white-space:pre-wrap;
  }
      

      
          @media (min-width: 1000px) {
            
  .DItNa {
    display:none;
  }
      

          }
          
        
      
      
  .etVqsy {
    color:var(--PrimaryText);
  }
      

      
        
      
      
  .fpQSub {
    color:var(--PrimaryText);
  height:100%;
  display:flex;
  font-size:1.5rem;
  align-items:center;
  font-family:"Fira Code";
  font-weight:600;
  white-space:pre-wrap;
  justify-content:center;
  }
      

      
  .fpQSub:hover {
    color:#333333d9;
  }
      

        
      
      
  .bJXgFt {
    height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fFbrEw {
    color:var(--PrimaryText);
  font-size:1.5rem;
  font-family:"Fira Code";
  font-weight:600;
  white-space:pre-wrap;
  }
      

      
          @media (max-width: 1000px) {
            
  .fFbrEw {
    display:none;
  }
      

          }
          
        
      
      
  .nav\:wFMGraJvqYIfBSg-x0pus {
    cursor:pointer;
  }
      

      
          @media (min-width: 1000px) {
            
  .nav\:wFMGraJvqYIfBSg-x0pus {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cituiZ {
    color:var(--PrimaryText);
  width:317px;
  display:flex;
  font-size:2.2rem;
  text-align:left;
  align-items:flex-start;
  font-family:'Fira Code';
  font-weight:500;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cQiKa-d {
    width:317px;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  padding-top:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
      
      
  .dMYmiR {
    color:var(--PrimaryText);
  width:100%;
  display:inline-block;
  font-size:1.2rem;
  text-align:center;
  font-family:"Fira Code";
  font-weight:400;
  line-height:1.6;
  max-width:450px;
  }
      

      
          @media (max-width: 465px) {
            
  
      

          }
          
        
      
      
  .fBgeRK {
    align-items:center;
  padding-top:8px;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eZcPHs {
    color:#ffffff;
  font-size:1.5rem;
  font-style:normal;
  font-family:"Fira Code";
  font-weight:700;
  white-space:pre-wrap;
  padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .landing-join-now\:uMqXo0rjciGU4gL2BPvIX {
    cursor:pointer;
  display:flex;
  row-gap:12px;
  background:#00000059;
  box-shadow:0px 2px 8px 0px #0000003b;
  column-gap:12px;
  font-style:italic;
  align-items:flex-start;
  font-family:Geist;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:20px;
  backdrop-filter:blur(18px);
  justify-content:flex-start;
  }
      

      
  .landing-join-now\:uMqXo0rjciGU4gL2BPvIX:hover {
    background:#00000073;
  }
      

        
      
      
  
      

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

      
        
      
      
  .cVLbLX {
    width:100%;
  display:flex;
  align-items:flex-start;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
      
      
  .dAooJT {
    cursor:pointer;
  animation:5s ease 0ms infinite normal none running animation-dDksPc;
  font-size:32px;
  margin-top:8px;
  font-family:Fira Code;
  font-weight:800;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
                  @keyframes animation-dDksPc {
                    
                        10% {
                          translate: 0 -5px 0;
                        }
                        

                        14.000000000000002% {
                          translate: 0px 4px 0;
                        }
                        

                        18% {
                          translate: 0px -1px 0;
                        }
                        

                        22% {
                          translate: 0px 4px 0;
                        }
                        

                        28.000000000000004% {
                          translate: 0px 0px 0;
                        }
                        
                  }
                  
      
      
  .WQKEg {
    width:100%;
  opacity:1;
  z-index:0;
  margin-top:16px;
  transition:opacity 1000ms ease 0s ;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bTtqZS {
    width:100%;
  display:flex;
  min-height:calc(100dvh - 125px);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .deBvZx {
    width:fit-content;
  font-size:1.5rem;
  font-family:Comic Relief;
  font-weight:600;
  pointer-events:none;
  }
      

      
        
      
      
  .fjHpel {
    pointer-events:none;
  }
      

      
        
      
      
  .dHPWMx {
    width:fit-content;
  display:flex;
  opacity:0;
  position:absolute;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
  .dHPWMx:hover {
    opacity:1;
  transition:all 200ms ease;
  pointer-events:auto;
  }
      


          @media (max-width: 500px) {
            
  .dHPWMx {
    display:none;
  }
      

          }
          
        
      
      
  .exvovf {
    width:320px;
  font-size:1.2rem;
  font-family:"Fira Code";
  font-weight:600;
  pointer-events:none;
  }
      

      
        
      
      
  .eakcRi {
    top:220px;
  left:210px;
  width:320px;
  display:flex;
  opacity:0;
  position:absolute;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
  .eakcRi:hover {
    opacity:1;
  transition:all 200ms ease;
  pointer-events:auto;
  }
      


          @media (max-width: 500px) {
            
  .eakcRi {
    display:none;
  }
      

          }
          
        
      
      
  .eTIrEJ {
    font-family:"Comic Relief";
  font-weight:600;
  font-size:1.5rem;
  color:#8B00FF;
  }
      

      
        
      
      
  .bMFrjc {
    opacity:0;
  align-items:center;
  justify-content:center;
  display:flex;
  position:absolute;
  right:0px;
  top:84vh;
  padding-top:1rem;
  padding-bottom:1rem;
  z-index:1;
  padding-left:2px;
  padding-right:2px;
  }
      

      
  .bMFrjc:hover {
    opacity:1;
  }
      

        
      
      
  .fiUctD {
    color:#ffffff;
  display:inline-block;
  z-index:100;
  font-size:4rem;
  max-width:70%;
  max-height:100%;
  text-align:right;
  font-family:'Inter';
  font-weight:800;
  }
      

      
          @media (max-width: 1200px) {
            
  .fiUctD {
    font-size:3rem;
  max-width:70%;
  }
      

          }
          

          @media (max-width: 800px) {
            
  .fiUctD {
    max-width:80%;
  }
      

          }
          

          @media (max-width: 675px) {
            
  .fiUctD {
    font-size:2.8rem;
  max-width:90%;
  text-align:justified;
  }
      

          }
          

          @media (max-width: 575px) {
            
  .fiUctD {
    max-width:95%;
  }
      

          }
          

          @media (max-width: 425px) {
            
  .fiUctD {
    width:100%;
  font-size:2.2rem;
  max-width:100%;
  }
      

          }
          
        
      
      
  .nahWF {
    width:100%;
  height:100%;
  display:flex;
  opacity:1;
  z-index:10;
  position:absolute;
  transition:opacity 200ms ease;
  align-items:flex-end;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  pointer-events:none;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 500px) {
            
  .nahWF {
    display:none;
  }
      

          }
          
        
      
      
  .cGFQPC {
    top:0px;
  right:0px;
  width:40%;
  height:70vh;
  position:absolute;
  }
      

      
          @media (max-width: 500px) {
            
  .cGFQPC {
    display:none;
  }
      

          }
          
        
      
      
  .fLgVK {
    width:100%;
  max-width:1280px;
  }
      

      
        
      
      
  .evJSRB {
    display:flex;
  row-gap:64px;
  column-gap:64px;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 640px) {
            
  .evJSRB {
    row-gap:1px;
  column-gap:1px;
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  }
      

          }
          
        
      
      
  .eJdYrn {
    font-weight:700;
  }
      

      
        
      
      
  .dtRDPN {
    display:flex;
  align-items:flex-start;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bDEUui {
    display:inline;
  font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  white-space:nowrap;
  }
      

      
        
      
      
  .cCQbcN {
    scale:.5 .5 .5;
  opacity:0;
  position:absolute;
  translate:-45% -45% 0;
  object-fit:cover;
  aspect-ratio:1/1;
  border-top-left-radius:9999999px;
  border-top-right-radius:9999999px;
  border-bottom-left-radius:9999999px;
  border-bottom-right-radius:9999999px;
  }
      

      
  .cCQbcN.isHovered {
    scale:.90 .90 .90;
  opacity:0.5;
  transition:all 7000ms cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  }
      

        
      
      
  .czIbPz {
    width:300px;
  height:300px;
  }
      

      
          @media (max-width: 640px) {
            
  .czIbPz {
    width:175px;
  height:175px;
  }
      

          }
          
        
      
      
  .euYqLf {
    display:flex;
  font-size:1.2rem;
  align-items:flex-start;
  font-family:Fira Code;
  font-weight:400;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1300px) {
            
  .euYqLf {
    flex:1;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .euYqLf {
    font-size:1rem;
  }
      

          }
          
        
      
      
  
      

      
  .cMtGeH.isHovered {
    scale:10 10 10;
  opacity:0.2;
  transition:all 5000ms ease;
  }
      

        
      
      
  .cqEjVV {
    display:flex;
  font-size:1.2rem;
  align-items:flex-start;
  font-family:Fira Code;
  font-weight:400;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1300px) {
            
  .cqEjVV {
    flex:1;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .cqEjVV {
    left:16px;
  font-size:1rem;
  }
      

          }
          
        
      
      
  .xfkgp {
    display:flex;
  font-size:1.2rem;
  max-width:70%;
  align-items:flex-end;
  font-family:Fira Code;
  font-weight:400;
  justify-content:flex-start;
  }
      

      
        
      
      
  .edLGqu {
    scale:.4 .4 .4;
  }
      

      
          @media (max-width: 700px) {
            
  .edLGqu {
    display:none;
  }
      

          }
          
        
      
      
  .rxlxL {
    display:flex;
  margin-top:120px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bwTmHF {
    font-size:inherit;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (max-width: 640px) {
            
  .bwTmHF {
    text-align:center;
  }
      

          }
          
        
      
      
  .bdyKZP {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bDdtBg {
    top:150px;
  left:315px;
  width:fit-content;
  height:fit-content;
  position:absolute;
  font-size:1.5rem;
  font-weight:500;
  }
      

      
          @media (max-width: 700px) {
            
  .bDdtBg {
    display:none;
  }
      

          }
          
        
      
      
  .enSCyd {
    width:500px;
  }
      

      
          @media (max-width: 640px) {
            
  .enSCyd {
    left:16px;
  width:250px;
  }
      

          }
          
        
      
      
  .TSyTP {
    display:flex;
  row-gap:64px;
  column-gap:64px;
  margin-top:48px;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .TSyTP {
    row-gap:1px;
  column-gap:1px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

          }
          
        
      
      
  .eLOKkg {
    width:400px;
  }
      

      
          @media (max-width: 640px) {
            
  .eLOKkg {
    width:250px;
  bottom:12px;
  }
      

          }
          
        
      
      
  .eqpPbY {
    color:#cc5ac5;
  font-size:2rem;
  text-align:center;
  font-family:'Playfair Display';
  font-weight:400;
  padding-left:16px;
  padding-right:16px;
  }
      

      
        
      
      
  .cccKx {
    left:-300px;
  width:fit-content;
  bottom:30px;
  height:fit-content;
  display:none;
  position:absolute;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
  .cccKx.isHovered {
    display:flex;
  }
      

        
      
      
  .fbpQeN {
    color:inherit;
  display:inline-block;
  font-size:3rem;
  max-width:1280px;
  text-align:center;
  font-family:Inter;
  font-weight:400;
  padding-left:16px;
  padding-right:16px;
  }
      

      
          @media (max-width: 700px) {
            
  .fbpQeN {
    font-size:2.5rem;
  }
      

          }
          

          @media (max-width: 590px) {
            
  .fbpQeN {
    font-size:1.75rem;
  padding-left:4px;
  padding-right:4px;
  }
      

          }
          
        
      
      
  .bIaaFB {
    display:flex;
  row-gap:64px;
  column-gap:64px;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .bIaaFB {
    row-gap:4px;
  column-gap:4px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

          }
          
        
      
      
  .eCUeYn {
    width:100%;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bRiFLG {
    height:var(--height);
  }
      

      
        
      
      
  
      

      
        
      
      
  .flvRuy {
    width:90%;
  height:300px;
  display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    color:#ffffff;
  width:95%;
  cursor:pointer;
  height:190px;
  display:flex;
  animation:2s ease 0ms infinite normal none running animation-eWLtwd;
  font-size:72px;
  background:#030303;
  align-items:center;
  font-family:Inter;
  font-weight:300;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  justify-content:center;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:36px;
  border-bottom-right-radius:36px;
  }
      

      
          @media (max-width: 830px) {
            
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    font-size:60px;
  font-family:"Inter Tight";
  }
      

          }
          

          @media (max-width: 675px) {
            
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    width:97%;
  font-size:56px;
  font-weight:400;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    height:150px;
  font-size:44px;
  }
      

          }
          

          @media (max-width: 500px) {
            
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    font-size:40px;
  }
      

          }
          

          @media (max-width: 460px) {
            
  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT {
    font-size:36px;
  }
      

          }
          

  .landing-become-a-member\:o0PrUDaFkoDIDHfMBf0KT:hover {
    background:#000000b3;
  }
      

        
                  @keyframes animation-eWLtwd {
                    
                        0% {
                          scale: 1 1 1;
                        }
                        

                        50% {
                          scale: 1.03 1.03 1.03;
                        }
                        

                        100% {
                          scale: 1 1 1;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .chTRxH {
    color:var(--PrimaryText);
  width:100%;
  font-size:1.5rem;
  text-align:center;
  font-weight:400;
  }
      

      
          @media (max-width: 640px) {
            
  .chTRxH {
    font-size:1.3rem;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 640px) {
            
  .landing-backup\:UT_QSQoPBKsZNje91YBDe {
    margin-top:16px;
  }
      

          }
          
        
      
      
  .bfDinR {
    gap:12px;
  width:100%;
  }
      

      
        
      
      
  .OFQkh {
    color:var(--grey-600, #525252);
  display:inline-block;
  font-size:1rem;
  font-weight:500;
  }
      

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

      
        
      
      
  .cRXGmH {
    min-height:40%;
  }
      

      
        
      
      
  .eAoxXk {
    gap:4px;
  cursor:pointer;
  transition:opacity 300ms ease 0ms ;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .eAoxXk:hover {
    opacity:0.8;
  transition:opacity 300ms ease 0ms ;
  }
      

        
      
      
  .results-carousel\:8TF0KYtzJSJbxay8YUMsL {
    width:16px;
  }
      

      
        
      
      
  .results-carousel\:9Oz79r7yG8DXk84dJRySa {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:9Oz79r7yG8DXk84dJRySa:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .results-carousel\:9gvCLgwI_l5lc3z1WmluO {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:9gvCLgwI_l5lc3z1WmluO:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .bHqlVL {
    flex:1;
  color:#000000;
  font-size:.85rem;
  align-items:end;
  font-weight:500;
  flex-direction:row-reverse;
  justify-content:space-between;
  }
      

      
        
      
      
  .results-carousel\:BlreU55keGhXs-w7MOP42 {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:CPTBC-UiVEDm549hbQEjm {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:CPTBC-UiVEDm549hbQEjm:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .results-carousel\:DGEQCPvN5O7ReZV0SlRrv {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms ;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:DGEQCPvN5O7ReZV0SlRrv:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms ;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .results-carousel\:KreK-hVmg2k6swhqYgp_w {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:KvGXB3TngLHXArNUuVPUP {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:QltCwPJ0CzzrFJZD0mwpM {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:QltCwPJ0CzzrFJZD0mwpM:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .results-carousel\:SBguTL-7IiweMhuFkZ_Da {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:Vr_K1meqZ2NO07Si_pbBa {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:Vr_K1meqZ2NO07Si_pbBa:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  .results-carousel\:ZQxiy8DzuhUgh0jAGQ2Q7 {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .dMPhSr {
    width:100%;
  flex-wrap:nowrap;
  align-items:center;
  align-content:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dXXOJL {
    gap:8px;
  width:100%;
  flex-wrap:nowrap;
  overflow-x:scroll;
  align-items:center;
  padding-top:3px;
  align-content:start;
  flex-direction:row;
  padding-bottom:3px;
  justify-content:start;
  scrollbar-width:none;
  }
      
.dXXOJL::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .clrNQA {
    top:-40px;
  left:8px;
  color:#000000;
  cursor:pointer;
  display:flex;
  z-index:10;
  position:absolute;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  justify-content:center;
  padding-bottom:4px;
  }
      

      
  .clrNQA:hover {
    border-radius:4px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

        
      
      
  .dgLRXq {
    top:-40px;
  color:#000000;
  right:8px;
  cursor:pointer;
  display:flex;
  z-index:10;
  position:absolute;
  transform:rotate(180deg);
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  justify-content:center;
  padding-bottom:4px;
  }
      

      
  .dgLRXq:hover {
    background-color:var(--grey-200, #E5E5E5);
  }
      

        
      
      
  
      

      
        
      
      
  .results-carousel\:p4xhlTtkWXfHj8Wmk842B {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:qjQOVmx0ndYrjci4vdhU6 {
    width:16px;
  }
      

      
        
      
      
  .results-carousel\:w6WYvOoDhu7xkPBXgalp8 {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .results-carousel\:ww199OgGDIKxzPcvUlGc5 {
    gap:8px;
  width:300px;
  height:300px;
  background:rgba(255, 255, 255, 0.1);
  transition:outline-color 50ms ease 0ms;
  padding-top:24px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  outline-color:#ffffff00;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:24px;
  backdrop-filter:blur(10px);
  justify-content:;
  -webkit-backdrop-filter:blur(10px);
  }
      

      
  .results-carousel\:ww199OgGDIKxzPcvUlGc5:hover {
    background:rgba(245, 240, 255, 0.12);
  transition:background 300ms ease 0ms , outline-color 500ms ease 0ms;
  outline-color:var(--LightAccent);
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bMcETx {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .uVbMZ {
    color:#ffffff;
  width:250px;
  height:225px;
  display:flex;
  row-gap:16px;
  background:#000000b3;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:16px;
  align-items:flex-start;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
          @media (max-width: 525px) {
            
  .uVbMZ {
    width:45%;
  height:200px;
  row-gap:8px;
  column-gap:8px;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

          }
          
        
      
      
  .efFOyl {
    font-weight:400;
  }
      

      
          @media (max-width: 525px) {
            
  .efFOyl {
    font-size:.85rem;
  }
      

          }
          
        
      
      
  .esGJSF {
    font-size:1.1rem;
  font-weight:600;
  }
      

      
          @media (max-width: 525px) {
            
  .esGJSF {
    min-height:2.3rem;
  }
      

          }
          
        
      
      
  .oJaYZ {
    font-size:2rem;
  }
      

      
        
      
      
  .dPfCDr {
    display:flex;
  row-gap:16px;
  flex-wrap:wrap;
  max-width:1100px;
  column-gap:16px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 640px) {
            
  .dPfCDr {
    row-gap:8px;
  column-gap:8px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .epSHFf {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-left:4px;
  padding-right:4px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ehwUPV {
    max-width:100%;
  }
      

      
        
      
      
  .djWCrE {
    flex:1;
  row-gap:8px;
  column-gap:8px;
  }
      

      
        
      
      
  .fprhIl {
    object-fit:cover;
  aspect-ratio:1/1;
  border-top-left-radius:99999px;
  border-top-right-radius:99999px;
  border-bottom-left-radius:99999px;
  border-bottom-right-radius:99999px;
  }
      

      
        
      
      
  .fdiwKD {
    row-gap:24px;
  background:#ffffff80;
  column-gap:24px;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
        
      
      
  .fcmIAh {
    color:var(--PrimaryText);
  font-size:1.2rem;
  font-style:italic;
  font-family:Literata;
  font-weight:400;
  }
      

      
        
      
      
  .cLDBOY {
    row-gap:8px;
  column-gap:8px;
  }
      

      
        
      
      
  .bnAESX {
    width:100%;
  display:flex;
  row-gap:16px;
  flex-wrap:wrap;
  max-width:1100px;
  column-gap:16px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ekeYhb {
    color:var(--PrimaryText);
  width:300px;
  font-size:1.2rem;
  font-style:italic;
  font-family:Literata;
  font-weight:400;
  }
      

      
          @media (max-width: 640px) {
            
  .ekeYhb {
    width:200px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .encdhK {
    width:100%;
  display:flex;
  row-gap:48px;
  column-gap:48px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cTbDYk {
    font-size:2.5rem;
  text-align:center;
  font-weight:600;
  }
      

      
        
      
      
  .cJGkln {
    color:var(--PrimaryText);
  width:650px;
  font-size:1.1rem;
  max-width:100%;
  text-align:center;
  font-weight:400;
  line-height:1.5rem;
  }
      

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

      
        
      
      
  .blLPJD {
    color:var(--PrimaryText);
  text-align:left;
  font-weight:400;
  padding-left:2px;
  padding-right:2px;
  }
      

      
        
      
      
  .eWTJnQ {
    row-gap:4px;
  column-gap:4px;
  }
      

      
        
      
      
  .lHYOC {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fpxxND {
    gap:1rem;;
  width:fit-content;
  display:flex;
  max-width:100%;
  overflow-x:auto;
  align-items:flex-start;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .vbZPz {
    font-size:1.5rem;
  text-align:center;
  font-weight:600;
  }
      

      
        
      
      
  .dSSiNi {
    width:300px;
  height:300px;
  display:flex;
  background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1799 1799' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E") #ffffff33;
  box-shadow:0px 4px 12px 1px #00000020;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:space-between;
  background-filter:blur(12px);
  background-blend-mode:overlay, normal, normal, normal, normal;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
        
      
      
  .membership-tiers\:RePnv2dXnRZmz6YWECN0X {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  background:#000000b3;
  align-items:center;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .membership-tiers\:RePnv2dXnRZmz6YWECN0X:hover {
    opacity:0.7;
  }
      

        
      
      
  .eJOzhc {
    row-gap:8px;
  column-gap:8px;
  font-weight:400;
  }
      

      
        
      
      
  .dLShU {
    width:100%;
  row-gap:6px;
  column-gap:6px;
  }
      

      
        
      
      
  .membership-tiers\:_128RxqIaj8uDeJX8Pk5J {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  background:#000000b3;
  align-items:center;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .membership-tiers\:_128RxqIaj8uDeJX8Pk5J:hover {
    opacity:0.7;
  }
      

        
      
      
  .bXuZoe {
    color:var(--PrimaryText);
  text-align:left;
  font-weight:400;
  }
      

      
        
      
      
  
      

      
        
      
      
  .membership-tiers\:yrDJ9o-FOlnW2jSy68G82 {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  background:#000000b3;
  align-items:center;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .membership-tiers\:yrDJ9o-FOlnW2jSy68G82:hover {
    opacity:0.7;
  }
      

        
      
      
  
      

      
        
      
      
  .efBppP {
    width:100%;
  display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

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

        
      
      
  .landing-backup\:0xd5tsa_GQG0OT7Gw31aK {
    margin-bottom:12px;
  background-color:var(--grey-300, #D4D4D4);
  }
      

      
        
      
      
  .cwTLKf {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .faq-question\:root {
    gap:4px;
  width:100%;
  }
      

      
        
      
      
  .flNaSt {
    height:0px;
  transform:translateZ(0px);
  overflow-y:hidden;
  will-change:height, transform;
  }
      

      
  .flNaSt.open {
    height:var(--height);
  }
      

        
      
      
  .faq-question\:5CGKbX3ABwFqH0fpaxYzo {
    width:100%;
  opacity:0;
  transition:height 100ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .faq-question\:5CGKbX3ABwFqH0fpaxYzo.open {
    opacity:1;
  transition:height 100ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .faq-question\:jNnvZbBWSmyQXcTGLe5I8 {
    color:var(--grey-700, #404040);
  font-size:.9rem;
  padding-top:12px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:12px;
  backdrop-filter:blur(16px);
  }
      

      
        
      
      
  .faq-question\:kgwUb51G4xHOpPP7x9X5X {
    width:100%;
  height:fit-content;
  font-size:.9rem;
  background:#e2e2e280;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms ;
  align-items:start;
  font-weight:var(--font-weight-semi-bold);
  padding-top:12px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
  .faq-question\:kgwUb51G4xHOpPP7x9X5X:hover {
    background-color:#D5D5D5;
  }
      


  .faq-question\:kgwUb51G4xHOpPP7x9X5X.trigger-open {
    background-color:#CCCACE;
  }
      


  .faq-question\:kgwUb51G4xHOpPP7x9X5X:active {
    background-color:#C8C8C8;
  }
      


  .faq-question\:kgwUb51G4xHOpPP7x9X5X.disabled {
    background-color:#EBEBEB;
  }
      


  .faq-question\:kgwUb51G4xHOpPP7x9X5X:focus-visible {
    outline-color:var(--purple-400, #A78BFA);
  outline-style:solid;
  outline-width:2px;
  background-color:#E2E2E2;
  }
      

        
      
      
  
      

      
        
      
      
  .dwiYoR {
    color:#000000;
  font-size:.75rem;
  text-align:left;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eRGyRI {
    color:var(--PrimaryText);
  font-size:.75rem;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  letter-spacing:var(--letter-spacing);
  }
      

      
        
      
      
  .dmGZVf {
    width:100%;
  font-size:56px;
  text-align:center;
  font-weight:600;
  }
      

      
          @media (max-width: 640px) {
            
  .dmGZVf {
    font-size:2.5rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bjNfaf {
    color:var(--grey-600, #525252);
  font-size:.75rem;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  letter-spacing:var(--letter-spacing);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fzTkVB {
    gap:4px;
  width:100%;
  max-width:1100px;
  }
      

      
        
      
      
  .zQdlp {
    display:inline;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .btBwzy {
    width:100%;
  z-index:100;
  background-color:var(--grey-900, #171717);
  }
      

      
        
      
      
  .bWFpjJ {
    gap:8px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dtcchj {
    gap:8px;
  color:inherit;
  display:flex;
  row-gap:8px;
  font-size:.875rem;
  column-gap:8px;
  align-items:center;
  font-weight:300;
  flex-direction:row;
  justify-content:end;
  }
      

      
          @media (max-width: 500px) {
            
  .dtcchj {
    font-size:.75rem;
  }
      

          }
          
        
      
      
  .jTvYB {
    width:100%;
  align-items:start;
  padding-top:48px;
  padding-bottom:20px;
  justify-content:end;
  }
      

      
        
      
      
  .cpBUli {
    gap:8px;
  color:inherit;
  display:flex;
  row-gap:8px;
  font-size:.875rem;
  column-gap:8px;
  align-items:center;
  font-weight:300;
  flex-direction:row;
  justify-content:end;
  }
      

      
  
      

        
      
      
  .eyJtCM {
    color:inherit;
  font-size:0.875rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .esXsLD {
    color:#ffffff;
  width:100%;
  height:200px;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:32px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 640px) {
            
  .esXsLD {
    padding-left:8px;
  padding-right:8px;
  }
      

          }
          
        
      
      
  .buKvak {
    gap:16px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fDgXMD {
    gap:8px;
  color:inherit;
  display:flex;
  font-size:.875rem;
  align-items:center;
  font-weight:300;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 500px) {
            
  .fDgXMD {
    font-size:.75rem;
  }
      

          }
          
        
      
      
  .fhkPKU {
    gap:8px;
  flex:1;
  max-width:300px;
  padding-right:44px;
  }
      

      
        
      
      
  .eHuGWa {
    row-gap:48px;
  column-gap:48px;
  flex-direction:row;
  }
      

      
          @media (max-width: 640px) {
            
  .eHuGWa {
    row-gap:12px;
  column-gap:12px;
  }
      

          }
          
        
      
      
  .bdwKco {
    color:#ebcbfb85;
  font-family:'Fira Code';
  }
      

      
        
      
      
  .eteyUa {
    color:inherit;
  display:inline-block;
  font-size:.875rem;
  font-weight:300;
  }
      

      
          @media (max-width: 500px) {
            
  .eteyUa {
    font-size:.75rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bKgPwF {
    width:100%;
  padding-top:200px;
  align-items:center;
  justify-content:flex-start;
  display:flex;
  }
      

      
        
      
      
  .cgPPaW {
    width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  margin-left:auto;
  margin-right:auto;
  }
      

      
        
      
      
  .DPZIV {
    width:100%;
  height:100%;
  z-index:1;
  overflow-y:auto;
  flex-direction:column;
  }
      

      
        
      
      
  .bHQqQB {
    width:100%;
  height:100vh;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .PIgpg {
    top:-999px;
  left:-999px;
  width:0px;
  height:0px;
  position:fixed;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dyTyk {
    top:0px;
  left:0px;
  width:100%;
  filter:url(#plasma-texture);
  height:100%;
  position:absolute;
  background:conic-gradient(    from 45deg,    rgba(255, 0, 0, 0.4),    rgba(0, 0, 255, 0.4),    rgba(255, 0, 255, 0.4),    rgba(0, 255, 0, 0.4),    rgba(255, 0, 0, 0.4)  );
  }
      

      
        
      
      
  .cNpqEW {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:radial-gradient(    circle,    rgba(255, 255, 255, 0.2) 0%,    transparent 70%  );
  }
      

      
        
      
      
  .default-background\:m0PJU0bMW-LwrxqlAlRWd {
    z-index:-1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fCfFgz {
    width:125px;
  height:125px;
  opacity:1;
  transition:opacity 700ms ease;
  }
      

      
        
      