
@import url('https://fonts.ygqmq9tz.s2z5yvhn/css2?family=Bebas+Neue&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}

.j3cqfhb5 {
  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%;
height: auto;

}

 a {
color: var(--color-accent);
text-decoration: none;
}

h1, h2, h4, h5, h6, th, .f22yr8bj, .sqht9mop 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;
}

.f22yr8bj {
  font-size: 23px;
}
.dg4azsdm  {
color: var(--color-text);
}
.sqht9mop a {
  font-size: 16px;
  color: var(--color-text);
}

.ya6j739q {
  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);
}

.uavmoril {
  display: inline-block;
  background-image: url('../images/Rectangle1.h4kjyv5w');
  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;
}

.cpuknef3 {
  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;
}

.xsabse90 {
  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);
}

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

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

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

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

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

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

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

.vp34mopc {
  display: none;
}

.z947ljrv .j3lt5wxf {
  color: var(--color-accent);
}

.ybne45mc {
  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;
}

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

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

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

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

.sqht9mop {
  
  position: absolute;
  left: 55%;
  top: 25%;
}

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

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

.sqht9mop 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;
}

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

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

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

.sqht9mop 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);
}

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

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

.f22yr8bj::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;
}

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

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

.l0bwj6ty {
  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;
}

.l0bwj6ty: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;
}

.dcetltxb {
  min-height: 60vh;
  position: relative;
  margin-top: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem 0;
}

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

.gt18l9dm {
  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%);
}

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

.rm0c66d0, .chl4m322 {
  text-align: left;
}

.ezltus2n {
  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);
}

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

.rm0c66d0 {
  
  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;
}

.chl4m322 {
  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);
}

.dtlxnrfd {
  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);
}

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

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

.cpuknef3 {
  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);
}

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

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

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

.yfeok1d5, .lolqu91p {
  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(--color-text);
  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);
}

.yfeok1d5:hover, .lolqu91p:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px var(--color-accent);
  сolor: var(--color-text) !important;
}
#btn-primary-hero:hover {
  сolor: var(--color-text);
}

.rde7i84k {
  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;
}

.yfeok1d5:hover .rde7i84k {
  left: 100%;
}

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

.hj8bo1yb {
  font-size: 16px;
}

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

.nbwwa3x5 {
  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;
}

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

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

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

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

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

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

@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); }
}

.f529gh42 {
  background-color: var(--bg-dark);
  padding: 1rem 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

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

.f529gh42 .ryyt9wc6 {
  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;
}

.f529gh42 .ryyt9wc6 .e27mwddm {
  width: 28px;
  height: 28px;
  display: block;
}

.f529gh42 .ryyt9wc6.hkz9d8b8,
.f529gh42 .ryyt9wc6:focus {
  color: var(--color-accent);
}

.f529gh42 .ryyt9wc6::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.h4kjyv5w');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.f529gh42 .ryyt9wc6.hkz9d8b8::before {
  border-color: var(--color-accent);
  background: rgba(13, 202, 240, 0.08);
}

.f529gh42 .ryyt9wc6:active {
  color: var(--color-text);
}

