html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.vegasino-9bqg2i {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-9bqg2i {
    padding: 54px 0 0;
  }
}

.vegasino-pkfqhj {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .vegasino-pkfqhj:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.vegasino-kcrvbl {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .vegasino-kcrvbl {
    margin: 20px auto 100px;
  }
}

.vegasino-kcrvbl h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-kcrvbl h1 {
    font-size: 120px;
  }
}

.vegasino-kcrvbl p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.vegasino-dpoc3d {
  cursor: pointer;
}

.vegasino-eivat6 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.vegasino-rrzto9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegasino-rrzto9 figure {
  margin: 0;
}

.vegasino-rrzto9.vegasino-j3b5ot {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegasino-rrzto9.vegasino-ilydg2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegasino-rrzto9.vegasino-jpv2c7 {
  justify-content: center;
}

.vegasino-rrzto9.vegasino-x4s93s {
  justify-content: normal;
}

.vegasino-8wsu6y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .vegasino-8wsu6y {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-8wsu6y {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.vegasino-wj6wlr {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .vegasino-wj6wlr {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.vegasino-8f5kb2 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-8f5kb2 {
    flex-direction: column;
  }
}

.vegasino-rv2wi8 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.vegasino-rv2wi8 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .vegasino-rv2wi8 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.vegasino-tiygwq {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.vegasino-tiygwq ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .vegasino-tiygwq ul {
    margin-bottom: 15px;
  }
}

.vegasino-tiygwq ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.vegasino-tiygwq ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.vegasino-tiygwq ul li span svg {
  fill: var(--title-color);
}

.vegasino-tiygwq ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .vegasino-tiygwq ul li small {
    font-size: 12px;
  }
}

.vegasino-tiygwq ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.vegasino-tiygwq ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-tiygwq {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.vegasino-dzqu12 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-dzqu12 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.vegasino-fli0xm {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.vegasino-crx2qt {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.vegasino-ymewgx ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-crx2qt {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .vegasino-crx2qt:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.vegasino-crx2qt.vegasino-domh8r {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .vegasino-crx2qt.vegasino-domh8r:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.vegasino-bb9ul8 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .vegasino-bb9ul8 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-bb9ul8 {
    padding: 50px 16px 68px;
  }
}

.vegasino-0oo34k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .vegasino-0oo34k {
    flex-direction: column;
  }
}

.vegasino-0ei9po {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .vegasino-0ei9po {
    margin-bottom: 40px;
  }
}

.vegasino-9su506 .vegasino-il2goz {
  margin-bottom: 28px;
}

.vegasino-9su506 .vegasino-il2goz img {
  max-height: 100px;
  width: auto;
}

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

.vegasino-kwilb0 a + a {
  margin-left: 24px;
}

.vegasino-kwilb0 img {
  max-height: 56px;
  width: auto;
}

.vegasino-kwilb0 img + img {
  margin-left: 24px;
}

.vegasino-zue8jh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .vegasino-zue8jh {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.vegasino-81l429 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-81l429 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.vegasino-h1zycc li svg {
  transition: 0.vegasino-ymewgx ease-in-out;
}

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

.vegasino-8exf7r {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.vegasino-il8b2d + .vegasino-il8b2d {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .vegasino-il8b2d + .vegasino-il8b2d {
    margin: 36px 0 0;
  }
}

.vegasino-i0mhj4 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.vegasino-tbcvxk {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegasino-tbcvxk li {
  font-size: 16px;
}

.vegasino-tbcvxk li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-tbcvxk li a:hover {
    text-decoration: underline;
  }
}

.vegasino-tbcvxk li + li {
  margin-top: 16px;
}

.vegasino-tpkswk {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegasino-1gusue ease-in-out;
}

.vegasino-tpkswk.vegasino-ba7z21 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vegasino-c6ov9z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegasino-c6ov9z h1,
.vegasino-c6ov9z h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .vegasino-c6ov9z h1,
  .vegasino-c6ov9z h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .vegasino-c6ov9z {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-c6ov9z {
    margin-bottom: 60px;
  }
}

.vegasino-d388dk {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .vegasino-d388dk {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.vegasino-d388dk li {
  width: 100%;
}

.vegasino-d388dk li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.vegasino-ymewgx ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.vegasino-d388dk li a svg {
  fill: var(--button-text-color);
}

.vegasino-d388dk li a.vegasino-ba7z21 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-d388dk li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-d388dk li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .vegasino-d388dk li a img {
    max-width: 16px;
  }
}

.vegasino-iraxij {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-iraxij {
    margin: 0 -5px;
  }
}

.vegasino-emcn0q {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.vegasino-emcn0q span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.vegasino-emcn0q small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .vegasino-emcn0q {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .vegasino-emcn0q span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.vegasino-ksjkp6 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.vegasino-ksjkp6 img {
  width: 100%;
  transition: 0.vegasino-ymewgx ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-ksjkp6:hover img {
    transform: scale(1.1);
  }
}

.vegasino-yqw2nh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .vegasino-yqw2nh {
    height: 54px;
  }
}

.vegasino-1yvpjz {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .vegasino-1yvpjz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-1yvpjz {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-1yvpjz .vegasino-il2goz img {
    max-width: 90px;
  }
}

.vegasino-il2goz img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .vegasino-il2goz {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-a0meev {
    display: none;
  }
  .vegasino-a0meev::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.vegasino-2lk0ep {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegasino-2lk0ep li {
  font-size: 16px;
  margin: 0 20px;
}

.vegasino-2lk0ep li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-2lk0ep li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-2lk0ep {
    display: block;
  }
  .vegasino-2lk0ep li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-2lk0ep li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .vegasino-2lk0ep li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .vegasino-2lk0ep li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.vegasino-siam37 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .vegasino-siam37 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-siam37 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-siam37 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.vegasino-siam37.vegasino-hrqv9k {
  margin-right: 0;
}

.vegasino-s73xwt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-s73xwt {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .vegasino-s73xwt:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.vegasino-ibdzhk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .vegasino-ibdzhk:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-ibdzhk {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.vegasino-gkione {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .vegasino-gkione {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.vegasino-gkione:hover > ul {
  display: flex;
}

.vegasino-gkione:focus > ul {
  display: flex;
}

.vegasino-gkione:focus-within > ul {
  display: flex;
}

.vegasino-v8sh6k {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.vegasino-v8sh6k::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.vegasino-1gusue ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vegasino-v8sh6k {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .vegasino-v8sh6k img {
    max-width: 20px;
  }
}

.vegasino-gkione ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.vegasino-ymewgx ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-gkione ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.vegasino-gkione ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.vegasino-ymewgx ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-gkione ul li {
    padding: 5px;
  }
}

.vegasino-gkione ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-gkione ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-gkione ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .vegasino-gkione ul li a img {
    max-width: 20px;
  }
}

.vegasino-76qq5l {
  display: none;
}

.vegasino-2shpmc {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .vegasino-2shpmc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.vegasino-2shpmc span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .vegasino-76qq5l:checked ~ .vegasino-a0meev {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .vegasino-a0meev {
    display: none;
    transition: display 0.vegasino-ymewgx ease-in-out;
  }
  .vegasino-76qq5l:checked ~ .vegasino-a0meev {
    display: block;
  }
  .vegasino-76qq5l:checked + .vegasino-2shpmc span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .vegasino-76qq5l:checked + .vegasino-2shpmc span:nth-child(2) {
    display: none;
  }
  .vegasino-76qq5l:checked + .vegasino-2shpmc span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.vegasino-rm4d8e {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-rm4d8e {
    padding: 0 16px;
  }
}

.vegasino-rm4d8e img {
  margin-bottom: 20px;
}

.vegasino-rm4d8e p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-rm4d8e p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-rm4d8e {
    margin-bottom: 60px;
  }
}

.vegasino-dmz78g {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-dmz78g {
    font-size: 32px;
  }
}

.vegasino-2rdolo {
  color: var(--text-color);
}

.vegasino-gdoizu {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .vegasino-gdoizu {
    font-size: 16px;
    line-height: 140%;
  }
}

.vegasino-gdoizu p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.vegasino-gdoizu p:first-of-type {
  margin-top: 0;
}

.vegasino-gdoizu p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-gdoizu p {
    font-size: 18px;
    line-height: 140%;
  }
}

.vegasino-gdoizu ul {
  padding: 0 0 0 20px;
}

.vegasino-gdoizu table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.vegasino-gdoizu table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-gdoizu table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-gdoizu table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-gdoizu table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-gdoizu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegasino-gdoizu iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-gdoizu iframe {
    height: 200px;
  }
}

.vegasino-irdone {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-irdone {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-irdone {
    margin-bottom: 60px;
  }
}

.vegasino-1lfrnh {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-1lfrnh {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-1lfrnh h1,
.vegasino-1lfrnh h2,
.vegasino-1lfrnh h3,
.vegasino-1lfrnh h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-1lfrnh h1,
  .vegasino-1lfrnh h2,
  .vegasino-1lfrnh h3,
  .vegasino-1lfrnh h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-19a1sq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-19a1sq {
    flex-direction: column-reverse;
  }
}

.vegasino-19a1sq .vegasino-naxo84 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-19a1sq .vegasino-naxo84 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.vegasino-19a1sq .vegasino-fw80lt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-19a1sq .vegasino-fw80lt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .vegasino-19a1sq .vegasino-fw80lt img {
    width: 100%;
  }
}

.vegasino-fw80lt {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-fw80lt {
    margin-bottom: 18px;
  }
}

.vegasino-naxo84 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-naxo84 {
    margin-bottom: 18px;
  }
}

.vegasino-irdone h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-irdone h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-irdone .vegasino-pkfqhj {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vegasino-yq5vtq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .vegasino-yq5vtq {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-yq5vtq {
    margin-bottom: 60px;
  }
}

.vegasino-3x3byl {
  position: relative;
  border: none;
}

.vegasino-3x3byl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.vegasino-ht901r {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.vegasino-ht901r span {
  height: 32px;
}

.vegasino-ht901r span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.vegasino-ht901r.vegasino-7kcrdd span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .vegasino-ht901r {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.vegasino-h7lzqo {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vegasino-h7lzqo li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-h7lzqo li {
    font-size: 16px;
  }
}

.vegasino-h7lzqo li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.vegasino-ymewgx ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-h7lzqo li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-h7lzqo li a {
    padding: 12px 14px;
  }
}

.vegasino-h7lzqo.vegasino-2nud64 {
  display: none;
}

.vegasino-26nsr2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegasino-26nsr2 table {
  width: 100%;
  border-collapse: collapse;
}

.vegasino-26nsr2 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .vegasino-26nsr2 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .vegasino-26nsr2 table td {
    min-width: 75px;
  }
}

.vegasino-26nsr2 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-26nsr2 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-26nsr2 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.vegasino-26nsr2 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .vegasino-26nsr2 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .vegasino-26nsr2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-26nsr2 {
    margin-bottom: 60px;
  }
}

.vegasino-rn7flf {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-rn7flf {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.vegasino-yvtsyw {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .vegasino-yvtsyw {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.vegasino-yvtsyw tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .vegasino-yvtsyw tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-yvtsyw tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.vegasino-dtqe9n table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.vegasino-dtqe9n table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegasino-dtqe9n p {
  color: var(--text-color);
}

.vegasino-w72t9v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-w72t9v {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-w72t9v {
    margin-bottom: 60px;
  }
}

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

.vegasino-bfx6k9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-bfx6k9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-bfx6k9 {
    margin-bottom: 60px;
  }
}

.vegasino-k5bmdv {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.vegasino-k5bmdv h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-k5bmdv h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.vegasino-k5bmdv p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.vegasino-k5bmdv p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-k5bmdv p {
    font-size: 16px;
  }
}

.vegasino-wzcntr {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-wzcntr {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.vegasino-hpj4bd {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.vegasino-hpj4bd li {
  margin: 0 20px;
}

.vegasino-hpj4bd li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.vegasino-hpj4bd li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .vegasino-hpj4bd li a:hover {
    color: #2ab765;
  }
}

.vegasino-ruwt1p {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .vegasino-ruwt1p {
    padding: 0 16px;
  }
}

.vegasino-ruwt1p li {
  font-size: 16px;
  position: relative;
}

.vegasino-ruwt1p li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-ruwt1p li a:hover {
    text-decoration: underline;
  }
}

.vegasino-ruwt1p li span {
  opacity: 0.5;
}

.vegasino-ruwt1p li + li {
  margin-left: 30px;
}

.vegasino-ruwt1p li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.vegasino-1lfrnh {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.vegasino-1lfrnh {
    margin-bottom: 18px;
  }
}

.vegasino-vsll5w {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.vegasino-vsll5w tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.vegasino-vsll5w tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.vegasino-vsll5w tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.vegasino-vsll5w tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.vegasino-vsll5w tbody tr:last-of-type {
  margin-bottom: 0;
}

.vegasino-vsll5w tbody tr td:first-of-type {
  flex-shrink: 0;
}

.vegasino-vsll5w tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.vegasino-vsll5w tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.vegasino-vsll5w tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .vegasino-vsll5w tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.vegasino-vsll5w tbody tr td .vegasino-drnws4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .vegasino-vsll5w tbody tr td .vegasino-drnws4 {
    width: 100%;
  }
}

.vegasino-vsll5w tbody tr td .vegasino-vtsfwr {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.vegasino-ymewgx ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-vsll5w tbody tr td .vegasino-vtsfwr:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-vsll5w tbody tr td .vegasino-vtsfwr {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .vegasino-vsll5w tbody tr td .vegasino-vtsfwr {
    width: 100%;
  }
}

.vegasino-vsll5w tbody tr td .vegasino-eu3lw4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-vsll5w tbody tr td .vegasino-eu3lw4:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-vsll5w tbody tr {
    flex-direction: column;
  }
}

.vegasino-vsll5w tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.vegasino-m6mazc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-m6mazc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-m6mazc {
    margin: 0 auto 60px;
  }
}

.vegasino-zwkslt {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-zwkslt {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.vegasino-sodme0 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-sodme0 {
    margin: 0 -5px;
  }
}

.vegasino-7qoqd8 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.vegasino-7qoqd8 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-7qoqd8 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-7qoqd8:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-7qoqd8 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-7qoqd8 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .vegasino-7qoqd8 p {
    font-size: 16px;
  }
}

.vegasino-0xm8xo {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .vegasino-0xm8xo {
    height: 190px;
    margin: 20px auto;
  }
}

.vegasino-0xm8xo img {
  width: 100%;
  height: 100%;
}

.vegasino-0xm8xo iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .vegasino-0xm8xo iframe {
    height: 190px;
  }
}

.vegasino-8dyulp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.vegasino-8dyulp::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.vegasino-kq6puw {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.vegasino-kq6puw svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.vegasino-ymewgx ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-kq6puw:hover svg {
    transform: scale(1.1);
  }
}

.vegasino-ba11p5 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-ba11p5 {
    padding: 40px 0;
  }
}

.vegasino-i670pg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .vegasino-i670pg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-i670pg {
    flex-direction: column-reverse;
  }
}

.vegasino-pxztq9 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.vegasino-pxztq9 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .vegasino-pxztq9 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-pxztq9 {
    margin: 10px 0 0;
  }
}

.vegasino-mrylh9 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.vegasino-mrylh9 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .vegasino-mrylh9 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-mrylh9 {
    padding: 24px 10px;
  }
}

.vegasino-dcb9cc {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-dcb9cc:hover {
  border: 1px solid #8c8ca2;
}

.vegasino-5ra6k5 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.vegasino-5ra6k5:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-nhmifr {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.vegasino-nhmifr a {
  text-decoration: underline;
  color: #8babff;
}

.vegasino-l7d9uv {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.vegasino-l7d9uv .vegasino-dcb9cc {
  width: 50%;
  margin: 0;
}

.vegasino-chk6tf {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.vegasino-chk6tf:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-1f93vd {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-1f93vd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-1f93vd {
    margin: 0 0 60px;
  }
}

.vegasino-kf0yyn {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-kf0yyn {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.vegasino-hax4bc {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-hax4bc {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.vegasino-6ojnd7 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .vegasino-6ojnd7 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.vegasino-sq2an1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-sq2an1 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vegasino-sq2an1 a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.vegasino-ymewgx ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vegasino-sq2an1 a {
    margin: 1px 0 4px;
  }
}

.vegasino-sq2an1 a svg {
  fill: #fff;
}

.vegasino-sq2an1 a:hover {
  background: #3d68e7;
}

.vegasino-gw6mpz {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.vegasino-j0zsbc {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .vegasino-j0zsbc {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.vegasino-8rhkb3 {
  font-size: 16px;
  color: var(--text-color);
}

.vegasino-ymfytn {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-ymfytn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-ymfytn {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .vegasino-ymfytn {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.vegasino-v3gsrt {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.vegasino-v3gsrt h1,
.vegasino-v3gsrt h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-v3gsrt h1,
  .vegasino-v3gsrt h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .vegasino-v3gsrt {
    margin: 0;
    padding-right: 20px;
  }
}

.vegasino-k1o0t6 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.vegasino-k1o0t6 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-k1o0t6 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.vegasino-k1o0t6 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .vegasino-k1o0t6 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.vegasino-k1o0t6 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.vegasino-k1o0t6 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-k1o0t6 table tr td {
    padding: 12px 4px;
  }
}

.vegasino-k1o0t6 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-k1o0t6 table tr th {
    padding: 12px 4px;
  }
}

.vegasino-k1o0t6 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .vegasino-k1o0t6 {
    margin: 0;
  }
}

.vegasino-2q1bcq {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-2q1bcq {
    min-height: 190px;
  }
}

.vegasino-vtocd7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.vegasino-vtocd7::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.vegasino-ytxnmd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegasino-ytxnmd.vegasino-62fssl {
  display: none;
}

.vegasino-b6lazt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.vegasino-b6lazt iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegasino-b6lazt iframe.vegasino-uxczdo {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.vegasino-b6lazt.vegasino-2akw7o {
  opacity: 1;
  pointer-events: all;
}

.vegasino-2hc1yb {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-2hc1yb svg {
  margin-right: 10px;
}

.vegasino-2hc1yb + .vegasino-2hc1yb {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .vegasino-2hc1yb:hover {
    background: #a8a6b3;
  }
}

.vegasino-p5apu7 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .vegasino-p5apu7:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-2hc1yb {
    height: 42px;
    max-width: 220px;
  }
}

.vegasino-ymfytn .vegasino-irdone {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.vegasino-ymfytn .vegasino-irdone h1,
.vegasino-ymfytn .vegasino-irdone h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-ymfytn .vegasino-irdone h1,
  .vegasino-ymfytn .vegasino-irdone h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .vegasino-ymfytn .vegasino-irdone {
    margin: 28px 0 0;
  }
}

.vegasino-71wena {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .vegasino-71wena {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-71wena {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-71wena {
    margin: 20px auto 60px;
  }
}

.vegasino-99jjp7 {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .vegasino-99jjp7 {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-99jjp7 {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.vegasino-fi3k7n {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.vegasino-fi3k7n iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegasino-louoqi {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.vegasino-louoqi h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .vegasino-louoqi h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-louoqi h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-louoqi {
    max-width: 100%;
    margin: 0;
  }
}

.vegasino-khm49r {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-khm49r {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

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

@media only screen and (max-width: 767px) {
  .vegasino-wyld95 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.vegasino-y1w98g {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vegasino-y1w98g span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .vegasino-y1w98g {
    margin: 0;
  }
  .vegasino-y1w98g:last-of-type {
    margin-top: 4px;
  }
}

.vegasino-ais0c2 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .vegasino-ais0c2 {
    padding: 10px;
  }
}

.vegasino-ais0c2 .vegasino-pkfqhj {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .vegasino-ais0c2 .vegasino-pkfqhj {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .vegasino-ais0c2 {
    flex-wrap: wrap;
  }
}

.vegasino-emo7td {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vegasino-emo7td img {
  width: 100%;
}

.vegasino-uuoubl {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .vegasino-uuoubl {
    max-width: 200px;
    margin: 0;
  }
}

.vegasino-sl2mio {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.vegasino-7ifsxq {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.vegasino-mstyi7 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 {
    margin: 0 0 60px;
  }
}

.vegasino-mstyi7 .vegasino-z8vatt {
  position: relative;
}

.vegasino-mstyi7 .vegasino-u5fl4b {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.vegasino-mstyi7 .vegasino-u5fl4b.vegasino-62fssl {
  display: none;
}

.vegasino-mstyi7 .vegasino-351p38 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .vegasino-mstyi7 .vegasino-351p38 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .vegasino-mstyi7 .vegasino-351p38 {
    bottom: 90px;
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-k6wq7e {
  max-width: 300px;
  width: 100%;
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-k6wq7e .vegasino-upy994 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-351p38 .vegasino-k6wq7e .vegasino-upy994 {
    font-size: 32px;
    text-align: center;
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-k6wq7e .vegasino-3vgzxj {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-351p38 .vegasino-k6wq7e .vegasino-3vgzxj {
    text-align: center;
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k {
    flex-direction: column-reverse;
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-yk88rk {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-yk88rk:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-yk88rk {
    width: 100%;
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-628wz0 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.vegasino-ymewgx ease-in-out;
  overflow: hidden;
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-628wz0 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-628wz0:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-628wz0:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-351p38 .vegasino-hrqv9k .vegasino-628wz0 {
    width: 100%;
  }
}

.vegasino-mstyi7 .vegasino-351p38.vegasino-62fssl {
  display: none;
}

.vegasino-mstyi7 .vegasino-g4cp93 {
  display: none;
}

.vegasino-mstyi7 .vegasino-g4cp93.vegasino-2akw7o {
  display: block;
}

.vegasino-mstyi7 .vegasino-g4cp93 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-g4cp93 iframe {
    height: calc(100vh - 54px);
  }
}

.vegasino-mstyi7 .vegasino-7b1eko {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .vegasino-mstyi7 .vegasino-7b1eko {
    padding: 24px 16px 0;
  }
}

.vegasino-mstyi7 .vegasino-7b1eko .vegasino-upy994 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-7b1eko .vegasino-upy994 {
    margin-bottom: 24px;
  }
}

.vegasino-mstyi7 .vegasino-7b1eko table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.vegasino-mstyi7 .vegasino-7b1eko table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-7b1eko table tr td {
    padding: 12px 4px;
  }
}

.vegasino-mstyi7 .vegasino-7b1eko table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-mstyi7 .vegasino-7b1eko table tr th {
    padding: 12px 4px;
  }
}

.vegasino-mstyi7 .vegasino-7b1eko table tr:last-of-type td {
  border-bottom: none;
}

.vegasino-du167r {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.vegasino-du167r.vegasino-ba7z21 {
  display: block;
}

.vegasino-du167r iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.vegasino-du167r .vegasino-v3j85x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.vegasino-du167r .vegasino-d01ibs {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegasino-du167r .vegasino-628wz0 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-du167r .vegasino-628wz0:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.vegasino-q3u8fn {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.vegasino-q3u8fn.vegasino-ba7z21 {
  display: block;
}

.vegasino-5xlz7b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.vegasino-gc2861 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.vegasino-m2slix {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .vegasino-gc2861 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.vegasino-yp3w2w {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.vegasino-yp3w2w svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.vegasino-jslqev {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vegasino-wmh6af.vegasino-62fssl {
  display: none;
}

.vegasino-tqhhpb {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .vegasino-tqhhpb {
    margin-bottom: 20px;
  }
}

.vegasino-0hsxgt {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.vegasino-0hsxgt span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.vegasino-0hsxgt small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.vegasino-0hsxgt input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.vegasino-ymewgx ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.vegasino-0hsxgt input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-0hsxgt input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-0hsxgt input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.vegasino-0hsxgt input:active {
  border-color: #c2c0ce;
}

.vegasino-0hsxgt input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .vegasino-0hsxgt {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.vegasino-79t62m {
  margin-bottom: 36px;
}

.vegasino-79t62m textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.vegasino-79t62m textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-79t62m textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .vegasino-79t62m {
    margin-bottom: 24px;
  }
}

.vegasino-6x76gn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vegasino-twgh98 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-twgh98:hover {
  background: var(--border-color);
}

.vegasino-ipgswf {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.vegasino-ymewgx ease-in-out;
}

.vegasino-ipgswf:hover {
  background: #166ad9;
}

.vegasino-tijuv1 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.vegasino-tijuv1.vegasino-62fssl {
  display: none;
}

.vegasino-ybqmn3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.vegasino-tijuv1 .vegasino-twgh98 {
  margin: 0 auto;
}

.vegasino-b0owc7 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .vegasino-b0owc7 {
    margin-bottom: 16px;
  }
}

.vegasino-zjk0th {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.vegasino-i3ogf0 {
  filter: grayscale(100%);
}

.vegasino-zjk0th > input {
  display: none;
}

.vegasino-zjk0th > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-0yb3ya.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegasino-uudytd 44.vegasino-w80ylc.vegasino-5rquop.vegasino-qbynr9.vegasino-omydxo.vegasino-yclz5w.vegasino-1gfube.vegasino-aq2dnv.vegasino-493r2d.vegasino-q19dsy.vegasino-gdk7jk.vegasino-al3fk9.vegasino-tmmjpb 0l-12.vegasino-q6sua3 30.vegasino-ccrcqx.vegasino-fcqb65 2.vegasino-ivpk9c.vegasino-fcqb65 3.vegasino-4hz9xj 3.vegasino-i8prk4.vegasino-j4pqif 3.vegasino-ux9wrd.vegasino-09dn6i.vegasino-vu1en3.vegasino-qkjja2 7-3.vegasino-q6sua3 10.vegasino-b47n7r.vegasino-qkjja2 23.vegasino-2ol2cu.vegasino-3lfqr4 1.vegasino-pp0496 2.vegasino-q6sua3 3.vegasino-3lfqr4 1.vegasino-j4pqif 5.vegasino-tajtz5.vegasino-j4pqif 32.vegasino-mhhsbz.vegasino-09dn6i 5.vegasino-tmmjpb 4.vegasino-qkjja2 9.vegasino-qkjja2 8.vegasino-j4pqif 6.vegasino-25tq0d.vegasino-dzqsiz.vegasino-uyjkp5.vegasino-9b15q2.vegasino-rljk5s 4.vegasino-0rim4h.vegasino-rljk5s 6.vegasino-rljk5s 0l29.vegasino-tmmjpb 17.vegasino-a0btt2.vegasino-c78h8g 2.vegasino-r4viff 10.vegasino-dk0ax0.vegasino-q6sua3 8.vegasino-gsrn6a.vegasino-nnqejv.vegasino-l0y9il.vegasino-3pyond.vegasino-ynhk6l.vegasino-09dn6i.vegasino-yclz5w.vegasino-q6sua3 1.vegasino-evaajo.vegasino-1qzbry.vegasino-6kttmy.vegasino-f8lokh.vegasino-wqbl4b.vegasino-pp0496 1.vegasino-yijwka.vegasino-yr077o.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegasino-zjk0th > input:checked ~ label,
.vegasino-zjk0th > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-0yb3ya.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegasino-uudytd 44.vegasino-w80ylc.vegasino-5rquop.vegasino-qbynr9.vegasino-omydxo.vegasino-yclz5w.vegasino-1gfube.vegasino-aq2dnv.vegasino-493r2d.vegasino-q19dsy.vegasino-gdk7jk.vegasino-al3fk9.vegasino-tmmjpb 0l-12.vegasino-q6sua3 30.vegasino-ccrcqx.vegasino-fcqb65 2.vegasino-ivpk9c.vegasino-fcqb65 3.vegasino-4hz9xj 3.vegasino-i8prk4.vegasino-j4pqif 3.vegasino-ux9wrd.vegasino-09dn6i.vegasino-vu1en3.vegasino-qkjja2 7-3.vegasino-q6sua3 10.vegasino-b47n7r.vegasino-qkjja2 23.vegasino-2ol2cu.vegasino-3lfqr4 1.vegasino-pp0496 2.vegasino-q6sua3 3.vegasino-3lfqr4 1.vegasino-j4pqif 5.vegasino-tajtz5.vegasino-j4pqif 32.vegasino-mhhsbz.vegasino-09dn6i 5.vegasino-tmmjpb 4.vegasino-qkjja2 9.vegasino-qkjja2 8.vegasino-j4pqif 6.vegasino-25tq0d.vegasino-dzqsiz.vegasino-uyjkp5.vegasino-9b15q2.vegasino-rljk5s 4.vegasino-0rim4h.vegasino-rljk5s 6.vegasino-rljk5s 0l29.vegasino-tmmjpb 17.vegasino-a0btt2.vegasino-c78h8g 2.vegasino-r4viff 10.vegasino-dk0ax0.vegasino-q6sua3 8.vegasino-gsrn6a.vegasino-nnqejv.vegasino-l0y9il.vegasino-3pyond.vegasino-ynhk6l.vegasino-09dn6i.vegasino-yclz5w.vegasino-q6sua3 1.vegasino-evaajo.vegasino-1qzbry.vegasino-6kttmy.vegasino-f8lokh.vegasino-wqbl4b.vegasino-pp0496 1.vegasino-yijwka.vegasino-yr077o.5z'/%3e%3c/svg%3e");
}

.vegasino-zjk0th > input:not(:checked) ~ label:hover,
.vegasino-zjk0th > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-0yb3ya.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-uudytd 44.vegasino-w80ylc.vegasino-5rquop.vegasino-qbynr9.vegasino-omydxo.vegasino-yclz5w.vegasino-1gfube.vegasino-aq2dnv.vegasino-493r2d.vegasino-q19dsy.vegasino-gdk7jk.vegasino-al3fk9.vegasino-tmmjpb 0l-12.vegasino-q6sua3 30.vegasino-ccrcqx.vegasino-fcqb65 2.vegasino-ivpk9c.vegasino-fcqb65 3.vegasino-4hz9xj 3.vegasino-i8prk4.vegasino-j4pqif 3.vegasino-ux9wrd.vegasino-09dn6i.vegasino-vu1en3.vegasino-qkjja2 7-3.vegasino-q6sua3 10.vegasino-b47n7r.vegasino-qkjja2 23.vegasino-2ol2cu.vegasino-3lfqr4 1.vegasino-pp0496 2.vegasino-q6sua3 3.vegasino-3lfqr4 1.vegasino-j4pqif 5.vegasino-tajtz5.vegasino-j4pqif 32.vegasino-mhhsbz.vegasino-09dn6i 5.vegasino-tmmjpb 4.vegasino-qkjja2 9.vegasino-qkjja2 8.vegasino-j4pqif 6.vegasino-25tq0d.vegasino-dzqsiz.vegasino-uyjkp5.vegasino-9b15q2.vegasino-rljk5s 4.vegasino-0rim4h.vegasino-rljk5s 6.vegasino-rljk5s 0l29.vegasino-tmmjpb 17.vegasino-a0btt2.vegasino-c78h8g 2.vegasino-r4viff 10.vegasino-dk0ax0.vegasino-q6sua3 8.vegasino-gsrn6a.vegasino-nnqejv.vegasino-l0y9il.vegasino-3pyond.vegasino-ynhk6l.vegasino-09dn6i.vegasino-yclz5w.vegasino-q6sua3 1.vegasino-evaajo.vegasino-1qzbry.vegasino-6kttmy.vegasino-f8lokh.vegasino-wqbl4b.vegasino-pp0496 1.vegasino-yijwka.vegasino-yr077o.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vegasino-ur1mro > .vegasino-znlw8z {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vegasino-ur1mro > .vegasino-znlw8z {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vegasino-ur1mro > .vegasino-znlw8z {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vegasino-ur1mro > .vegasino-znlw8z {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .vegasino-ur1mro > .vegasino-znlw8z {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.vegasino-lnhc50 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.vegasino-lnhc50.vegasino-62fssl {
  display: none;
}

.vegasino-66rv3a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .vegasino-66rv3a {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-66rv3a {
    border-radius: 20px 20px 0 0;
  }
}

.vegasino-b2z3e0 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.vegasino-b2z3e0::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.vegasino-b2z3e0::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.vegasino-b2z3e0 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .vegasino-b2z3e0 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .vegasino-b2z3e0 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-b2z3e0 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .vegasino-b2z3e0 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.vegasino-euf0zc {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .vegasino-euf0zc {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-euf0zc {
    font-size: 14px;
  }
}

.vegasino-8zrav6 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.vegasino-8zrav6::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .vegasino-8zrav6::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.vegasino-8zrav6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .vegasino-8zrav6::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-8zrav6 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-8zrav6 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.vegasino-beb1yo {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .vegasino-beb1yo {
    top: -20px;
  }
}

.vegasino-4dk777 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.vegasino-ymewgx ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .vegasino-4dk777:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-4dk777 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-4dk777 {
    width: 90px;
    height: 40px;
  }
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-66rv3a {
  background: #2b3b67;
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-b2z3e0 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-b2z3e0::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-b2z3e0::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-8zrav6::before {
  background: #0e0f41;
}

.vegasino-lnhc50.vegasino-0tauaf .vegasino-8zrav6::after {
  background: #152557;
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-66rv3a {
  background: #1f35fa;
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-b2z3e0 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-b2z3e0::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-b2z3e0::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-8zrav6::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegasino-lnhc50.vegasino-4b5med .vegasino-8zrav6::after {
  background: #192ac8;
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-66rv3a {
  background: #fa771f;
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-b2z3e0 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-b2z3e0::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-b2z3e0::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-8zrav6::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-lnhc50.vegasino-nldlb1 .vegasino-8zrav6::after {
  background: #fa8535;
}

.vegasino-3nnbcz {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-3nnbcz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-3nnbcz {
    margin: 24px 0 60px;
  }
}

.vegasino-3nnbcz h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .vegasino-3nnbcz h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.vegasino-qtr9h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-qtr9h6 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.vegasino-j2zl0n {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .vegasino-j2zl0n {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.vegasino-rxpmh6 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-rxpmh6:hover {
    background: var(--button-bg-hover);
  }
}

.vegasino-w72dyw {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vegasino-w72dyw span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.vegasino-w72dyw small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-w72dyw {
    margin-bottom: 16px;
  }
}

.vegasino-jlo78e {
  width: 120px;
  height: 22px;
}

.vegasino-jlo78e .vegasino-1qj0od {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.vegasino-g7wbgq.vegasino-2akw7o {
  display: block;
}

.vegasino-g7wbgq.vegasino-62fssl {
  display: none;
}

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

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

.vegasino-7w2ei6 {
  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-us8k3n {
  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-v402se small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.vegasino-0preuw {
  font-size: 16px;
  line-height: 140%;
}

.vegasino-9chze3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-9chze3 .vegasino-1qj0od {
  fill: #c2c0ce;
}

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

.vegasino-9chze3 [rating="2"] .vegasino-1qj0od:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-9chze3 [rating="3"] .vegasino-1qj0od:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-9chze3 [rating="4"] .vegasino-1qj0od:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-9chze3 [rating="5"] .vegasino-1qj0od:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.vegasino-c1hf1t {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-c1hf1t {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.vegasino-hbl6lo {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .vegasino-hbl6lo {
    padding: 0 16px;
  }
}

.vegasino-uvlfub {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-uvlfub {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-nklrfn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-nklrfn {
    padding: 12px;
    gap: 12px;
  }
}

.vegasino-0y1zgo {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.vegasino-0y1zgo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegasino-mo780n {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.vegasino-vb6kxg {
  flex: 1;
  min-width: 0;
}

.vegasino-qmlhrd {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .vegasino-qmlhrd {
    font-size: 14px;
    gap: 6px;
  }
}

.vegasino-k5wpv6 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.vegasino-k5wpv6 svg,
.vegasino-k5wpv6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegasino-k5wpv6 svg path {
  fill: var(--button-bg-color);
}

.vegasino-k5wpv6 svg circle {
  fill: var(--button-text-color);
}

.vegasino-7pquzr {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .vegasino-7pquzr {
    font-size: 12px;
  }
}

.vegasino-7pquzr strong {
  font-weight: 600;
}

.vegasino-u0g4t1 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.vegasino-u0g4t1 p {
  margin: 0 0 16px;
}

.vegasino-u0g4t1 p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-u0g4t1 {
    font-size: 14px;
    line-height: 150%;
  }
}

.vegasino-0x1e9t {
  max-width: 300px;
  width: 100%;
}

.vegasino-0x1e9t a {
  width: 100%;
}

@media (max-width: 575px) {
  .vegasino-0x1e9t {
    max-width: 200px;
  }
}

.vegasino-l299f5 {
  justify-content: center;
}

.vegasino-e5qt3o {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vegasino-w8vtwv {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .vegasino-vpp6qa {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.vegasino-cht0d6 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.vegasino-cht0d6 .vegasino-2lk0ep {
  justify-content: center;
}

/* faq */

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

.vegasino-hnpu96 {
  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-w0dvcf ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.vegasino-922i93.vegasino-ba7z21 .vegasino-hnpu96::after {
  transform: rotate(45deg);
}

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

.vegasino-922i93.vegasino-ba7z21 .vegasino-dkeuvg {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vegasino-y45e6j {
  margin: 25px 0;
}

.vegasino-zjk0th > input:not(:checked) ~ label:hover,
.vegasino-zjk0th > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-6212ta.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-mvrw7u 44.vegasino-s6784y.vegasino-y610vw.vegasino-4s68w1.vegasino-6960bv.vegasino-tcpu7i.vegasino-wh8x55.vegasino-mejlhb.vegasino-2x3uq1.vegasino-uqsj3d.vegasino-lerhpq.vegasino-wc252i.vegasino-7cqn8h 0l-12.vegasino-l4gmue 30.vegasino-bp9ar4.vegasino-yu0aux 2.vegasino-op57wa.vegasino-yu0aux 3.vegasino-3i9hta 3.vegasino-vukoui.vegasino-69iq7s 3.vegasino-swz6tu.vegasino-3z1vp9.vegasino-zroeh0.vegasino-799wvl 7-3.vegasino-l4gmue 10.vegasino-al11v6.vegasino-799wvl 23.vegasino-g1x1kf.vegasino-8jq60m 1.vegasino-r7qjf6 2.vegasino-l4gmue 3.vegasino-8jq60m 1.vegasino-69iq7s 5.vegasino-k9fiwy.vegasino-69iq7s 32.vegasino-mc3qxz.vegasino-3z1vp9 5.vegasino-7cqn8h 4.vegasino-799wvl 9.vegasino-799wvl 8.vegasino-69iq7s 6.vegasino-6znzpt.vegasino-q4fe2f.vegasino-e6hfdg.vegasino-tk2csb.vegasino-j7y8w6 4.vegasino-gca5y1.vegasino-j7y8w6 6.vegasino-j7y8w6 0l29.vegasino-7cqn8h 17.vegasino-dxnit0.vegasino-ygvasg 2.vegasino-ms39e5 10.vegasino-kr0qp3.vegasino-l4gmue 8.vegasino-7ve01i.vegasino-adwgj0.vegasino-p0m7f3.vegasino-a6svwi.vegasino-l1he4a.vegasino-3z1vp9.vegasino-tcpu7i.vegasino-l4gmue 1.vegasino-5ocdvx.vegasino-fpayop.vegasino-5zm3gc.vegasino-cwxvfw.vegasino-tbw8pt.vegasino-r7qjf6 1.vegasino-4clc01.vegasino-xdj3c6.5z'/%3e%3c/svg%3e");
}

.vegasino-nzw4zd {
  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-nzw4zd {
    gap: 16px 0;
  }
}

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

.vegasino-9euqbz.vegasino-q4jia3 {
  display: block;
}

.vegasino-9euqbz.vegasino-16hlwk {
  display: none;
}

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

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

.vegasino-v8i0yq {
  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-jio3ss {
  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-wq16s0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

.vegasino-78da6y {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-78da6y .vegasino-9m7gl3 {
  fill: #c2c0ce;
}

.vegasino-78da6y [rating="1"] .vegasino-9m7gl3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegasino-78da6y [rating="2"] .vegasino-9m7gl3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-78da6y [rating="3"] .vegasino-9m7gl3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-78da6y [rating="4"] .vegasino-9m7gl3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-78da6y [rating="5"] .vegasino-9m7gl3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

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

/* up */

.vegasino-xtknej {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-xtknej.vegasino-on2l8h {
  opacity: 1;
  pointer-events: auto;
}
