/* Import font */
@import url('https://fonts.kbmzrt4i.rri1x1fh/css2?family=Bebas+Neue&display=swap');

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}

.etnh68y1 {
  font-family: Arial, sans-serif;
  background-color: var(--bg-dark) !important;
  color: var(--color-text) !important;
  line-height: 1.6;
}

body[menu-open] {
  overflow: hidden;
}

img {
max-width: 100%;

}
/* Typography */
h1, h2, h4, h5, h6, th, .pyvp6yl4, .i091bx0w a {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}

h3 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  vertical-align: middle;
  font-size: 1.25rem;
}

.pyvp6yl4 {
  font-size: 23px;
}
.zz83qqor  {
color: var(--color-text);
}
.i091bx0w a {
  font-size: 16px;
  color: var(--color-text);
}

.rb6e8hqz {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.pautgt6w {
  display: inline-block;
  background-image: url('../images/Rectangle1.vbsq7rzm');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-text);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  padding: 15px 40px 9px 40px;
  border-radius: 12px;
  margin-bottom: 18px;
  text-align: center;
  text-transform: none;
  position: relative;
  z-index: 1;
}

.guvyavql {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--color-text);
  text-shadow: 0 2px 8px rgba(51,153,255,0.5), 0 0 0 var(--color-text), 2px 2px 0 var(--color-accent), -2px 2px 0 var(--color-accent);
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Header styles */
.guxn57u8 {
  background-color: var(--bg-dark);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.e46n2p3z {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yspafj9p {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.ldf4pkx5 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.ldf4pkx5 svg {
  width: 24px;
  height: 24px;
  stroke: #6b7280;
  transition: stroke 0.3s;
}

.ldf4pkx5:hover svg {
  stroke: var(--color-text);
}

.ke59ivho {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.ke59ivho img {
  height: 50px;
  width: auto;
}

.rbozid9d {
  display: none;
}

.ke59ivho .p6wwievr {
  color: var(--color-accent);
}

/* Mobile menu toggle */
.gv11irre {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  margin-left: 1rem;
}

.gv11irre span {
  width: 25px;
  height: 3px;
  background: var(--color-text);
  border-radius: 3px;
  transition: 0.3s;
  transform-origin: 1px;
}

.gv11irre[active] span:nth-child(1) {
  transform: rotate(45deg);
}

.gv11irre[active] span:nth-child(2) {
  opacity: 0;
}

.gv11irre[active] span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Navigation styles */
.i091bx0w {
  /* width: 100%; */
  position: absolute;
  left: 55%;
  top: 25%;
}

.i091bx0w ul {
  display: flex;
  list-style: none;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

.i091bx0w li {
  position: relative;
display:flex;
}

.i091bx0w a {
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  transform: skew(-10deg);
  transition: color 0.3s, background-color 0.3s;
}

.i091bx0w a span {
  display: block;
  transform: skew(10deg);
}

.i091bx0w a:hover {
  color: var(--color-accent);
  background-color: rgba(255, 255, 255, 0.05);
}

.i091bx0w a[active] {
  color: var(--color-accent);
  background-color: rgba(51, 153, 255, 0.1);
}

.i091bx0w li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(-10deg);
}

.tjqws3sh {
  display: flex;
  gap: 1rem;
}

/* Button styles */
.pyvp6yl4 {
  padding: 0.8rem 2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  color: var(--color-text);
}

.pyvp6yl4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

.ply2zdqi, .ce7z533y {
  min-width: 120px;
  margin: 0 0.5rem;
   transform: skew(-10deg);
}

.pyvp6yl4:hover::before {
  border-color: var(--color-text);
}

.gcmv59l7 {
  background: #6fea5c;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 20px 70px;
  color: var(--color-text);
  border: none!important;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, filter 0.3s;
  filter: brightness(1.15) drop-shadow(0 4px 24px #3399ff55);
  color: #000;
  box-shadow: 0 2px 44px #3399ff33;
  border-radius: 50px;
}

.gcmv59l7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

/* Hero section - Modern redesign */
.vsdhzec3 {
  min-height: 60vh;
  position: relative;
  margin-top: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem 0;
}

.dyoolygv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/vegasbanner.cksnlgbq);
  background-size: cover;
  background-position: center;
}

.lkh8sqrx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 43, 0.1) 0%, rgba(27, 29, 43, 0.2) 100%);
}

