/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.wpcxq6h4) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.r64eeer7 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.rv2yu5nd {

}
.auub3b3p {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.e6cd8c90 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
.fwog0ingd { width: 61%; padding: 30px 20px; }
/* --- Buttons --- */
.t441qw8v {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.t441qw8v:hover {
  transform: translateY(-3px) scale(1.2);
}
.szk2ebb6 {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.x4o9izfo {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.ybkvk1qm {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cnok4utn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcxq6h4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.uifm8e0o {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.hlcfy6x5 {
  color: var(--color-accent);
}
.g0xdlxpi {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.z1sbvdfv {
  padding: 4rem 0;
  text-align: center;
}
.gbh64ys7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.isb9jpj6 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.huk5is4h {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.rumh6pj2w2 { width: 29vw; padding: 9px 2px; }
.kok22bby {
  width: 100%;
}
/* .pfcq9bqs {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.xlyzirqi {
  background-color: var(--bg-dark);
}
.iaeibx3q {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.dlbarwpi {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.zcljnp8p {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.fgedph33 {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nbv0puw0 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.o97ayl9y {
  margin-bottom: 0.5rem;
}
.mem96a33 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.y80pgjvg {
  background-color: var(--bg-dark);
}
.rou2lks0 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.n3v0n5ek {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.n3v0n5ek span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.rz2kd8y0u1 { padding-right: 29px; margin: -6px; display: grid; border: 5px dotted #eff3ea; }
/* --- Tables (Offers, Tournaments) --- */
.f6b7raxb,
.jdztfoqz {
  overflow-x: auto;
}
.enmt4gbi {
  position: relative;
}
.wj4k382t,
.i06qhcd3 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.wj4k382t th,
.wj4k382t td,
.i06qhcd3 th,
.i06qhcd3 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wj4k382t th,
.i06qhcd3 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.ys2aa5uh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.k8fmggqr {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.k8fmggqr:hover {
  transform: translateY(-5px);
}
.h5512z1x {
  padding: 1rem;
}
.nf1hja0k {
  margin-bottom: 0.25rem;
}
.jkpovbx9 {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.vb3otx64 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f4tkepcfkuny { display: flex; width: 34px; padding: 45px 31px; border: 1px dotted #9b816b; margin: 19px; color: rgb(5, 90, 180); }
.kg8rvdjh {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.cchd4cox {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.op0q1dka {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.zh8s4ak8 {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.zh8s4ak8::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.yrw4xnxk::after {
  transform: rotate(45deg);
}
.ntv5kqkj {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.ntv5kqkj p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.d6dsr4za {
  background-color: var(--bg-dark);
}
.mnecw9tj {
  text-align: center;
  margin-bottom: 1.5rem;
}
.flfezzag {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.flfezzag li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.myr3mlu4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.n6gsnpgv {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.mui8vo68ew1 { margin: 13px; }
.n6gsnpgv:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.qd0mhsot {
  background-color: var(--bg-dark);
}
.ck75q6fm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.l2odw1fk {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.f8wo2e0b {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.qqzngrjf {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.sc45vvbn {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.sc45vvbn p {
  margin: 0;
}
/* --- Promo Block --- */
.i21895om {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.riwwzk37 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.irajrx04 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.h3q8qpl7 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.upgxspcbocf { display: flex; }
.b6viex4z {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.g2m75m9c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.r5wn2jlj {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
[popup-overlay--visible] .r5wn2jlj {
  transform: scale(1);
}
.jr20x96l {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.qiv3wad4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.ral0bm7o {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .uifm8e0o {
    display: flex;
    gap: 1.5rem;
margin-right: 1.5rem;
  }

  .hlcfy6x5 {
    font-weight: 700;
  }

  .gbh64ys7 {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .rgix1b26 {
    flex: 1;
  }

  .kok22bby {
    flex: 1;
  }

  .iaeibx3q {
    grid-template-columns: repeat(2, 1fr);
  }

  .zcljnp8p {
    flex-direction: row;
  }

  .ys2aa5uh {
    grid-template-columns: repeat(2, 1fr);
  }

  .ck75q6fm {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .iaeibx3q {
    grid-template-columns: repeat(3, 1fr);
  }

  .ys2aa5uh {
    grid-template-columns: repeat(4, 1fr);
  }

  .ck75q6fm {
    grid-template-columns: repeat(5, 1fr);
  }

  .l2odw1fk {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
.nutun68y53 { padding-right: 33px; }
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hay76o6g {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.qyrzlfim{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.ng7fv61x {
  position: relative;
}
@media (max-width: 1087px) {
  .qyrzlfim {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .o96tb8vp {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
.ojkjyfpaq8 { padding: 49px 48px; width: 96%; color: rgb(129, 69, 40); border: 3px dashed #658a94; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.ugc233ke {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.ugc233ke h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.wq8ovmxh {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wq8ovmxh li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.a3v3zyud {
  font-weight: bold;
  color: var(--color-accent);
}
.r368xjfrlzzi { padding: 12px 50px; border: 5px dotted #def4eb; color: rgb(208, 197, 135); width: 13px; margin: 3px; }
.t6li9pg9 {
  max-width: 1400px;
  margin: 0 auto;
}
.m2aaltvv {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.m2aaltvv {
 justify-content: center;
}
}
.hcvcf28t {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
    line-height: normal;
    white-space: nowrap;
}
.hcvcf28t:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.hcvcf28t:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .m2aaltvv {
    gap: 12px;
  }

  .hcvcf28t {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hcvcf28t {
    flex: 1 1 calc(50% - 6px);
  }
}
.bct2k1k3 {
  width: 100%;
  margin-bottom: 40px;
}
.enx3eocm {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.enx3eocm h2 {
  color: var(--color-accent);
}
.l3h2wgyq {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .l3h2wgyq {
    justify-content: center;
  }
}
.i9xtvda3 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.i9xtvda3 img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.i9xtvda3 .mg8wmsbg {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.i9xtvda3 .mg8wmsbg {

  width: 20px;
  height: 20px;

}

}
.i9xtvda3 {
max-width:inherit;
text-align: center;
}
.l3h2wgyq:has(.fzf0swsx) {
  grid-template-columns: repeat(4, 1fr);
}
.l3h2wgyq:has(.alvnkyz4) {
  grid-template-columns: repeat(5, 1fr);
}
.ueovck6opme { border: 2px solid #ebb2d3; color: rgb(219, 240, 132); padding: 40px 34px; width: 71vw; display: inline-block; margin: -1px; }
.l3h2wgyq:has(.ervn2eqs) {
  grid-template-columns: repeat(6, 1fr);
}
.l3h2wgyq:has(.vpy8zk6b) {
  grid-template-columns: repeat(7, 1fr);
}
.l3h2wgyq:has(.c5kp4raj) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .l3h2wgyq {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .l3h2wgyq {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .l3h2wgyq {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .l3h2wgyq {
    grid-template-columns: 1fr !important;
  }
}
.i9xtvda3:hover .mg8wmsbg {
  opacity: 1; 
}
.i9xtvda3:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.uoa17gzj p {
  color: var(--color-accent);
  font-weight: 600;
}
.h2qetzzb {
  border-bottom: 2px solid #e8eaf6;
}
.h2qetzzb:last-child {
  border-bottom: none;
}
.p38bwsgx {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.p38bwsgx::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.p38bwsgx::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.h2qetzzb[open] .p38bwsgx::after {
  transform: translateY(-50%) rotate(45deg);
}
.oimlonw8 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.rghlurgeld { color: rgb(255, 24, 234); }
.s7uvjkkg {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.p6szmaao {
        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;
    }
.p6szmaao:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.p6szmaao:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .p6szmaao {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.orbxxz6r {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lang-dropdown[open] .orbxxz6r {
  transform: rotate(-135deg);
}
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 100px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.z11863ck {
    display: flex;
    align-content: center;
    align-items: center;
}
.uifm8e0o li {
margin-bottom:0px;
}
.k64nj7gh { width: 98vw; display: grid; }
.zbh40u4t {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.zbh40u4t {
display:none;
}
}
.ajxkvh1q {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

        .hy8co906 {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.nnf1x9wm {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.mw15xb40 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.sqe2dgts {
            background-color: #00bcd4;
            color: #fff;
        }
.dlb8k336 {
            background-color: #ff9800;
            color: #fff;
        }
.mw15xb40:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

.j44v4d6r ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.j44v4d6r ul li {
    list-style: none;
    margin-left: 0;
}