:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .vegasino-jgd415 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .vegasino-b0ijts {
    display: none;
  }
}

.vegasino-sb9anf {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.vegasino-mgork2 {
  overflow-y: hidden;
}

.vegasino-6tcohe {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.vegasino-a6arli {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .vegasino-a6arli {
    max-width: 100%;
  }
}

.vegasino-q1qg7a,
body,
html {
  height: 100%;
}

.vegasino-2nlxyb {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.vegasino-2nlxyb.vegasino-ejhknm {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.vegasino-ka7enh {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.vegasino-ka7enh.vegasino-ejhknm {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.vegasino-5b4gmu {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.vegasino-5b4gmu.vegasino-ejhknm {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.vegasino-5b4gmu.vegasino-ejhknm .vegasino-4oan7b {
  display: none;
}

.vegasino-9uxlv9 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .vegasino-5b4gmu,
  .vegasino-ka7enh {
    margin-left: 0;
    max-width: 100%;
  }
}

.vegasino-w732qa {
  background: var(--sidebar-bg-color);
  display: block;
}

.vegasino-w732qa.vegasino-ejhknm .vegasino-4oan7b {
  display: inline-block;
}

.vegasino-w732qa.vegasino-ejhknm .vegasino-zua7f4 {
  display: flex;
}

.vegasino-w732qa.vegasino-ejhknm .vegasino-1tyuym {
  transform: translateY(0);
  visibility: visible;
}

.vegasino-xjo9ws {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.vegasino-w732qa .vegasino-4oan7b {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.vegasino-zua7f4 {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.vegasino-zua7f4::-webkit-scrollbar {
  width: 0;
}

.vegasino-oj1gib {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.vegasino-oj1gib.vegasino-ejhknm {
  display: none;
}

.vegasino-12viyh {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.vegasino-wzwai3 {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.vegasino-9t222z {
  max-width: 40px;
}

.vegasino-gwgpnc {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.vegasino-gwgpnc svg {
  color: var(--success-color-light);
}

.vegasino-7lontt {
  border-bottom: 1px solid var(--divider-color);
}

.vegasino-w6dm8p {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .vegasino-wzwai3:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .vegasino-w732qa {
    display: none;
  }
  .vegasino-w732qa:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.vegasino-nqmk89 {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.vegasino-y0tg19 {
  max-width: 40px;
}

.vegasino-wl6sfj {
  font-size: 0.75rem;
  font-weight: 700;
}

.vegasino-99tbxq {
  background: var(--fh-bg-color);
}

.vegasino-8f0738,
.vegasino-vet6a8 {
  align-items: center;
  display: flex;
}

.vegasino-8f0738 {
  gap: 0.5rem;
}

.vegasino-vet6a8 {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.vegasino-99tbxq .vegasino-4oan7b {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .vegasino-vet6a8 {
    gap: 0rem;
    padding: 0;
  }

  .vegasino-99tbxq .vegasino-4oan7b {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .vegasino-99tbxq .vegasino-4ord7r {
    display: none;
  }
  .vegasino-an9f0t {
    font-size: 0.vegasino-yrgb84 !important;
  }
  .vegasino-99tbxq .vegasino-4oan7b {
    max-width: 100px;
  }
}

.vegasino-l2rl0s svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .vegasino-l2rl0s {
    display: none;
  }
}

.vegasino-4oan7b {
  display: inline-block;
  max-width: 125px;
}

.vegasino-8ux0ok {
  width: 100%;
}

.vegasino-1tyuym {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.vegasino-l375oy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.vegasino-35rg01,
.vegasino-pk0req {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.vegasino-35rg01 {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.vegasino-35rg01:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.vegasino-35vxzm {
  font-size: 0.875rem;
  justify-content: center;
}

.vegasino-efut2x,
.vegasino-04t4in {
  position: relative;
  z-index: 2;
}

.vegasino-efut2x {
  max-width: 40px;
}

.vegasino-69fhdj {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.vegasino-ea7con:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.vegasino-4ohm60 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.vegasino-pk0req {
  padding: 0.5rem;
}

.vegasino-nc3q1h {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .vegasino-35rg01:hover,
  .vegasino-pk0req:hover {
    background: var(--border-color);
  }
}

.vegasino-uyplnd {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.vegasino-72mzs0 {
  color: var(--button-text-color);
}

.vegasino-ir17dl {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.vegasino-ir17dl .vegasino-72mzs0 {
  color: var(--button-text-color);
}

.vegasino-izogy4 {
  padding: 0.vegasino-yftrnc 0.625em;
  width: 100%;
}

.vegasino-i7qbxx {
  font-size: 0.875rem;
}

.vegasino-mxrt7e {
  background: var(--success-color);
  border-color: var(--success-color);
}

.vegasino-mxrt7e .vegasino-72mzs0,
.vegasino-mxrt7e svg {
  color: var(--button-text-color);
}

.vegasino-sui2kl svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .vegasino-uyplnd:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .vegasino-ir17dl:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .vegasino-mxrt7e:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.vegasino-ld7y7t {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.vegasino-4ord7r {
  background: var(--border-color);
  display: inline-flex;
}

.vegasino-4ord7r,
.vegasino-zo5gwi {
  border-radius: var(--round-l);
}

.vegasino-zo5gwi {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.vegasino-zo5gwi span,
.vegasino-zo5gwi svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.vegasino-8xaeex {
  background: var(--button-bg-color);
}

.vegasino-8xaeex span,
.vegasino-8xaeex svg {
  color: var(--button-text-color);
}

.vegasino-a7ylvo {
  display: none;
  height: 0;
  margin: 0.vegasino-4mgurb 0 1rem;
  width: 0;
}

.vegasino-a7ylvo .vegasino-zo5gwi {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .vegasino-a7ylvo {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .vegasino-zo5gwi:hover span,
  .vegasino-zo5gwi:hover svg {
    color: var(--text-color);
  }
}

.vegasino-lsa45s {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.vegasino-42mdok,
.vegasino-5cevkw {
  height: 100%;
}

.vegasino-42mdok {
  overflow-x: auto;
}

.vegasino-42mdok::-webkit-scrollbar {
  width: 0;
}

.vegasino-5cevkw {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.vegasino-9o3lq5 {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .vegasino-lsa45s {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .vegasino-lsa45s {
    height: auto;
    min-height: auto;
  }
  .vegasino-9o3lq5 {
    flex: 1 0 100%;
  }
}

.vegasino-2xu801 {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.vegasino-qivola {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .vegasino-qivola {
    gap: 0;
  }
}

.vegasino-0y1b3l {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .vegasino-0y1b3l {
    height: 150px !important;
  }
}

.vegasino-efexm6 {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.vegasino-47n77w {
  color: var(--text-color);
}

.vegasino-a8mra3 {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .vegasino-a8mra3 {
    font-size: 16px;
  }
}

.vegasino-sdlxfr {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .vegasino-2xu801 {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .vegasino-2xu801 {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .vegasino-efexm6 {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.vegasino-jn66rn {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .vegasino-cgh6ji:hover .vegasino-6q3koi {
    color: var(--accent-color);
  }
}

.vegasino-pij26x {
  text-align: center;
}

.vegasino-h8ndoo {
  margin: 2rem 0;
}

.vegasino-v1jj2k {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.vegasino-q9arde {
  font-size: 2rem;
  font-weight: 700;
}

.vegasino-q8ahy5 {
  overflow-x: auto;
}

.vegasino-q8ahy5::-webkit-scrollbar {
  width: 0;
}

.vegasino-imqixl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .vegasino-imqixl {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .vegasino-q9arde {
    font-size: 1.25rem;
  }
}

.vegasino-eo10mw {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.vegasino-2gh57d {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.vegasino-da5sen {
  -o-object-fit: cover;
  object-fit: cover;
}

.vegasino-5e4710,
.vegasino-da5sen {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.vegasino-5e4710 {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.vegasino-9g9pwj {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.vegasino-29pj57 {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.vegasino-82lr19 {
  padding: 0.5rem;
}

.vegasino-3uj30k {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.vegasino-3uj30k .vegasino-da5sen {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.vegasino-3uj30k .vegasino-2hzpx8 {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.vegasino-3uj30k .vegasino-29pj57 {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vegasino-3uj30k .vegasino-2gh57d {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.vegasino-3uj30k .vegasino-5e4710 {
  display: none;
}

@media (any-hover: hover) {
  .vegasino-eo10mw:hover .vegasino-5e4710 {
    opacity: 1;
  }
  .vegasino-eo10mw:hover .vegasino-da5sen {
    transform: scale(1.1);
    will-change: transform;
  }
}

.vegasino-qucpz7 {
  padding: 2rem 0;
}

.vegasino-qld5dg {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.vegasino-01qwmy {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vegasino-qfvwst {
  font-size: 0.75rem;
  font-weight: 600;
}

.vegasino-k17nnm {
  color: var(--footer-text-color);
}

.vegasino-kq1pwc {
  font-size: 1.25rem;
  font-weight: 600;
}

.vegasino-is2fta {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.vegasino-lj5ikq {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.vegasino-h0c65e {
  transition: var(--transition-duration);
}

.vegasino-0jqml7 {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.vegasino-qucpz7 .vegasino-nqmk89 {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .vegasino-lj5ikq:hover .vegasino-h0c65e {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .vegasino-0jqml7 {
    justify-content: center;
    flex-direction: column;
  }
}

.vegasino-j280hc {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.vegasino-m5u0os {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.vegasino-m5u0os p img {
  display: block;
  margin: 0 auto;
}

.vegasino-j280hc h1,
.vegasino-j280hc h2,
.vegasino-j280hc h3,
.vegasino-j280hc h4,
.vegasino-j280hc h5,
.vegasino-j280hc h6 {
  font-weight: 700;
}

.vegasino-j280hc h1,
.vegasino-j280hc h2 {
  margin-top: 2rem;
}

.vegasino-j280hc h3,
.vegasino-j280hc h4 {
  margin-top: 1rem;
}

.vegasino-j280hc ol li,
.vegasino-j280hc p,
.vegasino-j280hc ul li {
  color: var(--text-color);
}

.vegasino-j280hc p {
  margin-top: 1rem;
}

.vegasino-j280hc li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.vegasino-j280hc ol li,
.vegasino-j280hc ul li {
  font-size: 1rem;
}

.vegasino-j280hc ul li {
  list-style-type: disc;
}

.vegasino-j280hc .vegasino-hhuoei {
  max-width: 100%;
  overflow-x: scroll;
}

.vegasino-j280hc .vegasino-hhuoei::-webkit-scrollbar {
  height: 5px;
}

.vegasino-j280hc .vegasino-hhuoei::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.vegasino-j280hc .vegasino-hhuoei::-webkit-scrollbar-track {
  background: transparent;
}

.vegasino-j280hc table,
.vegasino-j280hc td,
.vegasino-j280hc th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.vegasino-j280hc table {
  margin: 1rem 0;
}

.vegasino-j280hc thead td,
.vegasino-j280hc thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.vegasino-j280hc tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.vegasino-j280hc td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.vegasino-j280hc th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .vegasino-j280hc th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.vegasino-j280hc img {
  display: inline-block;
  margin: 1rem 0;
}

.vegasino-j280hc .vegasino-eo10mw img,
.vegasino-j280hc .vegasino-xbdfey img {
  margin: 0;
}

.vegasino-j280hc .vegasino-eo10mw {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.vegasino-j280hc .vegasino-2hzpx8 {
  padding: 0.5rem;
}

.vegasino-j280hc .vegasino-9g9pwj {
  color: var(--text-color);
}

.vegasino-j280hc .vegasino-xbdfey {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.vegasino-j280hc .vegasino-6586qq {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.vegasino-j280hc .vegasino-xbdfey img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.vegasino-j280hc .vegasino-qb9mqt {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.vegasino-j280hc .vegasino-pdpx8m {
  flex: 1 1 30%;
  padding: 1rem;
}

.vegasino-j280hc .vegasino-0e367b {
  color: var(--text-color);
  font-weight: 700;
}

.vegasino-j280hc .vegasino-mctso5 {
  color: var(--text-color);
  font-weight: 600;
}

.vegasino-j280hc .vegasino-n4i5rg {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .vegasino-j280hc .vegasino-xbdfey {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .vegasino-j280hc .vegasino-mctso5 {
    font-size: 1rem;
  }
  .vegasino-j280hc .vegasino-0e367b {
    font-size: 0.875rem;
  }
  .vegasino-j280hc .vegasino-xbdfey img {
    flex: 1 1 auto;
  }
}

.vegasino-j280hc .vegasino-uyplnd {
  margin: 0.vegasino-8ou2bn 0;
}

@media screen and (max-width: 1024px) {
  .vegasino-j280hc,
  .vegasino-j280hc .vegasino-zlio3z,
  .vegasino-m5u0os {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .vegasino-j280hc ol li,
  .vegasino-j280hc ul li {
    font-size: 1rem;
  }
}

.vegasino-iw3jsw {
  color: var(--text-color);
  text-align: center;
}

.vegasino-7i4ifw {
  margin: 2rem 0;
}

.vegasino-9vpidi,
.vegasino-gdawci {
  margin-bottom: 1rem;
}

.vegasino-9vpidi {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.vegasino-9vpidi.vegasino-ejhknm .vegasino-54kjgy {
  display: block;
}

.vegasino-9vpidi.vegasino-ejhknm .vegasino-04o8p0 {
  transform: rotate(45deg);
}

.vegasino-0cswjl {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.vegasino-04o8p0 {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.vegasino-54kjgy {
  display: none;
  padding-top: 1rem;
}

.vegasino-61b91j {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.vegasino-61b91j.vegasino-ejhknm {
  transform: scaleX(-1);
}

.vegasino-ag47wa {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .vegasino-wsgaa8 {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.vegasino-wdbayi {
  display: flex;
  align-items: center;
}

.vegasino-wdbayi a {
  margin: 0 10px;
}

/* social */

.vegasino-5m7wsz {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-5m7wsz {
    flex-wrap: wrap;
  }
}

.vegasino-5m7wsz li {
  display: flex;
  margin: 0 7px;
}

.vegasino-5m7wsz li svg {
  transition: 0.vegasino-qxhtsy ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-5m7wsz li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.vegasino-3j6ygp {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.vegasino-ftkzpw {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .vegasino-ftkzpw {
    max-width: 100%;
  }
}

.vegasino-da0dn8 {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.vegasino-da0dn8 h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .vegasino-3j6ygp,
  .vegasino-da0dn8 {
    max-width: 100vw;
  }
}

.vegasino-zg7a6e {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.vegasino-jctndc {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.vegasino-nslp4b ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-jctndc::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegasino-nslp4b ease;
}

.vegasino-zg7a6e.vegasino-pimako .vegasino-jctndc::after {
  transform: rotate(45deg);
}

.vegasino-pz6ucq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.vegasino-qxhtsy ease, padding 0.vegasino-qxhtsy ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.vegasino-zg7a6e.vegasino-pimako .vegasino-pz6ucq {
  max-height: 200px;
  padding: 15px 20px;
}

/* review */

.vegasino-5c0xmy {
  margin: 25px 0;
}

.vegasino-xy2h43 > input:not(:checked) ~ label:hover,
.vegasino-xy2h43 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-zer9h5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-69cmtx 44.vegasino-fd870h.vegasino-a7i700.vegasino-vajspf.vegasino-duacr2.vegasino-x02wbg.vegasino-ura47i.vegasino-69frju.vegasino-0h3gkx.vegasino-5v2yjs.vegasino-37mknu.vegasino-qmr3jc.vegasino-43hfq3 0l-12.vegasino-gmxmn9 30.vegasino-rb32c3.vegasino-tip31x 2.vegasino-ojie01.vegasino-tip31x 3.vegasino-sflkd5 3.vegasino-dv2q48.vegasino-b3b9v8 3.vegasino-gffq6t.vegasino-g78dl1.vegasino-37p04l.vegasino-gboog8 7-3.vegasino-gmxmn9 10.vegasino-6jbz93.vegasino-gboog8 23.vegasino-c9sl6y.vegasino-oti4ez 1.vegasino-qzitz0 2.vegasino-gmxmn9 3.vegasino-oti4ez 1.vegasino-b3b9v8 5.vegasino-rcm3lk.vegasino-b3b9v8 32.vegasino-8fjiju.vegasino-g78dl1 5.vegasino-43hfq3 4.vegasino-gboog8 9.vegasino-gboog8 8.vegasino-b3b9v8 6.vegasino-fmmpqb.vegasino-c8o0xt.vegasino-bisr07.vegasino-drxoei.vegasino-xr0n6c 4.vegasino-h2uxxt.vegasino-xr0n6c 6.vegasino-xr0n6c 0l29.vegasino-43hfq3 17.vegasino-rgvxxx.vegasino-gv68ol 2.vegasino-jsgs9x 10.vegasino-7ithtp.vegasino-gmxmn9 8.vegasino-39gxn9.vegasino-l6c32h.vegasino-vdkm02.vegasino-bmtb0h.vegasino-iqsacz.vegasino-g78dl1.vegasino-x02wbg.vegasino-gmxmn9 1.vegasino-btl6li.vegasino-chcc4h.vegasino-ef2otu.vegasino-em646r.vegasino-ajx6st.vegasino-qzitz0 1.vegasino-as2ex9.vegasino-0oove8.5z'/%3e%3c/svg%3e");
}

.vegasino-ucgznt {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .vegasino-ucgznt {
    gap: 16px 0;
  }
}

.vegasino-8t6ezk {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.vegasino-8t6ezk.vegasino-wpjt9d {
  display: block;
}

.vegasino-8t6ezk.vegasino-777atp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-8t6ezk {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.vegasino-6z1z5k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegasino-bf2l6j {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.vegasino-5zvqkz {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vegasino-55v7qn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.vegasino-55v7qn span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.vegasino-6mfovp {
  font-size: 16px;
  line-height: 140%;
}

.vegasino-0m9w8y {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-0m9w8y .vegasino-wupr5z {
  fill: #c2c0ce;
}

.vegasino-0m9w8y [rating="1"] .vegasino-wupr5z:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegasino-0m9w8y [rating="2"] .vegasino-wupr5z:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-0m9w8y [rating="3"] .vegasino-wupr5z:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-0m9w8y [rating="4"] .vegasino-wupr5z:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-0m9w8y [rating="5"] .vegasino-wupr5z:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

review-send {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.vegasino-fw27qo textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.vegasino-fw27qo button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.vegasino-scmolt {
  text-align: center;
  color: var(--success-color);
}

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

.vegasino-hhuoei table {
  width: 100%;
}

.vegasino-zztwu1 {
  display: flex;
  justify-content: center;
}

.vegasino-qivola {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.vegasino-0y1b3l {
  position: relative;
  z-index: 1;
}

.vegasino-efexm6 {
  position: relative;
  z-index: 2;
}

.vegasino-47n77w {
  position: relative;
  z-index: 3;
}

.vegasino-vo3s76 {
  position: relative;
  z-index: 4;
}

.vegasino-g166kw {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}
