:root {
    --primary-color: #FBBF24; 
    --primary-color: #FBBF24;
    --background-dark: #111111;
    --background-light: #1F1F1F;
    --text-light: #F9FAFB;
    --text-dark: #111111;
    --header-height: 70px;
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);
    
}
*,
  *::before,
  *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
html {
      scroll-behavior: smooth;
  }
body {
      font-family: 'Poppins', sans-serif;
      background: black;
      color: var(--text-light);
      line-height: 1.6;
  }
a {
      text-decoration: none;
      color: inherit;
  }
img {
      max-width: 100%;
      display: block;
  }
button {
      background: none;
      border: none;
      cursor: pointer;
      font-family: inherit;
  }
ul {
      list-style: none;
  }
.en7k0dxg {
      position: absolute;
      top: -40px;
      left: 0;
      background: var(--primary-color);
      color: var(--text-dark);
      padding: .5rem 1rem;
      z-index: 1001;
      transition: top .3s;
  }
.en7k0dxg:focus {
      top: 0;
  }
header {
      position: fixed;
      top: 0;
      width: 100%;
      background: var(--background-light);
      z-index: 1000;
      border-bottom: 1px solid #333;
  }
.qx25zcbt {
      max-width: 1200px;
      width: 100%;
      justify-content: space-between;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 1rem;
      min-height: var(--header-height);
  }
.g64joss4 img {
      height: 80px;
  }
.k70k5kz7 {
      display: flex;
      align-items: center;
      margin-left: 1.5rem;
      margin-right: auto;
  }
.prdnvj06 { width: 65vw; padding: 31px 8px; margin: 6px; }
.jebs3g3y {
      margin-left: 1.5rem;
  }
.gw53xagp {
      font-weight: 600;
      transition: color .3s;
  }
.gw53xagp:hover,
  .gw53xagp:focus {
      color: var(--primary-color);
  }
.ylsqzqh6 {
      display: none;
  }
.m06afgq6 {
      display: flex;
      align-items: center;
      gap: 0.5rem;
  }
.ft8gfxfc {
      display: inline-block;
      padding: .5rem 1.5rem;
      font-weight: 600;
      border-radius: 4px;
      transition: all .3s;
      text-align: center;
  }
.uqiwz739 {
      background: var(--primary-color);
      border: 4px solid var(--background-dark);
      color: var(--text-dark);
      font-weight: 700;
  }
.uqiwz739:hover,
  .uqiwz739:focus {
      background: #FCD34D;
  }
.a101d5yu {
      background: transparent;
      color: var(--text-light);
      border: 2px solid var(--primary-color);
  }
.a101d5yu:hover,
  .a101d5yu:focus {
      background: var(--primary-color);
      color: var(--text-light);
  }
.ni2lwkou {
      display: none;
      flex-direction: column;
      justify-content: center;
      padding: 0.5rem;
  }
.lcbnt2fo {
      width: 25px;
      height: 3px;
      background: var(--text-light);
      margin: 4px 0;
      transition: transform .3s, opacity .3s;
      border-radius: 3px;
  }
.d3nw8psgg { width: 47%; color: rgb(125, 4, 126); display: grid; padding: 18px 10px; margin: 7px; }
.ni2lwkou[aria-expanded="true"] .lcbnt2fo:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
  }
.ni2lwkou[aria-expanded="true"] .lcbnt2fo:nth-child(2) {
      opacity: 0;
  }
.ni2lwkou[aria-expanded="true"] .lcbnt2fo:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 992px) {
      .jebs3g3y {
          margin-left: 1rem;
      }

      .ft8gfxfc {
          padding: .5rem 1rem;
      }
  }
@media (max-width: 768px) {
    h1 {
        font-size: 45px;
    }
      .ni2lwkou {
          display: flex;
      }

      .gczpj5su {
          display: none;
      }

      .ylsqzqh6 {
          display: list-item;
      }

      .k70k5kz7 {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background: var(--background-light);
          flex-direction: column;
          align-items: center;
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s ease-in-out, padding .3s ease-in-out;
          padding: 0;
          margin: 0;
      }

      .k70k5kz7.k5v3z8pi {
          max-height: 500px;
          padding: 1rem 0;
      }

      .k70k5kz7 .jebs3g3y {
          margin: 1rem 0;
          margin-left: 0;
      }
  }