.x86raxzh {
  position: relative;
  z-index: 10;
  text-align: left;
}

.sfaeplcz, .dm8kmr07 {
  text-align: left;
}

.iwcca9ve {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 202, 240, 0.15);
  border: 1px solid rgba(13, 202, 240, 0.3);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}

.npovrirz {
  font-size: 16px;
  animation: pulse 2s infinite;
}

.sfaeplcz {
  
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: var(--color-text);
  text-transform: uppercase;
 
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

.dm8kmr07 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 500px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.qwevsr1b {
  background: var(--bg-dark);
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
   transform: skew(-10deg);
}

.zz83qqor {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;

  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.guvyavql {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  color: var(--color-text);
  text-transform: uppercase;
  margin: 0 !important;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.teepkfn1 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.mcelamib {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 500;
}

.dz40098r {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.r10a3699 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--btn-color);
  border: none;
  border-radius: 12px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: var(--bg-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px var(--color-accent);
  animation: buttonPulse 2s infinite;
  overflow: hidden;
   transform: skew(-10deg);
}

.r10a3699:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px var(--color-accent);
}

.t59yse2r {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.r10a3699:hover .t59yse2r {
  left: 100%;
}

.lcjcw2fs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}

.zdbygj6s {
  font-size: 16px;
}

.p950e0d5 {
  position: relative;
  height: 500px;
}

.lx49v3nu {
  position: absolute;
  background: var(--bg-dark);
  border: 1px solid rgba(13, 202, 240, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}

.eep73n6a {
  top: 50px;
  right: 100px;
  animation-delay: 0s;
}

.fibn7em3 {
  top: 200px;
  right: 50px;
  animation-delay: 1s;
}

.yo3hywub {
  top: 350px;
  right: 120px;
  animation-delay: 2s;
}

.ex04tp90 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cse0kg2u {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.qxs5ogkg {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: var(--color-accent);
}

/* Animations */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}

/* @keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 8px 32px var(--color-accent-light, 0.3);
    transform: scale(1);
  }
50% {
    box-shadow: 0 12px 48px var(--color-accent-light, 0.6) 30px var(--color-accent-light, 0.4);
    transform: scale(1.02);
  }
.npvvs8w8qg { color: rgb(251, 3, 226); padding-left: 20px; padding-right: 35px; display: flex; width: 5%; }
} */

/* Bottom navigation new design */
.jdqf0csi {
  background-color: var(--bg-dark);
  padding: 1rem 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

.jdqf0csi .mv0rnqln {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
}

.jdqf0csi .ajijpi9z {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 140px;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  color: #b6c6d8;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
}

.jdqf0csi .ajijpi9z .quwytv0p {
  width: 28px;
  height: 28px;
  display: block;
}

.jdqf0csi .ajijpi9z.cy44922x,
.jdqf0csi .ajijpi9z:focus {
  color: var(--color-accent);
}

.jdqf0csi .ajijpi9z::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #3a4a5e;
  border-radius: 0px;
  transform: skew(-8deg);
  z-index: -1;
  transition: border-color 0.2s;
  background-image: url('../images/Rectangle23.vbsq7rzm');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.jdqf0csi .ajijpi9z.cy44922x::before {
  border-color: var(--color-accent);
  background: rgba(13, 202, 240, 0.08);
}

.jdqf0csi .ajijpi9z:active {
  color: var(--color-text);
}

@media (max-width: 768px) {
  .jdqf0csi .mv0rnqln {
    gap: 10px;
  }
.jdqf0csi .ajijpi9z {
    min-width: 110px;
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
.jdqf0csi {
    padding: 0.5rem 0.2rem;
  }
}

/* Hide navigation on mobile/tablet - show hamburger menu */
@media (max-width: 1454px) {
  .gv11irre {
    display: flex;
  }
.i091bx0w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 4rem 1rem 1rem;
    z-index: 999;
    backdrop-filter: blur(10px);
    border: none;
  }
.i091bx0w[active] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
.i091bx0w ul {
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
.i091bx0w li {
    width: 100%;
    text-align: center;
        flex-direction: column;
  }
.i091bx0w li::after {
    display: none;
  }
.i091bx0w a {
    padding: 1.5rem 2rem;
    font-size: 24px;
    width: 100%;
    display: block;
    transform: none;
    background: rgba(31, 56, 87, 0.8);
    margin-bottom: 0.5rem;
    border-radius: 8px;
  }
.i091bx0w a span {
    transform: none;
  }
.i091bx0w a:hover {
    background-color: rgba(51, 153, 255, 0.2);
  }
}

.vsdhzec3 {
  min-height: 50vh;
  margin-top: 20px;
  padding: 1rem 0;
}

.x86raxzh {
  text-align: left;
margin-top: 83px;
}

.sfaeplcz, .dm8kmr07 {
  text-align: left;
}

.sfaeplcz {
  margin-top: 1.3rem;
  font-size: 38px;
}

.dm8kmr07 {
  font-size: 18px;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.qwevsr1b {
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}

.zz83qqor {
  font-size: 12px;
}

.guvyavql {
  font-size: 24px;
}

.r10a3699 {
  font-size: 28px;
  padding: 14px 30px;
}

.lx49v3nu {
  display: none;
}

@media (max-width: 480px) {
  .tjqws3sh {
    display: none;
  }
.vsdhzec3 {
    min-height: 45vh;
    padding: 0.8rem 0;
  }
.gqlncreyi3j { padding: 17px 14px; width: 98vw; display: grid; color: rgb(177, 192, 122); }
.iwcca9ve {
    padding: 4px 12px;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }
.sfaeplcz {
    font-size: 35px;
    margin-bottom: 0.8rem;
  }
.dm8kmr07 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
.qwevsr1b {
    padding: 0.7rem;
    margin-bottom: 1rem;
  }
.zz83qqor {
    font-size: 11px;
    margin-bottom: 0.3rem;
  }
.guvyavql {
    font-size: 20px;
    margin-bottom: 0px;
  }
.r10a3699 {
    font-size: 17px;
    padding: 12px 24px;
  }
.jdqf0csi span {
    display: none;
  }
}

@media (max-width: 576px) {
  .guxn57u8 .jgp71u5i {
    padding-left: 10px;
    padding-right: 10px;
  }
.guxn57u8 .gvrmr0l5 {
    flex-wrap: nowrap;
  }
.guxn57u8 .m4g0ok2f.l9e6wy3s.uv96dhhj.cbzmhny0 {
    gap: 10px !important;
  }
.ke59ivho img {
    height: 36px;
  }
.pduh7hbz6 { border: 1px solid #46c593; color: rgb(242, 67, 49); display: none; }
.tjqws3sh .pyvp6yl4 {
    padding: 0.5rem 1.1rem;
    font-size: 16px;
    min-width: 80px;
  }
.tjqws3sh {
    gap: 8px !important;
  }
.ldf4pkx5 svg {
    width: 28px;
    height: 28px;
  }
.vsdhzec3 {
    margin-top: 60px;
    min-height: 225px;
    background-position: right;
  }
.x86raxzh {
    padding: 0 0.5rem;
    text-align: left;

  }
.sfaeplcz {
    font-size: 35px;
  }
.sfaeplcz, .dm8kmr07 {
    text-align: left;
  }
.pautgt6w {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
.guvyavql {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }
.gcmv59l7 {
    font-size: 22px;
    padding: 12px 30px;
    min-width: 0;
  }
.jj2bdwrl { color: rgb(217, 17, 159); margin: -11px; padding: 33px 5px; width: 16vw; }
}

/* Hero section variants */
.ppodw79f {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/sports-bg.kw0izlxs');
}

.k9qwp9xv {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/casino-bg.kw0izlxs');
}

.p5l4aiti {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/live-casino-bg.kw0izlxs');
}

.udhq6uzp {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/providers-bg.kw0izlxs');
}

/* Bottom navigation active state */
.jdqf0csi a.cy44922x {
  color: var(--color-accent);
}

.jdqf0csi a.cy44922x img {
  opacity: 1;
  stroke: var(--color-accent);
}

/* Button hover effects */
.pyvp6yl4:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(51, 153, 255, 0.3);
color: var(--color-accent) !important;
}

/* Header scroll effects */
.guxn57u8[scroll-down] {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.guxn57u8[scroll-up] {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Mobile menu active state */
.ldf4pkx5.cy44922x span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.ldf4pkx5.cy44922x span:nth-child(2) {
  opacity: 0;
}

.ldf4pkx5.cy44922x span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Custom table styles */
.q7l488uy {
  background: #23263a;
  color: var(--color-text);
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
  border-radius: 12px;
}

.q7l488uy th, .q7l488uy td {
  border: none;
  padding: 10px;
  vertical-align: middle;
}

.q7l488uy thead th {
  background: var(--main-nav-bg);
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-accent);
}

.q7l488uy tbody tr {
  border-top: 1px solid var(--color-accent);
  transition: background 0.2s;
  background-color: inherit !important;
}
 table {
   background-color: transparent;
 }


/* Mobile responsive table styles */
@media (max-width: 768px) {
  .q7l488uy th, .q7l488uy td {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }
.q7l488uy thead th {
    font-size: 1rem;
  }
.cilrthv1 {
    border-radius: 12px;
    box-shadow: 0 2px 24px #3399ff22;
  }
table {
    display: block;
    overflow-x: auto;
}
}

@media (max-width: 576px) {
  .q7l488uy th, .q7l488uy td {
    padding: 0.6rem 0.7rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }
.q7l488uy thead th {
    font-size: 0.9rem;
    padding: 0.8rem 0.7rem;
  }
.q7l488uy td:first-child {
    min-width: 120px;
  }
}

/* Custom list blocks styles */
.rk1y4omf {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.rk1y4omf h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.y7twxpmc {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.y7twxpmc li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #2a2e44;
}

.y7twxpmc li:last-child {
  border-bottom: none;
}

.som0c3r5 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/casino-icon.vbsq7rzm') center/contain no-repeat;
  filter: brightness(1.5) drop-shadow(0 0 4px var(--color-accent)cc);
}

/* Custom text block styles */
.axk1gpgn {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.axk1gpgn h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.axk1gpgn p {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #c7d0e0;
}

/* Reviews section styles */
.y4wrim1j h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.arsjhv7d {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sem6rpai {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent);
  background: var(--bg-dark);
}

.fqfgr5y9 {
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1.1rem;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-style: italic;
}

.vk6uzdm1 {
  color: #ffd700;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
}

.m62mtmka {
  font-size: 1.05rem;
  color: #c7d0e0;
  margin-top: 0.5rem;
  font-style: italic;
}

/* FAQ Accordion styles */
.ozdp9h1f h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.rgaqqyqt {
  max-width: 900px;
  margin: 0 auto;
}

.rgaqqyqt .uwqvx537 {
  background: inherit;
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
}

.rgaqqyqt .b7mjhhzi {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  padding: 1.2rem;
  border: none;
  box-shadow: none;
}

.rgaqqyqt .b7mjhhzi:not(.zex3nfji) {
  background: #28304a;
  color: var(--color-text);
  box-shadow: none;
}

.rgaqqyqt .b7mjhhzi::after {
  filter: brightness(0) invert(1) hue-rotate(180deg);
}

.rgaqqyqt .ej1hb4zc {
  background: inherit;
  color: #c7d0e0;
  font-size: 1.1rem;
  padding: 1.2rem;
  border-top: 1px solid #2a2e44;
}

.rgaqqyqt .b7mjhhzi:hover {
  background: #28304a;
}

.rgaqqyqt .b7mjhhzi:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .rgaqqyqt .b7mjhhzi {
    font-size: 1rem;
    padding: 1rem;
  }
.rgaqqyqt .ej1hb4zc {
    font-size: 1rem;
    padding: 1rem;
  }
}

/* Footer styles */
.jpud4s0o {
  background: var(--bg-dark);
  padding: 2rem 0;
  border-top: 1px solid rgba(51, 153, 255, 0.3);
  margin-top: 3rem;
}

.mjlxtai9 {
  padding: 1rem 0;
}

.n6lochlp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.n6lochlp li {
  position: relative;
}

.n6lochlp li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

.n6lochlp a {
  color: var(--color-text);
  text-decoration: none;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.n6lochlp a:hover {
  color: var(--color-accent);
}

.aqt0hgen {
  color: var(--color-text);
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .n6lochlp ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
  }
.uz9negd2h { padding: 2px 40px; width: 36vw; color: rgb(142, 82, 157); border: 4px dashed #967fc3; display: none; }
.n6lochlp li:not(:last-child)::after {
    display: none;
  }
.jpud4s0o {
    padding: 1.5rem 0;
  }
}

/* Page content styles */
.qqbv63as.jhd1ud3q {
  padding-top: 40px !important;
  padding-bottom: 3rem !important;
}

/* Page content without hero - for login, footer pages etc */
.bpacp34k {
  padding-top: 160px !important;
  padding-bottom: 3rem !important;
}

/* Login Hero - Compact version */
.yg9g1fpv {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.yg9g1fpv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(13, 202, 240, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.iifw280p {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.z4le4xl0 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hih1erqr {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  transform: skew(-10deg) !important;
}

/* Bonus Hero - Compact version */
.b6jrkqzl {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.b6jrkqzl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(111, 234, 92, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.xvag7fh8 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #6fea5c;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.xra6c9r0 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cc9v3vtv {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* App Hero - Compact version */
.kv2z2jvz {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.kv2z2jvz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(51, 153, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.buusgcyf {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.yinhbgf2 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rlqf7xhy {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.y6a8zjd7 {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* Make portrait images smaller on desktop and mobile */
.y6a8zjd7[src*="portrait"] {
  max-width: 300px;
}

@media (min-width: 768px) {
  .y6a8zjd7[src*="portrait"] {
    max-width: 350px;
  }
}

/* Make vegasbonus image smaller on desktop */
@media (min-width: 768px) {
  .y6a8zjd7[src*="vegasbonus.cksnlgbq"] {
    max-width: 400px;
  }
}

/* Make vegaslogin image smaller on desktop */
@media (min-width: 768px) {
  .y6a8zjd7[src*="vegaslogin.cksnlgbq"] {
    max-width: 400px;
  }
}

/* Gambling awareness logos */
.b4ltbkta {
  height: 22px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  filter: brightness(1.1);
}

.b4ltbkta:hover {
  opacity: 1;
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .b4ltbkta {
    height: 18px;
  }
}

@media (max-width: 576px) {
  .b4ltbkta {
    height: 16px;
  }
}

/* Age disclaimer */
.muw04g14 {
  max-width: 800px;
  margin: 0 auto;
}

.qnn1p4du {
  flex-shrink: 0;
}

.ic0xmwa7 {
  font-size: 12px;
  color: var(--color-text);
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 768px) {
  .muw04g14 {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem !important;
  }
.ic0xmwa7 {
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .ic0xmwa7 {
    font-size: 10px;
  }
.qnn1p4du {
    width: 20px;
    height: 20px;
  }
}

.qqbv63as h1 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.5rem;
}

.qqbv63as h2 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.2rem;
}

.qqbv63as h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

.qqbv63as p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.qqbv63as ul {
  list-style: none;
  padding-left: 0;
}

.qqbv63as ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.qqbv63as ul li::before {
  content: '✓';
  color: var(--color-accent);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.o6ffyblq {
  margin-top: 2rem;
}

.yja5etzg {
  background: var(--bg-dark);
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 24px #3399ff22;
  overflow: hidden;
}

.c2z0jmte {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  padding: 1.2rem;
  cursor: pointer;
  margin: 0;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
}

.c2z0jmte::after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.yja5etzg.cy44922x .c2z0jmte::after {
  transform: rotate(45deg);
}

.x9nketmv {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.x9nketmv p {
  padding: 1.2rem;
  margin: 0;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .qqbv63as.jhd1ud3q {
    padding-top: 100px !important;
  }
.bpacp34k {
    padding-top: 100px !important;
  }
.trxbefr5f9 { color: rgb(216, 176, 67); border: 5px dotted #d3842a; }
.yg9g1fpv {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.iifw280p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.z4le4xl0 {
    font-size: 1rem;
  }
.b6jrkqzl {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.xvag7fh8 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.xra6c9r0 {
    font-size: 1rem;
  }
.kv2z2jvz {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.buusgcyf {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.yinhbgf2 {
    font-size: 1rem;
  }
.qqbv63as h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .qqbv63as.jhd1ud3q {
    padding-top: 40px !important;
  }
.bpacp34k {
    padding-top: 80px !important;
  }
.ifjmjg1z { padding-right: 8px; }
.yg9g1fpv {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.iifw280p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.z4le4xl0 {
    font-size: 0.95rem;
  }
.b6jrkqzl {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.xvag7fh8 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.xra6c9r0 {
    font-size: 0.95rem;
  }
.kv2z2jvz {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.buusgcyf {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.yinhbgf2 {
    font-size: 0.95rem;
  }
.qqbv63as h1 {
    font-size: 1.8rem;
  }
.qqbv63as h2 {
    font-size: 1.8rem;
  }
.qqbv63as h3 {
    font-size: 1.5rem;
  }
}

/* Cookie Consent Popup styles */
.a4so9exm {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: var(--main-nav-bg);
  box-shadow: 0 -2px 24px #3399ff22;
  z-index: 9999;
  transition: bottom 0.5s ease-in-out;
  border-top: 1px solid var(--color-accent);
}

.a4so9exm[show] {
  bottom: 0;
}

.cxpn5sgh {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.etro3k5u .dmx1xil0 {
 color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.etro3k5u p {
  color: var(--color-text);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.u8q5goms {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.q4ghta4u {
  background-color: var(--color-accent);
  color: var(--bg-dark);
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 4px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  transition: all 0.3s ease;
   transform: skew(-10deg);
}

.q4ghta4u:hover {
  background:var(--color-accent);
  transform: translateY(-2px);
}

.nz1pdf0s {
  background: transparent;
  border: none;
  color: #849FB9;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nz1pdf0s:hover {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .cxpn5sgh {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
.u8q5goms {
    width: 100%;
    justify-content: center;
  }
.etro3k5u h4 {
    font-size: 1.3rem;
  }
.xuoja26alp { color: rgb(204, 25, 100); padding-right: 33px; border: 4px dashed #546e72; padding-left: 21px; }
.etro3k5u p {
    font-size: 0.9rem;
  }
}

/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
  
  td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
  tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
  th {
    padding: 10px;
    white-space: nowrap; 
    font-size: 20px;
    font-weight: 700;
    
  }
  @media (max-width: 1280px) {
    .m3lpqhg2 {
      width: 100%;
    }
}
  @media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}

/* anchor nav */
.smc7mtoj {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.smc7mtoj .rs1rvjyo {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.smc7mtoj .ansnxv66 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.smc7mtoj .ansnxv66 .bo4nkx47  {
list-style:none;
}
.smc7mtoj .ansnxv66 .bo4nkx47 a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.smc7mtoj + section.zp9ifqd1 {
margin-top:0px;
} 
/* anchor nav end */

/* faq s */
.o6ffyblq {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}

.zx45s57x h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.jxdqp0er {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 2px solid var(--color-accent);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 24px #3399ff22;
    overflow: hidden;
}

.kx55cqtj {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-accent);
    padding: 0 1rem;
}


/* faq end */

/* slots s */

.a6gcinpn {
  width: 100%;
  margin-bottom: 40px;
}

.mzbxj2e4 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}

.mzbxj2e4 h2 {
  color: var(--color-accent);
}

.z8ml2vcu {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .z8ml2vcu {
    justify-content: center;
  }
}

.pjsqokfe {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}

.pjsqokfe img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}

.pjsqokfe .qnkuklyb {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}

@media (max-width: 768px){
.pjsqokfe .qnkuklyb {

  width: 20px;
  height: 20px;

}
}

.pjsqokfe {
max-width:inherit;
text-align: center;
}

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

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

.z8ml2vcu:has(.o6z7mm5i) {
  grid-template-columns: repeat(6, 1fr);
}

.z8ml2vcu:has(.owyk53xm) {
  grid-template-columns: repeat(7, 1fr);
}

.z8ml2vcu:has(.m4wyoeo6) {
  grid-template-columns: repeat(8, 1fr);
}


.pjsqokfe:hover .qnkuklyb {
  opacity: 1; 
}

.pjsqokfe:hover img {
  opacity: 0.3;
}



/* slots end */


/* slotpage */

        .xjimmmlq {
          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;


        }

     
        .ztdg3zye {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }

        .rm0towgi {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }

        .rskjg10r {
            background-color: #00bcd4;
            color: #fff;
        }

        .jwk8jrph {
            background-color: #ff9800;
            color: #fff;
        }

        .rm0towgi:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }

        iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

@media (max-width: 1024px) {
  .z8ml2vcu {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}


@media (max-width: 768px) {
  .z8ml2vcu {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .z8ml2vcu {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .z8ml2vcu {
    grid-template-columns: 1fr !important;
  }