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-rx8487 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.vegasino-pw34as {
  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-pw34as: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-15rp5i {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.vegasino-b3k28o {
  cursor: pointer;
}

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

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

.vegasino-q8uigc figure {
  margin: 0;
}

.vegasino-q8uigc.vegasino-3nj0mt {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegasino-q8uigc.vegasino-41b4jv {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegasino-q8uigc.vegasino-1kdqfb {
  justify-content: center;
}

.vegasino-q8uigc.vegasino-s6u9lg {
  justify-content: normal;
}

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

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

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

.vegasino-xykm81 {
  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-xykm81 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.vegasino-hej1wp {
  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-hej1wp {
    flex-direction: column;
  }
}

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

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

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

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

.vegasino-jn6kch 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-jn6kch ul {
    margin-bottom: 15px;
  }
}

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

.vegasino-jn6kch 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-jn6kch ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.vegasino-t23iex {
  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-t23iex {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.vegasino-isefsa.vegasino-vmaapx {
  background-color: #000;
}

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

.vegasino-yb3vw9 {
  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-yb3vw9 {
    padding: 80px 16px 0;
  }
}

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

.vegasino-92wcf5 {
  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-92wcf5 {
    flex-direction: column;
  }
}

.vegasino-cghi1p {
  margin-bottom: 94px;
}

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

.vegasino-y4ycs3 .vegasino-jvnjq5 {
  margin-bottom: 28px;
}

.vegasino-y4ycs3 .vegasino-jvnjq5 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.vegasino-cyzt7e li svg {
  transition: 0.vegasino-4u8l16 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.vegasino-9kk03q {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegasino-bct121 ease-in-out;
}

.vegasino-9kk03q.vegasino-l9iunl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.vegasino-jbw4gk h1,
.vegasino-jbw4gk 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-jbw4gk h1,
  .vegasino-jbw4gk h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.vegasino-7k6szs li {
  width: 100%;
}

.vegasino-7k6szs 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-4u8l16 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.vegasino-7k6szs li a.vegasino-l9iunl {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.vegasino-bosdej img {
  width: 100%;
  transition: 0.vegasino-4u8l16 ease-in-out;
}

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

.vegasino-dy5olw {
  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-dy5olw {
    height: 54px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .vegasino-fffwcf {
    display: block;
  }
  .vegasino-fffwcf li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-fffwcf li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .vegasino-fffwcf 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-fffwcf li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.vegasino-p9q54j.vegasino-uf0stv {
  margin-right: 0;
}

.vegasino-9426da {
  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-9426da {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.vegasino-ygw94z {
  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-ygw94z:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.vegasino-akf3e8 {
  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-akf3e8::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-bct121 ease-in-out;
}

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

.vegasino-v9fufm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.vegasino-4u8l16 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-v9fufm ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.vegasino-v9fufm 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-4u8l16 ease-in-out;
  overflow: hidden;
}

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

.vegasino-v9fufm 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-v9fufm ul li a:hover {
    text-decoration: underline;
  }
}

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

.vegasino-6udwn6 {
  display: none;
}

.vegasino-9kmtr8 {
  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-9kmtr8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .vegasino-6udwn6:checked ~ .vegasino-3of6g8 {
    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-3of6g8 {
    display: none;
    transition: display 0.vegasino-4u8l16 ease-in-out;
  }
  .vegasino-6udwn6:checked ~ .vegasino-3of6g8 {
    display: block;
  }
  .vegasino-6udwn6:checked + .vegasino-9kmtr8 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .vegasino-6udwn6:checked + .vegasino-9kmtr8 span:nth-child(2) {
    display: none;
  }
  .vegasino-6udwn6:checked + .vegasino-9kmtr8 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.vegasino-nivs5g {
  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-nivs5g {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.vegasino-27z2xm 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-27z2xm table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-27z2xm 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-27z2xm table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.vegasino-ayk4gh {
  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-ayk4gh {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-ayk4gh h1,
.vegasino-ayk4gh h2,
.vegasino-ayk4gh h3,
.vegasino-ayk4gh 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-ayk4gh h1,
  .vegasino-ayk4gh h2,
  .vegasino-ayk4gh h3,
  .vegasino-ayk4gh h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.vegasino-2eqz8p .vegasino-l8jeb2 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.vegasino-2eqz8p .vegasino-2cgjko {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.vegasino-2cgjko {
  margin: 0 0 28px;
}

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

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

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

.vegasino-pi9wqh 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-pi9wqh h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-pi9wqh .vegasino-pw34as {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vegasino-wycr0h {
  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-wycr0h {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.vegasino-k3l96l {
  position: relative;
  border: none;
}

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

.vegasino-0yzwmt {
  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-0yzwmt span {
  height: 32px;
}

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

.vegasino-0yzwmt.vegasino-rqpxx2 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.vegasino-a7isix.vegasino-1gozqa {
  display: none;
}

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

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

.vegasino-nxnjy0 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-nxnjy0 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.vegasino-nxnjy0 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-nxnjy0 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.vegasino-kdykbq {
  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-kdykbq {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.vegasino-i4hcuh 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-i4hcuh tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.vegasino-twumzo {
  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-v7ifld {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.vegasino-naqqqi {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-naqqqi {
    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-yxeobz {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.vegasino-6p9ncv {
  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-6p9ncv {
    padding: 0 16px;
  }
}

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

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

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

.vegasino-6p9ncv li span {
  opacity: 0.5;
}

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

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

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

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

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

.vegasino-1373np 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-1373np 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-1373np 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-1373np tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.vegasino-1373np 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-1373np 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-1373np tbody tr td:last-of-type {
  margin-left: auto;
}

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

.vegasino-1373np tbody tr td .vegasino-hl1ilo {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.vegasino-1373np tbody tr td .vegasino-djwwm9 {
  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-4u8l16 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.vegasino-1373np tbody tr td .vegasino-69p359 {
  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-1373np tbody tr td .vegasino-69p359:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.vegasino-tspdel {
  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-tspdel {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.vegasino-ne87di img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegasino-4u8l16 ease-in-out;
}

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

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

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

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

.vegasino-64b2w8 {
  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-64b2w8 {
    height: 190px;
    margin: 20px auto;
  }
}

.vegasino-64b2w8 img {
  width: 100%;
  height: 100%;
}

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

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

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

.vegasino-mcds05::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-etshmo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

.vegasino-080rr0 img {
  width: 100%;
}

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

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

.vegasino-911xx7 {
  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-911xx7 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-911xx7 {
    flex-basis: auto;
  }
}

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

.vegasino-p25f37 {
  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-4u8l16 ease-in-out;
}

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

.vegasino-1r8ku3 {
  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-1r8ku3:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.vegasino-gyn6qt .vegasino-p25f37 {
  width: 50%;
  margin: 0;
}

.vegasino-gsdg6l {
  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-gsdg6l:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-e3k3so {
  margin: 0 0 100px;
}

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

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

.vegasino-41slxa {
  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-41slxa {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.vegasino-e9a373 {
  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-e9a373 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vegasino-e9a373 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-4u8l16 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.vegasino-xnha30 h1,
.vegasino-xnha30 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-xnha30 h1,
  .vegasino-xnha30 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.vegasino-oht4xi 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-oht4xi h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.vegasino-oht4xi 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-oht4xi h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.vegasino-oht4xi 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-oht4xi 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-oht4xi table tr td {
    padding: 12px 4px;
  }
}

.vegasino-oht4xi 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-oht4xi table tr th {
    padding: 12px 4px;
  }
}

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

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

.vegasino-h6zimw {
  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-h6zimw {
    min-height: 190px;
  }
}

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

.vegasino-zgoke7::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-mxp2km {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegasino-mxp2km.vegasino-3bbp2s {
  display: none;
}

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

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

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

.vegasino-j4voeh.vegasino-6zrw45 {
  opacity: 1;
  pointer-events: all;
}

.vegasino-xady4t {
  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-4u8l16 ease-in-out;
}

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

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

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

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

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

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

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

.vegasino-kjpiw4 .vegasino-pi9wqh h1,
.vegasino-kjpiw4 .vegasino-pi9wqh 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-kjpiw4 .vegasino-pi9wqh h1,
  .vegasino-kjpiw4 .vegasino-pi9wqh h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-yc2s1j .vegasino-ekfw18 {
  position: relative;
}

.vegasino-yc2s1j .vegasino-8by8z8 {
  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-yc2s1j .vegasino-8by8z8.vegasino-3bbp2s {
  display: none;
}

.vegasino-yc2s1j .vegasino-sc7wst {
  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-yc2s1j .vegasino-sc7wst {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-90z0cz {
  max-width: 300px;
  width: 100%;
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-90z0cz .vegasino-lmzuhq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-yc2s1j .vegasino-sc7wst .vegasino-90z0cz .vegasino-lmzuhq {
    font-size: 32px;
    text-align: center;
  }
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-90z0cz .vegasino-z6sgqc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-yc2s1j .vegasino-sc7wst .vegasino-90z0cz .vegasino-z6sgqc {
    text-align: center;
  }
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-q3sdaa {
  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-4u8l16 ease-in-out;
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-q3sdaa:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-q3sdaa {
    width: 100%;
  }
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-4zaxro {
  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-4u8l16 ease-in-out;
  overflow: hidden;
}

.vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-4zaxro 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-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-4zaxro: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-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-4zaxro:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegasino-yc2s1j .vegasino-sc7wst .vegasino-uf0stv .vegasino-4zaxro {
    width: 100%;
  }
}

.vegasino-yc2s1j .vegasino-sc7wst.vegasino-3bbp2s {
  display: none;
}

.vegasino-yc2s1j .vegasino-k1ndvd {
  display: none;
}

.vegasino-yc2s1j .vegasino-k1ndvd.vegasino-6zrw45 {
  display: block;
}

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

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

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

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

.vegasino-yc2s1j .vegasino-1l5go5 .vegasino-lmzuhq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-yc2s1j .vegasino-1l5go5 .vegasino-lmzuhq {
    margin-bottom: 24px;
  }
}

.vegasino-yc2s1j .vegasino-1l5go5 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-yc2s1j .vegasino-1l5go5 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-yc2s1j .vegasino-1l5go5 table tr td {
    padding: 12px 4px;
  }
}

.vegasino-yc2s1j .vegasino-1l5go5 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-yc2s1j .vegasino-1l5go5 table tr th {
    padding: 12px 4px;
  }
}

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

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

.vegasino-thxdii.vegasino-l9iunl {
  display: block;
}

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

.vegasino-thxdii .vegasino-rcnfwu {
  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-thxdii .vegasino-ffeexy {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegasino-thxdii .vegasino-4zaxro {
  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-4u8l16 ease-in-out;
}

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

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

.vegasino-7d2yll.vegasino-l9iunl {
  display: block;
}

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

.vegasino-5z7xmr {
  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-15p4yn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.vegasino-9x7t6z.vegasino-3bbp2s {
  display: none;
}

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

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

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

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

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

.vegasino-5j16rf 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-4u8l16 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

.vegasino-5j16rf input:active {
  border-color: #c2c0ce;
}

.vegasino-5j16rf input:focus {
  border-color: #c2c0ce;
}

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

.vegasino-7k4s91 {
  margin-bottom: 36px;
}

.vegasino-7k4s91 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-7k4s91 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.vegasino-eqrg7q {
  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-4u8l16 ease-in-out;
}

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

.vegasino-5xwzvm {
  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-4u8l16 ease-in-out;
}

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

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

.vegasino-5koc0g.vegasino-3bbp2s {
  display: none;
}

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

.vegasino-5koc0g .vegasino-eqrg7q {
  margin: 0 auto;
}

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

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

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

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

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

.vegasino-z4cse3 > 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-dwiy1d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegasino-bdijc9 44.vegasino-cupn6e.vegasino-8c2xh4.vegasino-5enb6d.vegasino-9jc3ql.vegasino-q99c34.vegasino-9ud9c5.vegasino-a9h70p.vegasino-nrtgpa.vegasino-p34468.vegasino-l6ewjw.vegasino-eehcxk.vegasino-8zzvr9 0l-12.vegasino-mihvpy 30.vegasino-gk0v0a.vegasino-6kztf2 2.vegasino-yky3ie.vegasino-6kztf2 3.vegasino-2ddt60 3.vegasino-zwttzg.vegasino-4shgoq 3.vegasino-wg4zqx.vegasino-3aiwf0.vegasino-xxll1p.vegasino-l5fk3e 7-3.vegasino-mihvpy 10.vegasino-udajfo.vegasino-l5fk3e 23.vegasino-s24etv.vegasino-ugpcfu 1.vegasino-6ujwfh 2.vegasino-mihvpy 3.vegasino-ugpcfu 1.vegasino-4shgoq 5.vegasino-j4rkv3.vegasino-4shgoq 32.vegasino-z1twaz.vegasino-3aiwf0 5.vegasino-8zzvr9 4.vegasino-l5fk3e 9.vegasino-l5fk3e 8.vegasino-4shgoq 6.vegasino-5flf6b.vegasino-xl6xck.vegasino-5jlaj9.vegasino-b87mjw.vegasino-mnwssq 4.vegasino-zcbu0k.vegasino-mnwssq 6.vegasino-mnwssq 0l29.vegasino-8zzvr9 17.vegasino-rt7ktm.vegasino-j35utm 2.vegasino-8j8rb3 10.vegasino-goxoil.vegasino-mihvpy 8.vegasino-dm0fap.vegasino-1xxv97.vegasino-nvssci.vegasino-7b2g93.vegasino-5l5rzn.vegasino-3aiwf0.vegasino-q99c34.vegasino-mihvpy 1.vegasino-6fd2mv.vegasino-4u2l2s.vegasino-jvizep.vegasino-h21o4x.vegasino-ukr6fu.vegasino-6ujwfh 1.vegasino-6cm0of.vegasino-dn6q0q.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegasino-z4cse3 > input:checked ~ label,
.vegasino-z4cse3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-dwiy1d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegasino-bdijc9 44.vegasino-cupn6e.vegasino-8c2xh4.vegasino-5enb6d.vegasino-9jc3ql.vegasino-q99c34.vegasino-9ud9c5.vegasino-a9h70p.vegasino-nrtgpa.vegasino-p34468.vegasino-l6ewjw.vegasino-eehcxk.vegasino-8zzvr9 0l-12.vegasino-mihvpy 30.vegasino-gk0v0a.vegasino-6kztf2 2.vegasino-yky3ie.vegasino-6kztf2 3.vegasino-2ddt60 3.vegasino-zwttzg.vegasino-4shgoq 3.vegasino-wg4zqx.vegasino-3aiwf0.vegasino-xxll1p.vegasino-l5fk3e 7-3.vegasino-mihvpy 10.vegasino-udajfo.vegasino-l5fk3e 23.vegasino-s24etv.vegasino-ugpcfu 1.vegasino-6ujwfh 2.vegasino-mihvpy 3.vegasino-ugpcfu 1.vegasino-4shgoq 5.vegasino-j4rkv3.vegasino-4shgoq 32.vegasino-z1twaz.vegasino-3aiwf0 5.vegasino-8zzvr9 4.vegasino-l5fk3e 9.vegasino-l5fk3e 8.vegasino-4shgoq 6.vegasino-5flf6b.vegasino-xl6xck.vegasino-5jlaj9.vegasino-b87mjw.vegasino-mnwssq 4.vegasino-zcbu0k.vegasino-mnwssq 6.vegasino-mnwssq 0l29.vegasino-8zzvr9 17.vegasino-rt7ktm.vegasino-j35utm 2.vegasino-8j8rb3 10.vegasino-goxoil.vegasino-mihvpy 8.vegasino-dm0fap.vegasino-1xxv97.vegasino-nvssci.vegasino-7b2g93.vegasino-5l5rzn.vegasino-3aiwf0.vegasino-q99c34.vegasino-mihvpy 1.vegasino-6fd2mv.vegasino-4u2l2s.vegasino-jvizep.vegasino-h21o4x.vegasino-ukr6fu.vegasino-6ujwfh 1.vegasino-6cm0of.vegasino-dn6q0q.5z'/%3e%3c/svg%3e");
}

.vegasino-z4cse3 > input:not(:checked) ~ label:hover,
.vegasino-z4cse3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-dwiy1d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-bdijc9 44.vegasino-cupn6e.vegasino-8c2xh4.vegasino-5enb6d.vegasino-9jc3ql.vegasino-q99c34.vegasino-9ud9c5.vegasino-a9h70p.vegasino-nrtgpa.vegasino-p34468.vegasino-l6ewjw.vegasino-eehcxk.vegasino-8zzvr9 0l-12.vegasino-mihvpy 30.vegasino-gk0v0a.vegasino-6kztf2 2.vegasino-yky3ie.vegasino-6kztf2 3.vegasino-2ddt60 3.vegasino-zwttzg.vegasino-4shgoq 3.vegasino-wg4zqx.vegasino-3aiwf0.vegasino-xxll1p.vegasino-l5fk3e 7-3.vegasino-mihvpy 10.vegasino-udajfo.vegasino-l5fk3e 23.vegasino-s24etv.vegasino-ugpcfu 1.vegasino-6ujwfh 2.vegasino-mihvpy 3.vegasino-ugpcfu 1.vegasino-4shgoq 5.vegasino-j4rkv3.vegasino-4shgoq 32.vegasino-z1twaz.vegasino-3aiwf0 5.vegasino-8zzvr9 4.vegasino-l5fk3e 9.vegasino-l5fk3e 8.vegasino-4shgoq 6.vegasino-5flf6b.vegasino-xl6xck.vegasino-5jlaj9.vegasino-b87mjw.vegasino-mnwssq 4.vegasino-zcbu0k.vegasino-mnwssq 6.vegasino-mnwssq 0l29.vegasino-8zzvr9 17.vegasino-rt7ktm.vegasino-j35utm 2.vegasino-8j8rb3 10.vegasino-goxoil.vegasino-mihvpy 8.vegasino-dm0fap.vegasino-1xxv97.vegasino-nvssci.vegasino-7b2g93.vegasino-5l5rzn.vegasino-3aiwf0.vegasino-q99c34.vegasino-mihvpy 1.vegasino-6fd2mv.vegasino-4u2l2s.vegasino-jvizep.vegasino-h21o4x.vegasino-ukr6fu.vegasino-6ujwfh 1.vegasino-6cm0of.vegasino-dn6q0q.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.vegasino-njonqw.vegasino-3bbp2s {
  display: none;
}

.vegasino-ped7g9 {
  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-ped7g9 {
    height: 74px;
    overflow: visible;
  }
}

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

.vegasino-agu8i9 {
  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-agu8i9::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .vegasino-agu8i9 {
    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-agu8i9 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.vegasino-f7oca8 {
  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-f7oca8::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-f7oca8::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.vegasino-f7oca8::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-f7oca8::after {
    display: none;
  }
}

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

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

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

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

.vegasino-3zscr5 {
  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-4u8l16 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.vegasino-njonqw.vegasino-ndgd0f .vegasino-ped7g9 {
  background: #2b3b67;
}

.vegasino-njonqw.vegasino-ndgd0f .vegasino-agu8i9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegasino-njonqw.vegasino-ndgd0f .vegasino-agu8i9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegasino-njonqw.vegasino-ndgd0f .vegasino-agu8i9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegasino-njonqw.vegasino-ndgd0f .vegasino-f7oca8::before {
  background: #0e0f41;
}

.vegasino-njonqw.vegasino-ndgd0f .vegasino-f7oca8::after {
  background: #152557;
}

.vegasino-njonqw.vegasino-os1exd .vegasino-ped7g9 {
  background: #1f35fa;
}

.vegasino-njonqw.vegasino-os1exd .vegasino-agu8i9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegasino-njonqw.vegasino-os1exd .vegasino-agu8i9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegasino-njonqw.vegasino-os1exd .vegasino-agu8i9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegasino-njonqw.vegasino-os1exd .vegasino-f7oca8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegasino-njonqw.vegasino-os1exd .vegasino-f7oca8::after {
  background: #192ac8;
}

.vegasino-njonqw.vegasino-020rrs .vegasino-ped7g9 {
  background: #fa771f;
}

.vegasino-njonqw.vegasino-020rrs .vegasino-agu8i9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-njonqw.vegasino-020rrs .vegasino-agu8i9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegasino-njonqw.vegasino-020rrs .vegasino-agu8i9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegasino-njonqw.vegasino-020rrs .vegasino-f7oca8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-njonqw.vegasino-020rrs .vegasino-f7oca8::after {
  background: #fa8535;
}

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

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

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

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

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

.vegasino-1ajdfb {
  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-1ajdfb {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.vegasino-3gke9h {
  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-3gke9h {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.vegasino-lewj5q {
  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-lewj5q:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.vegasino-1520tj .vegasino-bwz602 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.vegasino-9pzkmh {
  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-9pzkmh.vegasino-6zrw45 {
  display: block;
}

.vegasino-9pzkmh.vegasino-3bbp2s {
  display: none;
}

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

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

.vegasino-1vfg91 {
  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-uoo8io {
  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-2owbla small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

.vegasino-34k6rs {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-34k6rs .vegasino-bwz602 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.vegasino-bt5a96 {
  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-bt5a96 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-kqpp2z {
  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-kqpp2z {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.vegasino-t6pqnf {
  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-1amu94 {
  flex: 1;
  min-width: 0;
}

.vegasino-ezzfg0 {
  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-ezzfg0 {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

.vegasino-h0cdpd strong {
  font-weight: 600;
}

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

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

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

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

.vegasino-9aniae {
  max-width: 300px;
  width: 100%;
}

.vegasino-9aniae a {
  width: 100%;
}

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

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

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

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

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

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

.vegasino-w2u5ae .vegasino-fffwcf {
  justify-content: center;
}

/* faq */

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

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

.vegasino-17aju1::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegasino-s710bz ease;
}

.vegasino-harvjt.vegasino-l9iunl .vegasino-17aju1::after {
  transform: rotate(45deg);
}

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

.vegasino-harvjt.vegasino-l9iunl .vegasino-vejw3g {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.vegasino-z4cse3 > input:not(:checked) ~ label:hover,
.vegasino-z4cse3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-ql7zwu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-7wd9xh 44.vegasino-vzwpno.vegasino-56fcpc.vegasino-q8iw4x.vegasino-rqdpu0.vegasino-ilhutf.vegasino-c5b1n4.vegasino-1hkh2l.vegasino-orhywx.vegasino-0dnoph.vegasino-i2x1i5.vegasino-6vxzd6.vegasino-gc1tx9 0l-12.vegasino-607bpt 30.vegasino-gqlm2j.vegasino-7rdknm 2.vegasino-aw0f0w.vegasino-7rdknm 3.vegasino-cnnfs2 3.vegasino-qst5xo.vegasino-1exb0w 3.vegasino-n9wbe4.vegasino-n4ykrq.vegasino-ptapiu.vegasino-739ejr 7-3.vegasino-607bpt 10.vegasino-41ai3h.vegasino-739ejr 23.vegasino-khlmx6.vegasino-tv3cka 1.vegasino-ngxlfu 2.vegasino-607bpt 3.vegasino-tv3cka 1.vegasino-1exb0w 5.vegasino-tncni4.vegasino-1exb0w 32.vegasino-06aow9.vegasino-n4ykrq 5.vegasino-gc1tx9 4.vegasino-739ejr 9.vegasino-739ejr 8.vegasino-1exb0w 6.vegasino-cickzw.vegasino-4hba91.vegasino-lc47jh.vegasino-l66uxt.vegasino-nnmzzv 4.vegasino-80lov4.vegasino-nnmzzv 6.vegasino-nnmzzv 0l29.vegasino-gc1tx9 17.vegasino-zlz2dr.vegasino-h1bn25 2.vegasino-r1fiy1 10.vegasino-wb8fsz.vegasino-607bpt 8.vegasino-vriq2h.vegasino-3isnd3.vegasino-v31wzc.vegasino-u2pw1z.vegasino-162mas.vegasino-n4ykrq.vegasino-ilhutf.vegasino-607bpt 1.vegasino-009uz1.vegasino-j4t3jt.vegasino-9murke.vegasino-x75elz.vegasino-e6s06f.vegasino-ngxlfu 1.vegasino-em11hx.vegasino-6w4aq0.5z'/%3e%3c/svg%3e");
}

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

.vegasino-bne378 {
  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-bne378.vegasino-axygq1 {
  display: block;
}

.vegasino-bne378.vegasino-qvhk6q {
  display: none;
}

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

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

.vegasino-21pd8u {
  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-8zexa7 {
  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-wdzqe8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

.vegasino-6qloko {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-6qloko .vegasino-rs9rxn {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.vegasino-nqr28q 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-nqr28q 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-cnthuk {
  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-cnthuk.vegasino-q9jpxj {
  opacity: 1;
  pointer-events: auto;
}
