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;
  }
}

.vegashero-7wycgk {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.vegashero-dqr7w9 {
  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) {
  .vegashero-dqr7w9: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;
  }
}

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

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

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

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

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

.vegashero-3az3w1 {
  cursor: pointer;
}

.vegashero-aiteci {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.vegashero-aanzfg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegashero-aanzfg figure {
  margin: 0;
}

.vegashero-aanzfg.vegashero-zmyocc {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegashero-aanzfg.vegashero-3g4eyv {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegashero-aanzfg.vegashero-nk567g {
  justify-content: center;
}

.vegashero-aanzfg.vegashero-h7k36g {
  justify-content: normal;
}

.vegashero-rcu36q {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.vegashero-1h1eo2 {
  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) {
  .vegashero-1h1eo2 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.vegashero-t95qnh {
  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) {
  .vegashero-t95qnh {
    flex-direction: column;
  }
}

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

.vegashero-1kpd1s img {
  width: 100%;
}

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

.vegashero-ybw6dl {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.vegashero-ybw6dl 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) {
  .vegashero-ybw6dl ul {
    margin-bottom: 15px;
  }
}

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

.vegashero-ybw6dl 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);
}

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

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

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

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

.vegashero-ybw6dl ul li:last-of-type::after {
  display: none;
}

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

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

.vegashero-uunxuk {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .vegashero-0khi6w {
    height: 50px;
  }
}

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

.vegashero-0khi6w.vegashero-12jkae {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .vegashero-0khi6w.vegashero-12jkae:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.vegashero-32003d {
  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) {
  .vegashero-32003d {
    padding: 80px 16px 0;
  }
}

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

.vegashero-oq692c {
  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) {
  .vegashero-oq692c {
    flex-direction: column;
  }
}

.vegashero-wi5vx5 {
  margin-bottom: 94px;
}

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

.vegashero-h3g2nj .vegashero-7o7mpr {
  margin-bottom: 28px;
}

.vegashero-h3g2nj .vegashero-7o7mpr img {
  max-height: 100px;
  width: auto;
}

.vegashero-ppbssk {
  display: flex;
  align-items: center;
}

.vegashero-ppbssk a + a {
  margin-left: 24px;
}

.vegashero-ppbssk img {
  max-height: 56px;
  width: auto;
}

.vegashero-ppbssk img + img {
  margin-left: 24px;
}

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

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

.vegashero-v39nej {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.vegashero-uua7xz li {
  display: flex;
  margin: 0 7px;
}

.vegashero-uua7xz li svg {
  transition: 0.vegashero-qmder9 ease-in-out;
}

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

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

.vegashero-66apzm + .vegashero-66apzm {
  margin-left: 120px;
}

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

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

.vegashero-tf5sfp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegashero-tf5sfp li {
  font-size: 16px;
}

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

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

.vegashero-tf5sfp li + li {
  margin-top: 16px;
}

.vegashero-1w9s0q {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegashero-thi2nk ease-in-out;
}

.vegashero-1w9s0q.vegashero-rk4jj8 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vegashero-fvgglh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegashero-1cge9h li {
  width: 100%;
}

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

.vegashero-1cge9h li a svg {
  fill: var(--button-text-color);
}

.vegashero-1cge9h li a.vegashero-rk4jj8 {
  background: var(--border-color);
}

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

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

.vegashero-08jfg0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.vegashero-lpod4s {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.vegashero-lpod4s img {
  width: 100%;
  transition: 0.vegashero-qmder9 ease-in-out;
}

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

.vegashero-rk911w {
  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) {
  .vegashero-rk911w {
    height: 54px;
  }
}

.vegashero-5976xf {
  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) {
  .vegashero-5976xf {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .vegashero-5976xf .vegashero-7o7mpr img {
    max-width: 90px;
  }
}

.vegashero-7o7mpr img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .vegashero-7o7mpr {
    order: -2;
  }
}

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

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

.vegashero-ip53k5 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.vegashero-ngqd5h {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.vegashero-ngqd5h.vegashero-67lwv6 {
  margin-right: 0;
}

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

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

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

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

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

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

.vegashero-bvvzrm:hover > ul {
  display: flex;
}

.vegashero-bvvzrm:focus > ul {
  display: flex;
}

.vegashero-bvvzrm:focus-within > ul {
  display: flex;
}

.vegashero-1lph0q {
  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;
}

.vegashero-1lph0q::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.vegashero-thi2nk ease-in-out;
}

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

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

.vegashero-bvvzrm 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.vegashero-qmder9 ease-in-out;
  overflow: hidden;
}

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

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

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

.vegashero-kp4qoi {
  display: none;
}

.vegashero-92ub4s {
  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) {
  .vegashero-92ub4s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .vegashero-kp4qoi:checked ~ .vegashero-s53f3a {
    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;
  }
  .vegashero-s53f3a {
    display: none;
    transition: display 0.vegashero-qmder9 ease-in-out;
  }
  .vegashero-kp4qoi:checked ~ .vegashero-s53f3a {
    display: block;
  }
  .vegashero-kp4qoi:checked + .vegashero-92ub4s span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .vegashero-kp4qoi:checked + .vegashero-92ub4s span:nth-child(2) {
    display: none;
  }
  .vegashero-kp4qoi:checked + .vegashero-92ub4s span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.vegashero-h0mnf0 img {
  margin-bottom: 20px;
}

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

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

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

.vegashero-zhwkvl {
  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) {
  .vegashero-zhwkvl {
    font-size: 32px;
  }
}

.vegashero-9kxzyd {
  color: var(--text-color);
}

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

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

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

.vegashero-nl35xq p img {
  display: block;
  margin: 0 auto;
}

.vegashero-nl35xq p:first-of-type {
  margin-top: 0;
}

.vegashero-nl35xq p:last-of-type {
  margin-bottom: 0;
}

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

.vegashero-nl35xq ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.vegashero-praky8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.vegashero-praky8 .vegashero-0feqki {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegashero-praky8 .vegashero-0feqki {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.vegashero-praky8 .vegashero-vzgr74 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegashero-praky8 .vegashero-vzgr74 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .vegashero-praky8 .vegashero-vzgr74 img {
    width: 100%;
  }
}

.vegashero-vzgr74 {
  margin: 0 0 28px;
}

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

.vegashero-0feqki {
  margin: 0 0 28px;
}

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

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

.vegashero-d3ebj5 .vegashero-dqr7w9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.vegashero-lcj0ze {
  position: relative;
  border: none;
}

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

.vegashero-vylfgl {
  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;
}

.vegashero-vylfgl span {
  height: 32px;
}

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

.vegashero-vylfgl.vegashero-n1s12u span {
  transform: scaleY(-1);
}

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

.vegashero-py8a6n {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.vegashero-py8a6n.vegashero-xj2h74 {
  display: none;
}

.vegashero-3rci6g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegashero-3rci6g table {
  width: 100%;
  border-collapse: collapse;
}

.vegashero-3rci6g 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) {
  .vegashero-3rci6g table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .vegashero-3rci6g table td {
    min-width: 75px;
  }
}

.vegashero-3rci6g 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) {
  .vegashero-3rci6g table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.vegashero-3rci6g p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.vegashero-5x57oy {
  width: 100%;
  border-collapse: collapse;
}

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

.vegashero-5x57oy 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) {
  .vegashero-5x57oy tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.vegashero-rm0l68 p {
  color: var(--text-color);
}

.vegashero-iunnpj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.vegashero-5w4joe {
  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);
}

.vegashero-gk3jk7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegashero-5t6bwb p + p {
  margin-top: 10px;
}

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

.vegashero-dpn7f7 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegashero-dpn7f7 {
    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;
  }
}

.vegashero-2gdig8 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.vegashero-2gdig8 li {
  margin: 0 20px;
}

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

.vegashero-2gdig8 li a img {
  margin-bottom: 4px;
}

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

.vegashero-r2lj4v {
  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) {
  .vegashero-r2lj4v {
    padding: 0 16px;
  }
}

.vegashero-r2lj4v li {
  font-size: 16px;
  position: relative;
}

.vegashero-r2lj4v li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.vegashero-r2lj4v li span {
  opacity: 0.5;
}

.vegashero-r2lj4v li + li {
  margin-left: 30px;
}

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

h2.vegashero-jyn43n {
  margin: 0 0 28px;
}

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

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

.vegashero-952yji 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);
}

.vegashero-952yji 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;
}

.vegashero-952yji 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;
}

.vegashero-952yji tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.vegashero-952yji tbody tr:last-of-type {
  margin-bottom: 0;
}

.vegashero-952yji tbody tr td:first-of-type {
  flex-shrink: 0;
}

.vegashero-952yji 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);
}

