
  

  
  

  
  
  
  
    


@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-aguafinascript: 'Aguafina Script',handwriting;
--font-fleurdeleah: 'Fleur De Leah',handwriting;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-koulen: 'Koulen',display;

    /* 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;
    }
  }
}

      
  .tZrgn {
    background-color:#000000;
  }
      

      
        
      
      
  
      

      
        
      
      
  .chEiDD {
    width:100%;
  height:100%;
  position:relative;
  align-items:start;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:7px;
  flex-direction:column;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dqanMf {
    color:#f1f92f;
  width:1.5rem;
  height:1.5rem;
  display:block;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eyiyTh {
    display:block;
  font-family:Bebas Neue;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bPCcYP {
    display:block;
  font-family:Bebas Neue;
  text-shadow:2px 2px 1px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dRZlQh {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .cOueop {
    color:#cbd5e0;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bhpJgW {
    width:100%;
  display:block;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:4rem;
  }
      

      
          @media (min-width: 768px) {
            
  .bhpJgW {
    padding-top:6rem;
  padding-bottom:6rem;
  }
      

          }
          
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dNzScj {
    display:block;
  font-family:Bebas Neue;
  text-shadow:1px 1px 1px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .egzpug {
    width:100%;
  display:block;
  max-width:80rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .drTGvq {
    color:#cfd189;
  display:block;
  font-size:1.25rem;
  max-width:42rem;
  font-family:"Bebas Neue";
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fbjnTt {
    text-shadow:1px 2px 1px #000000;
  }
      

      
        
      
      
  .frTpFw {
    color:#48bb78;
  width:1.5rem;
  height:1.5rem;
  display:block;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .Xajcn {
    gap:2rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .Xajcn {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .Xajcn {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cXGpwg {
    display:block;
  font-size:1.125rem;
  max-width:42rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cfRAVh {
    color:#f2f462;
  display:block;
  font-size:1.25rem;
  font-family:Bebas Neue;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dpeahC {
    right:3px;
  display:table;
  position:relative;
  margin-top:20rem;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .GgJlr {
    color:#cbd5e0;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .GgJlr:hover {
    color:#fff;
  }
      

        
      
      
  .dfPTCx {
    flex:1;
  width:100%;
  height:100%;
  z-index:9999;
  align-items:center;
  padding-top:0.55rem;
  border-color:#e4e4e7;
  border-style:solid;
  border-width:1px;
  padding-left:0.55rem;
  padding-right:0.55rem;
  flex-direction:row;
  padding-bottom:0.55rem;
  justify-content:space-between;
  background-color:#f1f92f;
  }
      

      
        
      
      
  .btAjNc {
    display:flex;
  margin-top:3rem;
  align-items:center;
  padding-top:2rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  border-top-width:1px;
  }
      

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

          }
          
        
      
      
  .eXikfj {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#1d0202;
  box-shadow:2px 2px 100px 0px #000000 inset;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .DhzxC {
    width:100%;
  display:flex;
  z-index:99;
  position:absolute;
  max-height:999px;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 175ms ease 0ms normal;
  padding-top:1rem;
  flex-direction:column;
  }
      

      
  .DhzxC.hidden {
    opacity:0;
  margin-top:-1.5rem;
  max-height:0px;
  transition:all 100ms ease 0ms normal;
  padding-top:0px;
  padding-bottom:0px;
  }
      

        
      
      
  .bpdDct {
    display:block;
  font-size:1.125rem;
  font-family:Bebas Neue;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .brlRpk {
    gap:0.5rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fzAszE {
    color:#4299e1;
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .evwEXS {
    gap:2rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .evwEXS {
    flex:1 1 0%;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cPgVTj {
    gap:0.5rem;
  color:#f1f92f;
  width:100%;
  font-size:14.5px;
  align-items:center;
  padding-top:0.55rem;
  padding-left:0.55rem;
  padding-right:0.55rem;
  flex-direction:row;
  padding-bottom:0.55rem;
  justify-content:center;
  background-color:#2f330a;
  border-bottom-color:#f1f92f;
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  }
      

      
        
      
      
  .cwhXiM {
    color:#f1f92f;
  }
      

      
        
      
      
  .cTxFYC {
    color:#f1f92f;
  width:1.5rem;
  height:1.5rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fvxAJh {
    color:#48bb78;
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bSlMZ {
    color:#ed8936;
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eEBpEj {
    top:0px;
  flex:1;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .bgnohh {
    color:#f1f92f;
  text-shadow:1px 2px 1px #000000;
  }
      

      
        
      
      
  .dlcLhO {
    color:#e9ee6d;
  display:block;
  font-size:55px;
  font-style:italic;
  text-align:center;
  font-family:'Bebas Neue';
  text-shadow:1px 2px 45px #e9ee6d;
  flex-direction:row;
  background-clip:text;
  --tw-gradient-to:#9f7aea;
  background-image:url("");
  --tw-gradient-from:#4299e1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  text-decoration-line:;
  }
      

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

      
        
      
      
  .pchJd {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#1d0202;
  box-shadow:2px 2px 100px 2px #000000 inset;
  text-shadow:4px 4px 5px #000000;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .cTkBmp {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#1d0202;
  box-shadow:2px 2px 100px 2px #000000 inset;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .ffPNih {
    color:#f2f462;
  display:block;
  font-size:1.25rem;
  font-family:Bebas Neue;
  font-weight:500;
  text-shadow:2px 2px 1px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fFpSac {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 768px) {
            
  .fFpSac {
    width:33.333333%;
  }
      

          }
          
        
      
      
  .KqdVb {
    width:25px;
  height:30px;
  }
      

      
        
      
      
  .cyzWPc {
    color:#f2f462;
  display:block;
  font-size:1.25rem;
  font-family:Bebas Neue;
  font-weight:500;
  text-shadow:2px 2px 2px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .hVozt {
    color:#000000;
  transition:rotate 300ms ease 0ms normal;
  }
      

      
  .hVozt.open {
    rotate:z 90deg;
  }
      

        
      
      
  .dMQGEQ {
    gap:1.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .dMQGEQ {
    width:50%;
  }
      

          }
          
        
      
      
  .bEDRog {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#1d0202;
  box-shadow:2px 2px 100px 2px #000000 inset;
  text-shadow:2px 2px 4px #000000;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .emyPVU {
    color:#e9ee6d;
  display:block;
  font-size:2.25rem;
  font-weight:700;
  text-shadow:1px 2px 45px #e9ee6d;
  border-style:solid;
  border-width:0px;
  padding-left:2REM;
  padding-right:2REM;
  flex-direction:row;
  letter-spacing:-0.025em;
  text-decoration-line:;
  }
      

      
          @media (min-width: 768px) {
            
  .emyPVU {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .emyPVU {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .dIcAXA {
    gap:3rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cJxisl {
    color:#f1f92f;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ezSEDk {
    display:block;
  font-family:"Bebas Neue";
  text-shadow:2px 2px 2px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eIcQma {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cpYtuG {
    width:100%;
  display:block;
  padding-top:3rem;
  flex-direction:row;
  padding-bottom:3rem;
  background-color:#000000;
  border-top-width:1px;
  }
      

      
        
      
      
  .aMbBN {
    color:#f56565;
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cqgKRj {
    width:100%;
  display:block;
  margin-left:auto;
  padding-top:1.5rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .rXJzU {
    display:block;
  font-family:Bebas Neue;
  text-shadow:1px 2px 1px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .etNxSy {
    gap:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  .fwMVIg {
    gap:1rem;
  display:flex;
  margin-top:0.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  .dchLFc {
    color:#ffffff;
  width:100%;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#000000;
  }
      

      
        
      
      
  .roUJc {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#1d0202;
  box-shadow:2px 2px 100% 0px #000000 inset;
  border-color:#f1f92f;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dDrCge {
    width:100%;
  height:40rem;
  display:block;
  max-width:80rem;
  margin-left:auto;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:4rem;
  }
      

      
          @media (min-width: 768px) {
            
  .dDrCge {
    padding-top:6rem;
  padding-bottom:6rem;
  }
      

          }
          
        
      
      
  .ddeIoC {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 768px) {
            
  .ddeIoC {
    gap:3rem;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .ifDdm {
    width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fhwuaW {
    gap:1.5rem;
  display:flex;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .biHXv {
    width:30px;
  height:30px;
  }
      

      
        
      
      
  .ddzatx {
    color:#9f7aea;
  width:3rem;
  height:3rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .easiEG {
    gap:1rem;
  top:3rem;
  display:flex;
  font-size:3rem;
  text-align:center;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .dFLchk {
    width:100%;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#000000;
  }
      

      
        
      
      
  .WpCzz {
    gap:1rem;
  display:flex;
  margin-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .TcFpF {
    color:#000000;
  height:3rem;
  display:flex;
  box-shadow:1px 2px 45px 0px #f1f92f70;
  align-items:center;
  font-family:Bebas Neue;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.375rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#f1f92f;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  
      

        
      
      
  .cLFwjc {
    display:block;
  font-size:2.5rem;
  font-style:italic;
  font-family:Bebas Neue;
  font-weight:500;
  line-height:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .cLFwjc {
    font-size:2.25rem;
  }
      

          }
          
        
      