.ww9lwbml {
      position: relative;
      min-height: 100vh;
      background: var(--header-background);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1rem;
      text-align: center;
  }
.ww9lwbml::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
  }
.u6wa9xyk {
      position: relative;
      z-index: 1;
      max-width: 800px;
  }
.we9mnsn0 {
      font-size: clamp(2.5rem, 6vw, 4rem);
      color: var(--primary-color);
      margin-bottom: 1rem;
      font-weight: 700;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }
.ap5nkabm {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      font-weight: 600;
  }
.ww9lwbml .ft8gfxfc {
      padding: .75rem 2rem;
      font-size: 1.1rem;
  }
.duo72qn8 {
      margin-top: 1rem;
      font-size: .875rem;
      opacity: .8;
  }
main {
      padding: 5rem 1rem 2rem;
      padding-top: var(--header-height);
  }
.qjod3jyx {
      max-width: 1400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-bottom: 50px;
  }
.rdrrxyh2qgqf { padding-left: 47px; }
.auyion5a {
      background: var(--background-light);
      padding: 2rem;
      border-radius: 12px;
      text-align: center;
      transition: transform .3s;
      border: 2px solid var(--primary-color);
  }
.auyion5a:hover {
      transform: translateY(-5px);
  }
.raskvjfi {
      font-size: 3rem;
      margin-bottom: 1rem;
      display: block;
  }
.ag90a2zz {
      margin-bottom: .5rem;
      font-size: 1.25rem;
      color: var(--primary-color);
  }
.u5uvzt85 {
      font-size: 1rem;
      opacity: .9;
  }
#bonus {
       text-align: center;
        padding: 4rem 1rem;
        background-color: var(--background-light);
        border: 2px solid var(--primary-color);
        border-radius: 12px;
}
#bonus h2 {
      font-size: 1.7rem;
      color: var(--text-light);
      margin-bottom: 1rem;
  }
#bonus p {
      font-size: 1.25rem;
      max-width: 600px;
      margin: 0 auto 2rem;
  }
footer {
      background: var(--background-light);
      color: #9CA3AF;
      text-align: center;
      padding: 2rem 1rem;
      border-top: 1px solid #333;
  }
.gzmg6mg1 {
      max-width: 1200px;
      margin: 0 auto;
  }
.djhp7gme {
      margin-bottom: 1.5rem;
  }
.djhp7gme a {
      margin: 0 .75rem;
      font-size: .9rem;
      transition: color .3s;
  }
.djhp7gme a:hover,
  .djhp7gme a:focus {
      color: var(--primary-color);
  }
.a87iqw0z72 { padding-right: 11px; color: rgb(188, 192, 146); display: grid; width: 50vw; border: 4px dashed #47b80e; }
footer small {
      display: block;
      margin-top: 1.5rem;
      font-size: .8rem;
      opacity: .7;
  }
/* slots  */
  .b9frs659 {
    width: 100%;
    margin-bottom: 40px;
}
.qenc7kd3 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.qenc7kd3 h2 {
    color: var(--color-accent);
}
.u3c8sp7q {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.sk3je3ba {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: auto;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.sk3je3ba img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.sk3je3ba .gcnz1tl6 {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.sk3je3ba:hover .gcnz1tl6 {
    opacity: 1; 
}
.sk3je3ba:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .u3c8sp7q {
        justify-content: center;
        gap:10px;
    }
    .sk3je3ba {
        max-width: 120px;
        min-height: 190px;
    }
    .sk3je3ba img {
        max-width: 120px;
        min-height: 190px;
    }
}
.g64joss4 img {
    height: auto;
    max-width: 170px;
}
.w4788v1g {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.swkufkar {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.jidu7ktum { padding-right: 30px; }
.swkufkar:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.swkufkar:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .swkufkar {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.sk3je3ba {
max-width:inherit;
text-align: center;
}
.hstc9a6n {
 flex-basis: 49%; 
}
.dgg83c1o {
 flex-basis: 32.3333%; 
}
.shsc9h5o {
 flex-basis: 24%; 
}
.sard9msh {
 flex-basis: 19%; 
}
.lbmbt37o {
 flex-basis: 15.6666%; 
}
.hjyzx9uo {
 flex-basis: 13.2857%; 
}