.vegashero-952yji 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);
}

.vegashero-952yji tbody tr td:last-of-type {
  margin-left: auto;
}

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

.vegashero-952yji tbody tr td .vegashero-ukjorq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .vegashero-952yji tbody tr td .vegashero-ukjorq {
    width: 100%;
  }
}

.vegashero-952yji tbody tr td .vegashero-bwz77i {
  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.vegashero-qmder9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .vegashero-952yji tbody tr td .vegashero-bwz77i:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegashero-952yji tbody tr td .vegashero-bwz77i {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .vegashero-952yji tbody tr td .vegashero-bwz77i {
    width: 100%;
  }
}

.vegashero-952yji tbody tr td .vegashero-svtgxn {
  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) {
  .vegashero-952yji tbody tr td .vegashero-svtgxn:hover {
    text-decoration: none;
  }
}

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

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

.vegashero-k614x9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegashero-lj3r2c img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegashero-qmder9 ease-in-out;
}

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

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

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

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

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

@media only screen and (max-width: 520px) {
  .vegashero-2eer2r {
    height: 190px;
    margin: 20px auto;
  }
}

.vegashero-2eer2r img {
  width: 100%;
  height: 100%;
}

.vegashero-2eer2r iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .vegashero-2eer2r iframe {
    height: 190px;
  }
}

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

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

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

