* {
  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-2ut581 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-2ut581 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-2ut581 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegasino-9b1cq8 {
  overflow: hidden;
}

.vegasino-xjyhzo img {
  background: var(--Neutral-300);
}

.vegasino-b1pd2o {
  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-mn5rc5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegasino-mn5rc5:hover {
  background: var(--button-bg-hover);
}

.vegasino-tdulod {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-tdulod:hover {
  background: var(--button-bg-hover);
}

.vegasino-28pdwb {
  font-size: 12px;
  line-height: 18px;
}

.vegasino-2v2ilr {
  font-size: 18px;
  line-height: 26px;
}

.vegasino-m95a4y {
  width: 100%;
}

.vegasino-t6yiv7 {
  padding: 6px 16px;
}

.vegasino-3hcdqe {
  padding: 10px 16px;
}

.vegasino-fkuedt {
  padding: 15px 26px;
}

.vegasino-0lorla {
  flex-shrink: 0;
}

.vegasino-y510ji {
  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-f8xiis {
  display: none;
}

.vegasino-nknknv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegasino-ut9wjx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegasino-2me8v7 {
  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-m4ege0 {
  cursor: grab;
}

.vegasino-2me8v7::-webkit-scrollbar {
  display: none;
}

.vegasino-6zxwf2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegasino-stbfjv {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegasino-vm48n4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegasino-tq6s4g {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegasino-lwe3cf {
  visibility: visible;
}

.vegasino-6itkq4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegasino-0nvtnf ease;
}

.vegasino-xc2rxy {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegasino-7kcwvx {
  -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-0nvtnf,
    mask-image 0.3s;
}

.vegasino-7kcwvx.vegasino-fknhv4 {
  -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-3gc0zu: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-rq7bfw {
  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-y7ro16.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-y7ro16.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-wmq263 {
  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-wmq263::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-6b71as {
  position: relative;
  z-index: 1;
}

.vegasino-nyk3pn {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegasino-7b8e47 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegasino-ysz8lm {
  font-size: 40px;
  line-height: 48px;
}

.vegasino-2bjths {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegasino-vx6wlx {
  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-vx6wlx:hover {
  background: var(--Primary-400);
}

.vegasino-vx6wlx svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegasino-3gc0zu 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-wmq263 {
    max-width: 600px;
    padding: 64px;
  }

  .vegasino-nyk3pn {
    font-size: 24px;
    line-height: 32px;
  }

  .vegasino-7b8e47 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegasino-ysz8lm {
    font-size: 50px;
    line-height: 56px;
  }

  .vegasino-2bjths {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegasino-rq7bfw {
    top: 25px;
    right: 25px;
  }
}

.vegasino-0858hu,
.vegasino-hsnre5 {
  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-m500kp.vegasino-kdpts9::before,
.vegasino-hsnre5::before,
.vegasino-eogb9c::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-y7ro16.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegasino-2yi6gc 14.vegasino-pwemog.vegasino-w7q1nn 14.vegasino-nalp7c 15.vegasino-tiyd9i 14.vegasino-yjtp8h 15.vegasino-v9mey7 14.vegasino-v2v82m.vegasino-ev175n 14.vegasino-hvhb5i 19.vegasino-oypqt3 12.vegasino-jprebv 19.vegasino-oypqt3 10.vegasino-r19716.vegasino-oypqt3 8.vegasino-my71ns 17.vegasino-k364zi 7.vegasino-ctrber 15.vegasino-0wxy5h 7.vegasino-fz13z1.vegasino-7jt9yw 7.vegasino-ctrber 11.vegasino-xihqwc 8.vegasino-my71ns 11.vegasino-xihqwc 10.vegasino-4crkwi.vegasino-xihqwc 12.vegasino-ojzy8m 13.vegasino-oa8y4w 14.vegasino-vsorlj 15.vegasino-67fi2l 14.vegasino-c6j2xi.vegasino-sxyo7k 14.vegasino-b4je1l 15.vegasino-obkbxk 14.vegasino-krrunl 15.vegasino-7zozwq 14.vegasino-cqaup8.vegasino-2yi6gc 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegasino-thrzdc 15.vegasino-o103fb.vegasino-xzu9fi 15.vegasino-vphui2 15.vegasino-re6d34 15.vegasino-xfctjl 15.vegasino-xzuwig 15.vegasino-yp8ztg.vegasino-3kmxge 15.vegasino-xfctjl 15.vegasino-w8w6px 15.vegasino-sr76tg 15.vegasino-rr1mim 15.vegasino-1g1u34.vegasino-9skk2k 15.vegasino-jmvpdi 7.vegasino-zqwygj 18.vegasino-x9cens 7.vegasino-zqejk3 23.vegasino-a3d1lq.vegasino-kp92e0.vegasino-bo7jxs 18.vegasino-ua3xnt 19.vegasino-2njtzj 15.vegasino-8irm7d 15.vegasino-thrzdc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegasino-onvhqd [type="submit"] *,
.vegasino-yd8y7a button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegasino-n427xd {
    display: none;
  }
}

.vegasino-my2kvw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegasino-my2kvw {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-my2kvw {
    bottom: 22px;
  }
}

.vegasino-my2kvw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegasino-my2kvw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegasino-15tb71.static) .vegasino-my2kvw {
    bottom: 8px;
  }
}

.vegasino-81dj3p {
  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-y7ro16.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegasino-gd6jh6 3.vegasino-xkesp3.vegasino-5kktxt.vegasino-e0qy4z 3.vegasino-6p9bxt 3.vegasino-4e0d1v 5.vegasino-inendd 3.vegasino-4e0d1v 8.vegasino-ltzyf7.vegasino-t2eslp.vegasino-4e0d1v 26.vegasino-xz97lg 5.vegasino-iwvuta 28.vegasino-8gx96a 8.vegasino-7tjcub 28.vegasino-dons0p.vegasino-ajooma 28.vegasino-6j65cz.vegasino-qa9m5q 34.vegasino-0aamd6.vegasino-svyx8u 36.vegasino-sa5fny 11.vegasino-sj0ze9 37.vegasino-6s7y83 12.vegasino-7l8ajt 36.vegasino-6jv80a.vegasino-kffci1 28.vegasino-g52pj8.vegasino-0orwzu.vegasino-wace5a 28.vegasino-m9t7bv 36.vegasino-vhtfgl 26.vegasino-360yqs 36.vegasino-vhtfgl 23.vegasino-r7gbi1.vegasino-hn7nn3.vegasino-vhtfgl 5.vegasino-0srvls 34.vegasino-6lonwc 3.vegasino-6p9bxt 31.vegasino-gd6jh6 3.vegasino-xlyxef.vegasino-1jlatg 18.vegasino-04h1bf.vegasino-4o0omq 18.vegasino-t2skij 8.vegasino-h15tsl 17.vegasino-33dlbv 8.vegasino-h15tsl 15.vegasino-j0z98g.vegasino-h15tsl 14.vegasino-cybpsu 9.vegasino-4o0omq 13.vegasino-sulikc 11.vegasino-1jlatg 13.vegasino-h9o0hq.vegasino-ehznkk 13.vegasino-sulikc 13.vegasino-870buq 14.vegasino-cybpsu 13.vegasino-870buq 15.vegasino-an1nq6.vegasino-870buq 17.vegasino-33dlbv 12.vegasino-ehznkk 18.vegasino-t2skij 11.vegasino-1jlatg 18.vegasino-98v06u.vegasino-vc6a1t 18.vegasino-feu3lx.vegasino-92p7qk 18.vegasino-t2skij 17.vegasino-676ifi 17.vegasino-33dlbv 17.vegasino-676ifi 15.vegasino-czlf4u.vegasino-676ifi 14.vegasino-cybpsu 18.vegasino-92p7qk 13.vegasino-sulikc 20.vegasino-vc6a1t 13.vegasino-60ott8.vegasino-apfh1f 13.vegasino-sulikc 22.vegasino-mrpfjk 14.vegasino-cybpsu 22.vegasino-mrpfjk 15.vegasino-5634kc.vegasino-ysz172 17.vegasino-33dlbv 21.vegasino-apfh1f 18.vegasino-t2skij 20.vegasino-vc6a1t 18.vegasino-840un5.vegasino-0gheus 18.vegasino-aflv4g.vegasino-ehqjvh 18.vegasino-t2skij 26.vegasino-ncri9z 17.vegasino-33dlbv 26.vegasino-ncri9z 15.vegasino-40qb4o.vegasino-ncri9z 14.vegasino-cybpsu 27.vegasino-ehqjvh 13.vegasino-sulikc 28.vegasino-0gheus 13.vegasino-bg6mhh.vegasino-gin06n 13.vegasino-sulikc 31.vegasino-j9b6sa 14.vegasino-cybpsu 31.vegasino-j9b6sa 15.vegasino-7wh808.vegasino-ncri9z 17.vegasino-33dlbv 30.vegasino-gin06n 18.vegasino-t2skij 28.vegasino-0gheus 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-81dj3p {
    display: none;
  }
}

.vegasino-t6ypbn {
  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-t6ypbn {
    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-yd8y7a {
  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-yd8y7a {
    padding: 14px 16px;
  }
}

.vegasino-yd8y7a button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegasino-yd8y7a button:first-child {
  align-content: end;
}

.vegasino-yd8y7a button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegasino-yd8y7a
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-yd8y7a
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegasino-yd8y7a button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegasino-yd8y7a button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegasino-eogb9c {
  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-eogb9c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-eogb9c,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-eogb9c {
  opacity: 1;
  visibility: visible;
}

.vegasino-mqmi2o {
  flex: 1 1;
}

.vegasino-b7vif8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-b7vif8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegasino-u5neyv {
  display: block;
}

.vegasino-5501rp {
  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-5501rp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-hsnre5 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegasino-hsnre5::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegasino-7poc8n span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegasino-7poc8n p {
  color: var(--Text-100);
}

.vegasino-hsnre5 .vegasino-jim25c {
  grid-area: button;
}

.vegasino-hsnre5 .vegasino-jim25c::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-y7ro16.org/2000/svg'%3E%3Cpath d='M4.vegasino-fsl02n 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-8k7flm 15L16.vegasino-8k7flm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-8k7flm 5L16.vegasino-8k7flm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-r5mxvx {
  display: block;
}

.vegasino-e3mrsc {
  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-e3mrsc {
    margin-top: 40px;
  }
}

.vegasino-0858hu label,
.vegasino-0858hu input {
  display: block;
  width: 100%;
}

.vegasino-0858hu label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegasino-0858hu label.vegasino-6kvy69 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegasino-0858hu label.vegasino-6kvy69::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-0858hu 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-0858hu input::placeholder {
  color: var(--Text-400);
}

.vegasino-pr74wr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegasino-pr74wr {
  display: flex;
}

.vegasino-pr74wr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegasino-pr74wr ol {
    height: 420px;
    padding: 24px;
  }
}

.vegasino-pr74wr ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegasino-onvhqd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-onvhqd {
    padding: 0 24px 24px;
  }
}

.vegasino-onvhqd 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-onvhqd input::placeholder {
  color: var(--Text-400);
}

.vegasino-onvhqd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegasino-onvhqd [type="submit"]:disabled {
  opacity: 0.5;
}

.vegasino-onvhqd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegasino-onvhqd [type="submit"] {
    right: 40px;
  }
}

.vegasino-m500kp {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegasino-m500kp.vegasino-kdpts9 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegasino-m500kp.vegasino-kdpts9::before {
  content: "";
  width: 31px;
}

.vegasino-m500kp.vegasino-kdpts9 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-m500kp.vegasino-8lbg2f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegasino-m500kp p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-my2kvw .vegasino-jim25c {
  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-n427xd {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegasino-n427xd {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegasino-n427xd {
    padding: 18px 0;
  }
}

.vegasino-n427xd .vegasino-2ut581 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegasino-n427xd .vegasino-2ut581 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegasino-w4vfas {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegasino-w4vfas {
    max-width: 160px;
    height: 40px;
  }
}

.vegasino-w4vfas picture,
.vegasino-w4vfas img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegasino-w4vfas img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegasino-t72srk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegasino-0nvtnf ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegasino-n427xd.vegasino-fxvo3d .vegasino-t72srk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegasino-t72srk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegasino-t72srk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegasino-kgq06s,
.vegasino-fj9iz9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegasino-kgq06s,
  .vegasino-fj9iz9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegasino-fj9iz9 {
    display: none;
  }
}

.vegasino-a5oig4 {
  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-fxvo3d .vegasino-a5oig4 {
  background: var(--fh-bg-color);
}

.vegasino-a5oig4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegasino-a5oig4 {
    display: none;
  }
}

.vegasino-lpd7op {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-lpd7op {
    display: none;
  }
}

.vegasino-b05mri {
  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-n427xd.vegasino-fxvo3d .vegasino-b05mri:first-child {
  display: none;
}

.vegasino-n427xd.vegasino-fxvo3d .vegasino-b05mri:last-child {
  display: block;
}

.vegasino-b05mri:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegasino-b05mri {
    display: none;
  }
}

.vegasino-bh3h08 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-bh3h08 {
    display: flex;
  }
}

.vegasino-bh3h08 ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegasino-bh3h08:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegasino-bh3h08:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegasino-bh3h08:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegasino-bh3h08:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegasino-bh3h08:hover .vegasino-dscqcf svg {
  transform: rotate(180deg);
}

.vegasino-664ahw {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegasino-nem82c {
  padding: 0 8px;
}

.vegasino-azt8q0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegasino-azt8q0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegasino-azt8q0 {
    padding: 4px 8px;
  }
}

.vegasino-vd8tw5 {
  display: flex;
}

.vegasino-vd8tw5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegasino-dscqcf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegasino-dscqcf svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegasino-q29r4n {
  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-q29r4n {
    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-nodmpg {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-nodmpg {
    display: none;
  }
}

.vegasino-te52gp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegasino-luyrwn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegasino-3d11s9 {
  display: flex;
}

.vegasino-o6geee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-j3ccso {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegasino-j3ccso {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegasino-j3ccso {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegasino-j3ccso .vegasino-khhjko [data-ref-el],
  .vegasino-j3ccso .vegasino-khhjko span,
  .vegasino-j3ccso .vegasino-khhjko a {
    white-space: nowrap;
  }
}

.vegasino-s3cmtz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegasino-s3cmtz.vegasino-3dkag6 > .vegasino-khhjko {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegasino-s3cmtz.vegasino-i7gd8x:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegasino-s3cmtz.vegasino-3dkag6 > .vegasino-4zvd6a {
    height: auto;
  }

  .vegasino-s3cmtz.vegasino-3dkag6 > div > .vegasino-y94bqv {
    transform: rotate(180deg);
  }
}

.vegasino-s3cmtz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegasino-s3cmtz [data-ref-el],
.vegasino-s3cmtz span {
  cursor: pointer;
}

.vegasino-s3cmtz [data-ref-el],
.vegasino-s3cmtz span,
.vegasino-s3cmtz 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-s3cmtz [data-ref-el],
  .vegasino-s3cmtz span,
  .vegasino-s3cmtz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegasino-s3cmtz [data-ref-el],
  .vegasino-s3cmtz span,
  .vegasino-s3cmtz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegasino-4zvd6a {
  height: 0;
  overflow: hidden;
  transition: height 0.vegasino-0nvtnf ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegasino-4zvd6a::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegasino-4zvd6a::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegasino-4zvd6a::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegasino-4zvd6a {
    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-4zvd6a:has(> .vegasino-s3cmtz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegasino-4zvd6a .vegasino-4zvd6a {
    padding: 0;
  }

  .vegasino-4zvd6a .vegasino-s3cmtz {
    font-weight: 400;
  }

  .vegasino-4zvd6a .vegasino-s3cmtz:hover > .vegasino-khhjko {
    background: var(--Neutral-300);
  }

  .vegasino-4zvd6a .vegasino-y94bqv {
    rotate: -90deg;
  }
}

.vegasino-khhjko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-khhjko {
    padding: 8px;
  }

  .vegasino-s3cmtz.vegasino-w9ed77 > .vegasino-khhjko {
    background: var(--Neutral-300);
  }
}

.vegasino-y94bqv {
  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-y7ro16.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegasino-5solr6 0.vegasino-fyfs9h.vegasino-bfw5ol -0.vegasino-gb9h32 0.vegasino-hdv0pp -0.vegasino-gb9h32 1.vegasino-cci67p 0.vegasino-u5fazp.vegasino-plxd2r 4.vegasino-8977kl.vegasino-5solr6 0.vegasino-1tibxj.vegasino-gh7sz2 -0.vegasino-gb9h32 9.vegasino-pxnzbf -0.vegasino-gb9h32 10.vegasino-g6pjb7 0.vegasino-60ylpq.vegasino-z7z20a 0.vegasino-bfw5ol 10.vegasino-z7z20a 0.vegasino-hdv0pp 10.vegasino-g6pjb7 1.vegasino-musaaa.vegasino-ro73tv 5.vegasino-u9amlb.vegasino-62c8zy 6.vegasino-fbugyn 5.vegasino-76nlkq 6.vegasino-fbugyn 4.vegasino-5c0erj 5.vegasino-3c2xq7.vegasino-5solr6 1.vegasino-ckduy4.vegasino-gb9h32 0.vegasino-hdv0pp -0.vegasino-gb9h32 0.vegasino-bfw5ol 0.vegasino-5solr6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegasino-0nvtnf ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-y94bqv {
    cursor: default;
  }
}

.vegasino-ot7gc2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegasino-ymdnrc {
  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-ymdnrc {
    padding: 40px 4px;
  }
}

.vegasino-r11yk8 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegasino-r11yk8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegasino-n0jjtl {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegasino-n0jjtl {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegasino-n0jjtl ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegasino-n0jjtl [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegasino-n0jjtl [data-ref-el],
.vegasino-n0jjtl span,
.vegasino-n0jjtl a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegasino-7fqduj {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-7fqduj {
    margin-bottom: 12px;
  }
}

.vegasino-6upq3o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegasino-6upq3o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegasino-6upq3o:last-child {
    margin-right: 0;
  }
}

.vegasino-1rdp1v {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-7fqduj:hover .vegasino-reda03 {
  visibility: visible;
  opacity: 1;
}

.vegasino-reda03 {
  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-312ask {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegasino-0td739 {
  display: flex;
  margin: 6px;
}

.vegasino-0td739 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegasino-reda03::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-reda03::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-pwhvfe {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-pwhvfe {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegasino-ney9wx {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegasino-ney9wx {
    margin-right: 32px;
  }
}

.vegasino-wpc3c5 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-wpc3c5 {
    margin-top: 0;
    width: 340px;
  }
}

.vegasino-wpc3c5 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-k7bvom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegasino-78invz {
  position: relative;
}

@media (min-width: 768px) {
  .vegasino-78invz {
    margin-top: 40px;
  }
}

.vegasino-78invz + .vegasino-gugxhq,
.vegasino-78invz + .vegasino-78invz {
  margin-top: 24px;
}

.vegasino-kym0ht {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegasino-kym0ht {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-kym0ht {
    padding: 80px;
  }
}

.vegasino-p5qsh3 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegasino-p5qsh3 {
    padding: 0 16px;
}


}

.vegasino-rjj370 {
  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-rjj370 {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-5in1o8 {
  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-5in1o8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-1ixe9x {
  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-1ixe9x:hover {
  background: var(--button-bg-hover);
}

.vegasino-tp8odg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegasino-tp8odg img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegasino-tp8odg img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegasino-tp8odg img {
  min-height: 100%;
  }
}

.vegasino-kym0ht::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegasino-5dl2n6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegasino-5dl2n6 h1,
.vegasino-5dl2n6 h2,
.vegasino-5dl2n6 h3,
.vegasino-5dl2n6 h4 {
  margin-bottom: 6px;
}

.vegasino-5dl2n6 h1:not(:first-child),
.vegasino-5dl2n6 h2:not(:first-child),
.vegasino-5dl2n6 h3:not(:first-child),
.vegasino-5dl2n6 h4:not(:first-child) {
  margin-top: 16px;
}

.vegasino-5dl2n6 h1,
.vegasino-5dl2n6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegasino-5dl2n6 h1,
  .vegasino-5dl2n6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegasino-5dl2n6 h2,
.vegasino-5dl2n6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegasino-5dl2n6 h2,
  .vegasino-5dl2n6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-5dl2n6 h3,
.vegasino-5dl2n6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegasino-5dl2n6 h3,
  .vegasino-5dl2n6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-5dl2n6 h4,
.vegasino-5dl2n6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegasino-5dl2n6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegasino-5dl2n6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegasino-5dl2n6 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-5dl2n6 ul ul {
  margin-bottom: 8px;
}

.vegasino-5dl2n6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegasino-5dl2n6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegasino-5dl2n6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegasino-5dl2n6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegasino-5dl2n6 ol li::marker {
  font-weight: 700;
}

.vegasino-5dl2n6 ol ol {
  margin-bottom: 8px;
}

.vegasino-5dl2n6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegasino-5dl2n6 ol ul li {
  padding-left: 16px;
}

.vegasino-5dl2n6 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-5dl2n6 table {
    padding: 24px;
  }
}

.vegasino-5dl2n6 table.vegasino-dmov47 {
  -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-0nvtnf,
    mask-image 0.3s;
}

.vegasino-5dl2n6 table.vegasino-dmov47.vegasino-fknhv4 {
  -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-5dl2n6 table {
    display: table;
  }
}

.vegasino-5dl2n6 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-5dl2n6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-5dl2n6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-5dl2n6 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-5dl2n6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegasino-5dl2n6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-5dl2n6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-5dl2n6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegasino-5dl2n6 img {
  max-width: 100%;
  height: auto;
}

.vegasino-pfmwf5 {
  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-pfmwf5 {
    padding: 24px;
  }
}

.vegasino-pgpeuu {
  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-pgpeuu {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegasino-pgpeuu > * {
  margin: 0 !important;
}

.vegasino-pgpeuu img,
.vegasino-tgxlxy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-pgpeuu img,
  .vegasino-tgxlxy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-s2bm3y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-s2bm3y {
    width: 32px;
    height: 32px;
  }
}

.vegasino-erygic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegasino-erygic .vegasino-vd1svt {
  flex-shrink: 0;
}

.vegasino-erygic .vegasino-76r2nj svg {
  display: none;
}

.vegasino-d4np6p {
  display: grid;
  transition: max-height 0.vegasino-0nvtnf ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegasino-d4np6p {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegasino-d4np6p {
    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-d4np6p.vegasino-9y3xli + .vegasino-vd1svt svg {
  transform: rotate(180deg);
}

.vegasino-lhlkks {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegasino-lhlkks > div:nth-child(3n) {
  grid-column: span 2;
}

.vegasino-lhlkks
  > div:nth-child(3n)
  .vegasino-x3bfgp
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegasino-lhlkks {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegasino-lhlkks > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegasino-lhlkks
    > div:nth-child(3n)
    .vegasino-x3bfgp
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegasino-lhlkks {
    max-width: 270px;
  }
}

.vegasino-lhlkks .vegasino-x3bfgp button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegasino-lhlkks .vegasino-x3bfgp button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegasino-lhlkks .vegasino-x3bfgp button {
    max-width: 104px;
  }
}

.vegasino-2xm6tu {
  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-2xm6tu {
    margin-bottom: 0;
  }
}

.vegasino-e20jlr {
  display: none;
  opacity: 0;
}

.vegasino-zgoajw {
  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-zgoajw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegasino-x3bfgp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegasino-x3bfgp 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-x3bfgp
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-x3bfgp
    button {
    max-width: 145px;
  }
}

.vegasino-hr9348:first-child
  .vegasino-x3bfgp
  button {
  max-width: 270px;
}

.vegasino-6f7gae {
  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-2xm6tu picture {
  width: 100%;
  max-width: 100%;
}

.vegasino-hx8kwe {
  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-hx8kwe svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegasino-2xm6tu:hover .vegasino-hx8kwe {
  display: flex;
}

.vegasino-jt7kek {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegasino-lrytir {
  display: flex;
}

.vegasino-lrytir:hover .vegasino-gv6uf8,
.vegasino-lrytir .vegasino-w9ed77 .vegasino-gv6uf8 {
  display: flex;
}

.vegasino-lrytir svg {
  flex-shrink: 0;
}

.vegasino-gv6uf8 {
  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-gv6uf8 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegasino-gv6uf8:hover {
  display: flex;
}

.vegasino-gv6uf8 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegasino-la1d19 {
  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-la1d19 {
    font-size: 12px;
  }
}

.vegasino-lvcrle,
.vegasino-yu148y {
  width: 50%;
  flex-shrink: 0;
}

.vegasino-lvcrle {
  font-weight: 700;
}

.vegasino-mao7h8 .vegasino-d4np6p {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegasino-mao7h8 .vegasino-d4np6p {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegasino-mao7h8 .vegasino-d4np6p {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegasino-mao7h8
  .vegasino-6f7gae:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegasino-mao7h8 .vegasino-zgoajw {
  height: 100% !important;
  border-radius: 16px;
}

.vegasino-mao7h8 .vegasino-x3bfgp {
  gap: 4px;
  align-items: center;
}

.vegasino-mao7h8 .vegasino-x3bfgp button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegasino-mao7h8 .vegasino-x3bfgp svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegasino-mao7h8 .vegasino-tp25f4,
.vegasino-mao7h8 .vegasino-wvtjco {
  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-y7ro16.org/2000/svg'%3E%3Cpath d='M9.vegasino-i1e2s1 4.vegasino-b0dhf8.vegasino-4vbm9b 5.vegasino-hwoiri.vegasino-mbkrdt 5.vegasino-nxnew4.vegasino-rulgqf 5.vegasino-jbtidd.vegasino-6ec8i7 8.vegasino-qelujx.vegasino-1f6449 9.vegasino-qjg7f3.vegasino-1vjd2h 9.vegasino-xilrei.vegasino-yhzwha 13.vegasino-wldvd9.vegasino-nprqxc 11.vegasino-rzqvcw.vegasino-pscvz5 11.vegasino-kvdfhb.vegasino-wlnqbo 11.vegasino-dmm3rc.vegasino-h9qvtm 13.vegasino-eqf5f5.vegasino-b4d4p3 9.vegasino-msbc6k.vegasino-89tdht 9.vegasino-us1f3r.vegasino-u51ww8 8.vegasino-14e0g3.vegasino-ieg96t 5.vegasino-buvujw.vegasino-2gvr9z 5.vegasino-kkp7gy.vegasino-y5kkl5 5.vegasino-iswv1i.vegasino-ds8d69 4.vegasino-2u4nh4.vegasino-pscvz5 1.vegasino-do8ry0.vegasino-i1e2s1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegasino-mao7h8 .vegasino-tp25f4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegasino-mao7h8 .vegasino-wvtjco {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegasino-u0o2yw {
  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-u0o2yw {
    padding: 24px;
  }
}

.vegasino-u0o2yw .vegasino-vd1svt {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-u0o2yw .vegasino-vd1svt {
    display: none;
  }
}

.vegasino-u0o2yw .vegasino-76r2nj svg {
  display: none;
}

.vegasino-bfrfv3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegasino-bfrfv3 .vegasino-b1pd2o {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-bfrfv3 .vegasino-b1pd2o {
    display: flex;
  }
}

.vegasino-bxw7ya {
  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-bxw7ya {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-bxw7ya > * {
  margin: 0 !important;
}

.vegasino-bxw7ya img,
.vegasino-i91fpt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-bxw7ya img,
  .vegasino-i91fpt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-kftm85 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-kftm85 {
    width: 32px;
    height: 32px;
  }
}

.vegasino-ulbusu {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegasino-ulbusu {
    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-ulbusu::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-qjl576 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegasino-qjl576 {
    padding: 7px 15px;
  }
}

.vegasino-qjl576:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-y7ak4t {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-y7ak4t {
    display: flex;
    opacity: 1;
  }
}

.vegasino-qjl576 picture {
  height: 100%;
  display: block;
}

.vegasino-qjl576 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegasino-qjl576 img {
    width: 88px;
    height: 44px;
  }
}

.vegasino-qjl576 p {
  text-align: center;
  width: 100%;
}

.vegasino-bz38wu {
  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-bz38wu {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-bz38wu img,
.vegasino-lpdvjg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-bz38wu img,
  .vegasino-lpdvjg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-abrgua {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-abrgua {
    width: 32px;
    height: 32px;
  }
}

.vegasino-qc71op {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegasino-shlo8n {
  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-5o047f {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegasino-5o047f.vegasino-w9ed77 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegasino-e8613m {
  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-e8613m {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-g8le4z {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegasino-onsogm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegasino-0nvtnf ease;
  opacity: 0;
  color: var(--text-color);
}

.vegasino-68l0v9 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegasino-68l0v9 ol,
.vegasino-68l0v9 ul {
  padding-left: 1.3em;
}

.vegasino-5o047f.vegasino-w9ed77 .vegasino-onsogm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegasino-5o047f.vegasino-w9ed77 .vegasino-g8le4z {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegasino-wum6hg {
  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-wum6hg {
    padding: 24px;
  }
}

.vegasino-wum6hg .vegasino-vd1svt {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-wum6hg .vegasino-vd1svt {
    display: none;
  }
}

.vegasino-wum6hg .vegasino-76r2nj svg {
  display: none;
}

.vegasino-e0eojn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-e0eojn .vegasino-b1pd2o {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-e0eojn .vegasino-b1pd2o {
    display: flex;
  }
}

.vegasino-n1zput {
  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-n1zput {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-n1zput > * {
  margin: 0 !important;
}

.vegasino-n1zput img,
.vegasino-vt4a2v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-n1zput img,
  .vegasino-vt4a2v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-aloxc7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-aloxc7 {
    width: 32px;
    height: 32px;
  }
}

.vegasino-pmcg8r {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegasino-pmcg8r {
    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-pmcg8r::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-oqhqbm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegasino-oqhqbm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-bjtrt0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-bjtrt0 {
    display: flex;
    opacity: 1;
  }
}

.vegasino-oqhqbm picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegasino-oqhqbm picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegasino-8r8mh6 {
  margin: -24px 0;
}

.vegasino-8r8mh6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegasino-8r8mh6 {
    margin: -16px 0;
  }
}

.vegasino-sqok5d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegasino-sqok5d {
    flex-direction: row;
  }
}

.vegasino-k7lpnm {
  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-k7lpnm {
    flex: 1;
  }
}

.vegasino-k7lpnm::placeholder {
  color: var(--Text-400);
}

.vegasino-7skotc {
  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-efzsv4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegasino-efzsv4::-webkit-scrollbar {
  display: none;
}

.vegasino-dx6wug {
  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-dx6wug img,
.vegasino-dx6wug svg {
  margin-right: 8px;
}

.vegasino-ffgjm1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegasino-8r8mh6 + .vegasino-di79kx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegasino-8r8mh6 + .vegasino-di79kx {
    margin-top: -16px;
  }
}

.vegasino-v9ulga {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegasino-v9ulga > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegasino-v9ulga > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegasino-frswx8 {
  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-rr73mm {
  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-wgqe8h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegasino-t35l1i {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegasino-kj0oy8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegasino-frswx8 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-frswx8 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-frswx8 {
    padding: 39px 179px 39px 39px;
  }

  .vegasino-rr73mm {
    font-size: 40px;
    line-height: 48px;
  }

  .vegasino-kj0oy8 {
    height: 348px;
  }

  .vegasino-frswx8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegasino-frswx8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-frswx8 {
    padding: 63px;
  }
}

.vegasino-agt4ze {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegasino-agt4ze {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegasino-vv4iof {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-vv4iof {
    width: auto;
  }
}

.vegasino-4ejchc {
  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-4ejchc::-webkit-scrollbar {
  display: none;
}

.vegasino-4ejchc 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-4ejchc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-4ejchc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegasino-agt4ze .vegasino-oro7n6 {
  -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-0nvtnf,
    mask-image 0.3s;
}

.vegasino-agt4ze .vegasino-oro7n6.vegasino-fknhv4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegasino-ehfq5m {
  margin: 40px -16px;
}

.vegasino-e0cwrz + .vegasino-gugxhq,
.vegasino-e0cwrz + .vegasino-78invz {
  margin-top: 24px;
}

.vegasino-8iux6t {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegasino-8iux6t picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegasino-ysn0y7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegasino-ysn0y7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegasino-ysn0y7 {
    margin-top: 0;
  }
}

.vegasino-01l12o {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-01l12o {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-qbv16c {
  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-qbv16c {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegasino-dwuegv {
  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-dwuegv {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegasino-29bmtv {
  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-29bmtv {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-fajss0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-fajss0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-3sqtrk {
  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-wm7mah {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegasino-wm7mah img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegasino-di79kx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegasino-y3v3m4 {
  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-y3v3m4 {
    padding: 15px 48px;
  }
}

main > .vegasino-di79kx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegasino-d4np6p.vegasino-g4yxep > div:nth-child(n+5) {
    display: none;
  }
}

.vegasino-5dl2n6 p a img {
  display: block;
  margin: 0 auto;
}


.vegasino-wp1w1q {
  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-r370jv {
  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-r370jv label {
  font-size: 14px;
}

.vegasino-r370jv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-r370jv input,
.vegasino-r370jv textarea,
.vegasino-r370jv 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-r370jv button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-ox8xgl ease;
}
.vegasino-r370jv button:hover {
  background-color: var(--button-bg-hover);
}
.vegasino-qsy899 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-l7y8ut ease-in;
}

.vegasino-qsy899 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-x6sg0n, .vegasino-yfq21t, [class*="review-card"],
thead, thead th, table th, .vegasino-g836nu,
.vegasino-dtgnc1, [class*="collapsible-header"],
.vegasino-lxnr6d, [class*="updated-block"] {
  color: #ece7dc !important;
}
