
@layer base {
  
  body, :host {
    /* Color */
      --Base-Text: #000000;
--Base-BG: #ffffff;
--Light-Border: #ededed;
--Text-Hover: #2eff74;
--Grey: #828282;
--Button-BG: #000000;
--Button-Text: #ffffff;
--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 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 */
    --Button-Corners: 0rem;
    /* 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;
    }
  }
}

      
  .cSpAVh {
    color:var(--Light-BG-Text, #000000);
  width:100%;
  min-height:100%;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .evuzqs {
    color:#a0aec0;
  display:block;
  overflow:hidden;
  font-size:var(--font-size-xxs);
  font-family:inherit;
  white-space:nowrap;
  border-style:solid;
  border-width:0px;
  text-overflow:ellipsis;
  flex-direction:row;
  }
      

      
        
        
      
      
  .edpND {
    color:var(--Grey, #828282);
  font-size:var(--font-size-xxs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .feZXWP {
    display:block;
  overflow:hidden;
  font-size:var(--font-size-sm);
  font-weight:500;
  white-space:nowrap;
  border-style:solid;
  border-width:0px;
  text-overflow:ellipsis;
  flex-direction:row;
  }
      

      
        
        
      
      
  .aWJJp {
    gap:0.75rem;
  cursor:pointer;
  display:flex;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  }
      

      
  .aWJJp:hover {
    background-color:var(--Light-Border, #ededed);
  }
      


  .aWJJp.selected {
    background-color:var(--Light-Border, #ededed);
  }
      

        
        
      
      
  .izEnO {
    gap:1rem;
  width:100%;
  display:flex;
  max-width:42rem;
  align-items:end;
  font-family:inherit;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .izEnO.them {
    padding-top:.5rem;
  padding-bottom:.5rem;
  }
      

        
        
      
      
  .eIERUB {
    width:2.5rem;
  height:2.5rem;
  display:block;
  overflow-x:clip;
  overflow-y:clip;
  border-style:solid;
  border-width:0px;
  border-radius:100vw;
  flex-direction:row;
  background-color:var(--Light-Border, #ededed);
  }
      

      
        
        
      
      
  .eAvkBd {
    width:100%;
  display:flex;
  min-height:fit-content;
  align-items:center;
  flex-shrink:1;
  font-family:inherit;
  padding-top:.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:center;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .fnpSSn {
    flex:1;
  height:100%;
  display:flex;
  min-width:0rem;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 630px) {
            
  .fnpSSn {
    flex:1;
  height:100%;
  min-width:0rem;
  max-height:100%;
  }
      

          }
          

  .fnpSSn.noneSelected {
    display:none;
  }
      


  .fnpSSn.hide_main {
    display:none;
  }
      


          @media (max-height: 600px) {
            
  .fnpSSn.hide_mobile {
    display:none;
  }
      

          }
          
        
        
      
      
  .cykIZb {
    width:100%;
  display:flex;
  row-gap:0.15rem;
  column-gap:0.15rem;
  align-items:end;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .cykIZb.them {
    align-items:start;
  justify-content:start;
  }
      

        
        
      
      
  .cRcYQQ {
    color:#fff;
  padding:0.5rem .875rem;;
  position:relative;;
  font-size:var(--font-size-sm);
  max-width:75%;;
  word-wrap:break-word;;
  font-family:inherit;
  line-height:1.25;;
  border-radius:1.15rem;;
  background-color:#248bf5;
  }
      

      
  .cRcYQQ.them {
    color:#000000;
  background-color:#e5e5ea;
  }
      

        
        
      
      
  .RGhja {
    display:flex;
  font-family:inherit;
  padding-top:.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .duUxJj {
    color:var(--Base-Text, #000000);
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-sm);
  padding-top:8px;
  padding-left:1rem;
  border-radius:100vw;
  padding-right:1rem;
  padding-bottom:8px;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
  .duUxJj.selected {
    background:#f0f0f0;
  }
      

        
        
      
      
  .flAKyY {
    width:25%;
  height:100%;
  max-width:16rem;
  font-family:inherit;
  }
      

      
          @media (max-width: 768px) {
            
  .flAKyY {
    width:100%;
  height:auto;
  max-width:100%;
  flex-direction:column;
  border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

          }
          
        
        
      
      
  .feuRnQ {
    cursor:pointer;
  padding-top:.25rem;
  padding-bottom:.25rem;
  text-transform:uppercase;
  border-bottom-color:#00000000;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .feuRnQ:hover {
    border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  text-decoration-line:;
  }
      


  .feuRnQ.selected {
    border-bottom-color:var(--Base-Text, #000000);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

        
        
      
      
  .cA-DoxM {
    gap:.5rem;
  height:100%;
  align-items:start;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--Base-BG, #ffffff);
  border-right-color:var(--Light-Border, #ededed);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 768px) {
            
  .cA-DoxM {
    flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .eyBVGc {
    font-size:var(--font-size-lg);
  font-family:inherit;
  font-weight:700;
  text-transform:uppercase;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .PxuDj {
    gap:.5rem;
  width:100%;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:start;
  border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .cEyswZ {
    flex:1 1 0%;
  display:block;
  min-width:0rem;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .SmaYo {
    flex:1;
  display:flex;
  overflow-x:clip;
  overflow-y:scroll;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .znMEJ {
    flex:1;
  width:100%;
  display:flex;
  padding:1rem;
  overflow-y:scroll;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column-reverse;
  justify-content:end;
  }
      

      
        
        
      
      
  .OGfZm {
    width:2.5rem;
  height:2.5rem;
  display:block;
  overflow-x:clip;
  overflow-y:clip;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  border-radius:100vw;
  flex-direction:row;
  background-color:var(--Light-Border, #ededed);
  }
      

      
        
        
      
      
  .tWfyp {
    color:var(--Base-Text, #000000);
  width:fit-content;
  cursor:pointer;
  margin-left:auto;
  padding-top:8px;
  padding-left:8px;
  border-radius:100vw;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .KemjC {
    color:var(--Base-BG, #ffffff);
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:.5rem;
  border-radius:100vw;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--Base-Text, #000000);
  }
      

      
  .KemjC:hover {
    color:var(--Text-Hover, #2eff74);
  }
      


  .KemjC:focus {
    outline:none;
  box-shadow:0 0 0 1px var(--Grey,#828282);
  --tw-ring-color:#4299e1;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
        
      
      
  .ffEsxm {
    flex:1;
  max-height:calc(100vh - 4.5rem);
  }
      

      
          @media (min-width: 1280px) {
            
  .ffEsxm {
    max-height:calc(100vh - 8.5rem);
  }
      

          }
          
        
        
      
      
  .fynLlz {
    color:var(--Base-Text, #000000);
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:100vw;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
  .fynLlz:hover {
    color:var(--Text-Hover, #2eff74);
  }
      


          @media (min-width: 600px) {
            
  .fynLlz {
    display:none;
  }
      

          }
          
        
        
      
      
  .dPQyLY {
    display:block;
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dspRrW {
    gap:1rem;
  display:flex;
  align-items:center;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cGoWsF {
    flex:1;
  width:100%;
  display:flex;
  max-height:100%;
  font-family:inherit;
  flex-direction:column;
  border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (min-width: 630px) {
            
  .cGoWsF {
    height:100%;
  max-width:20rem;
  max-height:100%;
  border-right-color:var(--Light-Border, #ededed);
  border-right-style:solid;
  border-right-width:1px;
  }
      

          }
          

  .cGoWsF.hide_mobile {
    display:none;
  }
      


          @media (min-width: 630px) {
            
  .cGoWsF.hide_mobile {
    height:100%;
  display:flex;
  max-width:20rem;
  max-height:100%;
  flex-direction:column;
  border-right-color:var(--Light-Border, #ededed);
  border-right-style:solid;
  border-right-width:1px;
  }
      

          }
          
        
        
      
      
  .cUyesI {
    width:.5rem;
  height:.5rem;
  border-radius:100vw;
  background-color:var(--blue-500, #3B82F6);
  }
      

      
        
        
      
      
  .bnXgXP {
    color:var(--Grey, #828282);
  width:100%;
  font-size:var(--font-size-xxs);
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .eKpiOX {
    color:#a80505;
  }
      

      
        
        
      
      
  .eSvbUz {
    width:100%;
  height:100%;
  display:flex;
  font-family:inherit;
  flex-direction:column;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
          @media (min-width: 630px) {
            
  .eSvbUz {
    flex-direction:row;
  }
      

          }
          
        
        
      
      
  .OlzUE {
    display:block;
  font-family:inherit;
  padding-top:.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .fgGLux {
    gap:0.5rem;
  display:flex;
  align-items:center;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .vjxru {
    gap:0.25rem;
  width:100%;
  display:flex;
  font-family:inherit;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:.25rem;
  padding-right:.25rem;
  flex-direction:column;
  padding-bottom:0.25rem;
  }
      

      
        
        
      
      
  .KjeoV {
    gap:0.5rem;
  width:100%;
  display:flex;
  max-width:42rem;
  font-family:inherit;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fqDFDW {
    flex:1;
  flex-direction:row;
  }
      

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

          }
          
        
        
      
      
  .uujxd {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

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

      
        
        
      
      
  .gXoKf {
    flex:1 1 0%;
  display:block;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:100vw;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
  .gXoKf:focus {
    outline:none;
  --tw-ring-color:#4299e1;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
        
      
      
  .fBJhnD {
    width:100%;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
        
      
      
  .Amhyc {
    flex:1;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .yclFe {
    gap:.25rem;
  color:inherit;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .bvSbFh {
    top:2rem;
  z-index:101;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cJPJnk {
    color:var(--Light-BG-Button-BG, #000000);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .cJPJnk:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .cAwsYz {
    color:inherit;
  width:100%;
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:2.5rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .cAwsYz:focus {
    border-color:var(--Base-Text, #000000);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .eSYaxa {
    gap:1rem;
  color:inherit;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cszIId {
    color:var(--Light-BG-Button-BG, #000000);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .cszIId:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  .WMAPS {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .WMAPS:hover {
    background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
        
      
      
  .cfJQPW {
    gap:1rem;
  width:100%;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .fnaXnw {
    position:absolute;
  align-items:start;
  margin-left:.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .cDyYJR {
    font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-bolder);
  letter-spacing:-.1rem;
  }
      

      
        
        
      
      
  .bHUQtS {
    gap:0.25rem;
  flex:1;
  color:inherit;
  display:flex;
  z-index:9;
  align-items:start;
  font-family:inherit;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .oBseb {
    color:var(--Light-BG-Text, #000000);
  align-items:start;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
        
      
      
  .jPOoH {
    color:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  text-transform:uppercase;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
        
      
      
  .dMyokz {
    width:100%;
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .dMyokz:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  .AXbBU {
    color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  text-transform:uppercase;
  }
      

      
        
        
      
      
  .bTvtXb {
    transition:rotate 500ms ease 0ms normal;
  }
      

      
  .bTvtXb.invert {
    color:var(--Light-BG-Text, #000000);
  rotate:x 180deg;
  }
      

        
        
      
      
  .dywmEo {
    gap:.25rem;
  color:inherit;
  cursor:pointer;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:.625rem;
  flex-direction:row;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
  .dywmEo:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  .eefjKU {
    color:inherit;
  align-items:start;
  font-family:inherit;
  justify-content:start;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .feKzoU {
    gap:.25rem;
  color:inherit;
  width:100%;
  cursor:pointer;
  transition:color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:.625rem;
  flex-direction:row;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:end;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
  .feKzoU:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  .dsLUG {
    width:2rem;
  height:2rem;
  display:block;
  overflow-x:clip;
  overflow-y:clip;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  border-radius:100vw;
  flex-direction:row;
  background-color:var(--Light-Border, #ededed);
  }
      

      
        
        
      
      
  .fxOSrS {
    gap:.25rem;
  color:inherit;
  align-items:center;
  font-family:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dVCCUz {
    color:inherit;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .eBQdvb {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-BG-Button-BG, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:center;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .eBQdvb:hover {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
        
      
      
  .bObiOr {
    gap:.5rem;
  flex:1;
  color:inherit;
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .OeSQl {
    width:100%;
  height:4.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bPDtix {
    color:var(--Light-BG-Button-BG, #000000);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:center;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .bPDtix:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .OKPU {
    top:-.25rem;
  color:var(--red-600, #DC2626);
  right:-.25rem;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .sdBXo {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-BG-Button-BG, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .sdBXo:hover {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
        
      
      
  .cwxAIj {
    gap:.5rem;
  color:inherit;
  width:100%;
  height:4.5rem;
  display:flex;
  flex-wrap:nowrap;
  align-items:start;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  border-bottom-color:var(--Light-BG-Card, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .eKcYIA {
    cursor:pointer;
  font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-bolder);
  letter-spacing:-.1rem;
  }
      

      
        
        
      
      
  .eWsphd {
    color:inherit;
  cursor:pointer;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .cfooxH {
    color:inherit;
  width:100%;
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:2.5rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .cfooxH:focus {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .bDxHXy {
    gap:2rem;
  top:0rem;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  z-index:100;
  position:fixed;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
        
        
      
      
  .CGnDt {
    color:var(--Base-Text, #000000);
  width:100%;
  font-size:1rem;
  font-family:inherit;
  font-weight:400;
  padding-top:0.75rem;
  border-color:var(--Base-Text, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
  .CGnDt:focus {
    outline-color:var(--Base-Text, #000000);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .eKlEHW {
    color:var(--Text-Hover, #2eff74);
  }
      

      
        
        
      
      
  .cVAVzG {
    color:var(--Base-Text, #000000);
  display:block;
  font-size:1.5rem;
  text-align:center;
  font-family:inherit;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .caIbFD {
    color:var(--blue-600, #2563EB);
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bRBUqc {
    gap:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .XlITD {
    color:var(--Base-Text, #000000);
  display:inline-block;
  font-family:inherit;
  }
      

      
        
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
        
      
      
  .dfMWib {
    gap:0.5rem;
  color:var(--Button-Text, #ffffff);
  width:100%;
  cursor:pointer;
  font-size:.875rem;
  transition:all 100ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  padding-top:1rem;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--Button-BG, #000000);
  }
      

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

        
        
      
      
  .ArrLX {
    color:var(--Base-Text, #000000);
  width:100%;
  font-size:1rem;
  font-family:inherit;
  font-weight:400;
  padding-top:0.75rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
  .ArrLX:focus {
    outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


  .ArrLX.hidden {
    height:0px;
  opacity:0;
  padding-top:0px;
  margin-bottom:-0.5rem;
  padding-bottom:0px;
  }
      

        
        
      
      
  .fcyWfL {
    gap:1rem;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  background-color:inherit;
  }
      

      
        
        
      
      
  .HzcDs {
    color:inherit;
  display:inline-block;
  font-family:inherit;
  }
      

      
        
        
      
      
  .cOJCjb {
    gap:0.5rem;
  width:100%;
  max-width:20rem;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1.5px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
        
      
      
  .vpGZV {
    width:100%;
  display:inline-block;
  max-width:17rem;
  text-align:center;
  font-family:inherit;
  }
      

      
        
        
      
      
  .UVXmJ {
    gap:0.5rem;
  width:100%;
  font-size:.875rem;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .UVXmJ.hidden {
    height:0px;
  opacity:0;
  padding-top:0px;
  margin-bottom:-0.5rem;
  padding-bottom:0px;
  }
      

        
        
      
      
  .TmoRL {
    color:var(--Grey, #828282);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  white-space:normal;
  }
      

      
        
        
      
      
  .bZEVCZ {
    gap:0.25rem;
  color:var(--red-500, #EF4444);
  width:100%;
  font-size:.875rem;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--red-200, #FECACA);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--red-50, #FEF2F2);
  }
      

      
  .bZEVCZ.hidden {
    height:0px;
  opacity:0;
  padding-top:0px;
  margin-bottom:-0.5rem;
  padding-bottom:0px;
  }
      

        
        
      
      
  .TWXLp {
    gap:0.5rem;
  flex:1;
  width:100%;
  height:100%;
  font-family:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .feHpYc {
    color:inherit;
  cursor:pointer;
  height:100%;
  align-items:center;
  font-family:inherit;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
          @media (min-width: 1280px) {
            
  .feHpYc {
    display:none;
  }
      

          }
          
        
        
      
      
  .ckTdei {
    flex:1;
  display:none;
  font-family:inherit;
  }
      

      
          @media (min-width: 768px) {
            
  .ckTdei {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .lpzpS {
    gap:.5rem;
  flex:1;
  color:inherit;
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .feKGvR {
    color:inherit;
  width:100%;
  height:4rem;
  display:none;
  z-index:2;
  flex-wrap:wrap;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-bottom-color:var(--Light-BG-Card, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (min-width: 1280px) {
            
  .feKGvR {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .FaPGq {
    width:100vw;
  height:100vh;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .hWkSX {
    gap:1rem;
  flex:1;
  color:inherit;
  width:100%;
  height:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .exCZXZ {
    gap:.25rem;
  color:inherit;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:end;
  }
      

      
          @media (max-width: 768px) {
            
  .exCZXZ {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cPlZWB {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  position:absolute;
  background: #ebebeb;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .diVVgy {
    gap:1rem;
  top:0px;
  left:0px;
  color:inherit;
  width:100%;
  height:100%;
  z-index:10;
  position:fixed;
  align-items:start;
  font-family:inherit;
  justify-content:start;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
          @media (min-width: 1280px) {
            
  .diVVgy {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dBUlwC {
    color:#169400;
  }
      

      
        
        
      