.vegashero-wh540d svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.vegashero-qmder9 ease-in-out;
}

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

.vegashero-0h09ad {
  padding: 90px 0;
}

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

.vegashero-ivq8gg {
  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) {
  .vegashero-ivq8gg {
    padding: 0 16px;
  }
}

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

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

.vegashero-3m0hrm img {
  width: 100%;
}

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

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

.vegashero-xarkyk {
  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;
}

.vegashero-xarkyk 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) {
  .vegashero-xarkyk {
    flex-basis: auto;
  }
}

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

.vegashero-2ycuu9 {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-2ycuu9:hover {
  border: 1px solid #8c8ca2;
}

.vegashero-tromqs {
  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%);
}

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

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

.vegashero-5raas5 a {
  text-decoration: underline;
  color: #8babff;
}

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

.vegashero-k51e3m .vegashero-2ycuu9 {
  width: 50%;
  margin: 0;
}

.vegashero-fptgtu {
  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;
}

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

.vegashero-z1j2u1 {
  margin: 0 0 100px;
}

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

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

.vegashero-yrzhc7 {
  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) {
  .vegashero-yrzhc7 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.vegashero-g7jqtz {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.vegashero-tfo6rl 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.vegashero-qmder9 ease-in-out;
}

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

.vegashero-tfo6rl a svg {
  fill: #fff;
}

.vegashero-tfo6rl a:hover {
  background: #3d68e7;
}

.vegashero-03d08n {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.vegashero-gvhxq6 {
  margin-bottom: 16px;
}

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

.vegashero-qvv0pg {
  font-size: 16px;
  color: var(--text-color);
}

.vegashero-7hmt4n {
  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) {
  .vegashero-7hmt4n {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.vegashero-ogpkbl 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);
}

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

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

.vegashero-ogpkbl table tr:last-of-type td {
  border-bottom: none;
}

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

.vegashero-twfp3f {
  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) {
  .vegashero-twfp3f {
    min-height: 190px;
  }
}

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

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

.vegashero-502p5o {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegashero-502p5o.vegashero-4axac4 {
  display: none;
}

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

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

.vegashero-pfuuub iframe.vegashero-vm5pqj {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.vegashero-pfuuub.vegashero-47ml3g {
  opacity: 1;
  pointer-events: all;
}

.vegashero-jejysd {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-jejysd svg {
  margin-right: 10px;
}

.vegashero-jejysd + .vegashero-jejysd {
  margin-top: 14px;
}

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

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

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

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

.vegashero-7hmt4n .vegashero-d3ebj5 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.vegashero-7hmt4n .vegashero-d3ebj5 h1,
.vegashero-7hmt4n .vegashero-d3ebj5 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) {
  .vegashero-7hmt4n .vegashero-d3ebj5 h1,
  .vegashero-7hmt4n .vegashero-d3ebj5 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .vegashero-7hmt4n .vegashero-d3ebj5 {
    margin: 28px 0 0;
  }
}

.vegashero-jia4xg {
  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) {
  .vegashero-jia4xg {
    padding: 0 16px;
  }
}

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

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

.vegashero-s2vtkc {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.vegashero-dalk9y {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.vegashero-knacvs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.vegashero-ca6nyc .vegashero-dqr7w9 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .vegashero-ca6nyc .vegashero-dqr7w9 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.vegashero-jhyjnk {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vegashero-jhyjnk img {
  width: 100%;
}

.vegashero-dy2mfy {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.vegashero-1qzxrj {
  width: 100%;
  margin: 0 0 100px;
}

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

.vegashero-1qzxrj .vegashero-a38yb0 {
  position: relative;
}

.vegashero-1qzxrj .vegashero-wbnvan {
  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;
}

.vegashero-1qzxrj .vegashero-wbnvan.vegashero-4axac4 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .vegashero-1qzxrj .vegashero-h7fx84 {
    bottom: 90px;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-rb7o2a {
  max-width: 300px;
  width: 100%;
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-rb7o2a .vegashero-c6y67l {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-h7fx84 .vegashero-rb7o2a .vegashero-c6y67l {
    font-size: 32px;
    text-align: center;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-rb7o2a .vegashero-6g4lup {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-h7fx84 .vegashero-rb7o2a .vegashero-6g4lup {
    text-align: center;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 {
    flex-direction: column-reverse;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-a86dey {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-a86dey:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-a86dey {
    width: 100%;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-zfjaes {
  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.vegashero-qmder9 ease-in-out;
  overflow: hidden;
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-zfjaes 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);
  }
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-zfjaes: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;
}

.vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-zfjaes:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-h7fx84 .vegashero-67lwv6 .vegashero-zfjaes {
    width: 100%;
  }
}

.vegashero-1qzxrj .vegashero-h7fx84.vegashero-4axac4 {
  display: none;
}

.vegashero-1qzxrj .vegashero-umowio {
  display: none;
}

.vegashero-1qzxrj .vegashero-umowio.vegashero-47ml3g {
  display: block;
}

.vegashero-1qzxrj .vegashero-umowio iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-umowio iframe {
    height: calc(100vh - 54px);
  }
}

.vegashero-1qzxrj .vegashero-gbymwo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .vegashero-1qzxrj .vegashero-gbymwo {
    padding: 24px 16px 0;
  }
}

.vegashero-1qzxrj .vegashero-gbymwo .vegashero-c6y67l {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegashero-1qzxrj .vegashero-gbymwo .vegashero-c6y67l {
    margin-bottom: 24px;
  }
}

.vegashero-1qzxrj .vegashero-gbymwo 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);
}

.vegashero-1qzxrj .vegashero-gbymwo 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) {
  .vegashero-1qzxrj .vegashero-gbymwo table tr td {
    padding: 12px 4px;
  }
}

.vegashero-1qzxrj .vegashero-gbymwo 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) {
  .vegashero-1qzxrj .vegashero-gbymwo table tr th {
    padding: 12px 4px;
  }
}

.vegashero-1qzxrj .vegashero-gbymwo table tr:last-of-type td {
  border-bottom: none;
}

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

.vegashero-8gggy4.vegashero-rk4jj8 {
  display: block;
}

.vegashero-8gggy4 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.vegashero-8gggy4 .vegashero-hy3j2a {
  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;
}

.vegashero-8gggy4 .vegashero-nivqaf {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegashero-8gggy4 .vegashero-zfjaes {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-8gggy4 .vegashero-zfjaes:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.vegashero-s8c782.vegashero-rk4jj8 {
  display: block;
}

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

.vegashero-4kncho {
  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;
}

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

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

.vegashero-ihoyd1 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.vegashero-ihoyd1 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.vegashero-5xncsd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vegashero-1rd6cq.vegashero-4axac4 {
  display: none;
}

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

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

.vegashero-wce4vv {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.vegashero-wce4vv 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.vegashero-qmder9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.vegashero-wce4vv input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegashero-wce4vv input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegashero-wce4vv input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.vegashero-wce4vv input:active {
  border-color: #c2c0ce;
}

.vegashero-wce4vv input:focus {
  border-color: #c2c0ce;
}

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

.vegashero-sru8mk {
  margin-bottom: 36px;
}

.vegashero-sru8mk 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;
}

.vegashero-sru8mk textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegashero-sru8mk textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.vegashero-f95u6j {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vegashero-6zfz20 {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-6zfz20:hover {
  background: var(--border-color);
}

.vegashero-a6a883 {
  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.vegashero-qmder9 ease-in-out;
}

.vegashero-a6a883:hover {
  background: #166ad9;
}

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

.vegashero-nswi4e.vegashero-4axac4 {
  display: none;
}

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

.vegashero-nswi4e .vegashero-6zfz20 {
  margin: 0 auto;
}

.vegashero-n2js8y {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.vegashero-cdkdr6 {
  filter: grayscale(100%);
}

.vegashero-po336c > input {
  display: none;
}

.vegashero-po336c > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegashero-szvxfd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegashero-ztan0g 44.vegashero-f54lzm.vegashero-htwivf.vegashero-94r17m.vegashero-lt4skw.vegashero-gnvtsx.vegashero-kgvwmi.vegashero-7lrcbq.vegashero-2alkhb.vegashero-4yj5yw.vegashero-k18de6.vegashero-cz5w1z.vegashero-li1rb2 0l-12.vegashero-iukpy1 30.vegashero-cx3rws.vegashero-vti0gk 2.vegashero-t5amvl.vegashero-vti0gk 3.vegashero-lj1k8r 3.vegashero-dk8gb4.vegashero-rhzdbx 3.vegashero-ddte2y.vegashero-zob5dy.vegashero-sgzjj9.vegashero-0p21v7 7-3.vegashero-iukpy1 10.vegashero-hm47na.vegashero-0p21v7 23.vegashero-jqv6oo.vegashero-aavnof 1.vegashero-r7maz4 2.vegashero-iukpy1 3.vegashero-aavnof 1.vegashero-rhzdbx 5.vegashero-r8jl75.vegashero-rhzdbx 32.vegashero-h9mg52.vegashero-zob5dy 5.vegashero-li1rb2 4.vegashero-0p21v7 9.vegashero-0p21v7 8.vegashero-rhzdbx 6.vegashero-kmu99h.vegashero-1x5891.vegashero-0rt1d6.vegashero-7kcs5n.vegashero-snonu8 4.vegashero-cx4umo.vegashero-snonu8 6.vegashero-snonu8 0l29.vegashero-li1rb2 17.vegashero-ng7085.vegashero-utoegs 2.vegashero-5orphf 10.vegashero-hacihs.vegashero-iukpy1 8.vegashero-uaff0i.vegashero-u9bsea.vegashero-g785lx.vegashero-k31yqq.vegashero-nhgtbb.vegashero-zob5dy.vegashero-gnvtsx.vegashero-iukpy1 1.vegashero-ido4ik.vegashero-hbgfli.vegashero-v115fc.vegashero-2mt04d.vegashero-yl8xga.vegashero-r7maz4 1.vegashero-rh8c7m.vegashero-hipylm.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegashero-po336c > input:checked ~ label,
.vegashero-po336c > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegashero-szvxfd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegashero-ztan0g 44.vegashero-f54lzm.vegashero-htwivf.vegashero-94r17m.vegashero-lt4skw.vegashero-gnvtsx.vegashero-kgvwmi.vegashero-7lrcbq.vegashero-2alkhb.vegashero-4yj5yw.vegashero-k18de6.vegashero-cz5w1z.vegashero-li1rb2 0l-12.vegashero-iukpy1 30.vegashero-cx3rws.vegashero-vti0gk 2.vegashero-t5amvl.vegashero-vti0gk 3.vegashero-lj1k8r 3.vegashero-dk8gb4.vegashero-rhzdbx 3.vegashero-ddte2y.vegashero-zob5dy.vegashero-sgzjj9.vegashero-0p21v7 7-3.vegashero-iukpy1 10.vegashero-hm47na.vegashero-0p21v7 23.vegashero-jqv6oo.vegashero-aavnof 1.vegashero-r7maz4 2.vegashero-iukpy1 3.vegashero-aavnof 1.vegashero-rhzdbx 5.vegashero-r8jl75.vegashero-rhzdbx 32.vegashero-h9mg52.vegashero-zob5dy 5.vegashero-li1rb2 4.vegashero-0p21v7 9.vegashero-0p21v7 8.vegashero-rhzdbx 6.vegashero-kmu99h.vegashero-1x5891.vegashero-0rt1d6.vegashero-7kcs5n.vegashero-snonu8 4.vegashero-cx4umo.vegashero-snonu8 6.vegashero-snonu8 0l29.vegashero-li1rb2 17.vegashero-ng7085.vegashero-utoegs 2.vegashero-5orphf 10.vegashero-hacihs.vegashero-iukpy1 8.vegashero-uaff0i.vegashero-u9bsea.vegashero-g785lx.vegashero-k31yqq.vegashero-nhgtbb.vegashero-zob5dy.vegashero-gnvtsx.vegashero-iukpy1 1.vegashero-ido4ik.vegashero-hbgfli.vegashero-v115fc.vegashero-2mt04d.vegashero-yl8xga.vegashero-r7maz4 1.vegashero-rh8c7m.vegashero-hipylm.5z'/%3e%3c/svg%3e");
}

.vegashero-po336c > input:not(:checked) ~ label:hover,
.vegashero-po336c > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegashero-szvxfd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegashero-ztan0g 44.vegashero-f54lzm.vegashero-htwivf.vegashero-94r17m.vegashero-lt4skw.vegashero-gnvtsx.vegashero-kgvwmi.vegashero-7lrcbq.vegashero-2alkhb.vegashero-4yj5yw.vegashero-k18de6.vegashero-cz5w1z.vegashero-li1rb2 0l-12.vegashero-iukpy1 30.vegashero-cx3rws.vegashero-vti0gk 2.vegashero-t5amvl.vegashero-vti0gk 3.vegashero-lj1k8r 3.vegashero-dk8gb4.vegashero-rhzdbx 3.vegashero-ddte2y.vegashero-zob5dy.vegashero-sgzjj9.vegashero-0p21v7 7-3.vegashero-iukpy1 10.vegashero-hm47na.vegashero-0p21v7 23.vegashero-jqv6oo.vegashero-aavnof 1.vegashero-r7maz4 2.vegashero-iukpy1 3.vegashero-aavnof 1.vegashero-rhzdbx 5.vegashero-r8jl75.vegashero-rhzdbx 32.vegashero-h9mg52.vegashero-zob5dy 5.vegashero-li1rb2 4.vegashero-0p21v7 9.vegashero-0p21v7 8.vegashero-rhzdbx 6.vegashero-kmu99h.vegashero-1x5891.vegashero-0rt1d6.vegashero-7kcs5n.vegashero-snonu8 4.vegashero-cx4umo.vegashero-snonu8 6.vegashero-snonu8 0l29.vegashero-li1rb2 17.vegashero-ng7085.vegashero-utoegs 2.vegashero-5orphf 10.vegashero-hacihs.vegashero-iukpy1 8.vegashero-uaff0i.vegashero-u9bsea.vegashero-g785lx.vegashero-k31yqq.vegashero-nhgtbb.vegashero-zob5dy.vegashero-gnvtsx.vegashero-iukpy1 1.vegashero-ido4ik.vegashero-hbgfli.vegashero-v115fc.vegashero-2mt04d.vegashero-yl8xga.vegashero-r7maz4 1.vegashero-rh8c7m.vegashero-hipylm.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vegashero-4dl9oi > .vegashero-2a35a2 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vegashero-4dl9oi > .vegashero-2a35a2 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vegashero-4dl9oi > .vegashero-2a35a2 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vegashero-4dl9oi > .vegashero-2a35a2 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .vegashero-4dl9oi > .vegashero-2a35a2 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.vegashero-k6mv8r.vegashero-4axac4 {
  display: none;
}

.vegashero-ld05oj {
  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) {
  .vegashero-ld05oj {
    height: 74px;
    overflow: visible;
  }
}

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

.vegashero-fivx16 {
  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;
}

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

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

.vegashero-fivx16 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.vegashero-yjx28o {
  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;
}

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

.vegashero-yjx28o::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) {
  .vegashero-yjx28o::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .vegashero-1y4h8x {
    top: -20px;
  }
}

.vegashero-cukavb {
  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.vegashero-qmder9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-ld05oj {
  background: #2b3b67;
}

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-fivx16 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-fivx16::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-fivx16::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-yjx28o::before {
  background: #0e0f41;
}

.vegashero-k6mv8r.vegashero-vq8dkr .vegashero-yjx28o::after {
  background: #152557;
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-ld05oj {
  background: #1f35fa;
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-fivx16 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-fivx16::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-fivx16::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-yjx28o::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegashero-k6mv8r.vegashero-rb78v8 .vegashero-yjx28o::after {
  background: #192ac8;
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-ld05oj {
  background: #fa771f;
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-fivx16 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-fivx16::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-fivx16::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-yjx28o::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegashero-k6mv8r.vegashero-lzrew1 .vegashero-yjx28o::after {
  background: #fa8535;
}

.vegashero-84im9f {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.vegashero-4ahprc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vegashero-4ahprc span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.vegashero-4ahprc small {
  font-size: 14px;
  color: var(--text-color);
}

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

.vegashero-oxtkey {
  width: 120px;
  height: 22px;
}

.vegashero-oxtkey .vegashero-q0n64w {
  fill: #c2c0ce;
}

.vegashero-oxtkey [rating="1"] .vegashero-q0n64w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegashero-oxtkey [rating="2"] .vegashero-q0n64w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegashero-oxtkey [rating="3"] .vegashero-q0n64w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegashero-oxtkey [rating="4"] .vegashero-q0n64w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegashero-oxtkey [rating="5"] .vegashero-q0n64w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.vegashero-362jml {
  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);
}

.vegashero-362jml.vegashero-47ml3g {
  display: block;
}

.vegashero-362jml.vegashero-4axac4 {
  display: none;
}

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

.vegashero-s16r66 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegashero-ljapqc {
  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);
}

.vegashero-c7zyyr {
  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;
}

.vegashero-ypc81f small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.vegashero-or8251 {
  font-size: 16px;
  line-height: 140%;
}

.vegashero-nll7fz {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegashero-nll7fz .vegashero-q0n64w {
  fill: #c2c0ce;
}

.vegashero-nll7fz [rating="1"] .vegashero-q0n64w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegashero-nll7fz [rating="2"] .vegashero-q0n64w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegashero-nll7fz [rating="3"] .vegashero-q0n64w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegashero-nll7fz [rating="4"] .vegashero-q0n64w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegashero-nll7fz [rating="5"] .vegashero-q0n64w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.vegashero-xyxofn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.vegashero-lx0rku {
  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) {
  .vegashero-lx0rku {
    padding: 12px;
    gap: 12px;
  }
}

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

.vegashero-wf08om img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegashero-znvj6f {
  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;
}

.vegashero-hsg18i {
  flex: 1;
  min-width: 0;
}

.vegashero-unr6nr {
  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) {
  .vegashero-unr6nr {
    font-size: 14px;
    gap: 6px;
  }
}

.vegashero-1u3nye {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.vegashero-vyxyen strong {
  font-weight: 600;
}

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

.vegashero-uky1xd p {
  margin: 0 0 16px;
}

.vegashero-uky1xd p:last-child {
  margin-bottom: 0;
}

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

.vegashero-z3ni2i {
  max-width: 300px;
  width: 100%;
}

.vegashero-z3ni2i a {
  width: 100%;
}

@media (max-width: 575px) {
  .vegashero-z3ni2i {
    max-width: 200px;
  }
}

.vegashero-hy3gw4 {
  justify-content: center;
}

.vegashero-gojr86 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vegashero-wnjsid {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.vegashero-50hfv0 .vegashero-ip53k5 {
  justify-content: center;
}

/* faq */

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

.vegashero-seukif {
  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.vegashero-yk0lug ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegashero-seukif::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegashero-yk0lug ease;
}

.vegashero-tknb15.vegashero-rk4jj8 .vegashero-seukif::after {
  transform: rotate(45deg);
}

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

.vegashero-tknb15.vegashero-rk4jj8 .vegashero-g2bgts {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vegashero-dhhnj9 {
  margin: 25px 0;
}

.vegashero-po336c > input:not(:checked) ~ label:hover,
.vegashero-po336c > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegashero-c8riz8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegashero-afm5mn 44.vegashero-kg8ype.vegashero-d9xc3o.vegashero-rrlurf.vegashero-dsx6yj.vegashero-6xxvgo.vegashero-1pbuir.vegashero-hcn745.vegashero-p2p8no.vegashero-h26hwi.vegashero-hdyobq.vegashero-6l1k4l.vegashero-msm1i7 0l-12.vegashero-id73wh 30.vegashero-odej1b.vegashero-fppn1s 2.vegashero-j66m88.vegashero-fppn1s 3.vegashero-dicm0n 3.vegashero-sm037l.vegashero-kew7gm 3.vegashero-kuf5h0.vegashero-al4hrf.vegashero-prff4o.vegashero-8m7yt6 7-3.vegashero-id73wh 10.vegashero-bav43f.vegashero-8m7yt6 23.vegashero-pdbdzn.vegashero-bh8rsi 1.vegashero-8ojqfg 2.vegashero-id73wh 3.vegashero-bh8rsi 1.vegashero-kew7gm 5.vegashero-b1j9ij.vegashero-kew7gm 32.vegashero-w0ejtc.vegashero-al4hrf 5.vegashero-msm1i7 4.vegashero-8m7yt6 9.vegashero-8m7yt6 8.vegashero-kew7gm 6.vegashero-vkxncm.vegashero-9i7m2j.vegashero-qlppqp.vegashero-7qolil.vegashero-qa9278 4.vegashero-xjdf4n.vegashero-qa9278 6.vegashero-qa9278 0l29.vegashero-msm1i7 17.vegashero-kcdwaw.vegashero-ipz5yu 2.vegashero-0b9mhk 10.vegashero-t7cqnf.vegashero-id73wh 8.vegashero-308k6m.vegashero-qp3b4w.vegashero-hylbid.vegashero-zitocc.vegashero-7thm02.vegashero-al4hrf.vegashero-6xxvgo.vegashero-id73wh 1.vegashero-85vwyx.vegashero-a7qll6.vegashero-kxa5vg.vegashero-fpicd0.vegashero-dsp2cr.vegashero-8ojqfg 1.vegashero-b8nwyl.vegashero-g4vbcj.5z'/%3e%3c/svg%3e");
}

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

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

.vegashero-muzq7j {
  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);
}

.vegashero-muzq7j.vegashero-6g4f6g {
  display: block;
}

.vegashero-muzq7j.vegashero-m4bmj6 {
  display: none;
}

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

.vegashero-harqb8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegashero-5x9b82 {
  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);
}

.vegashero-u932zp {
  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;
}

.vegashero-0iwfox small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.vegashero-lzutmr {
  font-size: 16px;
  line-height: 140%;
}

.vegashero-2dmx0s {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegashero-2dmx0s .vegashero-actd85 {
  fill: #c2c0ce;
}

.vegashero-2dmx0s [rating="1"] .vegashero-actd85:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegashero-2dmx0s [rating="2"] .vegashero-actd85:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegashero-2dmx0s [rating="3"] .vegashero-actd85:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegashero-2dmx0s [rating="4"] .vegashero-actd85:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegashero-2dmx0s [rating="5"] .vegashero-actd85:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.vegashero-ufty0o 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;
}

.vegashero-ufty0o 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 */

.vegashero-csb311 {
  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);
}

.vegashero-csb311.vegashero-ptycjd {
  opacity: 1;
  pointer-events: auto;
}
