
@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;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--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;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--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;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',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;
    }
  }
}

      
  .dViGrI {
    width:100%;
  height:100vh;
  align-items:center;
  justify-content:start;
  background-color:var(--grey-900);
  }
      

      
        
      
      
  .bcZTng {
    color:var(--grey-100, #F5F5F5);
  cursor:pointer;
  font-size:12px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  line-height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .clXipQ {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dEHmSd {
    top:-240px;
  right:-688px;
  position:absolute;
  }
      

      
        
      
      
  .hWUSz {
    top:-808px;
  left:-504px;
  position:absolute;
  }
      

      
        
      
      
  .cqLLOA {
    gap:10px;
  width:220px;
  height:300px;
  align-items:center;
  padding-top:0px;
  padding-left:0px;
  border-radius:12px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .SDaIP {
    color:var(--grey-100, #F5F5F5);
  width:100px;
  cursor:pointer;
  font-size:12px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  line-height:20px;
  }
      

      
        
      
      
  .edrHlB {
    width:25px;
  height:25px;
  }
      

      
        
      
      
  .eFwrCo {
    color:var(--grey-200, #E5E5E5);
  width:90%;
  bottom:5px;
  cursor:pointer;
  height:30px;
  font-size:14px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-700, #404040);
  }
      

      
  .eFwrCo:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .dyimHK {
    width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  align-items:center;
  border-radius:6px;
  justify-content:start;
  }
      

      
        
      
      
  .eiLnTe {
    width:100%;
  height:56px;
  }
      

      
        
      
      
  .SWnpU {
    gap:24px;
  width:100%;
  height:auto;
  max-width:1320px;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  border-radius:24px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:start;
  }
      

      
        
      
      
  .keKMl {
    gap:8px;
  flex:1;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .UbYCV {
    flex:1;
  width:50%;
  flex-direction:row;
  }
      

      
          @media (max-width: 804.2px) {
            
  .UbYCV {
    gap:40px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bgKECA {
    color:var(--grey-50, #FAFAFA);
  font-size:16px;
  font-family:'Playfair Display';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fwoJnA {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .bfXOjy {
    width:fit-content;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .bfXOjy:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .plDlx {
    gap:10px;
  color:var(--grey-400, #A3A3A3);
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .fipHPH {
    width:100px;
  height:90px;
  border-radius:12px;
  }
      

      
        
      
      
  .eIQIsS {
    gap:24px;
  flex:1;
  width:50%;
  max-width:512px;
  }
      

      
          @media (max-width: 804.2px) {
            
  .eIQIsS {
    width:100%;
  }
      

          }
          
        
      
      
  .bXsQbV {
    color:var(--grey-400, #A3A3A3);
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  line-height:20px;
  }
      

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

      
        
      
      
  .cSWQIt {
    gap:40px;
  width:100%;
  flex-direction:row;
  }
      

      
          @media (max-width: 804.2px) {
            
  .cSWQIt {
    flex-direction:column;
  }
      

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

      
  .ftanrO:hover {
    color:var(--grey-50, #FAFAFA);
  cursor:pointer;
  }
      

        
      
      
  
      

      
        
      
      
  .fdsHLr {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:99999;
  position:fixed;
  transition:all 300ms ease-in 0ms normal;
  align-items:center;
  padding-top:100px;
  backdrop-filter:blur(7px);
  justify-content:start;
  background-color:#171717cc;
  }
      

      
  .fdsHLr.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  .eykRZr {
    top:20px;
  color:var(--grey-600, #525252);
  right:20px;
  cursor:pointer;
  position:absolute;
  }
      

      
  .eykRZr:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .SzPfR {
    width:100%;
  display:flex;
  padding-left:24px;
  flex-direction:column;
  }
      

      
        
      
      
  .edfIBG {
    width:80%;
  display:flex;
  transition:all 300ms ease-in 0ms normal;
  flex-direction:column;
  }
      

      
  .edfIBG.fade-in {
    display:flex;
  flex-direction:column;
  }
      

        
      
      
  .bpQJpd {
    font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .bugIIm {
    top:13px;
  left:11px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cbDiNl {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background-color:#171717e8;
  }
      

      
        
      
      
  .cJtMfa {
    left:0px;
  right:0px;
  width:100%;
  bottom:24px;
  z-index:99999;
  position:fixed;
  translate:0 100px;
  transition:all 300ms ease-in-out 0ms normal;
  align-items:center;
  justify-content:end;
  }
      

      
  .cJtMfa.active {
    translate:0 0px;
  }
      

        
      
      
  .cmncCT {
    color:var(--base-0, #ffffff);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .bHqMRV {
    color:var(--success-base_light, #1FC16B);
  }
      

      
        
      
      
  .cKCvHK {
    color:var(--error-dark_dark, #FF6875);
  }
      

      
        
      
      
  .dvQzZA {
    gap:6px;
  box-shadow:0px 0px 16px 0px #ffffff03;
  align-items:center;
  padding-top:8px;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  
      

      
        
      
      
  .drXpdg {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  font-size:16px;
  text-align:left;
  font-family:'Inter';
  font-weight:350;
  }
      

      
        
      
      
  .czvJLV {
    width:100px;
  cursor:pointer;
  height:75px;
  position:sticky;
  }
      

      
        
      
      
  .fcmYaE {
    gap:1px;
  width:120px;
  height:60px;
  position:sticky;
  align-items:center;
  border-radius:6px;
  padding-right:50px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .ooGAJ {
    gap:16px;
  right:10px;
  width:280px;
  bottom:10px;
  height:334px;
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  padding-top:24px;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  padding-right:24px;
  padding-bottom:24px;
  background-size:cover;
  justify-content:start;
  background-color:var(--grey-900, #171717);
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sapphire_biggs_darklighter_royal_gorilla:IMG-20250303-WA0169.jpg/public");
  }
      

      
        
      
      
  .cbxOLW {
    width:100%;
  height:150px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
        
      
      
  .cmcqii {
    gap:1px;
  width:75px;
  height:60px;
  position:sticky;
  align-items:center;
  border-radius:6px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cdXBMf {
    gap:50px;
  width:700px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bOrEYq {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  position:relative;
  font-size:14px;
  text-align:left;
  font-family:'Inter';
  font-weight:350;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

      
        
      
      
  .blKTlZ {
    color:var(--grey-300, #D4D4D4);
  width:100%;
  font-size:18px;
  text-align:left;
  font-family:'Inter';
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .ehWVeC {
    width:100%;
  max-width:1320px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bCTAa-d {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fxZjzN {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  font-size:16px;
  text-align:left;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .cttoEc {
    color:var(--yellow-500, #F59E0B);
  cursor:pointer;
  font-size:12px;
  font-family:'Inter';
  font-weight:600;
  line-height:20px;
  }
      

      
        
      
      
  .ehgdwV {
    top:12px;
  color:var(--grey-50, #FAFAFA);
  right:12px;
  width:28px;
  cursor:pointer;
  height:28px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

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

        
      
      
  .NvTEP {
    color:var(--grey-50, #FAFAFA);
  font-size:inherit;
  text-align:center;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .uBPkf {
    color:var(--grey-100, #F5F5F5);
  cursor:pointer;
  font-size:12px;
  font-family:'Inter';
  font-weight:600;
  line-height:20px;
  }
      

      
        
      
      
  .bBszDA {
    color:#ffffff;
  font-size:20px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .epPRFd {
    gap:20px;
  width:550px;
  flex-direction:row;
  }
      

      
        
      
      
  .fdsyAS {
    gap:25px;
  width:400px;
  height:250px;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .coTNQn {
    gap:100px;
  width:80%;
  height:330px;
  align-items:center;
  border-radius:12px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .eWDxxH {
    width:100%;
  height:100%;
  border-radius:12px;
  }
      

      
        
      
      
  .chfRax {
    gap:30px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .XCmVf {
    width:170px;
  height:230px;
  border-radius:6px;
  }
      

      
        
      
      
  .evKdFd {
    width:100%;
  height:80px;
  z-index:999;
  position:fixed;
  align-items:center;
  padding-left:2rem;
  padding-right:2rem;
  justify-content:center;
  background-color:var(--grey-900, #171717);
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 536.8px) {
            
  .evKdFd {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .bkINCZ {
    width:100%;
  height:80px;
  }
      

      
        
      
      
  .SYYj {
    width:56px;
  height:56px;
  z-index:99;
  align-items:center;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  border-radius:100px;
  justify-content:center;
  background-color:#ffffff14;
  }
      

      
        
      
      
  .daveYc {
    color:var(--grey-50, #FAFAFA);
  font-size:48px;
  text-align:center;
  font-family:'Playfair Display';
  font-weight:var(--font-weight-regular);
  line-height:100%;
  }
      

      
        
      
      
  .dMpsOH {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#a7751e;
  }
      

      
  .dMpsOH:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .LoIIP {
    gap:16px;
  top:35px;
  z-index:99;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fBfFff {
    gap:4px;
  top:10px;
  color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Inter';
  padding-top:10px;
  padding-left:12px;
  border-radius:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:var(--grey-700, #404040);
  }
      

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

        
      
      
  .fvnljX {
    gap:40px;
  width:80%;
  height:330px;
  align-items:center;
  border-radius:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eeiBzR {
    color:var(--grey-400, #A3A3A3);
  font-size:18px;
  text-align:center;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .bdwoIu {
    gap:24px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .jtawq {
    gap:4px;
  top:10px;
  color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Inter';
  padding-top:10px;
  padding-left:12px;
  border-radius:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

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

        
      
      
  .sMFas {
    width:32px;
  height:26px;
  }
      

      
        
      
      
  .cZzLrv {
    width:100%;
  height:352px;
  position:relative;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:center;
  background-color:#050505;
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .chsyox {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:99999;
  position:fixed;
  transition:all 300ms ease-in 0ms normal;
  align-items:center;
  backdrop-filter:blur(7px);
  justify-content:center;
  background-color:#171717b3;
  }
      

      
          @media (max-width: 439px) {
            
  .chsyox {
    align-items:center;
  justify-content:end;
  }
      

          }
          

  .chsyox.hidden {
    opacity:0;
  z-index:-1;
  }
      

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

      
        
      
      
  .cDEBEz {
    gap:8px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .LyBwU {
    color:var(--red-400, #F87171);
  }
      

      
        
      
      
  .dYUojQ {
    display:none;
  transition:all 300ms ease-in 0ms normal;
  padding-top:8px;
  border-color:var(--grey-700, #404040);
  border-style:dashed;
  border-width:1px;
  padding-left:16px;
  border-radius:12px;
  padding-right:16px;
  padding-bottom:8px;
  background-color:var(--grey-800, #262626);
  }
      

      
  .dYUojQ.active {
    gap:8px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

        
      
      
  .eghJCt {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  cursor:pointer;
  height:40px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
  .eghJCt:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .PuQtf {
    cursor:pointer;
  align-items:center;
  padding-top:4px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .PuQtf:hover {
    border-color:var(--grey-600, #525252);
  border-style:solid;
  border-width:1px;
  }
      


  .PuQtf.selected {
    background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .fpQDrp {
    color:#ffffff;
  font-size:18px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .fpeNLR {
    color:var(--grey-400, #A3A3A3);
  font-size:16px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .cATXhu {
    color:var(--grey-600, #525252);
  cursor:pointer;
  }
      

      
  .cATXhu:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .dWLpsN {
    gap:4px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .dVzysy {
    gap:24px;
  width:414px;
  translate:0 200%;
  transition:all 300ms ease 0ms normal;
  padding-top:32px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:32px;
  border-radius:24px;
  padding-right:32px;
  padding-bottom:32px;
  background-color:var(--grey-900, #171717);
  }
      

      
          @media (max-width: 439px) {
            
  .dVzysy {
    width:100%;
  height:100%;
  padding-top:20px;
  padding-left:20px;
  border-radius:0px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          

  .dVzysy.active {
    translate:0;
  }
      

        
      
      
  .bUYASd {
    color:var(--grey-50, #FAFAFA);
  font-size:20px;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .bNjrHo {
    color:var(--grey-50, #FAFAFA);
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .bpMYca {
    color:var(--red-300, #FCA5A5);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bkOFDi {
    color:inherit;
  display:inline-block;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dYcFwt {
    color:inherit;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fBoUdl {
    gap:20px;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  .epexCP {
    width:100%;
  height:350px;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:20px;
  }
      

      
        
      
      
  .ccMrAZ {
    gap:16px;
  width:100%;
  }
      

      
        
      
      
  .dlaGdy {
    color:var(--grey-300, #D4D4D4);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .byUQsP {
    width:100%;
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .dpslDB {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:999999;
  position:fixed;
  align-items:end;
  backdrop-filter:blur(7px);
  justify-content:start;
  background-color:#171717b3;
  }
      

      
  .dpslDB.hidden {
    opacity:0;
  z-index:-1;
  transition:all 300ms ease-in 0ms normal;
  }
      

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

      
        
      
      
  .czwJwv {
    gap:0px;
  flex:1;
  height:100%;
  display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .fFkkRQ {
    color:var(--grey-50, #FAFAFA);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dReDvr {
    gap:16px;
  width:100%;
  bottom:0px;
  position:fixed;
  padding-top:16px;
  padding-bottom:32px;
  background-color:var(--grey-900, #171717);
  border-top-color:var(--grey-800, #262626);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
          @media (max-width: 527.1px) {
            
  .dReDvr {
    padding-bottom:140px;
  }
      

          }
          
        
      
      
  .dyMLUP {
    gap:8px;
  color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  height:44px;
  font-size:16px;
  align-items:center;
  font-family:'Inter';
  padding-top:8px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
  .dyMLUP:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  
      

      
        
      
      
  .juIdF {
    padding-left:20px;
  padding-right:20px;
  }
      

      
        
      
      
  .cZaSFy {
    color:var(--grey-500, #737373);
  font-size:14px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .eCAWnl {
    color:var(--grey-400, #A3A3A3);
  font-size:18px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .HfeJ {
    gap:8px;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .dyVyTV {
    color:var(--grey-50, #FAFAFA);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .fxFBrm {
    gap:12px;
  flex:1;
  height:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

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

      
        
      
      
  .cHdJI {
    gap:32px;
  width:30rem;
  height:100%;
  translate:100%;
  transition:all 300ms ease-in 0ms normal;
  padding-top:20px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  background-color:var(--grey-900, #171717);
  border-left-color:var(--grey-800, #262626);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .cHdJI.active {
    translate:0;
  }
      


          @media (max-width: 558.9px) {
            
  .cHdJI {
    width:100%;
  padding-bottom:96px;
  }
      

          }
          
        
      
      
  .qMrDP {
    color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .feNPoT {
    width:136px;
  height:136px;
  overflow-y:hidden;
  border-radius:10px;
  }
      

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

      
        
      
      
  .evYeMw {
    height:1px;
  padding-left:20px;
  padding-right:20px;
  background-color:var(--grey-800, #262626);
  }
      

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

      
        
      
      
  .jcxXS {
    color:var(--red-400, #F87171);
  cursor:pointer;
  }
      

      
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
      
      
  .bgZBCc {
    color:var(--grey-500, #737373);
  font-size:16px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dXltYg {
    color:#3586FF;
  }
      

      
        
      
      
  .dZbTLu {
    height:160px;
  }
      

      
        
      
      
  .MAtfU {
    align-items:center;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eQzgeo {
    gap:12px;
  width:fit-content;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .qRPdK {
    color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  padding-top:8px;
  padding-left:8px;
  border-radius:10px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--grey-800, #262626);
  }
      

      
  .qRPdK:hover {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bvBMew {
    gap:20px;
  flex:1;
  width:100%;
  height:100%;
  overflow-y:scroll;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:64px;
  }
      

      
        
      
      
  .bqDXNH {
    color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

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

      
        
      
      
  .fqBWPE {
    width:24px;
  height:24px;
  align-items:center;
  border-radius:1000px;
  justify-content:center;
  background-color:#3586FF;
  }
      

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

      
        
      
      
  
      

      
        
      