@media (max-width: 768px) {
  .f529gh42 .gczuzsk5 {
    gap: 10px;
  }
.f529gh42 .ryyt9wc6 {
    min-width: 110px;
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
.hfa37ylc1xqe { margin: -19px; border: 5px dotted #c72ba3; padding: 24px 7px; }
.f529gh42 {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 1454px) {
  .ybne45mc {
    display: flex;
  }
.sqht9mop {
    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;
  }
.sqht9mop[active] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
.sqht9mop ul {
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
.sqht9mop li {
    width: 100%;
    text-align: center;
        flex-direction: column;
  }
.sqht9mop li::after {
    display: none;
  }
.sqht9mop 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;
  }
.sqht9mop a span {
    transform: none;
  }
.sqht9mop a:hover {
    background-color: rgba(51, 153, 255, 0.2);
  }
.llupkp7hesm { width: 9%; }
}

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

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

.rm0c66d0, .chl4m322 {
  text-align: left;
}

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

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

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

.dg4azsdm {
  font-size: 12px;
}

.cpuknef3 {
  font-size: 24px;
}

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

.nbwwa3x5 {
  display: none;
}

@media (max-width: 480px) {
  .ro0pyb6r {
    display: none;
  }
.dcetltxb {
    min-height: 45vh;
    padding: 0.8rem 0;
  }
.ezltus2n {
    padding: 4px 12px;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }
.rm0c66d0 {
    font-size: 35px;
    margin-bottom: 0.8rem;
  }
.chl4m322 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
.dtlxnrfd {
    padding: 0.7rem;
    margin-bottom: 1rem;
  }
.dg4azsdm {
    font-size: 11px;
    margin-bottom: 0.3rem;
  }
.cpuknef3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
.yfeok1d5 {
    font-size: 17px;
    padding: 12px 24px;
  }
.f529gh42 span {
    display: none;
  }
}

@media (max-width: 576px) {
  .xsabse90 .a9v9z21y {
    padding-left: 10px;
    padding-right: 10px;
  }
.xsabse90 .z2vqrr2e {
    flex-wrap: nowrap;
  }
.xsabse90 .gsyhxmq9.cblg9258.tynxdurj.k4iql87l {
    gap: 10px !important;
  }
.z947ljrv img {
    height: 36px;
  }
.gee6imrwpxq { margin: 2px; padding-right: 21px; display: none; }
.ro0pyb6r .f22yr8bj {
    padding: 0.5rem 1.1rem;
    font-size: 16px;
    min-width: 80px;
  }
.ro0pyb6r {
    gap: 8px !important;
  }
.vxb5foq3 svg {
    width: 28px;
    height: 28px;
  }
.dcetltxb {
    margin-top: 60px;
    min-height: 225px;
    background-position: right;
  }
.g63jhuhv {
    padding: 0 0.5rem;
    text-align: left;

  }
.rm0c66d0 {
    font-size: 35px;
  }
.rm0c66d0, .chl4m322 {
    text-align: left;
  }
.uavmoril {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
.cpuknef3 {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }
.l0bwj6ty {
    font-size: 22px;
    padding: 12px 30px;
    min-width: 0;
  }
}

.hz8h91rs {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/sports-bg.znmtkpit');
}

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

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

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

.f529gh42 a.hkz9d8b8 {
  color: var(--color-accent);
}

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

.f22yr8bj:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(51, 153, 255, 0.3);
color: var(--color-accent);
}

.xsabse90[scroll-down] {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

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

.vxb5foq3.hkz9d8b8 span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.vxb5foq3.hkz9d8b8 span:nth-child(2) {
  opacity: 0;
}

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

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

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

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

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

@media (max-width: 768px) {
  .ridgl156 th, .ridgl156 td {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }
.ridgl156 thead th {
    font-size: 1rem;
  }
.fq5rjdi9 {
    border-radius: 12px;
    box-shadow: 0 2px 24px #3399ff22;
  }
table {
    display: block;
    overflow-x: auto;
}
.w6vtuwwi5vuo { padding-right: 23px; color: rgb(227, 24, 48); }
}

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

.tfsqd9v1 {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.tfsqd9v1 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;
}

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

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

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

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

.jwr8zzwk {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.jwr8zzwk 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;
}

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

.lcygz2kf 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;
}

.fpe7xo3w {
  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;
}

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

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

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

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

.um4t0xqp 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;
}

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

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

.k8h9bgyd .hjmaa8hu {
  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;
}

.k8h9bgyd .hjmaa8hu:not(.ai85pkgt) {
  background: #28304a;
  color: var(--color-text);
  box-shadow: none;
}

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

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

.k8h9bgyd .hjmaa8hu:hover {
  background: #28304a;
}

.k8h9bgyd .hjmaa8hu:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .k8h9bgyd .hjmaa8hu {
    font-size: 1rem;
    padding: 1rem;
  }
.k8h9bgyd .e1dk6gcm {
    font-size: 1rem;
    padding: 1rem;
  }
}

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

.qwnsdsxc {
  padding: 1rem 0;
}

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

.j2xzhffk li {
  position: relative;
}

.j2xzhffk 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);
}

.j2xzhffk 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;
}

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

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

@media (max-width: 576px) {
  .j2xzhffk ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
  }
.j2xzhffk li:not(:last-child)::after {
    display: none;
  }
.j5q56nxn {
    padding: 1.5rem 0;
  }
}

.pl9xb3w2.pomlil7p {
  padding-top: 40px !important;
  padding-bottom: 3rem !important;
}

.gf0337yh {
  padding-top: 160px !important;
  padding-bottom: 3rem !important;
}

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

.ih1aobng::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;
}

.r6ekl0ff {
  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);
}

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

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

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

