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

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

.kwnjdbwy {
  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, .op0apiau, .v0q1i20d 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;
}

.op0apiau {
  font-size: 23px;
}
.na7yycnn  {
color: var(--color-text);
}
.v0q1i20d a {
  font-size: 16px;
  color: var(--color-text);
}

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

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

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

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

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

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

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

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

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

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

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

.derhxi4r {
  display: none;
}

.hqfy7jck .urivcudi {
  color: var(--color-accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uqhqo90z, .reaeul87 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

.lpe7s5d2, .e6h1z7ri {
  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);
}

.lpe7s5d2:hover, .e6h1z7ri: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);
}

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

.lpe7s5d2:hover .my5krmvs {
  left: 100%;
}

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

.xwndl52a {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ufwmiqmb .otgwh4ei .elt7j85x {
  width: 28px;
  height: 28px;
  display: block;
}

.ufwmiqmb .otgwh4ei.i6dgy2wr,
.ufwmiqmb .otgwh4ei:focus {
  color: var(--color-accent);
}

.ufwmiqmb .otgwh4ei::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.ek6o5lch');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ufwmiqmb .otgwh4ei.i6dgy2wr::before {
  border-color: var(--color-accent);
  background: rgba(13, 202, 240, 0.08);
}

.ufwmiqmb .otgwh4ei:active {
  color: var(--color-text);
}

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

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

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

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

.uqhqo90z, .reaeul87 {
  text-align: left;
}

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

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

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

.na7yycnn {
  font-size: 12px;
}

.zw3cdew6 {
  font-size: 24px;
}

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

.myak624s {
  display: none;
}

@media (max-width: 480px) {
  .l9rive7z {
    display: none;
  }
.q7pc7z1i {
    min-height: 45vh;
    padding: 0.8rem 0;
  }
.tjx9e10ycq6 { padding-right: 19px; width: 31px; }
.vquwat1l {
    padding: 4px 12px;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }
.uqhqo90z {
    font-size: 35px;
    margin-bottom: 0.8rem;
  }
.reaeul87 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
.pim3susl {
    padding: 0.7rem;
    margin-bottom: 1rem;
  }
.na7yycnn {
    font-size: 11px;
    margin-bottom: 0.3rem;
  }
.zw3cdew6 {
    font-size: 20px;
    margin-bottom: 0px;
  }
.lpe7s5d2 {
    font-size: 17px;
    padding: 12px 24px;
  }
.ufwmiqmb span {
    display: none;
  }
}

