
@layer base {
  
  body, :host {
    /* Color */
      --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;
--sky-50: #F0F9FF;
--sky-100: #E0F2FE;
--sky-200: #BAE6FD;
--sky-300: #7DD3FC;
--sky-400: #38BDF8;
--sky-500: #0EA5E9;
--sky-600: #0284C7;
--sky-700: #0369A1;
--sky-800: #075985;
--sky-900: #0C4A6E;
--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;
--cyan-50: #ECFEFF;
--cyan-100: #CFFAFE;
--cyan-200: #A5F3FC;
--cyan-300: #67E8F9;
--cyan-400: #22D3EE;
--cyan-500: #06B6D4;
--cyan-600: #0891B2;
--cyan-700: #0E7490;
--cyan-800: #155E75;
--cyan-900: #164E63;
--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;
--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;
--green-logo: #68c7a2;
--indigo-50: #EEF2FF;
--indigo-100: #E0E7FF;
--indigo-200: #C7D2FE;
--indigo-300: #A5B4FC;
--indigo-400: #818CF8;
--indigo-500: #6366F1;
--indigo-600: #4F46E5;
--indigo-700: #4338CA;
--indigo-800: #3730A3;
--indigo-900: #312E81;
--orange-50: #FFF7ED;
--orange-100: #FFEDD5;
--orange-200: #FED7AA;
--orange-300: #FDBA74;
--orange-400: #FB923C;
--orange-500: #F97316;
--orange-600: #EA580C;
--orange-700: #C2410C;
--orange-800: #9A3412;
--orange-900: #7C2D12;
--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;
--yellow-logo: #f2ea63;
--fuchsia-50: #FDF4FF;
--fuchsia-100: #FAE8FF;
--fuchsia-200: #F5D0FE;
--fuchsia-300: #F0ABFC;
--fuchsia-400: #E879F9;
--fuchsia-500: #D946EF;
--fuchsia-600: #C026D3;
--fuchsia-700: #A21CAF;
--fuchsia-800: #86198F;
--fuchsia-900: #701A75;
  /* Fonts */
    --font-patuaone: 'Patua One',display;
--font-outfit: 'Outfit',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;
    }
  }
}

      
  .rzMfH {
    background:var(--grey-100);
  align-items:center;
  font-family:Outfit;
  justify-content:start;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cJhHKy {
    flex:1 1 0%;
  color:var(--yellow-logo);
  height:256px;
  display:flex;
  max-width:100%;
  min-width:fit-content;
  background:var(--green-logo);
  min-height:fit-content;
  align-items:center;
  padding-top:16px;
  border-color:white;
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eQModG {
    bottom:64px;
  cursor:pointer;
  position:relative;
  max-width:72px;
  border-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eAcplR {
    justify-content:center;
  }
      

      
        
      
      
  .etQpyl {
    color:var(--grey-50);
  width:32px;
  height:32px;
  outline:none;
  position:relative;
  font-size:0.75rem;
  background:var(--green-logo);
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:16px;
  justify-content:center;
  }
      

      
  .etQpyl:hover {
    color:var(--lime-600);
  cursor:pointer;
  background-color:var(--grey-50);
  }
      


  .etQpyl:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .eploEJ {
    gap:8px;
  color:var(--lime-600);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cuPeqd {
    width:100%;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .hodZU {
    width:100%;
  height:16px;
  background:var(--green-logo);
  align-items:center;
  }
      

      
        
      
      
  .exsHCJ {
    color:var(--grey-50);
  outline:none;
  position:relative;
  font-size:0.75rem;
  background:var(--green-logo);
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:16px;
  border-radius:16px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .exsHCJ:hover {
    color:var(--lime-600);
  cursor:pointer;
  background-color:var(--grey-50);
  }
      


  .exsHCJ:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dTtepp {
    align-items:center;
  }
      

      
        
      
      
  .ezqVYd {
    width:100%;
  height:64px;
  background:var(--yellow-logo);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bBbkdc {
    flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bwtOkn {
    gap:8px;
  align-items:center;
  }
      

      
        
      
      
  .sZhkp {
    color:var(--lime-600);
  }
      

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

      
        
      
      
  .aJkMP {
    color:var(--grey-50);
  width:24px;
  height:24px;
  outline:none;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:var(--green-600);
  }
      

      
  .aJkMP:hover {
    background-color:var(--yellow-400);
  }
      


  .aJkMP:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      


  .aJkMP:disabled {
    background-color:var(--grey-400);
  }
      

        
      
      
  .dkJceL {
    color:var(--grey-400);
  display:inline-block;
  font-size:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bzmdYZ {
    color:var(--grey-400);
  display:inline-block;
  font-size:0.75rem;
  text-align:center;
  }
      

      
        
      
      
  .dWhaLG {
    width:32px;
  max-width:100%;
  border-radius:32px;
  }
      

      
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .bXLOVe {
    color:var(--grey-50);
  outline:none;
  position:relative;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:16px;
  border-radius:16px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--green-600);
  }
      

      
  .bXLOVe:hover {
    color:var(--lime-600);
  cursor:pointer;
  background-color:var(--grey-50);
  }
      


  .bXLOVe:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dTasOt {
    gap:8px;
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ABdiP {
    color:var(--grey-400);
  font-size:0.625rem;
  }
      

      
        
      
      
  .vupIA {
    gap:16px;
  color:var(--grey-400);
  width:100%;
  align-items:center;
  padding-top:16px;
  padding-left:24px;
  border-radius:16px;
  padding-right:24px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .eRTcYe {
    color:var(--grey-50);
  width:x;
  height:x;
  outline:none;
  font-size:0.75rem;
  margin-top:16px;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:16px;
  border-radius:16px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--green-600);
  }
      

      
  .eRTcYe:hover {
    color:var(--lime-600);
  background-color:var(--grey-50);
  }
      


  .eRTcYe:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .owWBf {
    width:100%;
  display:flex;
  row-gap:8px;
  flex-wrap:wrap;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:space-around;
  }
      

      
        
      
      
  .AOUnb {
    color:var(--yellow-logo);
  font-size:2.25rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .bmsOpN {
    gap:8px;
  color:inherit;
  font-size:12px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bmsOpN:hover {
    color:var(--yellow-300);
  }
      

        
      
      
  .fDBGgi {
    color:var(--grey-200);
  font-size:1.5rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .CEbwZ {
    width:64px;
  cursor:auto;
  height:64px;
  border-radius:6px;
  }
      

      
        
      
      
  .dlGigO {
    width:100%;
  display:flex;
  row-gap:16px;
  flex-wrap:wrap;
  column-gap:16px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-evenly;
  }
      

      
        
      
      
  .cgbrlg {
    width:100%;
  height:4px;
  background:var(--green-logo);
  }
      

      
        
      
      
  .bsSkpx {
    color:var(--grey-400);
  }
      

      
  .bsSkpx:hover {
    color:var(--lime-600);
  text-decoration-line:underline;
  }
      

        
      
      
  .fgVNXv {
    height:256px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  background-color:var(--grey-900);
  }
      

      
        
      
      
  .dHarAU {
    gap:16px;
  color:var(--green-logo);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-radius:16px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eRpQXf {
    width:20px;
  height:20px;
  }
      

      
        
      
      
  .dZcAYH {
    color:var(--color-text-secondary, #A3A3A3);
  display:inline-block;
  }
      

      
        
      
      
  .fBWJev {
    gap:24px;
  width:100%;
  height:248px;
  display:flex;
  max-width:800px;
  align-items:center;
  padding-left:32px;
  padding-right:32px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cWfBBn {
    width:100%;
  height:4px;
  background-color:var(--yellow-300);
  }
      

      
        
      
      
  
      

      
        
      
      
  .eniOKU {
    flex:1;
  color:var(--green-logo);
  height:256px;
  display:flex;
  row-gap:8px;
  max-width:100%;
  min-width:fit-content;
  background:linear-gradient( to top, var(--yellow-200) 0%, var(--yellow-logo) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:8px;
  min-height:fit-content;
  align-items:center;
  padding-top:16px;
  border-color:white;
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
  .eniOKU:hover {
    color:var(--yellow-300);
  cursor:pointer;
  background:var(--green-500);
  }
      

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

      
        
      
      
  .dHrsOi {
    color:var(--grey-400, #A3A3A3);
  width:100%;
  }
      

      
        
      
      
  .nsZWQ {
    gap:8px;
  color:var(--yellow-400, #FBBF24);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cSKxuU {
    gap:4px;
  color:inherit;
  align-items:center;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cQyAqR {
    width:64px;
  border-radius:6px;
  }
      

      
        
      
      
  .QreYB {
    gap:16px;
  width:100%;
  align-items:center;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bLDzND {
    color:var(--grey-100, #F5F5F5);
  font-weight:700;
  }
      

      
        
      
      
  .bpuUkJ {
    gap:40px;
  align-items:start;
  justify-content:center;
  }
      

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

      
        
      
      
  .djgKdv {
    color:var(--grey-400, #A3A3A3);
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bhbuUF {
    gap:16px;
  color:var(--color-text-primary, #E5E5E5);
  display:flex;
  outline:none;
  padding:var(--spacing-unit, 8px);
  align-items:center;
  border-radius:var(--border-radius-md, 6px);
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-600);
  }
      

      
  .bhbuUF:hover {
    background-color:var(--grey-400);
  }
      


  .bhbuUF:focus-visible {
    outline-color:var(--color-text-primary, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


  .bhbuUF.selected {
    background-color:var(--green-600);
  }
      

        
      
      
  .cDNYDH {
    width:100%;
  background:white;
  padding-top:16px;
  padding-left:24px;
  border-radius:24px;
  padding-right:24px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .ddaFtt {
    top:0px;
  left:0px;
  width:100%;
  height:100vh;
  z-index:2;
  position:fixed;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .cLpPWr {
    top:16px;
  color:var(--yellow-300, #FCD34D);
  right:16px;
  }
      

      
  .cLpPWr:hover {
    color:var(--green-300, #6EE7B7);
  cursor:pointer;
  }
      

        
      
      
  .bwflYJ {
    width:100%;
  height:100%;
  opacity:0.9;
  position:relative;
  overflow-y:scroll;
  align-items:center;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .fhFAAX {
    width:100%;
  z-index:3;
  position:fixed;
  margin-top:16px;
  align-items:end;
  margin-right:16px;
  justify-content:start;
  }
      

      
        
      
      
  .gsdOk {
    margin-top:48px;
  align-items:center;
  margin-left:24px;
  margin-right:24px;
  margin-bottom:48px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .evjGVZ {
    font-size:2.25rem;
  text-align:center;
  font-weight:var(--font-weight-bolder);
  }
      

      
        
      
      
  .dWslxU {
    width:100%;
  display:flex;
  background:;
  align-items:center;
  padding-top:56px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:56px;
  justify-content:center;
  }
      

      
        
      
      
  .evqlmV {
    width:100%;
  display:flex;
  row-gap:32px;
  max-width:800px;
  min-width:250px;
  column-gap:32px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .HomePage\:TYD145nlTpX21F0YwrLfv {
    background:linear-gradient(to bottom, var(--green-900) 0%, var(--green-800) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .dPIuzx {
    color:var(--yellow-logo);
  font-size:2.25rem;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .fAHQNB {
    width:32px;
  height:32px;
  }
      

      
        
      
      
  .bzrBlF {
    color:var(--green-logo);
  display:inline-block;
  font-size:16px;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .cINQZ {
    width:48px;
  height:48px;
  max-width:100%;
  border-radius:6px;
  }
      

      
        
      
      
  .bTFfmY {
    gap:16px;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eRznDs {
    max-width:80px;
  border-radius:6px;
  }
      

      
        
      
      
  .FWsOk {
    max-width:80px;
  border-radius:6px;
  }
      

      
  
      

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

      
        
      
      
  .euoHie {
    display:inline-block;
  font-size:0.75rem;
  }
      

      
        
      
      
  .eBFspQ {
    gap:8px;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .eJIdb {
    display:inline-block;
  font-size:16px;
  text-align:center;
  }
      

      
        
      
      
  .cgChtU {
    display:inline-block;
  font-size:0.75rem;
  margin-top:-14px;
  }
      

      
        
      
      
  .ehHwRM {
    gap:16px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ciIKyd {
    width:fit-content;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .cnjtQv {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:100%;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--green-600, #059669);
  }
      

      
  .cnjtQv:hover {
    background-color:var(--yellow-300, #FCD34D);
  }
      

        
      
      
  .HomePage\:hoUJbjDguQU2dGfOj8Spu {
    right:16px;
  bottom:16px;
  z-index:100;
  position:fixed;
  }
      

      
        
      
      
  .eVyLrU {
    color:var(--grey-400);
  display:inline-block;
  font-size:16px;
  text-align:left;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dVLOEq {
    color:var(--green-logo);
  height:36px;
  padding:8px;
  background:var(--yellow-logo);
  align-items:start;
  font-weight:var(--font-weight-bolder);
  border-radius:4px;
  justify-content:center;
  }
      

      
        
      
      
  .bNTlDq {
    width:36px;
  height:36px;
  max-width:100%;
  border-color:var(--green-logo);
  border-style:solid;
  border-width:3px;
  border-radius:36px;
  }
      

      
        
      
      
  .ccoqOt {
    gap:8px;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:column;
  }
      

      
        
      
      
  .dkgPyA {
    width:40px;
  height:40px;
  border-radius:6px;
  }
      

      
        
      
      
  .bQvdYF {
    gap:8px;
  flex-wrap:wrap;
  align-items:end;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bWgdDa {
    color:var(--color-text-primary, #E5E5E5);
  width:9rem;
  display:flex;
  outline:none;
  padding:var(--spacing-unit, 8px);
  font-size:var(--font-size-xs, 0.75rem);
  align-items:center;
  border-radius:var(--border-radius-md, 6px);
  background-color:var(--grey-600);
  }
      

      
  .bWgdDa:hover {
    background-color:var(--grey-400);
  }
      


  .bWgdDa:focus-visible {
    outline-color:var(--color-text-primary, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


  .bWgdDa.selected {
    background-color:var(--green-600);
  }
      

        
      
      
  .enZHXE {
    color:var(--grey-400);
  display:inline-block;
  font-size:16px;
  text-align:center;
  }
      

      
        
      
      
  .bZTPDX {
    color:var(--grey-400);
  display:inline-block;
  font-size:0.75rem;
  margin-top:-14px;
  }
      

      
        
      
      
  .cBIYnh {
    color:var(--blue-50);
  width:32px;
  height:32px;
  margin:-46px;
  position:relative;
  background:var(--green-logo);
  align-items:center;
  border-color:var(--blue-50);
  border-style:solid;
  border-width:2px;
  border-radius:36px;
  justify-content:center;
  }
      

      
        
      
      
  .eepGky {
    color:var(--grey-400);
  display:inline-block;
  font-size:14px;
  text-align:center;
  }
      

      
        
      
      
  .fQtOE {
    color:var(--color-text-primary, #E5E5E5);
  display:flex;
  outline:none;
  padding:var(--spacing-unit, 8px);
  font-size:var(--font-size-xs, 0.75rem);
  align-items:center;
  border-radius:var(--border-radius-md, 6px);
  background-color:var(--grey-600);
  }
      

      
  .fQtOE:hover {
    background-color:var(--grey-400);
  }
      


  .fQtOE:focus-visible {
    outline-color:var(--color-text-primary, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


  .fQtOE.selected {
    background-color:var(--green-600);
  }
      

        
      
      
  .bweBwI {
    gap:8px;
  width:100%;
  justify-content:start;
  border-right-color:var(--blue-50);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
      
      
  .cTTmc {
    left:-8px;
  color:var(--grey-400);
  right:0px;
  display:inline-block;
  font-size:0.75rem;
  text-align:right;
  }
      

      
        
      
      
  .GoiSL {
    width:16px;
  height:16px;
  max-width:100%;
  border-radius:6px;
  }
      

      
        
      
      
  .cFlilj {
    left:-8px;
  margin-top:8px;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cAffOG {
    color:var(--yellow-logo);
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .qqdaT {
    gap:16px;
  color:var(--grey-400);
  width:100%;
  align-items:center;
  padding-top:16px;
  padding-left:24px;
  border-radius:16px;
  padding-right:24px;
  padding-bottom:16px;
  background-color:inherit;
  }
      

      
        
      
      
  .ctnMJz {
    gap:16px;
  width:100%;
  align-items:center;
  padding-top:16px;
  padding-left:24px;
  border-radius:16px;
  padding-right:24px;
  padding-bottom:16px;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
      