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

.vegas-hero-mekuv2 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.vegas-hero-l56tqw {
  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) {
  .vegas-hero-l56tqw: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;
  }
}

.vegas-hero-94kmh6 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-94kmh6 {
    margin: 20px auto 100px;
  }
}

.vegas-hero-94kmh6 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-94kmh6 h1 {
    font-size: 120px;
  }
}

.vegas-hero-94kmh6 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.vegas-hero-e3n1jc {
  cursor: pointer;
}

.vegas-hero-6mqidk {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.vegas-hero-uxm4ij {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegas-hero-uxm4ij figure {
  margin: 0;
}

.vegas-hero-uxm4ij.vegas-hero-nb35s5 {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegas-hero-uxm4ij.vegas-hero-qa0ory {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegas-hero-uxm4ij.vegas-hero-qr4hco {
  justify-content: center;
}

.vegas-hero-uxm4ij.vegas-hero-be1tnc {
  justify-content: normal;
}

.vegas-hero-zao6sj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.vegas-hero-ka8hsd {
  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) {
  .vegas-hero-ka8hsd {
    flex-direction: column;
  }
}

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

.vegas-hero-vx8ivc img {
  width: 100%;
}

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

.vegas-hero-lue3vf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.vegas-hero-lue3vf 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) {
  .vegas-hero-lue3vf ul {
    margin-bottom: 15px;
  }
}

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

.vegas-hero-lue3vf 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);
}

.vegas-hero-lue3vf ul li span svg {
  fill: var(--title-color);
}

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

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

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

.vegas-hero-lue3vf ul li:last-of-type::after {
  display: none;
}

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

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

.vegas-hero-vmlquy {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .vegas-hero-oe9l3l {
    height: 50px;
  }
}

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

.vegas-hero-oe9l3l.vegas-hero-2dvq3t {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .vegas-hero-oe9l3l.vegas-hero-2dvq3t:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.vegas-hero-okmfxm {
  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) {
  .vegas-hero-okmfxm {
    padding: 80px 16px 0;
  }
}

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

.vegas-hero-qq0xjd {
  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) {
  .vegas-hero-qq0xjd {
    flex-direction: column;
  }
}

.vegas-hero-iueqzi {
  margin-bottom: 94px;
}

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

.vegas-hero-mzkkt1 .vegas-hero-f90rxc {
  margin-bottom: 28px;
}

.vegas-hero-mzkkt1 .vegas-hero-f90rxc img {
  max-height: 100px;
  width: auto;
}

.vegas-hero-u5q6kr {
  display: flex;
  align-items: center;
}

.vegas-hero-u5q6kr a + a {
  margin-left: 24px;
}

.vegas-hero-u5q6kr img {
  max-height: 56px;
  width: auto;
}

.vegas-hero-u5q6kr img + img {
  margin-left: 24px;
}

.vegas-hero-u0fvdu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.vegas-hero-1px9qn {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-1px9qn {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

@media only screen and (max-width: 767px) {
  .vegas-hero-rl3i7i {
    flex-wrap: wrap;
  }
}

.vegas-hero-rl3i7i li {
  display: flex;
  margin: 0 7px;
}

.vegas-hero-rl3i7i li svg {
  transition: 0.vegas-hero-efywhk ease-in-out;
}

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

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

.vegas-hero-aztx43 + .vegas-hero-aztx43 {
  margin-left: 120px;
}

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

.vegas-hero-23vgef {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.vegas-hero-rqbpl3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegas-hero-rqbpl3 li {
  font-size: 16px;
}

.vegas-hero-rqbpl3 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.vegas-hero-rqbpl3 li + li {
  margin-top: 16px;
}

.vegas-hero-2va64x {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegas-hero-w0r57m ease-in-out;
}

.vegas-hero-2va64x.vegas-hero-x7ejud {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vegas-hero-cbuy1m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegas-hero-ogk8lc li {
  width: 100%;
}

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

.vegas-hero-ogk8lc li a svg {
  fill: var(--button-text-color);
}

.vegas-hero-ogk8lc li a.vegas-hero-x7ejud {
  background: var(--border-color);
}

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

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

.vegas-hero-96hn14 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-96hn14 {
    margin: 0 -5px;
  }
}

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

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

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

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

.vegas-hero-09seua {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.vegas-hero-09seua img {
  width: 100%;
  transition: 0.vegas-hero-efywhk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegas-hero-09seua:hover img {
    transform: scale(1.1);
  }
}

.vegas-hero-o52i5b {
  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) {
  .vegas-hero-o52i5b {
    height: 54px;
  }
}

.vegas-hero-r2i068 {
  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) {
  .vegas-hero-r2i068 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .vegas-hero-r2i068 .vegas-hero-f90rxc img {
    max-width: 90px;
  }
}

.vegas-hero-f90rxc img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .vegas-hero-f90rxc {
    order: -2;
  }
}

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

.vegas-hero-kz6wwc {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegas-hero-kz6wwc li {
  font-size: 16px;
  margin: 0 20px;
}

.vegas-hero-kz6wwc li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.vegas-hero-lvtr4m {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.vegas-hero-lvtr4m.vegas-hero-s6nlwm {
  margin-right: 0;
}

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

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

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

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

.vegas-hero-mtlqy2 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.vegas-hero-mtlqy2:hover > ul {
  display: flex;
}

.vegas-hero-mtlqy2:focus > ul {
  display: flex;
}

.vegas-hero-mtlqy2:focus-within > ul {
  display: flex;
}

.vegas-hero-65htsl {
  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;
}

.vegas-hero-65htsl::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.vegas-hero-w0r57m ease-in-out;
}

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

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

.vegas-hero-mtlqy2 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.vegas-hero-efywhk ease-in-out;
  overflow: hidden;
}

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

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

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

.vegas-hero-tnmlhb {
  display: none;
}

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

.vegas-hero-7x6gyk span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

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

.vegas-hero-ysles3 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.vegas-hero-ysles3 img {
  margin-bottom: 20px;
}

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

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

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

.vegas-hero-ncwbln {
  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) {
  .vegas-hero-ncwbln {
    font-size: 32px;
  }
}

.vegas-hero-g3hauc {
  color: var(--text-color);
}

.vegas-hero-bto87n {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.vegas-hero-bto87n p img {
  display: block;
  margin: 0 auto;
}

.vegas-hero-bto87n p:first-of-type {
  margin-top: 0;
}

.vegas-hero-bto87n p:last-of-type {
  margin-bottom: 0;
}

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

.vegas-hero-bto87n ul {
  padding: 0 0 0 20px;
}

.vegas-hero-bto87n table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.vegas-hero-bto87n table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegas-hero-bto87n iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.vegas-hero-h4isox {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.vegas-hero-ct7r4a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.vegas-hero-ct7r4a .vegas-hero-9meb1p {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-ct7r4a .vegas-hero-9meb1p {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.vegas-hero-ct7r4a .vegas-hero-hhqfdl {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-ct7r4a .vegas-hero-hhqfdl {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .vegas-hero-ct7r4a .vegas-hero-hhqfdl img {
    width: 100%;
  }
}

.vegas-hero-hhqfdl {
  margin: 0 0 28px;
}

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

.vegas-hero-9meb1p {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-9meb1p {
    margin-bottom: 18px;
  }
}

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

.vegas-hero-h4isox .vegas-hero-l56tqw {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.vegas-hero-z2l98e {
  position: relative;
  border: none;
}

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

.vegas-hero-i28bsg {
  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;
}

.vegas-hero-i28bsg span {
  height: 32px;
}

.vegas-hero-i28bsg span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.vegas-hero-i28bsg.vegas-hero-ehrlwk span {
  transform: scaleY(-1);
}

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

.vegas-hero-48393y {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vegas-hero-48393y li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-48393y li {
    font-size: 16px;
  }
}

.vegas-hero-48393y li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.vegas-hero-efywhk ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .vegas-hero-48393y li a {
    padding: 12px 14px;
  }
}

.vegas-hero-48393y.vegas-hero-a9f5ty {
  display: none;
}

.vegas-hero-qeoli6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegas-hero-qeoli6 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .vegas-hero-qeoli6 table td {
    min-width: 75px;
  }
}

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

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

.vegas-hero-qeoli6 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.vegas-hero-r4y2xd {
  width: 100%;
  border-collapse: collapse;
}

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

.vegas-hero-r4y2xd 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) {
  .vegas-hero-r4y2xd tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.vegas-hero-610hof table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.vegas-hero-610hof table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegas-hero-610hof p {
  color: var(--text-color);
}

.vegas-hero-oifede {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.vegas-hero-pnp31x {
  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);
}

.vegas-hero-sx4nda {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegas-hero-c0fcga p + p {
  margin-top: 10px;
}

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

.vegas-hero-mj3x9k {
  display: none;
}

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

.vegas-hero-hnmy8i {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.vegas-hero-hnmy8i li {
  margin: 0 20px;
}

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

.vegas-hero-hnmy8i li a img {
  margin-bottom: 4px;
}

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

.vegas-hero-cff2wq {
  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) {
  .vegas-hero-cff2wq {
    padding: 0 16px;
  }
}

.vegas-hero-cff2wq li {
  font-size: 16px;
  position: relative;
}

.vegas-hero-cff2wq li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.vegas-hero-cff2wq li span {
  opacity: 0.5;
}

.vegas-hero-cff2wq li + li {
  margin-left: 30px;
}

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

h2.vegas-hero-ku28my {
  margin: 0 0 28px;
}

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

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

.vegas-hero-ra85j2 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);
}

.vegas-hero-ra85j2 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;
}

.vegas-hero-ra85j2 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;
}

.vegas-hero-ra85j2 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.vegas-hero-ra85j2 tbody tr:last-of-type {
  margin-bottom: 0;
}

.vegas-hero-ra85j2 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.vegas-hero-ra85j2 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);
}

.vegas-hero-ra85j2 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);
}

.vegas-hero-ra85j2 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.vegas-hero-ra85j2 tbody tr td .vegas-hero-fwpq4x {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .vegas-hero-ra85j2 tbody tr td .vegas-hero-fwpq4x {
    width: 100%;
  }
}

.vegas-hero-ra85j2 tbody tr td .vegas-hero-jud0un {
  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.vegas-hero-efywhk ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .vegas-hero-ra85j2 tbody tr td .vegas-hero-jud0un:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegas-hero-ra85j2 tbody tr td .vegas-hero-jud0un {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .vegas-hero-ra85j2 tbody tr td .vegas-hero-jud0un {
    width: 100%;
  }
}

.vegas-hero-ra85j2 tbody tr td .vegas-hero-6j3m0m {
  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) {
  .vegas-hero-ra85j2 tbody tr td .vegas-hero-6j3m0m:hover {
    text-decoration: none;
  }
}

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

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

.vegas-hero-uebm3j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.vegas-hero-tm7lqe {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.vegas-hero-1t5l9h img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-1t5l9h p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .vegas-hero-1t5l9h:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .vegas-hero-1t5l9h {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

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

@media only screen and (max-width: 520px) {
  .vegas-hero-yp5z68 {
    height: 190px;
    margin: 20px auto;
  }
}

.vegas-hero-yp5z68 img {
  width: 100%;
  height: 100%;
}

.vegas-hero-yp5z68 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .vegas-hero-yp5z68 iframe {
    height: 190px;
  }
}

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

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

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

.vegas-hero-wdrjuu svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.vegas-hero-efywhk ease-in-out;
}

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

.vegas-hero-ckg9ar {
  padding: 90px 0;
}

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

.vegas-hero-qevsqi {
  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) {
  .vegas-hero-qevsqi {
    padding: 0 16px;
  }
}

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

.vegas-hero-0oys9u {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.vegas-hero-0oys9u img {
  width: 100%;
}

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

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

.vegas-hero-w106ga {
  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;
}

.vegas-hero-w106ga 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) {
  .vegas-hero-w106ga {
    flex-basis: auto;
  }
}

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

.vegas-hero-zwanek {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-zwanek:hover {
  border: 1px solid #8c8ca2;
}

.vegas-hero-wbmrb4 {
  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%);
}

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

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

.vegas-hero-s1kd31 a {
  text-decoration: underline;
  color: #8babff;
}

.vegas-hero-dunaxr {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.vegas-hero-dunaxr .vegas-hero-zwanek {
  width: 50%;
  margin: 0;
}

.vegas-hero-ys738i {
  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;
}

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

.vegas-hero-ea2g7r {
  margin: 0 0 100px;
}

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

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

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

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

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

.vegas-hero-nhbnjc {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.vegas-hero-3giulx 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.vegas-hero-efywhk ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-3giulx a {
    margin: 1px 0 4px;
  }
}

.vegas-hero-3giulx a svg {
  fill: #fff;
}

.vegas-hero-3giulx a:hover {
  background: #3d68e7;
}

.vegas-hero-eyy55t {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.vegas-hero-k8qblr {
  margin-bottom: 16px;
}

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

.vegas-hero-v5wzs4 {
  font-size: 16px;
  color: var(--text-color);
}

.vegas-hero-89jd01 {
  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) {
  .vegas-hero-89jd01 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegas-hero-89jd01 {
    margin: 20px auto 60px;
  }
}

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

.vegas-hero-j9dwtv {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.vegas-hero-sejjdj {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.vegas-hero-sejjdj 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);
}

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

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

.vegas-hero-sejjdj table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .vegas-hero-sejjdj {
    margin: 0;
  }
}

.vegas-hero-yt3hfg {
  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) {
  .vegas-hero-yt3hfg {
    min-height: 190px;
  }
}

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

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

.vegas-hero-p9p08j {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegas-hero-p9p08j.vegas-hero-v5d9nx {
  display: none;
}

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

.vegas-hero-pxe6c3 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegas-hero-pxe6c3 iframe.vegas-hero-8hq1r6 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.vegas-hero-pxe6c3.vegas-hero-8dpfd1 {
  opacity: 1;
  pointer-events: all;
}

.vegas-hero-xrcx49 {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-xrcx49 svg {
  margin-right: 10px;
}

.vegas-hero-xrcx49 + .vegas-hero-xrcx49 {
  margin-top: 14px;
}

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

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

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

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

.vegas-hero-89jd01 .vegas-hero-h4isox {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.vegas-hero-89jd01 .vegas-hero-h4isox h1,
.vegas-hero-89jd01 .vegas-hero-h4isox 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) {
  .vegas-hero-89jd01 .vegas-hero-h4isox h1,
  .vegas-hero-89jd01 .vegas-hero-h4isox h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .vegas-hero-89jd01 .vegas-hero-h4isox {
    margin: 28px 0 0;
  }
}

.vegas-hero-rr6844 {
  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) {
  .vegas-hero-rr6844 {
    padding: 0 16px;
  }
}

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

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

.vegas-hero-o21rut {
  max-width: 545px;
  width: 100%;
}

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

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

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

.vegas-hero-d8v9hn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegas-hero-dqmcx1 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.vegas-hero-4qx0qn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-4qx0qn {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

.vegas-hero-3bnxaz span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .vegas-hero-e5cke7 {
    padding: 10px;
  }
}

.vegas-hero-e5cke7 .vegas-hero-l56tqw {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .vegas-hero-e5cke7 .vegas-hero-l56tqw {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .vegas-hero-e5cke7 {
    flex-wrap: wrap;
  }
}

.vegas-hero-rld1kh {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vegas-hero-rld1kh img {
  width: 100%;
}

.vegas-hero-z0g63p {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.vegas-hero-ur6os9 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.vegas-hero-dvzxif {
  width: 100%;
  margin: 0 0 100px;
}

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

.vegas-hero-dvzxif .vegas-hero-dmdjlc {
  position: relative;
}

.vegas-hero-dvzxif .vegas-hero-x290sz {
  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;
}

.vegas-hero-dvzxif .vegas-hero-x290sz.vegas-hero-v5d9nx {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f {
    bottom: 90px;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-ay1u5b {
  max-width: 300px;
  width: 100%;
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-ay1u5b .vegas-hero-qqfexd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-ay1u5b .vegas-hero-qqfexd {
    font-size: 32px;
    text-align: center;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-ay1u5b .vegas-hero-gj4m0q {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-ay1u5b .vegas-hero-gj4m0q {
    text-align: center;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm {
    flex-direction: column-reverse;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-90vc6j {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-90vc6j:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-90vc6j {
    width: 100%;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-3c5lnt {
  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.vegas-hero-efywhk ease-in-out;
  overflow: hidden;
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-3c5lnt 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);
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-3c5lnt: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;
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-3c5lnt:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-e2tb0f .vegas-hero-s6nlwm .vegas-hero-3c5lnt {
    width: 100%;
  }
}

.vegas-hero-dvzxif .vegas-hero-e2tb0f.vegas-hero-v5d9nx {
  display: none;
}

.vegas-hero-dvzxif .vegas-hero-peypem {
  display: none;
}

.vegas-hero-dvzxif .vegas-hero-peypem.vegas-hero-8dpfd1 {
  display: block;
}

.vegas-hero-dvzxif .vegas-hero-peypem iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-peypem iframe {
    height: calc(100vh - 54px);
  }
}

.vegas-hero-dvzxif .vegas-hero-8bous9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .vegas-hero-dvzxif .vegas-hero-8bous9 {
    padding: 24px 16px 0;
  }
}

.vegas-hero-dvzxif .vegas-hero-8bous9 .vegas-hero-qqfexd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-dvzxif .vegas-hero-8bous9 .vegas-hero-qqfexd {
    margin-bottom: 24px;
  }
}

.vegas-hero-dvzxif .vegas-hero-8bous9 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);
}

.vegas-hero-dvzxif .vegas-hero-8bous9 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) {
  .vegas-hero-dvzxif .vegas-hero-8bous9 table tr td {
    padding: 12px 4px;
  }
}

.vegas-hero-dvzxif .vegas-hero-8bous9 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) {
  .vegas-hero-dvzxif .vegas-hero-8bous9 table tr th {
    padding: 12px 4px;
  }
}

.vegas-hero-dvzxif .vegas-hero-8bous9 table tr:last-of-type td {
  border-bottom: none;
}

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

.vegas-hero-svyme6.vegas-hero-x7ejud {
  display: block;
}

.vegas-hero-svyme6 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.vegas-hero-svyme6 .vegas-hero-4nrz0g {
  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;
}

.vegas-hero-svyme6 .vegas-hero-skiygg {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegas-hero-svyme6 .vegas-hero-3c5lnt {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-svyme6 .vegas-hero-3c5lnt:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.vegas-hero-zy553o.vegas-hero-x7ejud {
  display: block;
}

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

.vegas-hero-amtgrw {
  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;
}

.vegas-hero-a6wvl2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.vegas-hero-1l9ia5 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.vegas-hero-1l9ia5 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.vegas-hero-hhb28o {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vegas-hero-odz1xg.vegas-hero-v5d9nx {
  display: none;
}

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

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

.vegas-hero-v79n5a {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.vegas-hero-v79n5a 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.vegas-hero-efywhk ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.vegas-hero-v79n5a input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegas-hero-v79n5a input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegas-hero-v79n5a input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.vegas-hero-v79n5a input:active {
  border-color: #c2c0ce;
}

.vegas-hero-v79n5a input:focus {
  border-color: #c2c0ce;
}

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

.vegas-hero-h0mrwh {
  margin-bottom: 36px;
}

.vegas-hero-h0mrwh 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;
}

.vegas-hero-h0mrwh textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegas-hero-h0mrwh textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.vegas-hero-2vrwff {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vegas-hero-lpty7v {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-lpty7v:hover {
  background: var(--border-color);
}

.vegas-hero-96ybbq {
  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.vegas-hero-efywhk ease-in-out;
}

.vegas-hero-96ybbq:hover {
  background: #166ad9;
}

.vegas-hero-hzp5hk {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.vegas-hero-hzp5hk.vegas-hero-v5d9nx {
  display: none;
}

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

.vegas-hero-hzp5hk .vegas-hero-lpty7v {
  margin: 0 auto;
}

.vegas-hero-ncbdng {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.vegas-hero-yvw9rh {
  filter: grayscale(100%);
}

.vegas-hero-pm7baz > input {
  display: none;
}

.vegas-hero-pm7baz > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-kx4fzh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegas-hero-vdvt3g 44.vegas-hero-cnk9t3.vegas-hero-gkcswe.vegas-hero-8k6waz.vegas-hero-mmxulq.vegas-hero-ea4ob9.vegas-hero-xp2s0t.vegas-hero-bdb02b.vegas-hero-1746yu.vegas-hero-0crr4z.vegas-hero-curtif.vegas-hero-x4ksd3.vegas-hero-lp77ja 0l-12.vegas-hero-vvw55j 30.vegas-hero-2a3sw4.vegas-hero-fslfbr 2.vegas-hero-rwhwty.vegas-hero-fslfbr 3.vegas-hero-oou4uw 3.vegas-hero-b1zckl.vegas-hero-ai6oql 3.vegas-hero-mrto38.vegas-hero-m7n0jq.vegas-hero-d3kx76.vegas-hero-8rhyrt 7-3.vegas-hero-vvw55j 10.vegas-hero-z65vpg.vegas-hero-8rhyrt 23.vegas-hero-j9cpr5.vegas-hero-jn1bw2 1.vegas-hero-t5xagp 2.vegas-hero-vvw55j 3.vegas-hero-jn1bw2 1.vegas-hero-ai6oql 5.vegas-hero-b801cj.vegas-hero-ai6oql 32.vegas-hero-5y3h31.vegas-hero-m7n0jq 5.vegas-hero-lp77ja 4.vegas-hero-8rhyrt 9.vegas-hero-8rhyrt 8.vegas-hero-ai6oql 6.vegas-hero-7v0a57.vegas-hero-tt8tr5.vegas-hero-nolpc0.vegas-hero-egmznl.vegas-hero-m1b99s 4.vegas-hero-fs2c9j.vegas-hero-m1b99s 6.vegas-hero-m1b99s 0l29.vegas-hero-lp77ja 17.vegas-hero-sk5cpd.vegas-hero-h4rjht 2.vegas-hero-2g2u2p 10.vegas-hero-zvgkok.vegas-hero-vvw55j 8.vegas-hero-ffg00f.vegas-hero-y7n4sx.vegas-hero-ijrjww.vegas-hero-ky9034.vegas-hero-ybgxwe.vegas-hero-m7n0jq.vegas-hero-ea4ob9.vegas-hero-vvw55j 1.vegas-hero-civyx5.vegas-hero-aok73r.vegas-hero-xrb6tx.vegas-hero-s3laro.vegas-hero-1cbvw6.vegas-hero-t5xagp 1.vegas-hero-r4i0l8.vegas-hero-v4b48b.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegas-hero-pm7baz > input:checked ~ label,
.vegas-hero-pm7baz > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-kx4fzh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegas-hero-vdvt3g 44.vegas-hero-cnk9t3.vegas-hero-gkcswe.vegas-hero-8k6waz.vegas-hero-mmxulq.vegas-hero-ea4ob9.vegas-hero-xp2s0t.vegas-hero-bdb02b.vegas-hero-1746yu.vegas-hero-0crr4z.vegas-hero-curtif.vegas-hero-x4ksd3.vegas-hero-lp77ja 0l-12.vegas-hero-vvw55j 30.vegas-hero-2a3sw4.vegas-hero-fslfbr 2.vegas-hero-rwhwty.vegas-hero-fslfbr 3.vegas-hero-oou4uw 3.vegas-hero-b1zckl.vegas-hero-ai6oql 3.vegas-hero-mrto38.vegas-hero-m7n0jq.vegas-hero-d3kx76.vegas-hero-8rhyrt 7-3.vegas-hero-vvw55j 10.vegas-hero-z65vpg.vegas-hero-8rhyrt 23.vegas-hero-j9cpr5.vegas-hero-jn1bw2 1.vegas-hero-t5xagp 2.vegas-hero-vvw55j 3.vegas-hero-jn1bw2 1.vegas-hero-ai6oql 5.vegas-hero-b801cj.vegas-hero-ai6oql 32.vegas-hero-5y3h31.vegas-hero-m7n0jq 5.vegas-hero-lp77ja 4.vegas-hero-8rhyrt 9.vegas-hero-8rhyrt 8.vegas-hero-ai6oql 6.vegas-hero-7v0a57.vegas-hero-tt8tr5.vegas-hero-nolpc0.vegas-hero-egmznl.vegas-hero-m1b99s 4.vegas-hero-fs2c9j.vegas-hero-m1b99s 6.vegas-hero-m1b99s 0l29.vegas-hero-lp77ja 17.vegas-hero-sk5cpd.vegas-hero-h4rjht 2.vegas-hero-2g2u2p 10.vegas-hero-zvgkok.vegas-hero-vvw55j 8.vegas-hero-ffg00f.vegas-hero-y7n4sx.vegas-hero-ijrjww.vegas-hero-ky9034.vegas-hero-ybgxwe.vegas-hero-m7n0jq.vegas-hero-ea4ob9.vegas-hero-vvw55j 1.vegas-hero-civyx5.vegas-hero-aok73r.vegas-hero-xrb6tx.vegas-hero-s3laro.vegas-hero-1cbvw6.vegas-hero-t5xagp 1.vegas-hero-r4i0l8.vegas-hero-v4b48b.5z'/%3e%3c/svg%3e");
}

.vegas-hero-pm7baz > input:not(:checked) ~ label:hover,
.vegas-hero-pm7baz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-kx4fzh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegas-hero-vdvt3g 44.vegas-hero-cnk9t3.vegas-hero-gkcswe.vegas-hero-8k6waz.vegas-hero-mmxulq.vegas-hero-ea4ob9.vegas-hero-xp2s0t.vegas-hero-bdb02b.vegas-hero-1746yu.vegas-hero-0crr4z.vegas-hero-curtif.vegas-hero-x4ksd3.vegas-hero-lp77ja 0l-12.vegas-hero-vvw55j 30.vegas-hero-2a3sw4.vegas-hero-fslfbr 2.vegas-hero-rwhwty.vegas-hero-fslfbr 3.vegas-hero-oou4uw 3.vegas-hero-b1zckl.vegas-hero-ai6oql 3.vegas-hero-mrto38.vegas-hero-m7n0jq.vegas-hero-d3kx76.vegas-hero-8rhyrt 7-3.vegas-hero-vvw55j 10.vegas-hero-z65vpg.vegas-hero-8rhyrt 23.vegas-hero-j9cpr5.vegas-hero-jn1bw2 1.vegas-hero-t5xagp 2.vegas-hero-vvw55j 3.vegas-hero-jn1bw2 1.vegas-hero-ai6oql 5.vegas-hero-b801cj.vegas-hero-ai6oql 32.vegas-hero-5y3h31.vegas-hero-m7n0jq 5.vegas-hero-lp77ja 4.vegas-hero-8rhyrt 9.vegas-hero-8rhyrt 8.vegas-hero-ai6oql 6.vegas-hero-7v0a57.vegas-hero-tt8tr5.vegas-hero-nolpc0.vegas-hero-egmznl.vegas-hero-m1b99s 4.vegas-hero-fs2c9j.vegas-hero-m1b99s 6.vegas-hero-m1b99s 0l29.vegas-hero-lp77ja 17.vegas-hero-sk5cpd.vegas-hero-h4rjht 2.vegas-hero-2g2u2p 10.vegas-hero-zvgkok.vegas-hero-vvw55j 8.vegas-hero-ffg00f.vegas-hero-y7n4sx.vegas-hero-ijrjww.vegas-hero-ky9034.vegas-hero-ybgxwe.vegas-hero-m7n0jq.vegas-hero-ea4ob9.vegas-hero-vvw55j 1.vegas-hero-civyx5.vegas-hero-aok73r.vegas-hero-xrb6tx.vegas-hero-s3laro.vegas-hero-1cbvw6.vegas-hero-t5xagp 1.vegas-hero-r4i0l8.vegas-hero-v4b48b.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vegas-hero-5f84n9 > .vegas-hero-xer1b9 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vegas-hero-5f84n9 > .vegas-hero-xer1b9 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vegas-hero-5f84n9 > .vegas-hero-xer1b9 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vegas-hero-5f84n9 > .vegas-hero-xer1b9 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .vegas-hero-5f84n9 > .vegas-hero-xer1b9 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.vegas-hero-b19esj {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.vegas-hero-b19esj.vegas-hero-v5d9nx {
  display: none;
}

.vegas-hero-yyopbu {
  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) {
  .vegas-hero-yyopbu {
    height: 74px;
    overflow: visible;
  }
}

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

.vegas-hero-xc7g8x {
  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;
}

.vegas-hero-xc7g8x::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.vegas-hero-xc7g8x::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.vegas-hero-xc7g8x img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.vegas-hero-8r7qe5 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .vegas-hero-8r7qe5 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vegas-hero-8r7qe5 {
    font-size: 14px;
  }
}

.vegas-hero-z7brip {
  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;
}

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

.vegas-hero-z7brip::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) {
  .vegas-hero-z7brip::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .vegas-hero-v1l5tu {
    top: -20px;
  }
}

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

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

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

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

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-yyopbu {
  background: #2b3b67;
}

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-xc7g8x {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-xc7g8x::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-xc7g8x::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-z7brip::before {
  background: #0e0f41;
}

.vegas-hero-b19esj.vegas-hero-cde7ik .vegas-hero-z7brip::after {
  background: #152557;
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-yyopbu {
  background: #1f35fa;
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-xc7g8x {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-xc7g8x::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-xc7g8x::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-z7brip::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegas-hero-b19esj.vegas-hero-ca39dp .vegas-hero-z7brip::after {
  background: #192ac8;
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-yyopbu {
  background: #fa771f;
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-xc7g8x {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-xc7g8x::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-xc7g8x::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-z7brip::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegas-hero-b19esj.vegas-hero-18nkvo .vegas-hero-z7brip::after {
  background: #fa8535;
}

.vegas-hero-w97yqh {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

.vegas-hero-060i7o {
  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) {
  .vegas-hero-060i7o:hover {
    background: var(--button-bg-hover);
  }
}

.vegas-hero-dbhm12 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vegas-hero-dbhm12 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.vegas-hero-dbhm12 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.vegas-hero-xgkxws {
  width: 120px;
  height: 22px;
}

.vegas-hero-xgkxws .vegas-hero-9n09mg {
  fill: #c2c0ce;
}

.vegas-hero-xgkxws [rating="1"] .vegas-hero-9n09mg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegas-hero-xgkxws [rating="2"] .vegas-hero-9n09mg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegas-hero-xgkxws [rating="3"] .vegas-hero-9n09mg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegas-hero-xgkxws [rating="4"] .vegas-hero-9n09mg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegas-hero-xgkxws [rating="5"] .vegas-hero-9n09mg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.vegas-hero-dvvq8z {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.vegas-hero-7qgoun {
  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);
}

.vegas-hero-7qgoun.vegas-hero-8dpfd1 {
  display: block;
}

.vegas-hero-7qgoun.vegas-hero-v5d9nx {
  display: none;
}

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

.vegas-hero-hjfytw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegas-hero-kqtbep {
  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);
}

.vegas-hero-7szlaq {
  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;
}

.vegas-hero-jbsz42 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.vegas-hero-a1y5ny {
  font-size: 16px;
  line-height: 140%;
}

.vegas-hero-8w8i34 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegas-hero-8w8i34 .vegas-hero-9n09mg {
  fill: #c2c0ce;
}

.vegas-hero-8w8i34 [rating="1"] .vegas-hero-9n09mg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegas-hero-8w8i34 [rating="2"] .vegas-hero-9n09mg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegas-hero-8w8i34 [rating="3"] .vegas-hero-9n09mg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegas-hero-8w8i34 [rating="4"] .vegas-hero-9n09mg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegas-hero-8w8i34 [rating="5"] .vegas-hero-9n09mg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.vegas-hero-yjq3aq {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.vegas-hero-ootjoz {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .vegas-hero-ootjoz {
    padding: 0 16px;
  }
}

.vegas-hero-9md6pt {
  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) {
  .vegas-hero-9md6pt {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegas-hero-ps9rr3 {
  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) {
  .vegas-hero-ps9rr3 {
    padding: 12px;
    gap: 12px;
  }
}

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

.vegas-hero-ecwop1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegas-hero-lobrvv {
  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;
}

.vegas-hero-7oeszv {
  flex: 1;
  min-width: 0;
}

.vegas-hero-5yb2yr {
  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) {
  .vegas-hero-5yb2yr {
    font-size: 14px;
    gap: 6px;
  }
}

.vegas-hero-cdlkec {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.vegas-hero-cdlkec svg,
.vegas-hero-cdlkec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegas-hero-cdlkec svg path {
  fill: var(--button-bg-color);
}

.vegas-hero-cdlkec svg circle {
  fill: var(--button-text-color);
}

.vegas-hero-d72gno {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.vegas-hero-d72gno strong {
  font-weight: 600;
}

.vegas-hero-5ea90p {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.vegas-hero-5ea90p p {
  margin: 0 0 16px;
}

.vegas-hero-5ea90p p:last-child {
  margin-bottom: 0;
}

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

.vegas-hero-pwxn1s {
  max-width: 300px;
  width: 100%;
}

.vegas-hero-pwxn1s a {
  width: 100%;
}

@media (max-width: 575px) {
  .vegas-hero-pwxn1s {
    max-width: 200px;
  }
}

.vegas-hero-8rd43o {
  justify-content: center;
}

.vegas-hero-9260it {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vegas-hero-tcz1qt {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.vegas-hero-tc93a2 .vegas-hero-kz6wwc {
  justify-content: center;
}

/* faq */

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

.vegas-hero-fpxgmt {
  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.vegas-hero-egktym ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegas-hero-fpxgmt::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegas-hero-egktym ease;
}

.vegas-hero-08240d.vegas-hero-x7ejud .vegas-hero-fpxgmt::after {
  transform: rotate(45deg);
}

.vegas-hero-d53dko {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.vegas-hero-efywhk ease, padding 0.vegas-hero-efywhk ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.vegas-hero-08240d.vegas-hero-x7ejud .vegas-hero-d53dko {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vegas-hero-s2i2y9 {
  margin: 25px 0;
}

.vegas-hero-pm7baz > input:not(:checked) ~ label:hover,
.vegas-hero-pm7baz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-n7llu3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegas-hero-nzrzou 44.vegas-hero-c425gy.vegas-hero-wuauf4.vegas-hero-tf549i.vegas-hero-iebi9z.vegas-hero-lgpwnx.vegas-hero-zoo8to.vegas-hero-y4fsrg.vegas-hero-oc6793.vegas-hero-78erqf.vegas-hero-08rry2.vegas-hero-lt7ip0.vegas-hero-ndm3uw 0l-12.vegas-hero-11vht3 30.vegas-hero-dtjotw.vegas-hero-ay1s0w 2.vegas-hero-nb11qn.vegas-hero-ay1s0w 3.vegas-hero-0z0wkt 3.vegas-hero-o15xcu.vegas-hero-5n0r9j 3.vegas-hero-h21zdm.vegas-hero-eovs4l.vegas-hero-vy1987.vegas-hero-i58jnw 7-3.vegas-hero-11vht3 10.vegas-hero-r3zlra.vegas-hero-i58jnw 23.vegas-hero-00b4wj.vegas-hero-psk3zs 1.vegas-hero-68pz7b 2.vegas-hero-11vht3 3.vegas-hero-psk3zs 1.vegas-hero-5n0r9j 5.vegas-hero-ix0moo.vegas-hero-5n0r9j 32.vegas-hero-4k9b7j.vegas-hero-eovs4l 5.vegas-hero-ndm3uw 4.vegas-hero-i58jnw 9.vegas-hero-i58jnw 8.vegas-hero-5n0r9j 6.vegas-hero-tongkj.vegas-hero-nslh6k.vegas-hero-sk4bkj.vegas-hero-296mk3.vegas-hero-ost34k 4.vegas-hero-xfrkft.vegas-hero-ost34k 6.vegas-hero-ost34k 0l29.vegas-hero-ndm3uw 17.vegas-hero-mzgepq.vegas-hero-44hvxe 2.vegas-hero-hlug29 10.vegas-hero-ea1c6q.vegas-hero-11vht3 8.vegas-hero-c6w57b.vegas-hero-2ss2ql.vegas-hero-eqgj80.vegas-hero-hc91vw.vegas-hero-q0er3z.vegas-hero-eovs4l.vegas-hero-lgpwnx.vegas-hero-11vht3 1.vegas-hero-7uprue.vegas-hero-73yx3u.vegas-hero-v4ajqd.vegas-hero-il6s97.vegas-hero-apv31l.vegas-hero-68pz7b 1.vegas-hero-wyogtw.vegas-hero-nk14lc.5z'/%3e%3c/svg%3e");
}

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

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

.vegas-hero-h1arrb {
  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);
}

.vegas-hero-h1arrb.vegas-hero-vqq7mb {
  display: block;
}

.vegas-hero-h1arrb.vegas-hero-u7bcoi {
  display: none;
}

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

.vegas-hero-n8m3cm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegas-hero-qgbs1d {
  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);
}

.vegas-hero-l7eb9e {
  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;
}

.vegas-hero-iiw2xn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.vegas-hero-064yvj {
  font-size: 16px;
  line-height: 140%;
}

.vegas-hero-g1eko3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegas-hero-g1eko3 .vegas-hero-ytf0yk {
  fill: #c2c0ce;
}

.vegas-hero-g1eko3 [rating="1"] .vegas-hero-ytf0yk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegas-hero-g1eko3 [rating="2"] .vegas-hero-ytf0yk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegas-hero-g1eko3 [rating="3"] .vegas-hero-ytf0yk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegas-hero-g1eko3 [rating="4"] .vegas-hero-ytf0yk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegas-hero-g1eko3 [rating="5"] .vegas-hero-ytf0yk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.vegas-hero-ab2g5f 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;
}

.vegas-hero-ab2g5f 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 */

.vegas-hero-7nftoa {
  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);
}

.vegas-hero-7nftoa.vegas-hero-mu0pk1 {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegas-hero-26i4m2, .vegas-hero-jw91kw, [class*="review-card"],
thead, thead th, table th, .vegas-hero-otjtyu,
.vegas-hero-2g7jdf, [class*="collapsible-header"],
.vegas-hero-oifede, [class*="updated-block"] {
  color: #ece7dc !important;
}