@media (max-width: 576px) {
  .b215aywj .brduxq6v {
    padding-left: 10px;
    padding-right: 10px;
  }
.b215aywj .wyu2r4jj {
    flex-wrap: nowrap;
  }
.b215aywj .lgiea15z.r2redn5z.y6nstxw4.eyw68e3x {
    gap: 10px !important;
  }
.hqfy7jck img {
    height: 36px;
  }
.l9rive7z .op0apiau {
    padding: 0.5rem 1.1rem;
    font-size: 16px;
    min-width: 80px;
  }
.l9rive7z {
    gap: 8px !important;
  }
.ftx6uskn svg {
    width: 28px;
    height: 28px;
  }
.itzw08e1e3kh { color: rgb(187, 98, 111); padding-left: 12px; }
.q7pc7z1i {
    margin-top: 60px;
    min-height: 225px;
    background-position: right;
  }
.hgtlpydn {
    padding: 0 0.5rem;
    text-align: left;

  }
.uqhqo90z {
    font-size: 35px;
  }
.uqhqo90z, .reaeul87 {
    text-align: left;
  }
.iohpt2q3 {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
.zw3cdew6 {
    font-size: 22px;
    margin-bottom: 1.2rem;
  }
.zharj4tf {
    font-size: 22px;
    padding: 12px 30px;
    min-width: 0;
  }
}

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

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

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

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

.ufwmiqmb a.i6dgy2wr {
  color: var(--color-accent);
}

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

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

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

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

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

.ftx6uskn.i6dgy2wr span:nth-child(2) {
  opacity: 0;
}

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

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

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

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

.hs3fq76k 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) {
  .hs3fq76k th, .hs3fq76k td {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }
.hs3fq76k thead th {
    font-size: 1rem;
  }
.tn6j56ic {
    border-radius: 12px;
    box-shadow: 0 2px 24px #3399ff22;
  }
table {
    display: block;
    overflow-x: auto;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nh2wosw5 .dd1x4w2s:not(.cd4g3r5u) {
  background: #28304a;
  color: var(--color-text);
  box-shadow: none;
}

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

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

.nh2wosw5 .dd1x4w2s:hover {
  background: #28304a;
}

.nh2wosw5 .dd1x4w2s:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .nh2wosw5 .dd1x4w2s {
    font-size: 1rem;
    padding: 1rem;
  }
.a5z9nk52rc { display: flex; color: rgb(127, 36, 250); margin: 11px; padding-right: 43px; }
.nh2wosw5 .tl8v24ap {
    font-size: 1rem;
    padding: 1rem;
  }
}

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

.ia3hzqnb {
  padding: 1rem 0;
}

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

.y3506m41 li {
  position: relative;
}

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

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

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

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

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

.qhnzgnoc.ztk7zv1f {
  padding-top: 40px !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kkwr8dkt {
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

.q95rk683 {
  margin-top: 2rem;
}

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

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

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

.to2cg60v.i6dgy2wr .jic753jy::after {
  transform: rotate(45deg);
}

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

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

@media (max-width: 768px) {
  .qhnzgnoc.ztk7zv1f {
    padding-top: 100px !important;
  }
.diwn3samnl { margin: 7px; width: 59px; }
.eu9hqs77 {
    padding-top: 100px !important;
  }
.k2wpyvyn {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.a2aw58o7 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.jq6zpwp6 {
    font-size: 1rem;
  }
.ix35bupb {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.wirojuna {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.bzslrtdz {
    font-size: 1rem;
  }
.sbtnjql5 {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.kfahujwx {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.o33qmd1h {
    font-size: 1rem;
  }
.x501fruz { width: 25vw; color: rgb(37, 245, 124); border: 5px dashed #b75e0a; padding: 19px 21px; }
.qhnzgnoc h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .qhnzgnoc.ztk7zv1f {
    padding-top: 40px !important;
  }
.eu9hqs77 {
    padding-top: 80px !important;
  }
.k2wpyvyn {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.a2aw58o7 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.jq6zpwp6 {
    font-size: 0.95rem;
  }
.ix35bupb {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.wirojuna {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.bzslrtdz {
    font-size: 0.95rem;
  }
.sbtnjql5 {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.sd6xco7je { border: 3px solid #5b989e; padding: 2px 13px; margin: -8px; }
.kfahujwx {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.o33qmd1h {
    font-size: 0.95rem;
  }
.qhnzgnoc h1 {
    font-size: 1.8rem;
  }
.qhnzgnoc h2 {
    font-size: 1.8rem;
  }
.qhnzgnoc h3 {
    font-size: 1.5rem;
  }
}

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

.gf6nnm0c[show] {
  bottom: 0;
}

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

}

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .uvaegd2l {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
.xy745sxn {
    width: 100%;
    justify-content: center;
  }
.wqx9qlu7 h4 {
    font-size: 1.3rem;
  }
.wqx9qlu7 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) {
    .ttc6mgai {
      width: 100%;
    }
}
  @media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}

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

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

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

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

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

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

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

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

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

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

.wtw0qp0f img {

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

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

@media (max-width: 768px){
.wtw0qp0f .rbredc1c {

  width: 20px;
  height: 20px;

}
.q6jv705vwo { display: none; color: rgb(181, 249, 196); width: 24%; border: 4px dotted #549536; padding: 25px 20px; }
}

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

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

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

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

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

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

.wtw0qp0f:hover .rbredc1c {
  opacity: 1; 
}

.wtw0qp0f:hover img {
  opacity: 0.3;
}

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

        }

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

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

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

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

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

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

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

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

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

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