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

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

.vegas-hero-dcxj5t {
  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-dcxj5t: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-raqw6u {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.vegas-hero-raqw6u 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-raqw6u h1 {
    font-size: 120px;
  }
}

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

.vegas-hero-6xtia3 {
  cursor: pointer;
}

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

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

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

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

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

.vegas-hero-vm13dg.vegas-hero-xfzfsv {
  justify-content: center;
}

.vegas-hero-vm13dg.vegas-hero-62u9xx {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-1ln3jb 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-1ln3jb ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.vegas-hero-d3tdsm.vegas-hero-72y26b {
  background-color: #000;
}

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

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

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

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

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

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

.vegas-hero-mr5nsq .vegas-hero-2bpqf7 {
  margin-bottom: 28px;
}

.vegas-hero-mr5nsq .vegas-hero-2bpqf7 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-yuj8z4 li svg {
  transition: 0.vegas-hero-zscd2e ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.vegas-hero-gkeuwy {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegas-hero-9piqau ease-in-out;
}

.vegas-hero-gkeuwy.vegas-hero-ptc50m {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

.vegas-hero-bdb20p {
  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-bdb20p {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

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

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

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

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

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

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

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

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

.vegas-hero-g9o0kv {
  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-g9o0kv span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

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

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

.vegas-hero-1em0xo img {
  width: 100%;
  transition: 0.vegas-hero-zscd2e ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-y7y6xb.vegas-hero-5odx8g {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.vegas-hero-u6oaxm {
  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-u6oaxm::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-9piqau ease-in-out;
}

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

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

.vegas-hero-1im69a 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-zscd2e ease-in-out;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-rgs7sc .vegas-hero-uqvpb2 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.vegas-hero-rgs7sc .vegas-hero-90vdcd {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

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

.vegas-hero-j0cppx .vegas-hero-dcxj5t {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.vegas-hero-khibay {
  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-khibay span {
  height: 32px;
}

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

.vegas-hero-khibay.vegas-hero-5qg80f span {
  transform: scaleY(-1);
}

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

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

.vegas-hero-wn5fe0 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-wn5fe0 li {
    font-size: 16px;
  }
}

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

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

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

.vegas-hero-wn5fe0.vegas-hero-hzq91i {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-us948e {
  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-0xcg20 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.vegas-hero-ln4cu6 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-ln4cu6 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-pn365y 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-pn365y 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-pn365y tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

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

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

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

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

.vegas-hero-pn365y tbody tr td .vegas-hero-fc73ga {
  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-pn365y tbody tr td .vegas-hero-fc73ga:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.vegas-hero-3pljq7 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegas-hero-zscd2e ease-in-out;
}

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

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

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

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

.vegas-hero-ytbnt6 {
  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-ytbnt6 {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-b9lttt {
  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-b9lttt a {
  text-decoration: underline;
  color: #8babff;
}

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

.vegas-hero-jjpz9a .vegas-hero-7fz10v {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

.vegas-hero-a41skq {
  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-a41skq {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

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

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

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

.vegas-hero-fbtrgr 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-zscd2e ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-xen0dz::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-0l5tm6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegas-hero-0l5tm6.vegas-hero-798109 {
  display: none;
}

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

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

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

.vegas-hero-nnj88i.vegas-hero-sj285p {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-3qdtn9 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-3qdtn9 h1 {
    font-size: 44px;
  }
}

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

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

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

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

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

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

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

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

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

.vegas-hero-lihgoa {
  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-lihgoa {
    padding: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-412ora .vegas-hero-n9192r {
  position: relative;
}

.vegas-hero-412ora .vegas-hero-mld3c4 {
  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-412ora .vegas-hero-mld3c4.vegas-hero-798109 {
  display: none;
}

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

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

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-hkbvxq {
  max-width: 300px;
  width: 100%;
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-hkbvxq .vegas-hero-ivatvt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-hkbvxq .vegas-hero-ivatvt {
    font-size: 32px;
    text-align: center;
  }
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-hkbvxq .vegas-hero-wn6dhs {
  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-412ora .vegas-hero-wve7sb .vegas-hero-hkbvxq .vegas-hero-wn6dhs {
    text-align: center;
  }
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g {
    flex-direction: column-reverse;
  }
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-c1l5fm {
  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-zscd2e ease-in-out;
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-c1l5fm:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-c1l5fm {
    width: 100%;
  }
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-7kdvnr {
  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-zscd2e ease-in-out;
  overflow: hidden;
}

.vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-7kdvnr 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-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-7kdvnr: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-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-7kdvnr:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegas-hero-412ora .vegas-hero-wve7sb .vegas-hero-5odx8g .vegas-hero-7kdvnr {
    width: 100%;
  }
}

.vegas-hero-412ora .vegas-hero-wve7sb.vegas-hero-798109 {
  display: none;
}

.vegas-hero-412ora .vegas-hero-pqzbk9 {
  display: none;
}

.vegas-hero-412ora .vegas-hero-pqzbk9.vegas-hero-sj285p {
  display: block;
}

.vegas-hero-412ora .vegas-hero-pqzbk9 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.vegas-hero-412ora .vegas-hero-lwe78l .vegas-hero-ivatvt {
  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-412ora .vegas-hero-lwe78l .vegas-hero-ivatvt {
    margin-bottom: 24px;
  }
}

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

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

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

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

.vegas-hero-czjnpo.vegas-hero-ptc50m {
  display: block;
}

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

.vegas-hero-czjnpo .vegas-hero-j6b1wj {
  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-czjnpo .vegas-hero-6asfwe {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegas-hero-czjnpo .vegas-hero-7kdvnr {
  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-zscd2e ease-in-out;
}

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

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

.vegas-hero-9ifpxh.vegas-hero-ptc50m {
  display: block;
}

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

.vegas-hero-swedmh {
  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-k42w7e {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.vegas-hero-zw4mwi.vegas-hero-798109 {
  display: none;
}

.vegas-hero-x70ttd {
  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-x70ttd {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-23xlyl 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-23xlyl textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

.vegas-hero-5yq5hn {
  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-zscd2e ease-in-out;
}

.vegas-hero-5yq5hn:hover {
  background: #166ad9;
}

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

.vegas-hero-fg606o.vegas-hero-798109 {
  display: none;
}

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

.vegas-hero-fg606o .vegas-hero-d62eea {
  margin: 0 auto;
}

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

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

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

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

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

.vegas-hero-3chcd7 > 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-cwve98.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegas-hero-hcdzc3 44.vegas-hero-kavgvt.vegas-hero-ur80wb.vegas-hero-i4n8y5.vegas-hero-dm16c9.vegas-hero-9i4w1c.vegas-hero-q7wlgb.vegas-hero-4kgqru.vegas-hero-mrz3ml.vegas-hero-415ahk.vegas-hero-ncc6rk.vegas-hero-1asrcf.vegas-hero-jdiu7v 0l-12.vegas-hero-ea3y6r 30.vegas-hero-625k7t.vegas-hero-zyj5xe 2.vegas-hero-kg24z1.vegas-hero-zyj5xe 3.vegas-hero-6fvy0b 3.vegas-hero-gmy8gm.vegas-hero-xkbxe6 3.vegas-hero-2eb5gw.vegas-hero-mueo7j.vegas-hero-uh6e9c.vegas-hero-hmv406 7-3.vegas-hero-ea3y6r 10.vegas-hero-ah40me.vegas-hero-hmv406 23.vegas-hero-ci4efz.vegas-hero-tf8w31 1.vegas-hero-1cmkkv 2.vegas-hero-ea3y6r 3.vegas-hero-tf8w31 1.vegas-hero-xkbxe6 5.vegas-hero-t6ptoj.vegas-hero-xkbxe6 32.vegas-hero-31sm1z.vegas-hero-mueo7j 5.vegas-hero-jdiu7v 4.vegas-hero-hmv406 9.vegas-hero-hmv406 8.vegas-hero-xkbxe6 6.vegas-hero-1x7ucg.vegas-hero-rkkhu6.vegas-hero-okhorl.vegas-hero-lzhg4m.vegas-hero-3cdteb 4.vegas-hero-yy5ss2.vegas-hero-3cdteb 6.vegas-hero-3cdteb 0l29.vegas-hero-jdiu7v 17.vegas-hero-hz73c7.vegas-hero-njv8rz 2.vegas-hero-mauxtr 10.vegas-hero-485a4n.vegas-hero-ea3y6r 8.vegas-hero-1jd7ft.vegas-hero-328qqu.vegas-hero-z2ejo6.vegas-hero-tx6bky.vegas-hero-hvjmco.vegas-hero-mueo7j.vegas-hero-9i4w1c.vegas-hero-ea3y6r 1.vegas-hero-faajqg.vegas-hero-lu5e1l.vegas-hero-gyuy0t.vegas-hero-usaq9w.vegas-hero-ie5xbv.vegas-hero-1cmkkv 1.vegas-hero-m79rve.vegas-hero-6b123g.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegas-hero-3chcd7 > input:checked ~ label,
.vegas-hero-3chcd7 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-cwve98.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegas-hero-hcdzc3 44.vegas-hero-kavgvt.vegas-hero-ur80wb.vegas-hero-i4n8y5.vegas-hero-dm16c9.vegas-hero-9i4w1c.vegas-hero-q7wlgb.vegas-hero-4kgqru.vegas-hero-mrz3ml.vegas-hero-415ahk.vegas-hero-ncc6rk.vegas-hero-1asrcf.vegas-hero-jdiu7v 0l-12.vegas-hero-ea3y6r 30.vegas-hero-625k7t.vegas-hero-zyj5xe 2.vegas-hero-kg24z1.vegas-hero-zyj5xe 3.vegas-hero-6fvy0b 3.vegas-hero-gmy8gm.vegas-hero-xkbxe6 3.vegas-hero-2eb5gw.vegas-hero-mueo7j.vegas-hero-uh6e9c.vegas-hero-hmv406 7-3.vegas-hero-ea3y6r 10.vegas-hero-ah40me.vegas-hero-hmv406 23.vegas-hero-ci4efz.vegas-hero-tf8w31 1.vegas-hero-1cmkkv 2.vegas-hero-ea3y6r 3.vegas-hero-tf8w31 1.vegas-hero-xkbxe6 5.vegas-hero-t6ptoj.vegas-hero-xkbxe6 32.vegas-hero-31sm1z.vegas-hero-mueo7j 5.vegas-hero-jdiu7v 4.vegas-hero-hmv406 9.vegas-hero-hmv406 8.vegas-hero-xkbxe6 6.vegas-hero-1x7ucg.vegas-hero-rkkhu6.vegas-hero-okhorl.vegas-hero-lzhg4m.vegas-hero-3cdteb 4.vegas-hero-yy5ss2.vegas-hero-3cdteb 6.vegas-hero-3cdteb 0l29.vegas-hero-jdiu7v 17.vegas-hero-hz73c7.vegas-hero-njv8rz 2.vegas-hero-mauxtr 10.vegas-hero-485a4n.vegas-hero-ea3y6r 8.vegas-hero-1jd7ft.vegas-hero-328qqu.vegas-hero-z2ejo6.vegas-hero-tx6bky.vegas-hero-hvjmco.vegas-hero-mueo7j.vegas-hero-9i4w1c.vegas-hero-ea3y6r 1.vegas-hero-faajqg.vegas-hero-lu5e1l.vegas-hero-gyuy0t.vegas-hero-usaq9w.vegas-hero-ie5xbv.vegas-hero-1cmkkv 1.vegas-hero-m79rve.vegas-hero-6b123g.5z'/%3e%3c/svg%3e");
}

.vegas-hero-3chcd7 > input:not(:checked) ~ label:hover,
.vegas-hero-3chcd7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-cwve98.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegas-hero-hcdzc3 44.vegas-hero-kavgvt.vegas-hero-ur80wb.vegas-hero-i4n8y5.vegas-hero-dm16c9.vegas-hero-9i4w1c.vegas-hero-q7wlgb.vegas-hero-4kgqru.vegas-hero-mrz3ml.vegas-hero-415ahk.vegas-hero-ncc6rk.vegas-hero-1asrcf.vegas-hero-jdiu7v 0l-12.vegas-hero-ea3y6r 30.vegas-hero-625k7t.vegas-hero-zyj5xe 2.vegas-hero-kg24z1.vegas-hero-zyj5xe 3.vegas-hero-6fvy0b 3.vegas-hero-gmy8gm.vegas-hero-xkbxe6 3.vegas-hero-2eb5gw.vegas-hero-mueo7j.vegas-hero-uh6e9c.vegas-hero-hmv406 7-3.vegas-hero-ea3y6r 10.vegas-hero-ah40me.vegas-hero-hmv406 23.vegas-hero-ci4efz.vegas-hero-tf8w31 1.vegas-hero-1cmkkv 2.vegas-hero-ea3y6r 3.vegas-hero-tf8w31 1.vegas-hero-xkbxe6 5.vegas-hero-t6ptoj.vegas-hero-xkbxe6 32.vegas-hero-31sm1z.vegas-hero-mueo7j 5.vegas-hero-jdiu7v 4.vegas-hero-hmv406 9.vegas-hero-hmv406 8.vegas-hero-xkbxe6 6.vegas-hero-1x7ucg.vegas-hero-rkkhu6.vegas-hero-okhorl.vegas-hero-lzhg4m.vegas-hero-3cdteb 4.vegas-hero-yy5ss2.vegas-hero-3cdteb 6.vegas-hero-3cdteb 0l29.vegas-hero-jdiu7v 17.vegas-hero-hz73c7.vegas-hero-njv8rz 2.vegas-hero-mauxtr 10.vegas-hero-485a4n.vegas-hero-ea3y6r 8.vegas-hero-1jd7ft.vegas-hero-328qqu.vegas-hero-z2ejo6.vegas-hero-tx6bky.vegas-hero-hvjmco.vegas-hero-mueo7j.vegas-hero-9i4w1c.vegas-hero-ea3y6r 1.vegas-hero-faajqg.vegas-hero-lu5e1l.vegas-hero-gyuy0t.vegas-hero-usaq9w.vegas-hero-ie5xbv.vegas-hero-1cmkkv 1.vegas-hero-m79rve.vegas-hero-6b123g.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vegas-hero-vfa6wx > .vegas-hero-77przg {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vegas-hero-vfa6wx > .vegas-hero-77przg {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vegas-hero-vfa6wx > .vegas-hero-77przg {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vegas-hero-vfa6wx > .vegas-hero-77przg {
  transform: translateY(-400px);
}

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

#rating-0 {
  display: none;
}

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

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

.vegas-hero-s3o4md.vegas-hero-798109 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-5zo3mg {
  background: #2b3b67;
}

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-569vu8 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-569vu8::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-569vu8::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-5j6osl::before {
  background: #0e0f41;
}

.vegas-hero-s3o4md.vegas-hero-kn0ppf .vegas-hero-5j6osl::after {
  background: #152557;
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-5zo3mg {
  background: #1f35fa;
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-569vu8 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-569vu8::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-569vu8::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-5j6osl::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegas-hero-s3o4md.vegas-hero-nm5z8c .vegas-hero-5j6osl::after {
  background: #192ac8;
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-5zo3mg {
  background: #fa771f;
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-569vu8 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-569vu8::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-569vu8::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-5j6osl::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegas-hero-s3o4md.vegas-hero-d3upeh .vegas-hero-5j6osl::after {
  background: #fa8535;
}

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

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

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

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

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

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

.vegas-hero-lq358v {
  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-lq358v {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.vegas-hero-o7ez4r .vegas-hero-y3y2oj {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.vegas-hero-g4wvru {
  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-g4wvru.vegas-hero-sj285p {
  display: block;
}

.vegas-hero-g4wvru.vegas-hero-798109 {
  display: none;
}

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

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

.vegas-hero-fh2ivh {
  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-ke09xk {
  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-aq62ta small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.vegas-hero-itsbrf .vegas-hero-y3y2oj {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.vegas-hero-9yzz2f {
  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-u32wl7 {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

.vegas-hero-4xcuus p {
  margin: 0 0 16px;
}

.vegas-hero-4xcuus p:last-child {
  margin-bottom: 0;
}

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

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

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

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

.vegas-hero-tuqgo1 {
  justify-content: center;
}

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

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

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

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

.vegas-hero-5zz9zp .vegas-hero-q2gskh {
  justify-content: center;
}

/* faq */

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

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

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

.vegas-hero-xj4xyv.vegas-hero-ptc50m .vegas-hero-c9zdt6::after {
  transform: rotate(45deg);
}

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

.vegas-hero-xj4xyv.vegas-hero-ptc50m .vegas-hero-ls8rdm {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.vegas-hero-3chcd7 > input:not(:checked) ~ label:hover,
.vegas-hero-3chcd7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegas-hero-o2whc4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegas-hero-54yybs 44.vegas-hero-8uu1sd.vegas-hero-sh3uzo.vegas-hero-x3kldn.vegas-hero-jyjpr6.vegas-hero-kxyckm.vegas-hero-1olgl8.vegas-hero-ldrcl2.vegas-hero-4bix1o.vegas-hero-tc2jk0.vegas-hero-k39jo1.vegas-hero-6mgjg9.vegas-hero-3df3tp 0l-12.vegas-hero-cjny36 30.vegas-hero-kegp5t.vegas-hero-t2s0pl 2.vegas-hero-ft8fwi.vegas-hero-t2s0pl 3.vegas-hero-wd3fq0 3.vegas-hero-z8uplq.vegas-hero-4szfpd 3.vegas-hero-a8m94r.vegas-hero-465rdw.vegas-hero-oz928n.vegas-hero-ofgzy8 7-3.vegas-hero-cjny36 10.vegas-hero-i4p4l8.vegas-hero-ofgzy8 23.vegas-hero-31l9mw.vegas-hero-mpqwkd 1.vegas-hero-w6809p 2.vegas-hero-cjny36 3.vegas-hero-mpqwkd 1.vegas-hero-4szfpd 5.vegas-hero-8cl1o6.vegas-hero-4szfpd 32.vegas-hero-zcxo44.vegas-hero-465rdw 5.vegas-hero-3df3tp 4.vegas-hero-ofgzy8 9.vegas-hero-ofgzy8 8.vegas-hero-4szfpd 6.vegas-hero-2p37a6.vegas-hero-i86p1q.vegas-hero-2htrlr.vegas-hero-t3sanh.vegas-hero-ztd2bp 4.vegas-hero-fs4vwr.vegas-hero-ztd2bp 6.vegas-hero-ztd2bp 0l29.vegas-hero-3df3tp 17.vegas-hero-ujjuii.vegas-hero-swlor8 2.vegas-hero-qxbs86 10.vegas-hero-g3seal.vegas-hero-cjny36 8.vegas-hero-0pqvzp.vegas-hero-f82n5m.vegas-hero-uqh3pf.vegas-hero-p87r62.vegas-hero-507co1.vegas-hero-465rdw.vegas-hero-kxyckm.vegas-hero-cjny36 1.vegas-hero-pp8g2k.vegas-hero-n42wwx.vegas-hero-j8e0el.vegas-hero-784knr.vegas-hero-p5r86d.vegas-hero-w6809p 1.vegas-hero-m9musp.vegas-hero-i3ucya.5z'/%3e%3c/svg%3e");
}

.vegas-hero-rh04wt {
  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-rh04wt {
    gap: 16px 0;
  }
}

.vegas-hero-r6ud5i {
  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-r6ud5i.vegas-hero-82iq3v {
  display: block;
}

.vegas-hero-r6ud5i.vegas-hero-71sier {
  display: none;
}

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

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

.vegas-hero-brfq4h {
  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-44s3ew {
  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-7whw8e small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.vegas-hero-orgl8t .vegas-hero-1twafd {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.vegas-hero-mrnd5b 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-mrnd5b 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-3k5siw {
  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-3k5siw.vegas-hero-uzx07p {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.vegas-hero-s03o2i {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vegas-hero-s03o2i label {
  font-size: 14px;
}

.vegas-hero-s03o2i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegas-hero-s03o2i input,
.vegas-hero-s03o2i textarea,
.vegas-hero-s03o2i button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vegas-hero-s03o2i button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegas-hero-b89ur3 ease;
}
.vegas-hero-s03o2i button:hover {
  background-color: var(--button-bg-hover);
}
.vegas-hero-u48u5v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegas-hero-ykmphd ease-in;
}

.vegas-hero-u48u5v h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