.x9vrtywj::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;
}

.ehpduuci {
  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);
}

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

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

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

.wzi1ylk3::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;
}

.bb875m8r {
  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);
}

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

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

.xvtq26ha {
  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;
}

.xvtq26ha[src*="portrait"] {
  max-width: 300px;
}

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

@media (min-width: 768px) {
  .xvtq26ha[src*="vegasbonus.pkxz1rce"] {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .xvtq26ha[src*="vegaslogin.pkxz1rce"] {
    max-width: 400px;
  }
}

.d9zfsfue {
  height: 22px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  filter: brightness(1.1);
}

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

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

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

.shwtxzvw {
  max-width: 800px;
  margin: 0 auto;
}

.as2ivbg0 {
  flex-shrink: 0;
}

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

@media (max-width: 768px) {
  .shwtxzvw {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem !important;
  }
.c5d15z5z28ky { padding-left: 7px; }
.fpxfk5et {
    text-align: center;
    font-size: 11px;
  }
}

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

.pl9xb3w2 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;
}

.pl9xb3w2 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;
}

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

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

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

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

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

.aqeek9hz {
  margin-top: 2rem;
}

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

.aw8k6ww3 {
  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;
}

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

.x0hlxp5f.hkz9d8b8 .aw8k6ww3::after {
  transform: rotate(45deg);
}

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

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

@media (max-width: 768px) {
  .pl9xb3w2.pomlil7p {
    padding-top: 100px !important;
  }
.gf0337yh {
    padding-top: 100px !important;
  }
.ih1aobng {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.r6ekl0ff {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.wlafs74m {
    font-size: 1rem;
  }
.x9vrtywj {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.ehpduuci {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.vonwsfyb {
    font-size: 1rem;
  }
.wzi1ylk3 {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.e3q9yj7q28 { padding: 31px 42px; display: block; border: 3px dashed #19ab4c; color: rgb(180, 115, 244); margin: 14px; width: 9px; }
.bb875m8r {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.fq97h9zu {
    font-size: 1rem;
  }
.pl9xb3w2 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .pl9xb3w2.pomlil7p {
    padding-top: 40px !important;
  }
.gf0337yh {
    padding-top: 80px !important;
  }
.ih1aobng {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.r6ekl0ff {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.wlafs74m {
    font-size: 0.95rem;
  }
.x9vrtywj {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.ehpduuci {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.vonwsfyb {
    font-size: 0.95rem;
  }
.wzi1ylk3 {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.le7blg115 { padding: 10px 15px; }
.bb875m8r {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.fq97h9zu {
    font-size: 0.95rem;
  }
.pl9xb3w2 h1 {
    font-size: 1.8rem;
  }
.pl9xb3w2 h2 {
    font-size: 1.8rem;
  }
.pl9xb3w2 h3 {
    font-size: 1.5rem;
  }
}

.aaezvaij {
  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);
}

.aaezvaij[show] {
  bottom: 0;
}

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

}

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

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

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

.ho828gmm {
  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);
}

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

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

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

@media (max-width: 768px) {
  .lp95ahlx {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
.pr622l9o {
    width: 100%;
    justify-content: center;
  }
.vkpf86it h4 {
    font-size: 1.3rem;
  }
.vkpf86it p {
    font-size: 0.9rem;
  }
}

  
  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) {
    .l9nco8qm {
      width: 100%;
    }
}
  @media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
.sxdzrp7h6 { display: block; border: 4px dashed #fd7ea6; padding: 29px 40px; margin: 2px; width: 14px; }
}

.pj3tngwm {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.pj3tngwm .p3yz6ld1 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.pj3tngwm .vzzi9vdo {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pj3tngwm .vzzi9vdo .infb6te6  {
list-style:none;
}
.pj3tngwm .vzzi9vdo .infb6te6 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;
}
.pj3tngwm + section.lk8w7j2f {
margin-top:0px;
} 

.aqeek9hz {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}

.bxcxfw07 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.b0viwq12 {
    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;
}

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

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

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

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

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

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

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

.q4lhl80y img {

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

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

@media (max-width: 768px){
.q4lhl80y .tc9syldp {

  width: 20px;
  height: 20px;

}
}

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

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

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

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

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

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

.q4lhl80y:hover .tc9syldp {
  opacity: 1; 
}

.q4lhl80y:hover img {
  opacity: 0.3;
}

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

        }

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

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

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

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

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

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

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

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

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

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