
  

  
  

  
  
  
  
    


@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-librebaskerville: 'Libre Baskerville',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;
    }
  }
}


    .ewTzIP {
      min-height:100%;
      background-color:var(--grey-800, #262626);
    }

    .bsskGH {
      overflow-x:clip;
      overflow-y:clip;
      padding-top:0px;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:1px;
      padding-left:0px;
      border-radius:14px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .wWdFL {
      gap:3vw;
      z-index:1;
      position:relative;
      transition:all 300ms ease 0ms ;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .kIPLn {
      color:var(--grey-400, #A3A3A3);
      width:fit-content;
      cursor:pointer;
      padding-top:0.25rem;
      padding-left:0.25rem;
      border-radius:5px;
      padding-right:0.25rem;
      padding-bottom:0.25rem;
      background-color:var(--grey-700, #404040);
    }

    .kIPLn:hover {
      background-color:var(--grey-600, #525252);
    }

    .dWLRZt {
      gap:0.25rem;
      flex:1;
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:var(--purple-600, #7C3AED);
    }

    .dWLRZt:hover {
      background-color:var(--purple-800, #5B21B6);
    }

    .XcPhG {
      gap:2rem;
      width:100%;
      height:auto;
      object-fit:none;
      align-items:start;
      flex-shrink:1;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:space-between;
    }

    .dLCxbE {
      gap:0.75rem;
      width:100%;
      align-items:center;
      padding-top:1rem;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:center;
    }

    .famsRX {
      flex:1;
      width:100%;
      align-items:start;
      justify-content:center;
    }

    .bdRqMu {
      gap:0.75rem;
      flex:1;
      min-width:33%;
    }

    .eltbGM {
      color:var(--grey-100, #F5F5F5);
      min-width:20rem;
      padding-top:0.5rem;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      background-color:var(--grey-700, #404040);
    }

    .eltbGM:focus {
      outline-color:var(--purple-500, #8B5CF6);
      outline-style:solid;
      outline-width:1px;
    }

    .eltbGM:hover {
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
    }

    .dzYxmW {
      color:var(--grey-400, #A3A3A3);
      display:inline-block;
      font-size:0.9rem;
      font-weight:500;
    }

    .certificates\:8WBxLJs1OZW71rbZDb-Cu {
      width:100%;
    }

    .ehXuIR {
      width:20vw;
    }

    .WwKrK {
      gap:0px;
      color:var(--grey-300, #D4D4D4);
      align-items:center;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:0px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--grey-900, #171717);
    }

    .bJtAYt {
      color:var(--grey-400, #A3A3A3);
      align-items:center;
      padding-top:1rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eFxWkF {
      color:var(--grey-500, #737373);
      display:inline-block;
      font-size:0.9rem;
      font-weight:500;
    }

    .cnKVhn {
      width:29.5vw;
      position:absolute;
      font-size:2vw;
      margin-top:16.8vw;
      align-items:center;
      font-family:'Libre Baskerville';
      font-weight:bold;
      margin-left:19.25vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }

    .CWoED {
      flex-wrap:wrap;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:space-between;
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fuaLZq {
      width:100%;
      height:auto;
    }

    .dgqrvd {
      gap:0.5rem;
      width:25rem;
      height:auto;
      align-items:center;
      padding-top:1rem;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      border-radius:12px;
      padding-right:1.5rem;
      padding-bottom:1rem;
      justify-content:center;
      background-color:var(--grey-800, #262626);
    }

    .bZuAxS {
      gap:1rem;
      color:var(--grey-300, #D4D4D4);
      font-size:1.2rem;
      align-items:center;
      padding-top:3rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:3rem;
      justify-content:center;
    }

    .eLReux {
      width:2rem;
      height:2rem;
    }

    .certificates\:Juur8jvxvL5v-iH2E_BVK {
      width:100%;
    }

    .fGjCMH {
      gap:2rem;
      width:100%;
      z-index:1;
      padding-left:2rem;
      padding-right:2rem;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .fGrsSf {
      color:var(--grey-100, #F5F5F5);
      font-size:0.875rem;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:1.5rem;
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .vENFq {
      gap:0.25rem;
      flex:1;
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:var(--grey-600, #525252);
    }

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

    .byymPW {
      gap:0.25rem;
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:start;
      background-color:var(--purple-600, #7C3AED);
    }

    .byymPW:hover {
      background-color:var(--purple-800, #5B21B6);
    }

    .eVxgWK {
      gap:3vw;
      z-index:1;
      position:absolute;
      transition:all 300ms ease 0ms ;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .dSzGUy {
      gap:0.25rem;
      flex:0.5;
      color:var(--grey-100, #F5F5F5);
      align-items:start;
      justify-content:center;
    }

    .dSzGUy:hover {
      color:var(--purple-400, #A78BFA);
    }

    .bvoalL {
      :;
      color:var(--grey-400, #A3A3A3);
      display:flex;
      font-size:1rem;
      text-align:center;
      align-items:center;
      font-weight:var(--font-weight-regular);
      flex-direction:column;
      justify-content:center;
    }

    .dOOeg {
      width:100%;
      max-width:50rem;
      min-height:20rem;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      border-radius:6px;
    }

    .cJYHSF {
      gap:0.5rem;
      color:var(--grey-100, #F5F5F5);
      font-size:1rem;
      align-items:center;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:start;
      background-color:var(--grey-700, #404040);
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .coasMB {
      gap:0.5rem;
      flex:0.5;
      width:25%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eivNOp {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      padding-top:0.5rem;
      padding-left:0.5rem;
      border-radius:25rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--grey-800, #262626);
    }

    .bUREnS {
      flex:0.5;
      width:100%;
    }

    .bjPRho {
      flex:1;
      width:100%;
    }

    .chnkZD {
      color:var(--grey-300, #D4D4D4);
      width:fit-content;
      cursor:pointer;
      align-items:center;
      font-weight:inherit;
      padding-top:0.5rem;
      border-color:#00000000;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      justify-content:center;
    }

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

    .chnkZD.selected {
      border-color:var(--purple-500, #8B5CF6);
      border-style:solid;
      border-width:1px;
      background-color:var(--purple-600, #7C3AED);
    }

    .cGisWO {
      font-family:inherit;
      font-weight:inherit;
    }

    .YaTOL {
      flex:1;
      width:100%;
      padding-top:2rem;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:2rem;
    }

    .fqnTzs {
      gap:0.5rem;
      overflow-x:auto;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fydBCX {
      flex:1;
      padding-top:2rem;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:2rem;
    }

    .iwcUz {
      width:100%;
      height:100%;
      font-family:inherit;
      font-weight:inherit;
    }

    .fdnJkV {
      color:var(--grey-300, #D4D4D4);
      width:fit-content;
      cursor:pointer;
      align-items:center;
      font-weight:inherit;
      padding-top:0.5rem;
      border-color:#00000000;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      justify-content:center;
    }

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

    .fdnJkV.selected {
      color:var(--purple-50, #F5F3FF);
      border-color:var(--purple-500, #8B5CF6);
      border-style:solid;
      border-width:1px;
      background-color:var(--purple-600, #7C3AED);
    }

    .epeTND {
      width:100%;
      align-items:end;
      justify-content:start;
    }

    .bxcMGX {
      gap:0.5rem;
      flex:0.5;
      width:50%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bpIShg {
      color:var(--grey-200, #E5E5E5);
      font-size:2.25rem;
      font-weight:var(--font-weight-bold);
    }

    .fgrhFp {
      color:var(--green-400, #34D399);
      width:3rem;
      height:3rem;
    }

    .eoVCPd {
      gap:0.5rem;
      width:25rem;
      height:auto;
      align-items:center;
      padding-top:1rem;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:12px;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:center;
      background-color:var(--grey-800, #262626);
    }

    .fnTwnD {
      width:100%;
      padding-left:0px;
      padding-right:0px;
    }

    .dTtWos {
      color:var(--grey-400, #A3A3A3);
      width:fit-content;
      padding-top:0.25rem;
      padding-left:0.25rem;
      border-radius:5px;
      padding-right:0.25rem;
      padding-bottom:0.25rem;
      background-color:var(--grey-700, #404040);
    }

    .cXxsoc {
      gap:2rem;
      flex-wrap:wrap;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
    }

    .bJZBDw {
      gap:2rem;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
    }

    .eDrEkh {
      gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bzGpvc {
      gap:1rem;
      flex-direction:row;
    }

    .ebZND {
      gap:0.4rem;
      color:var(--green-50, #ECFDF5);
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:500;
      padding-top:0.4px;
      border-color:var(--green-600, #059669);
      border-style:solid;
      border-width:1px;
      padding-left:0.8rem;
      border-radius:6px;
      padding-right:0.8rem;
      flex-direction:row;
      padding-bottom:0.4px;
      justify-content:center;
      background-color:var(--green-700, #047857);
    }

    .ebZND:hover {
      background-color:var(--green-600, #059669);
    }

    .eQKTnU {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100vw;
      bottom:0px;
      height:100vh;
      z-index:150;
      position:fixed;
      align-items:center;
      justify-content:center;
      background-color:#171717db;
    }

    .fxifNJ {
      gap:5rem;
      flex-wrap:wrap;
      align-items:center;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:space-between;
      background-color:var(--grey-800, #262626);
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .Bdnxs {
      gap:0.25rem;
      color:var(--grey-300, #D4D4D4);
      flex-wrap:wrap;
      font-size:1.1rem;
      font-weight:600;
      flex-direction:column;
    }

    .wyjHx {
      padding-left:0rem;
      padding-right:0rem;
    }

    .eapYlO {
      width:100vw;
      height:100vh;
      position:fixed;
      transition:all 400ms ease 0ms normal;
    }

    .fipeKa {
      max-width:60%;
      overflow-x:clip;
      overflow-y:clip;
      padding-top:0px;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:1px;
      padding-left:0px;
      border-radius:14px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:var(--grey-800, #262626);
    }

    .GILKW {
      flex-wrap:wrap;
      align-items:center;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:space-between;
      background-color:var(--grey-800, #262626);
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dohqnU {
      gap:0.4rem;
      color:var(--red-700, #B91C1C);
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:500;
      padding-top:0.4rem;
      border-color:var(--red-200, #FECACA);
      border-style:solid;
      border-width:1px;
      padding-left:0.8rem;
      border-radius:6px;
      padding-right:0.8rem;
      flex-direction:row;
      padding-bottom:0.4rem;
      justify-content:center;
      background-color:var(--red-200, #FECACA);
    }

    .dohqnU:hover {
      color:var(--red-50, #FEF2F2);
      border-color:var(--red-500, #EF4444);
      border-style:solid;
      border-width:1px;
      background-color:var(--red-600, #DC2626);
    }

    .certificates\:dcayeBGBCSLhgZ8IsTVkC {
      width:78vw;
    }

    .fdmWsi {
      gap:0.25rem;
      flex:1;
      color:var(--grey-200, #E5E5E5);
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:var(--purple-600, #7C3AED);
    }

    .fdmWsi:hover {
      background-color:var(--purple-800, #5B21B6);
    }

    .cRpTAx {
      gap:0.5rem;
      width:80%;
      flex-direction:row;
    }

    .cspYWt {
      gap:0.75rem;
      color:var(--grey-100, #F5F5F5);
      width:100%;
      height:auto;
      min-width:t;
      align-items:start;
      justify-content:start;
    }

    .ONRdz {
      gap:0.25rem;
      flex:1;
      color:var(--grey-200, #E5E5E5);
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:var(--grey-600, #525252);
    }

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

    .bhaxwC {
      gap:0.5rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .cLGNNm {
      color:var(--grey-100, #F5F5F5);
      font-size:1.1rem;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      justify-content:center;
    }

    .ckEvGj {
      width:1.5rem;
      height:1.5rem;
    }

    .esMQyv {
      color:#E5E5E5;
      width:20rem;
      height:auto;
      font-size:0.9rem;
      padding-top:0.75rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.75rem;
    }

    .certificates\:kiDy7gU5q3lZwWmQVSy14 {
      width:100%;
    }

    .dXKsqT {
      width:100%;
      display:flex;
      align-items:end;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      justify-content:center;
    }

    .dAGAuG {
      gap:0.75rem;
      flex:1;
      width:100%;
      min-width:33%;
    }

    .cBNHzY {
      width:52vw;
      height:auto;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      border-radius:0.5rem;
    }

    .dExvNe {
      color:var(--grey-100, #F5F5F5);
      width:52vw;
      height:auto;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:start;
      border-radius:0.5rem;
      justify-content:start;
    }

    .cucNtB {
      gap:0.5rem;
      color:var(--grey-100, #F5F5F5);
      font-size:1rem;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      flex-direction:column;
      justify-content:center;
    }

    .bDRIDF {
      gap:1rem;
      font-size:0.875rem;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      border-top-color:var(--grey-600, #525252);
      border-top-style:solid;
      border-top-width:1px;
    }

    .dkGMMq {
      flex:0.5;
      width:100%;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }

    .evYIBx {
      width:30vw;
      position:absolute;
      font-size:1.4vw;
      margin-top:25vw;
      align-items:center;
      font-family:'Inter';
      font-weight:var(--font-weight-semi-bold);
      margin-left:19.5vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }

    .dNnsmz {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      align-items:start;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--grey-800, #262626);
    }

    .bTxFxy {
      width:18vw;
      max-width:300px;
    }

    .eKzoEy {
      gap:0.75rem;
      flex:1;
      color:var(--grey-200, #E5E5E5);
      width:100%;
      cursor:pointer;
      display:flex;
      min-height:2.7rem;
      align-items:center;
      padding-top:0px;
      padding-left:1.2rem;
      border-radius:6px;
      padding-right:1.2rem;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:start;
    }

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

    .MTbhi {
      gap:0.75rem;
      width:100%;
    }

    .JyzVn {
      gap:1rem;
      right:2rem;
      position:absolute;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .dKyDuW {
      padding-bottom:1rem;
    }

    .exucRy {
      flex:1;
      color:var(--grey-300, #D4D4D4);
      cursor:pointer;
      display:flex;
      min-width:35rem;
      min-height:2.7rem;
      align-items:center;
      padding-top:0.5rem;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
    }

    .exucRy:hover {
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
    }

    .cVuYfj {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:t;
      z-index:99;
      position:sticky;
      min-height:0px;
      align-items:start;
      padding-top:1rem;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      background-color:#202020;
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dWftqd {
      color:var(--purple-200, #DDD6FE);
      width:2.5rem;
      height:2.5rem;
      align-items:center;
      padding-top:0px;
      border-color:var(--purple-500, #8B5CF6);
      border-style:solid;
      border-width:1px;
      padding-left:0px;
      border-radius:100%;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:center;
      background-color:var(--purple-600, #7C3AED);
    }

    .dWftqd:hover {
      background-color:var(--purple-500, #8B5CF6);
    }

    .cWwseZ {
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0.5px;
    }

    .dBlWhP {
      color:var(--grey-500, #737373);
    }

    .dtNwdb {
      gap:0.5rem;
      color:var(--grey-300, #D4D4D4);
      width:100%;
      cursor:pointer;
      height:auto;
      font-size:0.95rem;
      align-items:center;
      padding-top:0.5rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

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

    .dqnSGf {
      cursor:pointer;
      z-index:99;
    }

    .cTaYaR {
      gap:1rem;
    }

    .ctkSTy {
      transition:all 300ms ease 0ms normal;
    }

    .bSYoFa {
      font-size:0.9rem;
      transition:all 300ms ease 0ms normal;
    }

    .usZXd {
      gap:0.5rem;
      color:var(--grey-300, #D4D4D4);
      width:100%;
      cursor:pointer;
      height:auto;
      font-size:0.95rem;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-top:0.5rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

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

    .bqseYn {
      color:var(--grey-600, #525252);
      width:100%;
      height:1px;
      background-color:var(--grey-700, #404040);
    }

    .kWsvH {
      gap:0.5rem;
      color:var(--grey-300, #D4D4D4);
      width:100%;
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:inherit;
      padding-top:0.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

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

    .cYrGNd {
      gap:0.5rem;
      color:var(--grey-300, #D4D4D4);
      width:100%;
      cursor:pointer;
      font-size:0.9rem;
      align-items:center;
      font-weight:inherit;
      padding-top:0.5rem;
      padding-left:1rem;
      border-radius:3px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

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

    .iqZHb {
      width:10rem;
      box-shadow:1px 4px 8px 0px #00000044;
      padding-top:0.25rem;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:1px;
      padding-left:0.25rem;
      border-radius:6px;
      padding-right:0.25rem;
      padding-bottom:0.25rem;
      background-color:var(--grey-800, #262626);
    }

    .fyeUAU {
      align-items:center;
      padding-top:0.5rem;
      padding-bottom:0.5rem;
      justify-content:center;
    }

    .eNVzXU {
      gap:2rem;
      flex:1;
      width:100%;
      z-index:;
      padding-top:0px;
      padding-bottom:2rem;
      background-color:var(--grey-800, #262626);
    }

    .dkXksj {
      gap:1rem;
      width:100%;
    }

    .ewKnCx {
      align-items:center;
      padding-left:1.5rem;
      padding-right:0px;
      flex-direction:row;
      justify-content:start;
    }

    .cWniLi {
      gap:0.5rem;
      color:var(--grey-300, #D4D4D4);
      width:100%;
      cursor:pointer;
      height:auto;
      align-items:center;
      padding-top:0.75rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:start;
      border-left-color:var(--grey-500, #737373);
      border-left-style:solid;
      border-left-width:1px;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cWniLi:hover {
      background-color:var(--grey-800, #262626);
      border-left-color:var(--purple-500, #8B5CF6);
      border-left-style:solid;
      border-left-width:1px;
    }

    .cYWSIJ {
      gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .fupCly {
      gap:0.5rem;
      align-items:center;
      font-weight:700;
      flex-direction:row;
      justify-content:start;
    }

    .bvRvyS {
      color:var(--grey-900, #171717);
      width:100%;
      height:100%;
    }

    .eXIdcM {
      gap:2rem;
      flex:1;
      width:100%;
      height:auto;
      z-index:1;
      position:relative;
      align-items:start;
      border-radius:14px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:space-between;
    }

    .bKUoLo {
      width:30px;
      height:30px;
      border-radius:6px;
      background-color:var(--grey-300, #D4D4D4);
    }

    .cVeGrI {
      gap:1.5rem;
      width:100%;
    }

    .cbdqxD {
      gap:1rem;
      flex:1;
      width:18vw;
      height:100vh;
      z-index:99;
      position:fixed;
      max-width:300px;
      align-items:start;
      padding-top:1rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
      justify-content:space-between;
      background-color:var(--grey-900, #171717);
      border-right-color:var(--grey-700, #404040);
      border-right-style:solid;
      border-right-width:1px;
    }

    .fnmXnO {
      top:3rem;
      right:0px;
      position:absolute;
    }

    .bpiDTB {
      width:18px;
    }

    .bVouSL {
      gap:0.2rem;
      color:var(--grey-500, #737373);
      align-items:center;
      padding-right:0px;
      flex-direction:row;
      justify-content:start;
    }

    .UZXcB {
      gap:0px;
      flex:1;
      width:100%;
      height:100%;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
    }

    .dIoqSE {
      color:var(--grey-400, #A3A3A3);
      padding-top:0.25rem;
      padding-left:0.25rem;
      border-radius:6px;
      padding-right:0.25rem;
      padding-bottom:0.25rem;
    }

    .BYxca {
      gap:0.5rem;
      color:var(--grey-500, #737373);
      width:100%;
      height:auto;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
    }

    .PIwDK {
      color:var(--grey-100, #F5F5F5);
      width:100%;
      resize:vertical;
      min-height:15rem;
      line-height:22px;
      padding-top:0.5rem;
      border-color:var(--grey-600, #525252);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      background-color:var(--grey-700, #404040);
    }

    .PIwDK:hover {
      border-color:var(--grey-50, #FAFAFA);
      border-style:solid;
      border-width:1px;
    }

    .PIwDK:active {
      border-color:var(--purple-500, #8B5CF6);
      border-style:solid;
      border-width:1px;
    }

    .PIwDK:focus-visible {
      border-color:var(--purple-500, #8B5CF6);
      border-style:solid;
      border-width:1px;
    }

    .bBknfr {
      line-height:24px;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }

    .UkinL {
      color:var(--grey-400, #A3A3A3);
      align-items:start;
      padding-top:1rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      background-color:var(--grey-900, #171717);
    }

    .trusK {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:9999999999999999999;
      position:fixed;
      margin-top:0px;
      transition:all 300ms ease 0ms ;
      align-items:center;
      margin-left:0px;
      margin-right:0px;
      padding-left:10vw;
      margin-bottom:0px;
      justify-content:center;
      background-color:#171717e0;
    }

    .certificates\:y5slm1MDQtk7C2K6c1qPE {
      width:100%;
    }

    .ejFIlk {
      width:100%;
      height:100%;
      z-index:10;
      position:relative;
      min-height:80vh;
    }

    .certificates\:zQbhZflXRMgRpyRVeKscd {
      width:100%;
    }

    .ewCYui {
      width:11vw;
      position:absolute;
      font-size:1vw;
      margin-top:31vw;
      align-items:center;
      font-family:'Inter';
      font-weight:var(--font-weight-semi-bold);
      margin-left:20.8vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }