* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.vegasino-cc804v {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-cc804v {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-cc804v {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegasino-v78ug0 {
  overflow: hidden;
}

.vegasino-zw3u3p img {
  background: var(--Neutral-300);
}

.vegasino-xigeoo {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.vegasino-zqp9u6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegasino-zqp9u6:hover {
  background: var(--button-bg-hover);
}

.vegasino-yquyzy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-yquyzy:hover {
  background: var(--button-bg-hover);
}

.vegasino-dnd49u {
  font-size: 12px;
  line-height: 18px;
}

.vegasino-l077wi {
  font-size: 18px;
  line-height: 26px;
}

.vegasino-99k8t7 {
  width: 100%;
}

.vegasino-vd6hux {
  padding: 6px 16px;
}

.vegasino-ptec06 {
  padding: 10px 16px;
}

.vegasino-m4ubg7 {
  padding: 15px 26px;
}

.vegasino-0rqo6q {
  flex-shrink: 0;
}

.vegasino-w6chzy {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vegasino-78szc4 {
  display: none;
}

.vegasino-xy30fq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegasino-qec8ef {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegasino-hx00gg {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vegasino-cb9uns {
  cursor: grab;
}

.vegasino-hx00gg::-webkit-scrollbar {
  display: none;
}

.vegasino-3qxfo2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegasino-r6bjcj {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegasino-lv8z70 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegasino-q6vf76 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegasino-wxw2ly {
  visibility: visible;
}

.vegasino-qoqrbx {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegasino-40frl5 ease;
}

.vegasino-mgz6jx {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegasino-ri1tfo {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.vegasino-40frl5,
    mask-image 0.3s;
}

.vegasino-ri1tfo.vegasino-8584w9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.vegasino-nouspg:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vegasino-i71spu {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.vegasino-16jf09 {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.vegasino-16jf09::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.vegasino-i5wkfq {
  position: relative;
  z-index: 1;
}

.vegasino-aqls9k {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegasino-qvc6t1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegasino-b1ytrn {
  font-size: 40px;
  line-height: 48px;
}

.vegasino-5vcupr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegasino-19enuz {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.vegasino-19enuz:hover {
  background: var(--Primary-400);
}

.vegasino-19enuz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegasino-nouspg img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .vegasino-16jf09 {
    max-width: 600px;
    padding: 64px;
  }

  .vegasino-aqls9k {
    font-size: 24px;
    line-height: 32px;
  }

  .vegasino-qvc6t1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegasino-b1ytrn {
    font-size: 50px;
    line-height: 56px;
  }

  .vegasino-5vcupr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegasino-i71spu {
    top: 25px;
    right: 25px;
  }
}

.vegasino-q62pkv,
.vegasino-luyn5o {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.vegasino-e3ini9.vegasino-ohgvxj::before,
.vegasino-luyn5o::before,
.vegasino-4iz60e::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegasino-9rwzd5 14.vegasino-a9l59r.vegasino-td520v 14.vegasino-8if3fi 15.vegasino-rdlpiq 14.vegasino-yfzjbz 15.vegasino-n6rcb0 14.vegasino-vu16xf.vegasino-f9xf2u 14.vegasino-uuj45t 19.vegasino-j5gzgx 12.vegasino-gmwbus 19.vegasino-j5gzgx 10.vegasino-uy4hrw.vegasino-j5gzgx 8.vegasino-i0ymn0 17.vegasino-kggx0l 7.vegasino-5m454t 15.vegasino-t9g1jm 7.vegasino-1b3ifx.vegasino-ljkcik 7.vegasino-5m454t 11.vegasino-f095p8 8.vegasino-i0ymn0 11.vegasino-f095p8 10.vegasino-n88p0x.vegasino-f095p8 12.vegasino-towdgn 13.vegasino-sfcasl 14.vegasino-2mg5gt 15.vegasino-9h8hpr 14.vegasino-whs4n8.vegasino-xy8r1x 14.vegasino-kmnqgx 15.vegasino-tvi0kg 14.vegasino-gdhevt 15.vegasino-2wq0ny 14.vegasino-tnkxgb.vegasino-9rwzd5 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegasino-ayco57 15.vegasino-uy7j4g.vegasino-niwm6t 15.vegasino-9m1zhk 15.vegasino-x457ec 15.vegasino-0o0l50 15.vegasino-zly24c 15.vegasino-ouuf5f.vegasino-yrwphv 15.vegasino-0o0l50 15.vegasino-xzyxnk 15.vegasino-dh9dse 15.vegasino-gipbnz 15.vegasino-545u08.vegasino-lhlejj 15.vegasino-mv82ny 7.vegasino-2q90jw 18.vegasino-gaesyu 7.vegasino-r1prmt 23.vegasino-kb9ojl.vegasino-cn2l76.vegasino-6rppu7 18.vegasino-n227a5 19.vegasino-bvd2uf 15.vegasino-lq4sr2 15.vegasino-ayco57 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegasino-0qe3qi [type="submit"] *,
.vegasino-oz0rk7 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegasino-ifuc1h {
    display: none;
  }
}

.vegasino-vrz2uh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegasino-vrz2uh {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-vrz2uh {
    bottom: 22px;
  }
}

.vegasino-vrz2uh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegasino-vrz2uh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegasino-fmx71s.static) .vegasino-vrz2uh {
    bottom: 8px;
  }
}

.vegasino-h1lpza {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.vegasino-phb7fl.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegasino-haru0d 3.vegasino-3rc6g3.vegasino-b0qtkj.vegasino-4sv5dh 3.vegasino-dy8rcs 3.vegasino-bjcudp 5.vegasino-gd40d1 3.vegasino-bjcudp 8.vegasino-4r2nwm.vegasino-yhskhn.vegasino-bjcudp 26.vegasino-0chx8i 5.vegasino-eim0ff 28.vegasino-pl213i 8.vegasino-4ifjmc 28.vegasino-gfjwv6.vegasino-u6pql0 28.vegasino-gdqzf5.vegasino-d0h5s8 34.vegasino-id11s0.vegasino-n21kzw 36.vegasino-gs5g67 11.vegasino-h0i2uh 37.vegasino-p1177q 12.vegasino-662q6w 36.vegasino-50zni5.vegasino-9cchpf 28.vegasino-ptikgt.vegasino-ukhtgj.vegasino-woc16p 28.vegasino-rfxi9x 36.vegasino-ppej7m 26.vegasino-hhbwbf 36.vegasino-ppej7m 23.vegasino-ovrsvd.vegasino-hlealc.vegasino-ppej7m 5.vegasino-wtn39m 34.vegasino-5u2v0y 3.vegasino-dy8rcs 31.vegasino-haru0d 3.vegasino-u0okoi.vegasino-gherb7 18.vegasino-ua8lxc.vegasino-b89wxc 18.vegasino-56sk6s 8.vegasino-59ymc0 17.vegasino-iddkuu 8.vegasino-59ymc0 15.vegasino-ap8b34.vegasino-59ymc0 14.vegasino-pbvh0a 9.vegasino-b89wxc 13.vegasino-j155lc 11.vegasino-gherb7 13.vegasino-f6stcj.vegasino-kwmp8o 13.vegasino-j155lc 13.vegasino-uecp2l 14.vegasino-pbvh0a 13.vegasino-uecp2l 15.vegasino-g08urg.vegasino-uecp2l 17.vegasino-iddkuu 12.vegasino-kwmp8o 18.vegasino-56sk6s 11.vegasino-gherb7 18.vegasino-2xg6hi.vegasino-desjra 18.vegasino-ynif2k.vegasino-nc6iiy 18.vegasino-56sk6s 17.vegasino-v6mfa4 17.vegasino-iddkuu 17.vegasino-v6mfa4 15.vegasino-5zjuji.vegasino-v6mfa4 14.vegasino-pbvh0a 18.vegasino-nc6iiy 13.vegasino-j155lc 20.vegasino-desjra 13.vegasino-0cwo24.vegasino-puexjd 13.vegasino-j155lc 22.vegasino-t8wir6 14.vegasino-pbvh0a 22.vegasino-t8wir6 15.vegasino-5tmuw5.vegasino-ugj12p 17.vegasino-iddkuu 21.vegasino-puexjd 18.vegasino-56sk6s 20.vegasino-desjra 18.vegasino-icvgwp.vegasino-ewwifz 18.vegasino-ssni4s.vegasino-t1sysb 18.vegasino-56sk6s 26.vegasino-yprk4g 17.vegasino-iddkuu 26.vegasino-yprk4g 15.vegasino-za7wgu.vegasino-yprk4g 14.vegasino-pbvh0a 27.vegasino-t1sysb 13.vegasino-j155lc 28.vegasino-ewwifz 13.vegasino-pwjp9r.vegasino-mlttgq 13.vegasino-j155lc 31.vegasino-b7v25b 14.vegasino-pbvh0a 31.vegasino-b7v25b 15.vegasino-h9u5gu.vegasino-yprk4g 17.vegasino-iddkuu 30.vegasino-mlttgq 18.vegasino-56sk6s 28.vegasino-ewwifz 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .vegasino-h1lpza {
    display: none;
  }
}

.vegasino-co6kau {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .vegasino-co6kau {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.vegasino-oz0rk7 {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .vegasino-oz0rk7 {
    padding: 14px 16px;
  }
}

.vegasino-oz0rk7 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegasino-oz0rk7 button:first-child {
  align-content: end;
}

.vegasino-oz0rk7 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegasino-oz0rk7
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-oz0rk7
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegasino-oz0rk7 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegasino-oz0rk7 button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegasino-4iz60e {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.vegasino-4iz60e::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-4iz60e,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-4iz60e {
  opacity: 1;
  visibility: visible;
}

.vegasino-q95ih7 {
  flex: 1 1;
}

.vegasino-7csd0i {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-7csd0i {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegasino-w7cvjt {
  display: block;
}

.vegasino-8ip33c {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .vegasino-8ip33c {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-luyn5o {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegasino-luyn5o::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegasino-mc9uvv span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegasino-mc9uvv p {
  color: var(--Text-100);
}

.vegasino-luyn5o .vegasino-vgfg02 {
  grid-area: button;
}

.vegasino-luyn5o .vegasino-vgfg02::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Cpath d='M4.vegasino-m6gzbk 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-hivzvy 15L16.vegasino-hivzvy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-hivzvy 5L16.vegasino-hivzvy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-5a4z7l {
  display: block;
}

.vegasino-7fo0yt {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .vegasino-7fo0yt {
    margin-top: 40px;
  }
}

.vegasino-q62pkv label,
.vegasino-q62pkv input {
  display: block;
  width: 100%;
}

.vegasino-q62pkv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegasino-q62pkv label.vegasino-pgdp0z input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegasino-q62pkv label.vegasino-pgdp0z::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.vegasino-q62pkv input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.vegasino-q62pkv input::placeholder {
  color: var(--Text-400);
}

.vegasino-d2u409 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegasino-d2u409 {
  display: flex;
}

.vegasino-d2u409 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegasino-d2u409 ol {
    height: 420px;
    padding: 24px;
  }
}

.vegasino-d2u409 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegasino-0qe3qi {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-0qe3qi {
    padding: 0 24px 24px;
  }
}

.vegasino-0qe3qi input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.vegasino-0qe3qi input::placeholder {
  color: var(--Text-400);
}

.vegasino-0qe3qi [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegasino-0qe3qi [type="submit"]:disabled {
  opacity: 0.5;
}

.vegasino-0qe3qi [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegasino-0qe3qi [type="submit"] {
    right: 40px;
  }
}

.vegasino-e3ini9 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegasino-e3ini9.vegasino-ohgvxj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegasino-e3ini9.vegasino-ohgvxj::before {
  content: "";
  width: 31px;
}

.vegasino-e3ini9.vegasino-ohgvxj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-e3ini9.vegasino-mnykrp p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegasino-e3ini9 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-vrz2uh .vegasino-vgfg02 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.vegasino-ifuc1h {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegasino-ifuc1h {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegasino-ifuc1h {
    padding: 18px 0;
  }
}

.vegasino-ifuc1h .vegasino-cc804v {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegasino-ifuc1h .vegasino-cc804v {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegasino-fzc03y {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegasino-fzc03y {
    max-width: 160px;
    height: 40px;
  }
}

.vegasino-fzc03y picture,
.vegasino-fzc03y img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegasino-fzc03y img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegasino-oduqnr {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegasino-40frl5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegasino-ifuc1h.vegasino-pzy74w .vegasino-oduqnr {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegasino-oduqnr {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegasino-oduqnr {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegasino-t598bn,
.vegasino-zu5nrx {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegasino-t598bn,
  .vegasino-zu5nrx {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegasino-zu5nrx {
    display: none;
  }
}

.vegasino-6k2orm {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.vegasino-pzy74w .vegasino-6k2orm {
  background: var(--fh-bg-color);
}

.vegasino-6k2orm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegasino-6k2orm {
    display: none;
  }
}

.vegasino-g6wfkh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-g6wfkh {
    display: none;
  }
}

.vegasino-6hqcs3 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.vegasino-ifuc1h.vegasino-pzy74w .vegasino-6hqcs3:first-child {
  display: none;
}

.vegasino-ifuc1h.vegasino-pzy74w .vegasino-6hqcs3:last-child {
  display: block;
}

.vegasino-6hqcs3:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegasino-6hqcs3 {
    display: none;
  }
}

.vegasino-wj9eab {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-wj9eab {
    display: flex;
  }
}

.vegasino-wj9eab ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegasino-wj9eab:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegasino-wj9eab:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegasino-wj9eab:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegasino-wj9eab:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegasino-wj9eab:hover .vegasino-wdmvyu svg {
  transform: rotate(180deg);
}

.vegasino-s62hnf {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegasino-1wqfp5 {
  padding: 0 8px;
}

.vegasino-peu5qd {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegasino-peu5qd:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegasino-peu5qd {
    padding: 4px 8px;
  }
}

.vegasino-6s2zhn {
  display: flex;
}

.vegasino-6s2zhn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegasino-wdmvyu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegasino-wdmvyu svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegasino-n0weno {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .vegasino-n0weno {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.vegasino-3deayb {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-3deayb {
    display: none;
  }
}

.vegasino-onyddb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegasino-5lffrb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegasino-7ahzul {
  display: flex;
}

.vegasino-obynri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-vylav8 {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegasino-vylav8 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegasino-vylav8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegasino-vylav8 .vegasino-n6a30a [data-ref-el],
  .vegasino-vylav8 .vegasino-n6a30a span,
  .vegasino-vylav8 .vegasino-n6a30a a {
    white-space: nowrap;
  }
}

.vegasino-n25k8v {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegasino-n25k8v.vegasino-267940 > .vegasino-n6a30a {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegasino-n25k8v.vegasino-kfnchd:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegasino-n25k8v.vegasino-267940 > .vegasino-t8spse {
    height: auto;
  }

  .vegasino-n25k8v.vegasino-267940 > div > .vegasino-ri46bx {
    transform: rotate(180deg);
  }
}

.vegasino-n25k8v [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegasino-n25k8v [data-ref-el],
.vegasino-n25k8v span {
  cursor: pointer;
}

.vegasino-n25k8v [data-ref-el],
.vegasino-n25k8v span,
.vegasino-n25k8v a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .vegasino-n25k8v [data-ref-el],
  .vegasino-n25k8v span,
  .vegasino-n25k8v a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegasino-n25k8v [data-ref-el],
  .vegasino-n25k8v span,
  .vegasino-n25k8v a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegasino-t8spse {
  height: 0;
  overflow: hidden;
  transition: height 0.vegasino-40frl5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegasino-t8spse::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegasino-t8spse::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegasino-t8spse::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegasino-t8spse {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .vegasino-t8spse:has(> .vegasino-n25k8v.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegasino-t8spse .vegasino-t8spse {
    padding: 0;
  }

  .vegasino-t8spse .vegasino-n25k8v {
    font-weight: 400;
  }

  .vegasino-t8spse .vegasino-n25k8v:hover > .vegasino-n6a30a {
    background: var(--Neutral-300);
  }

  .vegasino-t8spse .vegasino-ri46bx {
    rotate: -90deg;
  }
}

.vegasino-n6a30a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-n6a30a {
    padding: 8px;
  }

  .vegasino-n25k8v.vegasino-b2zm2l > .vegasino-n6a30a {
    background: var(--Neutral-300);
  }
}

.vegasino-ri46bx {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegasino-1itqnm 0.vegasino-x9w695.vegasino-ichwqv -0.vegasino-m00jp8 0.vegasino-z7np5f -0.vegasino-m00jp8 1.vegasino-agpj2x 0.vegasino-v706ew.vegasino-0yrg1g 4.vegasino-ggxwwa.vegasino-1itqnm 0.vegasino-fyvhoh.vegasino-3e2qnx -0.vegasino-m00jp8 9.vegasino-28b6gz -0.vegasino-m00jp8 10.vegasino-pu0dci 0.vegasino-j25h0n.vegasino-65bmkf 0.vegasino-ichwqv 10.vegasino-65bmkf 0.vegasino-z7np5f 10.vegasino-pu0dci 1.vegasino-6qvi1i.vegasino-ebrp2p 5.vegasino-puvp3c.vegasino-5g2n73 6.vegasino-pzfckl 5.vegasino-hlcvdh 6.vegasino-pzfckl 4.vegasino-t61v3k 5.vegasino-fcgzc6.vegasino-1itqnm 1.vegasino-36cnhp.vegasino-m00jp8 0.vegasino-z7np5f -0.vegasino-m00jp8 0.vegasino-ichwqv 0.vegasino-1itqnm 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegasino-40frl5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-ri46bx {
    cursor: default;
  }
}

.vegasino-6nlim3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegasino-eo2z3a {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .vegasino-eo2z3a {
    padding: 40px 4px;
  }
}

.vegasino-rr6ltk {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegasino-rr6ltk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegasino-58fv5l {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegasino-58fv5l {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegasino-58fv5l ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegasino-58fv5l [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegasino-58fv5l [data-ref-el],
.vegasino-58fv5l span,
.vegasino-58fv5l a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegasino-oejnyo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-oejnyo {
    margin-bottom: 12px;
  }
}

.vegasino-ehkecz {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegasino-ehkecz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegasino-ehkecz:last-child {
    margin-right: 0;
  }
}

.vegasino-c4hure {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-oejnyo:hover .vegasino-x2upvh {
  visibility: visible;
  opacity: 1;
}

.vegasino-x2upvh {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.vegasino-oiy61o {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegasino-776dc7 {
  display: flex;
  margin: 6px;
}

.vegasino-776dc7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegasino-x2upvh::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.vegasino-x2upvh::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.vegasino-4ue6v9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-4ue6v9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegasino-5239zv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegasino-5239zv {
    margin-right: 32px;
  }
}

.vegasino-iupqeh {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-iupqeh {
    margin-top: 0;
    width: 340px;
  }
}

.vegasino-iupqeh a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-mocsxq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegasino-affekl {
  position: relative;
}

@media (min-width: 768px) {
  .vegasino-affekl {
    margin-top: 40px;
  }
}

.vegasino-affekl + .vegasino-9w3b9x,
.vegasino-affekl + .vegasino-affekl {
  margin-top: 24px;
}

.vegasino-uyiasm {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegasino-uyiasm {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-uyiasm {
    padding: 80px;
  }
}

.vegasino-phaa3o {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegasino-phaa3o {
    padding: 0 16px;
}


}

.vegasino-nf2he0 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .vegasino-nf2he0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-8wix3g {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .vegasino-8wix3g {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-d51h0e {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.vegasino-d51h0e:hover {
  background: var(--button-bg-hover);
}

.vegasino-shedva {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegasino-shedva img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegasino-shedva img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegasino-shedva img {
  min-height: 100%;
  }
}

.vegasino-uyiasm::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegasino-j31gkd {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegasino-j31gkd h1,
.vegasino-j31gkd h2,
.vegasino-j31gkd h3,
.vegasino-j31gkd h4 {
  margin-bottom: 6px;
}

.vegasino-j31gkd h1:not(:first-child),
.vegasino-j31gkd h2:not(:first-child),
.vegasino-j31gkd h3:not(:first-child),
.vegasino-j31gkd h4:not(:first-child) {
  margin-top: 16px;
}

.vegasino-j31gkd h1,
.vegasino-j31gkd h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegasino-j31gkd h1,
  .vegasino-j31gkd h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegasino-j31gkd h2,
.vegasino-j31gkd h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegasino-j31gkd h2,
  .vegasino-j31gkd h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-j31gkd h3,
.vegasino-j31gkd h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegasino-j31gkd h3,
  .vegasino-j31gkd h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-j31gkd h4,
.vegasino-j31gkd h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegasino-j31gkd ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegasino-j31gkd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegasino-j31gkd ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.vegasino-j31gkd ul ul {
  margin-bottom: 8px;
}

.vegasino-j31gkd ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegasino-j31gkd ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegasino-j31gkd ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegasino-j31gkd ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegasino-j31gkd ol li::marker {
  font-weight: 700;
}

.vegasino-j31gkd ol ol {
  margin-bottom: 8px;
}

.vegasino-j31gkd ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegasino-j31gkd ol ul li {
  padding-left: 16px;
}

.vegasino-j31gkd table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .vegasino-j31gkd table {
    padding: 24px;
  }
}

.vegasino-j31gkd table.vegasino-u027qx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegasino-40frl5,
    mask-image 0.3s;
}

.vegasino-j31gkd table.vegasino-u027qx.vegasino-8584w9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .vegasino-j31gkd table {
    display: table;
  }
}

.vegasino-j31gkd table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.vegasino-j31gkd table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-j31gkd table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-j31gkd table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .vegasino-j31gkd table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegasino-j31gkd table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-j31gkd table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-j31gkd table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegasino-j31gkd img {
  max-width: 100%;
  height: auto;
}

.vegasino-458upb {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .vegasino-458upb {
    padding: 24px;
  }
}

.vegasino-ybkt4w {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vegasino-ybkt4w {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegasino-ybkt4w > * {
  margin: 0 !important;
}

.vegasino-ybkt4w img,
.vegasino-wi5nhe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-ybkt4w img,
  .vegasino-wi5nhe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-wl2c9p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-wl2c9p {
    width: 32px;
    height: 32px;
  }
}

.vegasino-6hwwua {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegasino-6hwwua .vegasino-zvdqmx {
  flex-shrink: 0;
}

.vegasino-6hwwua .vegasino-f500iy svg {
  display: none;
}

.vegasino-3na2hw {
  display: grid;
  transition: max-height 0.vegasino-40frl5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegasino-3na2hw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegasino-3na2hw {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegasino-3na2hw.vegasino-luqjtc + .vegasino-zvdqmx svg {
  transform: rotate(180deg);
}

.vegasino-sy8jik {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegasino-sy8jik > div:nth-child(3n) {
  grid-column: span 2;
}

.vegasino-sy8jik
  > div:nth-child(3n)
  .vegasino-srmqwi
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegasino-sy8jik {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegasino-sy8jik > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegasino-sy8jik
    > div:nth-child(3n)
    .vegasino-srmqwi
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegasino-sy8jik {
    max-width: 270px;
  }
}

.vegasino-sy8jik .vegasino-srmqwi button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegasino-sy8jik .vegasino-srmqwi button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegasino-sy8jik .vegasino-srmqwi button {
    max-width: 104px;
  }
}

.vegasino-d9mtjo {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .vegasino-d9mtjo {
    margin-bottom: 0;
  }
}

.vegasino-hude06 {
  display: none;
  opacity: 0;
}

.vegasino-ljwqe2 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.vegasino-ljwqe2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegasino-srmqwi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegasino-srmqwi button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-srmqwi
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-srmqwi
    button {
    max-width: 145px;
  }
}

.vegasino-qp8qvy:first-child
  .vegasino-srmqwi
  button {
  max-width: 270px;
}

.vegasino-uvwi4l {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.vegasino-d9mtjo picture {
  width: 100%;
  max-width: 100%;
}

.vegasino-4s3681 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.vegasino-4s3681 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegasino-d9mtjo:hover .vegasino-4s3681 {
  display: flex;
}

.vegasino-ijsqe1 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegasino-vquc3m {
  display: flex;
}

.vegasino-vquc3m:hover .vegasino-0kku5s,
.vegasino-vquc3m .vegasino-b2zm2l .vegasino-0kku5s {
  display: flex;
}

.vegasino-vquc3m svg {
  flex-shrink: 0;
}

.vegasino-0kku5s {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .vegasino-0kku5s {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegasino-0kku5s:hover {
  display: flex;
}

.vegasino-0kku5s svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegasino-x1tl7h {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vegasino-x1tl7h {
    font-size: 12px;
  }
}

.vegasino-6rrwpg,
.vegasino-p2dtq0 {
  width: 50%;
  flex-shrink: 0;
}

.vegasino-6rrwpg {
  font-weight: 700;
}

.vegasino-izki73 .vegasino-3na2hw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegasino-izki73 .vegasino-3na2hw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegasino-izki73 .vegasino-3na2hw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegasino-izki73
  .vegasino-uvwi4l:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegasino-izki73 .vegasino-ljwqe2 {
  height: 100% !important;
  border-radius: 16px;
}

.vegasino-izki73 .vegasino-srmqwi {
  gap: 4px;
  align-items: center;
}

.vegasino-izki73 .vegasino-srmqwi button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegasino-izki73 .vegasino-srmqwi svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegasino-izki73 .vegasino-3uhyvu,
.vegasino-izki73 .vegasino-jm425v {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.vegasino-phb7fl.org/2000/svg'%3E%3Cpath d='M9.vegasino-uvtw94 4.vegasino-7vsviu.vegasino-8e7y4t 5.vegasino-vdv7xj.vegasino-cwts7n 5.vegasino-ga1dqw.vegasino-g92kbc 5.vegasino-yxxy1b.vegasino-2b6dpc 8.vegasino-8ljz92.vegasino-tcch38 9.vegasino-n8coz6.vegasino-e0vq7s 9.vegasino-0tk1ct.vegasino-n927b3 13.vegasino-65hb94.vegasino-cl74f4 11.vegasino-hkf41c.vegasino-05am61 11.vegasino-jysm9q.vegasino-7sd3rg 11.vegasino-y6iyyb.vegasino-dnxsly 13.vegasino-29gf62.vegasino-cjgwr9 9.vegasino-wfk1l6.vegasino-kli542 9.vegasino-ii1r6b.vegasino-editrs 8.vegasino-vqejhj.vegasino-hdli1t 5.vegasino-69p1g5.vegasino-wle6pz 5.vegasino-oqpsv4.vegasino-4w4ibw 5.vegasino-g7tml7.vegasino-qfujj2 4.vegasino-caruj7.vegasino-05am61 1.vegasino-zmtey3.vegasino-uvtw94 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegasino-izki73 .vegasino-3uhyvu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegasino-izki73 .vegasino-jm425v {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegasino-yk92fl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .vegasino-yk92fl {
    padding: 24px;
  }
}

.vegasino-yk92fl .vegasino-zvdqmx {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-yk92fl .vegasino-zvdqmx {
    display: none;
  }
}

.vegasino-yk92fl .vegasino-f500iy svg {
  display: none;
}

.vegasino-8fq6lu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegasino-8fq6lu .vegasino-xigeoo {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-8fq6lu .vegasino-xigeoo {
    display: flex;
  }
}

.vegasino-xkmsio {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .vegasino-xkmsio {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-xkmsio > * {
  margin: 0 !important;
}

.vegasino-xkmsio img,
.vegasino-6ictcz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-xkmsio img,
  .vegasino-6ictcz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-n9m6na {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-n9m6na {
    width: 32px;
    height: 32px;
  }
}

.vegasino-e8xpcy {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegasino-e8xpcy {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .vegasino-e8xpcy::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-fqumpw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegasino-fqumpw {
    padding: 7px 15px;
  }
}

.vegasino-fqumpw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-ixwuvp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-ixwuvp {
    display: flex;
    opacity: 1;
  }
}

.vegasino-fqumpw picture {
  height: 100%;
  display: block;
}

.vegasino-fqumpw img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegasino-fqumpw img {
    width: 88px;
    height: 44px;
  }
}

.vegasino-fqumpw p {
  text-align: center;
  width: 100%;
}

.vegasino-pmiw6a {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .vegasino-pmiw6a {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-pmiw6a img,
.vegasino-yzntwb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-pmiw6a img,
  .vegasino-yzntwb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-osi2k1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-osi2k1 {
    width: 32px;
    height: 32px;
  }
}

.vegasino-dr4zds {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegasino-7blmqd {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.vegasino-9rmwf5 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegasino-9rmwf5.vegasino-b2zm2l {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegasino-kn9m5l {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .vegasino-kn9m5l {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-prc97j {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegasino-b8y6t4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegasino-40frl5 ease;
  opacity: 0;
  color: var(--text-color);
}

.vegasino-ricovf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegasino-ricovf ol,
.vegasino-ricovf ul {
  padding-left: 1.3em;
}

.vegasino-9rmwf5.vegasino-b2zm2l .vegasino-b8y6t4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegasino-9rmwf5.vegasino-b2zm2l .vegasino-prc97j {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegasino-ttzj3v {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .vegasino-ttzj3v {
    padding: 24px;
  }
}

.vegasino-ttzj3v .vegasino-zvdqmx {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-ttzj3v .vegasino-zvdqmx {
    display: none;
  }
}

.vegasino-ttzj3v .vegasino-f500iy svg {
  display: none;
}

.vegasino-xcf95v {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-xcf95v .vegasino-xigeoo {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-xcf95v .vegasino-xigeoo {
    display: flex;
  }
}

.vegasino-1v08sb {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .vegasino-1v08sb {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-1v08sb > * {
  margin: 0 !important;
}

.vegasino-1v08sb img,
.vegasino-mn8ahv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-1v08sb img,
  .vegasino-mn8ahv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-72o4ky {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-72o4ky {
    width: 32px;
    height: 32px;
  }
}

.vegasino-clmrg1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegasino-clmrg1 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .vegasino-clmrg1::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-zyabt8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegasino-zyabt8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-2snqvn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-2snqvn {
    display: flex;
    opacity: 1;
  }
}

.vegasino-zyabt8 picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegasino-zyabt8 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegasino-jc8uln {
  margin: -24px 0;
}

.vegasino-jc8uln:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegasino-jc8uln {
    margin: -16px 0;
  }
}

.vegasino-yfb2f0 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegasino-yfb2f0 {
    flex-direction: row;
  }
}

.vegasino-93kg2a {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .vegasino-93kg2a {
    flex: 1;
  }
}

.vegasino-93kg2a::placeholder {
  color: var(--Text-400);
}

.vegasino-8b92xr {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.vegasino-l6fh91 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegasino-l6fh91::-webkit-scrollbar {
  display: none;
}

.vegasino-74lhzz {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.vegasino-74lhzz img,
.vegasino-74lhzz svg {
  margin-right: 8px;
}

.vegasino-z7i1m6 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegasino-jc8uln + .vegasino-3u9l9u {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegasino-jc8uln + .vegasino-3u9l9u {
    margin-top: -16px;
  }
}

.vegasino-zhe9tv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegasino-zhe9tv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegasino-zhe9tv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegasino-qvoch6 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vegasino-tiarbp {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vegasino-u4lt55 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegasino-1axcsz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegasino-nlh1f5 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegasino-qvoch6 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.vegasino-qvoch6 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .vegasino-qvoch6 {
    padding: 39px 179px 39px 39px;
  }

  .vegasino-tiarbp {
    font-size: 40px;
    line-height: 48px;
  }

  .vegasino-nlh1f5 {
    height: 348px;
  }

  .vegasino-qvoch6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegasino-qvoch6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-qvoch6 {
    padding: 63px;
  }
}

.vegasino-njmsgj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegasino-njmsgj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegasino-iu6vaz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-iu6vaz {
    width: auto;
  }
}

.vegasino-w981ck {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.vegasino-w981ck::-webkit-scrollbar {
  display: none;
}

.vegasino-w981ck a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.vegasino-w981ck a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-w981ck {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegasino-njmsgj .vegasino-14uwt0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegasino-40frl5,
    mask-image 0.3s;
}

.vegasino-njmsgj .vegasino-14uwt0.vegasino-8584w9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegasino-5gdzfb {
  margin: 40px -16px;
}

.vegasino-0devua + .vegasino-9w3b9x,
.vegasino-0devua + .vegasino-affekl {
  margin-top: 24px;
}

.vegasino-cbp5gg {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegasino-cbp5gg picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegasino-0lz5sc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegasino-0lz5sc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegasino-0lz5sc {
    margin-top: 0;
  }
}

.vegasino-xrt1wo {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-xrt1wo {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-34zvy3 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .vegasino-34zvy3 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegasino-24jr9x {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .vegasino-24jr9x {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegasino-m1579l {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .vegasino-m1579l {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-1pua4a {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-1pua4a {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-lry3q5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.vegasino-scaogy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegasino-scaogy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegasino-3u9l9u {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegasino-qw3h2u {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .vegasino-qw3h2u {
    padding: 15px 48px;
  }
}

main > .vegasino-3u9l9u {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegasino-3na2hw.vegasino-nf7lsn > div:nth-child(n+5) {
    display: none;
  }
}

.vegasino-j31gkd p a img {
  display: block;
  margin: 0 auto;
}


.vegasino-rnhjlk {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.vegasino-4paqva {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vegasino-4paqva label {
  font-size: 14px;
}

.vegasino-4paqva h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-4paqva input,
.vegasino-4paqva textarea,
.vegasino-4paqva button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vegasino-4paqva button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-vqie5p ease;
}
.vegasino-4paqva button:hover {
  background-color: var(--button-bg-hover);
}
.vegasino-j7sl4b {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-yyigj7 ease-in;
}

.vegasino-j7sl4b h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegasino-yp7z0c, .vegasino-dh34xg, [class*="review-card"],
thead, thead th, table th, .vegasino-hwrruj,
.vegasino-87hmy3, [class*="collapsible-header"],
.vegasino-dytd7k, [class*="updated-block"] {
  color: #ece7dc !important;
}
