
@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;
--white: #ffffff;
--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;
--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;
--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-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    --html-block-h1-size: 25px;
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* 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 */
    --default: 5px;
    /* 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;
    }
  }
}

      
  .eUhxpB {
    width:100%;
  height:fit-content;
  max-width:100%;
  min-width:100%;
  min-height:100%;
  align-items:center;
  font-family:'Inter Tight';
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
      
      
  .bNuexs {
    gap:15px;
  top:0px;
  width:100%;
  z-index:55;
  position:sticky;
  max-width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 470px) {
            
  .bNuexs {
    gap:0px;
  top:0px;
  z-index:55;
  position:sticky;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  padding-top:0px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:0px;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .cQdguo {
    flex:1;
  width:1240px;
  flex-wrap:wrap;
  max-width:1240px;
  flex-direction:row;
  }
      

      
          @media (max-width: 470px) {
            
  .cQdguo {
    width:100%;
  max-width:100%;
  padding-top:10px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cCqmmj {
    width:100px;
  height:100px;
  align-items:center;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:100px;
  justify-content:center;
  background-color:#fbfbfe;
  }
      

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

      
        
      
      
  .cLhDPA {
    gap:15px;
  width:1240px;
  position:relative;
  max-width:1240px;
  align-items:center;
  padding-top:15px;
  flex-direction:row;
  padding-bottom:15px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 470px) {
            
  .cLhDPA {
    gap:0px;
  width:100%;
  z-index:;
  position:relative;
  max-width:100%;
  box-shadow:0px 4px 3px 0px #0000000d;
  align-items:start;
  padding-top:8px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:column;
  padding-bottom:15px;
  justify-content:start;
  }
      

          }
          
        
      
      
  .diOEVs {
    color:var(--grey-900, #171717);
  font-size:18px;
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cTCfay {
    gap:5px;
  width:65px;
  cursor:pointer;
  height:65px;
  position:relative;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:end;
  }
      

      
          @media (max-width: 470px) {
            
  .cTCfay {
    width:45px;
  height:45px;
  position:relative;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:end;
  }
      

          }
          
        
      
      
  .ecYbdK {
    gap:10px;
  width:1240px;
  max-width:1240px;
  }
      

      
          @media (max-width: 450px) {
            
  .ecYbdK {
    width:100%;
  max-width:100%;
  padding-top:25px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  .sUMnS {
    width:25%;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
      

      
          @media (max-width: 470px) {
            
  .sUMnS {
    width:100%;
  padding-left:12px;
  padding-right:12px;
  }
      

          }
          
        
      
      
  .bpCHJu {
    color:var(--grey-900, #171717);
  width:fit-content;
  font-size:20px;
  overflow-y:hidden;
  font-family:'Inter';
  font-weight:600;
  }
      

      
          @media (max-width: 470px) {
            
  .bpCHJu {
    font-size:15px;
  }
      

          }
          
        
      
      
  .dotaEb {
    width:65px;
  position:relative;
  max-width:65px;
  max-height:100%;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
          @media (max-width: 470px) {
            
  .dotaEb {
    width:45px;
  max-width:45px;
  max-height:100%;
  align-items:start;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:start;
  }
      

          }
          
        
      
      
  .ezZGcb {
    top:15px;
  color:#ffffff;
  right:0px;
  z-index:;
  position:absolute;
  font-size:12px;
  font-family:'Inter Tight';
  font-weight:inherit;
  padding-top:3px;
  padding-left:5px;
  border-radius:99px;
  padding-right:5px;
  padding-bottom:3px;
  background-color:var(--red-600, #DC2626);
  }
      

      
          @media (max-width: 470px) {
            
  .ezZGcb {
    top:5px;
  position:absolute;
  }
      

          }
          
        
      
      
  .bjQOUQ {
    width:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
      
      
  .IjucP {
    gap:10px;
  color:var(--grey-700, #404040);
  width:32%;
  position:relative;
  font-size:16px;
  margin-top:5px;
  align-items:start;
  font-family:'Inter Tight';
  font-weight:600;
  margin-left:5px;
  padding-top:15px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  margin-right:5px;
  padding-left:15px;
  border-radius:7px;
  margin-bottom:5px;
  padding-right:15px;
  padding-bottom:15px;
  justify-content:start;
  }
      

      
          @media (max-width: 470px) {
            
  .IjucP {
    gap:5px;
  width:100%;
  margin-top:0px;
  margin-left:0px;
  padding-top:15px;
  margin-right:0px;
  padding-left:8px;
  margin-bottom:0px;
  padding-right:8px;
  padding-bottom:45px;
  }
      

          }
          
        
      
      
  .fpPpjI {
    gap:5px;
  color:var(--grey-400, #A3A3A3);
  display:flex;
  font-size:11px;
  align-items:center;
  font-weight:500;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bhyFqN {
    width:55px;
  height:55px;
  max-width:55px;
  max-height:55px;
  object-fit:cover;
  border-radius:6px;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .fAbYbl {
    color:var(--grey-700, #404040);
  font-size:15px;
  font-weight:500;
  line-height:19px;
  }
      

      
          @media (max-width: 450px) {
            
  .fAbYbl {
    font-size:14px;
  }
      

          }
          
        
      
      
  .faiJaQ {
    color:var(--grey-400, #A3A3A3);
  right:15px;
  position:absolute;
  font-size:11px;
  font-family:'Inter Tight';
  font-weight:500;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dFCVV {
    width:100%;
  max-width:100%;
  overflow-x:scroll;
  overflow-y:hidden;
  padding-top:5px;
  flex-direction:row;
  padding-bottom:5px;
  }
      

      
          @media (max-width: 470px) {
            
  .dFCVV {
    gap:8px;
  overflow-x:hidden;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .evIWzc {
    width:100%;
  cursor:pointer;
  height:100%;
  position:relative;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:6px;
  }
      

      
        
      
      
  .WreLM {
    width:45px;
  cursor:pointer;
  height:45px;
  position:relative;
  max-width:45px;
  max-height:45px;
  object-fit:contain;
  border-radius:6px;
  }
      

      
          @media (max-width: 470px) {
            
  .WreLM {
    width:35px;
  height:35px;
  max-width:35px;
  max-height:35px;
  }
      

          }
          
        
      
      
  .VXTdS {
    display:flex;
  font-size:inherit;
  max-height:14px;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (min-width: 470px) {
            
  .VXTdS {
    max-height:17px;
  }
      

          }
          
        
      
      
  .UiZsW {
    width:1240px;
  height:350px;
  padding-top:15px;
  padding-left:15px;
  border-radius:24px;
  padding-right:15px;
  padding-bottom:15px;
  }
      

      
          @media (max-width: 470px) {
            
  .UiZsW {
    width:100%;
  height:200px;
  padding-left:12px;
  padding-right:12px;
  }
      

          }
          
        
      
      
  .fgpdPo {
    gap:5px;
  color:var(--grey-500, #737373);
  width:10%;
  position:relative;
  font-size:14px;
  max-width:10%;
  max-height:100%;
  align-items:start;
  padding-top:3px;
  padding-left:1px;
  padding-right:1px;
  padding-bottom:3px;
  justify-content:start;
  }
      

      
          @media (max-width: 470px) {
            
  .fgpdPo {
    color:var(--grey-400, #A3A3A3);
  width:15%;
  font-size:11px;
  max-width:15%;
  align-items:start;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:start;
  }
      

          }
          
        
      
      
  .eijsho {
    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;
  font-family:'Inter Tight';
  backdrop-filter:blur(7px);
  justify-content:center;
  background-color:#ffffff69;
  }
      

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

          }
          

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

        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .fkcvYN {
    color:var(--grey-800, #262626);
  font-size:14px;
  font-family:'Inter';
  font-weight:500;
  }
      

      
        
      
      
  .guiBq {
    color:var(--grey-700, #404040);
  font-size:16px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

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

      
        
      
      
  .eprpso {
    color:inherit;
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

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

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


  .cNnhsA.selected {
    color:var(--grey-50, #FAFAFA);
  border-color:var(--theme, #00aa5b);
  border-style:solid;
  border-width:1px;
  background-color:var(--theme, #00aa5b);
  }
      

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

      
        
      
      
  .ebTdWK {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  cursor:pointer;
  height:45px;
  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:var(--theme, #00aa5b);
  }
      

      
  
      

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

      
        
      
      
  .fFRhjr {
    color:var(--grey-900, #171717);
  font-size:18px;
  font-family:'Inter Tight';
  font-weight:600;
  }
      

      
        
      
      
  .cSCRga {
    color:var(--grey-900, #171717);
  font-size:17px;
  font-weight:600;
  }
      

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

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

      
        
      
      
  .eTcsqw {
    color:var(--red-700, #B91C1C);
  font-size:15px;
  font-family:'Inter';
  font-weight:500;
  }
      

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

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

      
  .ffyJJw:hover {
    color:#000000;
  }
      

        
      
      
  .dBGOSQ {
    color:inherit;
  font-size:15px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

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

      
        
      
      
  .ebNeBd {
    gap:24px;
  width:414px;
  translate:0 200%;
  transition:all 300ms ease 0ms normal;
  padding-top:15px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:15px;
  border-radius:24px;
  padding-right:15px;
  padding-bottom:15px;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 470px) {
            
  .ebNeBd {
    width:100%;
  height:100%;
  padding-top:25px;
  padding-left:15px;
  border-radius:0px;
  padding-right:15px;
  padding-bottom:8px;
  }
      

          }
          

  .ebNeBd.active {
    translate:0;
  }
      

        
      
      
  
      

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

      
        
      
      
  .bZgQEC {
    gap:8px;
  color:var(--grey-600, #525252);
  display:flex;
  font-size:16px;
  align-items:end;
  font-weight:500;
  line-height:19px;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 470px) {
            
  .bZgQEC {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  display:flex;
  font-size:14px;
  margin-top:5px;
  align-items:start;
  line-height:13px;
  padding-top:0px;
  flex-direction:column;
  padding-bottom:0px;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cmqwBI {
    width:1240px;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
      

      
          @media (max-width: 470px) {
            
  .cmqwBI {
    width:100%;
  padding-top:5px;
  padding-bottom:5px;
  }
      

          }
          
        
      
      
  .bxyUTq {
    width:100%;
  height:100%;
  object-fit:cover;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  }
      

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

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

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

      
        
      
      
  .dsecOa {
    color:var(--grey-900, #171717);
  font-size:15px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
      
      
  .djFIxA {
    width:18px;
  height:18px;
  font-size:12px;
  align-items:center;
  border-radius:1000px;
  justify-content:center;
  background-color:var(--red-700, #B91C1C);
  }
      

      
        
      
      
  .WzRxL {
    width:136px;
  height:136px;
  overflow-y:hidden;
  border-color:#e5e5e575;
  border-style:solid;
  border-width:1px;
  border-radius:14px;
  }
      

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

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

      
        
      
      
  .ckZdnk {
    color:var(--grey-900, #171717);
  font-size:18px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dRZOSr {
    align-items:start;
  padding-top:15px;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

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

      
        
      
      
  .fAScAr {
    color:var(--grey-900, #171717);
  font-size:16px;
  font-weight:600;
  }
      

      
        
      
      
  .esZKDF {
    gap:20px;
  flex:1;
  width:100%;
  height:100%;
  max-height:100%;
  overflow-y:scroll;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:255px;
  }
      

      
          @media (max-width: 470px) {
            
  .esZKDF {
    height:80%;
  }
      

          }
          
        
      
      
  .eaERpp {
    color:var(--grey-900, #171717);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
          @media (max-width: 470px) {
            
  .eaERpp {
    font-size:13px;
  }
      

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

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

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

      
        
      
      
  .eCWRCC {
    width:30rem;
  height:100%;
  translate:100%;
  transition:all 300ms ease-in 0ms normal;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  background-color:#ffffff;
  border-left-color:var(--grey-200, #E5E5E5);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .eCWRCC.active {
    translate:0;
  }
      


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

          }
          

          @media (max-width: 470px) {
            
  
      

          }
          
        
      
      
  .bPZPtE {
    color:var(--grey-700, #404040);
  font-size:inherit;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .bhEfCz {
    color:var(--grey-500, #737373);
  width:26px;
  cursor:pointer;
  height:26px;
  align-items:center;
  padding-top:x;
  border-radius:10px;
  padding-bottom:x;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

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

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

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

      
        
      
      
  .nqQIc {
    width:100%;
  }
      

      
          @media (max-width: 470px) {
            
  
      

          }
          
        
      
      
  
      

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

      
  .ecKtjj:hover {
    color:var(--grey-900, #171717);
  }
      

        
      
      
  .dIJQiJ {
    color:var(--grey-500, #737373);
  width:26px;
  cursor:pointer;
  height:26px;
  align-items:center;
  border-radius:10px;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

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

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

      
        
      
      
  .odxrv {
    align-items:center;
  padding-top:15px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  background-color:#fbfbfe;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .dgsRde {
    height:1px;
  padding-left:20px;
  padding-right:20px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

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

      
          @media (max-width: 470px) {
            
  
      

          }
          
        
      
      
  .dUEssg {
    color:var(--grey-900, #171717);
  font-size:14px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
          @media (max-width: 470px) {
            
  .dUEssg {
    font-size:14px;
  }
      

          }
          
        
      
      
  .cQMpYy {
    gap:8px;
  color:#ffffff;
  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:var(--theme, #00aa5b);
  }
      

      
        
      
      
  .ereTbQ {
    color:var(--red-400, #F87171);
  cursor:pointer;
  padding-bottom:3px;
  }
      

      
        
      
      
  .duRrNi {
    gap:16px;
  width:100%;
  bottom:0px;
  position:fixed;
  padding-bottom:15px;
  background-color:#fbfbfe;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

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

          }
          

          @media (max-width: 470px) {
            
  .duRrNi {
    padding-bottom:15px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dZwZpE {
    width:1240px;
  height:65px;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 470px) {
            
  .dZwZpE {
    width:100%;
  height:55px;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .OEqMT {
    width:100%;
  bottom:0px;
  position:relative;
  max-width:100%;
  min-width:100%;
  align-items:center;
  justify-content:start;
  background-color:#fbfbfe;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .beHtKS {
    :;
  gap:16px;
  width:100%;
  cursor:pointer;
  min-width:100%;
  align-items:start;
  aspect-ratio:1 / 1;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .fonfFd {
    top:50%;
  color:var(--grey-500, #737373);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

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

        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .fsJQFg {
    :;
  width:100%;
  height:100%;
  transition:all 300ms ease-in 0ms normal;
  align-items:;
  flex-direction:row;
  justify-content:;
  }
      

      
        
      
      
  .dmAeTG {
    top:50%;
  left:16px;
  color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

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

        
      
      
  .dNbCCd {
    width:100%;
  bottom:16px;
  z-index:4;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .beEMCC {
    color:var(--grey-800, #262626);
  height:21px;
  font-size:17px;
  max-height:21px;
  overflow-y:hidden;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
      
      
  .bibtGu {
    gap:4px;
  z-index:9;
  position:relative;
  flex-direction:row;
  }
      

      
        
      
      
  .eagwwT {
    :;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(180deg, rgba(38, 38, 38, 0.00) 0%, #000 100%);
  }
      

      
        
      
      
  .eXDrWg {
    width:100%;
  height:313px;
  object-fit:cover;
  transition:opacity 300ms ease 0ms normal;
  align-items:center;
  justify-content:center;
  }
      

      
  .eXDrWg.hidden {
    opacity:0;
  }
      

        
      
      
  .swihS {
    top:16px;
  color:var(--grey-50, #FAFAFA);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-700, #404040);
  }
      

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

        
      
      
  .tStEm {
    color:var(--grey-500, #737373);
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .AGAIP {
    width:6px;
  height:6px;
  border-radius:100px;
  background-color:var(--grey-700, #404040);
  }
      

      
  .AGAIP.active {
    background-color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .ftfmCR {
    width:100%;
  height:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  
      

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

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

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

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

      
        
      
      
  
      

      
        
      