

@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font 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;
--html-block-font-size: 0.8rem;
--html-block-h1-size: 1rem;
    /* 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;
    }
  }
}

      
  .vfgKL {
    width:100%;
  height:200vh;
  display:flex;
  overflow-y:hidden;
  align-items:flex-start;
  font-family:'Satoshi', sans-serif;
  flex-direction:column;
  justify-content:flex-start;
  background-color:#ffffff;
  }
      

      
        
      
      
  .eKRoUG {
    font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .cfFSFQ {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  font-family:inherit;
  padding-top:1rem;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-color:#3c3c3c42;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .tqKKv {
    width:100%;
  cursor:pointer;
  background:#f5f5f5;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .bdNWUc {
    width:100%;
  height:auto;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .VTyTb {
    flex:1;
  color:#fafafa;
  width:25%;
  display:flex;
  row-gap:2rem;
  background:#1d2745;
  column-gap:2rem;
  align-items:flex-start;
  font-family:inherit;
  padding-top:1rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .bsWAWg {
    row-gap:0.5rem;
  font-size:1.1rem;
  column-gap:0.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .OEMok {
    gap:3rem;
  flex:1;
  width:100%;
  display:flex;
  font-size:1.25rem;
  max-height:100%;
  overflow-y:auto;
  align-items:center;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1279px) {
            
  .OEMok {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

          }
          
        
      
      
  .snmKX {
    left:2.5rem;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dXKIrA {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dzaCbE {
    cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .cAFxbM {
    flex:1;
  min-height:12.5vh;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .eCISUt {
    display:flex;
  row-gap:0.5rem;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dOSANf {
    flex:1;
  row-gap:0.25rem;
  background:#f2f4f5;
  box-shadow:0px 1px 2px 0px #00000020 inset, 0px -1px 2px 0px #00000020 inset;
  column-gap:0.25rem;
  font-family:inherit;
  padding-top:0.25rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.25rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .cveIpk {
    color:#9e9e9e;
  font-family:inherit;
  font-weight:400;
  padding-top:0.5rem;
  border-color:#bfbfbf;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .efqacV {
    gap:0.5rem;
  cursor:pointer;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bUvgHC {
    font-size:0.8rem;
  font-family:inherit;
  font-weight:var(--font-weight-thin);
  }
      

      
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
      
      
  .EdLLL {
    row-gap:0.25rem;
  column-gap:0.25rem;
  font-family:inherit;
  }
      

      
        
      
      
  .dMjAvC {
    flex:1;
  width:25%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:flex-start;
  font-family:inherit;
  padding-top:1rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .dEofAA {
    height:5rem;
  display:flex;
  flex-wrap:wrap;
  margin-top:0.5rem;
  align-items:center;
  font-family:inherit;
  margin-left:0.5rem;
  padding-top:1rem;
  margin-right:0.5rem;
  padding-left:1rem;
  border-radius:0.5rem;
  margin-bottom:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  background-color:#1d2745;
  }
      

      
          @media (max-width: 1279px) {
            
  .dEofAA {
    height:auto;
  display:flex;
  min-height:5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .dOoQSd {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dbrZAs {
    gap:0.5rem;
  color:#3c3c3c;
  cursor:pointer;
  height:3rem;
  font-size:1rem;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .dbrZAs.active {
    color:#c3a000;
  background:#c3a00033;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

        
      
      
  .cTkkpX {
    gap:1rem;
  flex:1;
  width:100%;
  display:none;
  font-size:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .bXDQwI {
    row-gap:0.5rem;
  column-gap:0.5rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .fCsbhS {
    flex:1;
  row-gap:1rem;
  background:white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1rem;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .beTKZJ {
    display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .tXhiZ {
    font-size:1.25rem;
  font-family:inherit;
  padding-top:0.25rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  .bzbiSx {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
      
      
  .elduvT {
    color:#9e9e9e;
  font-family:inherit;
  }
      

      
        
      
      
  .SnEpu {
    font-size:2rem;
  font-family:inherit;
  }
      

      
        
      
      
  .pLjYj {
    width:100%;
  height:100%;
  display:flex;
  z-index:1110000000;
  position:absolute;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  backdrop-filter:blur(5px);
  justify-content:center;
  background-color:#1c1c1c52;
  -webkit-backdrop-filter:blur(5px);
  }
      

      
          @media (min-width: 1280px) {
            
  .pLjYj {
    gap:0.5rem;
  flex:1;
  color:#3c3c3c;
  width:100%;
  height:100%;
  display:flex;
  position:absolute;
  align-items:center;
  font-family:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  background-color:#1c1c1c52;
  }
      

          }
          
        
      
      
  .eKtGVx {
    font-size:1rem;
  font-family:inherit;
  }
      

      
        
      
      
  .bbWiQX {
    gap:0.5rem;
  color:#3c3c3c;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#c3c3c3c3;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
        
      
      
  .fnKnMH {
    color:#c3a000;
  cursor:pointer;
  display:flex;
  background:#c3a00040;
  align-items:center;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .fnKnMH {
    display:none;
  }
      

          }
          
        
      
      
  .dXdcSX {
    width:100%;
  font-family:inherit;
  }
      

      
        
      
      
  .bFULTV {
    flex:1;
  height:4rem;
  overflow-y:auto;
  font-family:inherit;
  }
      

      
        
      
      
  .eKqJoF {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  .RoMzE {
    display:flex;
  align-items:flex-start;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bEZjjd {
    color:#3c3c3c;
  font-family:inherit;
  font-weight:var(--font-weight-thin);
  }
      

      
        
      
      
  .drODMK {
    color:#c3c3c3;
  font-size:0.8rem;
  font-family:inherit;
  }
      

      
        
      
      
  .SCMDd {
    font-family:inherit;
  font-weight:400;
  }
      

      
        
      
      
  .cTLMHG {
    hyphens:auto;
  font-family:inherit;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .flGBlr {
    flex:1;
  height:100%;
  display:flex;
  row-gap:0.5rem;
  background:#f7f7f7;
  column-gap:0.5rem;
  max-height:100%;
  min-height:0px;
  overflow-y:hidden;
  font-family:inherit;
  padding-top:0.6rem;
  padding-left:1.2rem;
  padding-right:1.2rem;
  flex-direction:column;
  padding-bottom:0.6rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .FnxOy {
    color:#ffffff;
  background:#c3a000;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .GYpJY {
    color:#1d2745;
  width:100%;
  cursor:pointer;
  background:#f5f5f5;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .cZgJU {
    color:#c3a000;
  cursor:pointer;
  font-size:1rem;
  background:#c3a0004f;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
          @media (min-width: 1024px) {
            
  .cZgJU {
    display:none;
  }
      

          }
          
        
      
      
  .bXLglP {
    flex:1;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  min-height:0px;
  font-family:inherit;
  flex-direction:column;
  }
      

      
        
      
      
  .ebgOGK {
    flex:1;
  row-gap:0.5rem;
  background:#f7f7f7;
  column-gap:0.5rem;
  font-family:inherit;
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .bINBKF {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .dyHYhM {
    flex:1;
  width:100%;
  display:flex;
  row-gap:2rem;
  font-size:1.25rem;
  column-gap:2rem;
  max-height:100%;
  overflow-y:auto;
  align-items:center;
  font-family:inherit;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dhPql {
    width:100%;
  height:1px;
  background:#c7c7c7;
  }
      

      
        
      
      
  .dMFkEZ {
    gap:1rem;
  width:100%;
  font-size:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .QcFWx {
    width:100%;
  flex-wrap:wrap;
  font-size:1.125rem;
  align-items:start;
  font-family:inherit;
  white-space:pre-wrap;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eghFRm {
    color:#fefefefe;
  background:#c3a000;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .cWhzuJ {
    display:flex;
  align-items:flex-end;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
      
      
  .byBFTa {
    flex:1;
  row-gap:0.25rem;
  font-size:1.5rem;
  column-gap:0.25rem;
  font-family:inherit;
  }
      

      
        
      
      
  .eICWZs {
    gap:1rem;
  flex:1;
  display:flex;
  position:relative;
  box-shadow:0px 2px 2px 0px #00000020, 0px -2px 2px 0px #00000020, 2px 0px 2px 0px #00000020, -2px 0px 2px 0px #00000020;
  max-height:100%;
  align-items:center;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 1279px) {
            
  .eICWZs {
    flex:1;
  width:90%;
  position:relative;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

          }
          
        
      
      
  .bcHZdz {
    flex-wrap:wrap;
  background:#f7f7f7;
  align-items:center;
  font-family:inherit;
  font-weight:400;
  margin-left:0.5rem;
  margin-right:0.5rem;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  justify-content:start;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .bNdZlk {
    color:#4f4f4f;
  display:flex;
  flex-wrap:wrap;
  font-size:2rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  letter-spacing:-0.1rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .ekmhJw {
    height:1px;
  background:#E2E2E2;
  }
      

      
        
      
      
  .dlsOCZ {
    color:#E5E5E5;
  width:256px;
  height:32px;
  display:none;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

      
  .dlsOCZ:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .dAusUs {
    color:#ffffff;
  display:flex;
  font-size:2rem;
  background:var(--courseColor);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:1;
  aspect-ratio:1/1;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .fasCpy {
    width:auto;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  font-size:0.8rem;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dKrfYH {
    flex:1;
  min-height:5vh;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .mMYpD {
    flex:1;
  row-gap:1rem;
  column-gap:1rem;
  font-family:inherit;
  }
      

      
        
      
      
  .emiJNM {
    color:inherit;
  width:3rem;
  height:3rem;
  font-size:1.25rem;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .emiJNM:hover {
    color:#c3a000;
  }
      

        
      
      
  .caIXsQ {
    color:#8c8c8c;
  font-size:0.8rem;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .duXaGv {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  background:#c3a000;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .bTLBEW {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  font-family:inherit;
  padding-top:2rem;
  padding-bottom:2rem;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1279px) {
            
  .bTLBEW {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

          }
          
        
      
      
  .dDCHPO {
    flex:0;
  width:100%;
  row-gap:0.25rem;
  column-gap:0.25rem;
  font-family:inherit;
  }
      

      
        
      
      
  .eVZuCN {
    color:#fefefe;
  cursor:pointer;
  font-family:inherit;
  }
      

      
        
      
      
  .brEkLZ {
    width:100%;
  min-height:0px;
  font-family:inherit;
  }
      

      
        
      
      
  .dcYnzS {
    width:1.5rem;
  height:1.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bzaneP {
    flex:1;
  row-gap:0.5rem;
  column-gap:0.5rem;
  font-family:inherit;
  }
      

      
        
      
      
  .cpVgBM {
    font-family:inherit;
  padding-top:0.5rem;
  border-color:#bfbfbf;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .rsxPa {
    min-height:0px;
  font-family:inherit;
  }
      

      
          @media (max-width: 1024px) {
            
  .rsxPa {
    width:100%;
  height:100%;
  position:absolute;
  z-index:1000;
  }
      

          }
          
        
      
      
  .bKXgSa {
    gap:0.5rem;
  top:3.5rem;
  flex:1;
  right:0px;
  width:120%;
  z-index:10000;
  position:absolute;
  max-height:50vh;
  min-height:0px;
  overflow-y:auto;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:#fefefe;
  }
      

      
        
      
      
  .bWufax {
    display:flex;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eriEGm {
    font-size:0.8rem;
  font-family:inherit;
  }
      

      
        
      
      
  .cFwyWz {
    height:1px;
  display:flex;
  background:#f2f2f2;
  flex-direction:row;
  }
      

      
        
      
      
  .dgRegO {
    width:1rem;
  cursor:pointer;
  height:1rem;
  }
      

      
        
      
      
  .bNiLhO {
    width:10rem;
  height:3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .fsAWIU {
    color:#3c3c3c;
  font-family:inherit;
  padding-top:0.25rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  
      

      
          @media (max-width: 470px) {
            
  .fxBeCy {
    display:none;
  }
      

          }
          
        
      
      
  .cDQNLO {
    flex:1;
  width:100%;
  display:flex;
  min-height:0px;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .brtWlC {
    hyphens:auto;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .dbZyNa {
    height:100%;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .Gjeft {
    height:1px;
  display:flex;
  background:#f2f2f2;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dbtNYK {
    color:#fefefe;
  cursor:pointer;
  font-size:1.125rem;
  font-family:inherit;
  border-radius:0.2rem;
  background-color:#c3a000;
  }
      

      
        
      
      
  .YtqsU {
    flex:1;
  width:30%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:flex-start;
  font-family:inherit;
  padding-top:1rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
  .YtqsU.chosen {
    box-shadow:0px 2px 4px 0px #c3a000;
  }
      

        
      
      
  .chPSrf {
    row-gap:1rem;
  column-gap:1rem;
  font-family:inherit;
  }
      

      
        
      
      
  .eSDdhL {
    width:15%;
  row-gap:1rem;
  background:white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1rem;
  overflow-y:auto;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
          @media (max-width: 1024px) {
            
  .eSDdhL {
    display:none;
  position:absolute;
  }
      

          }
          
        
      
      
  .ljZdV {
    gap:1rem;
  flex:1;
  width:100%;
  font-size:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .KCvMA {
    color:#ffffff;
  width:1.2rem;
  display:flex;
  font-size:1rem;
  background:var(--colorCode);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:1;
  aspect-ratio:1/1;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .faSZnO {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bGNyVV {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dqUBGF {
    color:#ffffff;
  cursor:pointer;
  background:#c3a000;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .eUGWOR {
    top:0px;
  right:0px;
  width:1rem;
  height:1rem;
  position:absolute;
  font-size:0.6rem;
  align-items:center;
  font-family:inherit;
  border-radius:0.5rem;
  justify-content:center;
  background-color:#c3a000;
  }
      

      
        
      
      
  .dNGkou {
    width:min-content;
  cursor:pointer;
  display:flex;
  row-gap:0.5rem;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#f2f2f2;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dNtdzi {
    font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dphnmu {
    flex:0;
  width:100%;
  height:max-content;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .esjFru {
    hyphens:auto;
  font-size:2rem;
  font-family:inherit;
  }
      

      
        
      
      
  .fBoqsc {
    color:#ffffff;
  display:flex;
  font-size:2rem;
  background:var(--CourseColor);
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:1;
  aspect-ratio:1/1;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .dMWCBZ {
    width:100%;
  row-gap:0.5rem;
  min-width:0px;
  column-gap:0.5rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .eFilYN {
    flex:1;
  row-gap:1rem;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1rem;
  min-height:0px;
  overflow-y:auto;
  font-family:inherit;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dHOTdn {
    row-gap:0.5rem;
  column-gap:0.5rem;
  font-family:inherit;
  }
      

      
        
      
      
  .dxioPT {
    flex:1;
  color:#3c3c3c;
  row-gap:1rem;
  background:white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:1rem;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dIrsJZ {
    color:#ffffff;
  width:max-content;
  cursor:pointer;
  background:#c3a000;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dNsugi {
    width:100%;
  height:100%;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
  
      

        
      
      
  .bmenCb {
    gap:0.5rem;
  min-height:0px;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .bQrDGm {
    flex:1;
  row-gap:1rem;
  column-gap:1rem;
  min-height:0px;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .dyzgeE {
    color:#ffffff;
  animation:;
  font-size:0.9rem;
  background:var(--colorCode);
  font-family:inherit;
  padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .cnFMEL {
    flex:1;
  min-height:0px;
  font-family:inherit;
  }
      

      
        
      
      
  .WkpBx {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  font-family:inherit;
  }
      

      
        
      
      
  .fgBxGe {
    width:100%;
  row-gap:1rem;
  flex-wrap:wrap;
  font-size:1rem;
  column-gap:1rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .ezZnMU {
    flex:0;
  width:100%;
  display:none;
  row-gap:0.25rem;
  column-gap:0.25rem;
  font-family:inherit;
  }
      

      
        
      
      
  .taUJr {
    display:inline-block;
  font-size:0.9rem;
  font-family:inherit;
  text-decoration-line:;
  }
      

      
        
      
      
  .bpIjSQ {
    row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .dyhumj {
    color:#ffffff;
  animation:0.75s steps(4, jump-end) 2s infinite normal none running animation-bKKrXZ;
  font-size:0.9rem;
  background:#07f;
  font-family:inherit;
  padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

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

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .bcpYzl {
    color:#3c3c3c;
  width:100%;
  display:flex;
  overflow-x:auto;
  overflow-y:auto;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .fBygJp {
    display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:center;
  font-family:inherit;
  padding-left:2.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dOuMzr {
    flex:1;
  row-gap:0.5rem;
  column-gap:0.5rem;
  overflow-y:auto;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .bFaJYO {
    width:100%;
  cursor:pointer;
  background:#f5f5f5;
  padding-top:0.5rem;
  border-color:#3c3c3c42;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-right-radius:0.25rem;
  }
      

      
        
      
      
  .BONOl {
    font-size:1.2rem;
  font-family:inherit;
  font-weight:var(--font-weight-thin);
  }
      

      
        
      
      
  .dHAWTI {
    width:100%;
  font-family:inherit;
  text-decoration-line:;
  }
      

      
        
      
      
  .bPEzlx {
    cursor:pointer;
  align-items:center;
  font-family:inherit;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  background-color:#fefefe;
  }
      

      
        
      
      
  .jQoUT {
    width:10rem;
  height:3rem;
  }
      

      
        
      
      
  .bliyKO {
    width:100%;
  display:flex;
  hyphens:auto;
  font-size:1.5rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bcNEmm {
    gap:0.5rem;
  top:3.5rem;
  right:0px;
  width:100%;
  height:auto;
  z-index:10000;
  position:absolute;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:#c3c3c3;
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:#fefefe;
  }
      

      
        
      
      
  .eqPGci {
    color:Inherit;
  font-size:1rem;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .bQARCU {
    color:#ffffff;
  width:1.2rem;
  display:flex;
  font-size:1rem;
  background:#202744;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:1;
  aspect-ratio:1/1;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      