* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.vegas-hero-eu3fwc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-eu3fwc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-eu3fwc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegas-hero-dtp5ih {
  overflow: hidden;
}

.vegas-hero-vcb08u img {
  background: var(--Neutral-300);
}

.vegas-hero-2r0654 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.vegas-hero-tngyyc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegas-hero-tngyyc:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-we78id {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegas-hero-we78id:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-36lprb {
  font-size: 12px;
  line-height: 18px;
}

.vegas-hero-oq3sb2 {
  font-size: 18px;
  line-height: 26px;
}

.vegas-hero-dimlbw {
  width: 100%;
}

.vegas-hero-28p2gm {
  padding: 6px 16px;
}

.vegas-hero-v5cgbf {
  padding: 10px 16px;
}

.vegas-hero-nl8gyz {
  padding: 15px 26px;
}

.vegas-hero-j2w2g2 {
  flex-shrink: 0;
}

.vegas-hero-nkapxp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vegas-hero-uq81r1 {
  display: none;
}

.vegas-hero-49hg79 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegas-hero-4fuzdl {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegas-hero-y2hwzv {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vegas-hero-wp1wc2 {
  cursor: grab;
}

.vegas-hero-y2hwzv::-webkit-scrollbar {
  display: none;
}

.vegas-hero-pd370v {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegas-hero-068gdx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegas-hero-4dlb38 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegas-hero-h92jpr {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegas-hero-nabpyc {
  visibility: visible;
}

.vegas-hero-eyvvug {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegas-hero-bbjtni ease;
}

.vegas-hero-w4hx9c {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegas-hero-gz74yr {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.vegas-hero-bbjtni,
    mask-image 0.3s;
}

.vegas-hero-gz74yr.vegas-hero-qizl5q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.vegas-hero-pxf2wh:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vegas-hero-l2evi9 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.vegas-hero-3cjwnt {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.vegas-hero-3cjwnt::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.vegas-hero-qpjacq {
  position: relative;
  z-index: 1;
}

.vegas-hero-ey2no1 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegas-hero-gbes5u {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegas-hero-ox3i1s {
  font-size: 40px;
  line-height: 48px;
}

.vegas-hero-724jnm {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegas-hero-36wv36 {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.vegas-hero-36wv36:hover {
  background: var(--Primary-400);
}

.vegas-hero-36wv36 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegas-hero-pxf2wh img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .vegas-hero-3cjwnt {
    max-width: 600px;
    padding: 64px;
  }

  .vegas-hero-ey2no1 {
    font-size: 24px;
    line-height: 32px;
  }

  .vegas-hero-gbes5u {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegas-hero-ox3i1s {
    font-size: 50px;
    line-height: 56px;
  }

  .vegas-hero-724jnm {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegas-hero-l2evi9 {
    top: 25px;
    right: 25px;
  }
}

.vegas-hero-mmyh5e,
.vegas-hero-65cd9m {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.vegas-hero-inadnj.vegas-hero-tm1y6h::before,
.vegas-hero-65cd9m::before,
.vegas-hero-frjn86::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegas-hero-qxea0n 14.vegas-hero-rzqtut.vegas-hero-4do25d 14.vegas-hero-zzh09c 15.vegas-hero-ceq6xs 14.vegas-hero-uh37jn 15.vegas-hero-s5x4xl 14.vegas-hero-djiaox.vegas-hero-ncjxgz 14.vegas-hero-62uah0 19.vegas-hero-4yoab5 12.vegas-hero-q0mjfj 19.vegas-hero-4yoab5 10.vegas-hero-36rbnm.vegas-hero-4yoab5 8.vegas-hero-4nfr9c 17.vegas-hero-uhknm9 7.vegas-hero-0cb6mx 15.vegas-hero-nsd1h6 7.vegas-hero-6wa88s.vegas-hero-e2chxs 7.vegas-hero-0cb6mx 11.vegas-hero-nbp576 8.vegas-hero-4nfr9c 11.vegas-hero-nbp576 10.vegas-hero-jveylp.vegas-hero-nbp576 12.vegas-hero-9j88hq 13.vegas-hero-k7t7lv 14.vegas-hero-n80cwg 15.vegas-hero-2ee8bz 14.vegas-hero-rmwxs7.vegas-hero-7cit1b 14.vegas-hero-9satb4 15.vegas-hero-jxx6ma 14.vegas-hero-kcuk02 15.vegas-hero-5plvjg 14.vegas-hero-9a79wp.vegas-hero-qxea0n 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegas-hero-m438ns 15.vegas-hero-mdt3iu.vegas-hero-pw3c7m 15.vegas-hero-rj9ej7 15.vegas-hero-sn1pnd 15.vegas-hero-bpxnl0 15.vegas-hero-6tx7ps 15.vegas-hero-fstcrg.vegas-hero-czqf4e 15.vegas-hero-bpxnl0 15.vegas-hero-69nf1g 15.vegas-hero-lzds66 15.vegas-hero-vh79ip 15.vegas-hero-8g7kz0.vegas-hero-rql8wb 15.vegas-hero-sda01j 7.vegas-hero-z9wxo8 18.vegas-hero-rus6la 7.vegas-hero-c62f0n 23.vegas-hero-2w6y06.vegas-hero-9bsj8k.vegas-hero-g6f05x 18.vegas-hero-qr9mjp 19.vegas-hero-s3qp3l 15.vegas-hero-c9gkbx 15.vegas-hero-m438ns 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegas-hero-ritysj [type="submit"] *,
.vegas-hero-kjvxio button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegas-hero-wpox5f {
    display: none;
  }
}

.vegas-hero-ynbpdq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegas-hero-ynbpdq {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-ynbpdq {
    bottom: 22px;
  }
}

.vegas-hero-ynbpdq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegas-hero-ynbpdq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegas-hero-hlmdlo.static) .vegas-hero-ynbpdq {
    bottom: 8px;
  }
}

.vegas-hero-l1fwlj {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegas-hero-th5trw 3.vegas-hero-zdutdq.vegas-hero-m8fir4.vegas-hero-30dgau 3.vegas-hero-akktnh 3.vegas-hero-5ybzqc 5.vegas-hero-cms0kg 3.vegas-hero-5ybzqc 8.vegas-hero-sh8yek.vegas-hero-f9albh.vegas-hero-5ybzqc 26.vegas-hero-zy7cuf 5.vegas-hero-x4k63d 28.vegas-hero-t26kel 8.vegas-hero-bit8mt 28.vegas-hero-0uvxv9.vegas-hero-l0rnca 28.vegas-hero-ifovqy.vegas-hero-fe4bgv 34.vegas-hero-7qalcy.vegas-hero-kirn1a 36.vegas-hero-cac1re 11.vegas-hero-1k4jlo 37.vegas-hero-bn3otp 12.vegas-hero-3p6tc7 36.vegas-hero-nc2gqj.vegas-hero-1xensk 28.vegas-hero-3hbvqi.vegas-hero-n6w54i.vegas-hero-32nco5 28.vegas-hero-3op2td 36.vegas-hero-ef8j6m 26.vegas-hero-6qwwc7 36.vegas-hero-ef8j6m 23.vegas-hero-3rtllm.vegas-hero-lcxv3y.vegas-hero-ef8j6m 5.vegas-hero-hoamof 34.vegas-hero-1mz6sa 3.vegas-hero-akktnh 31.vegas-hero-th5trw 3.vegas-hero-6p3rwe.vegas-hero-uzx2yp 18.vegas-hero-neeg11.vegas-hero-k2yay9 18.vegas-hero-lbyo3p 8.vegas-hero-276ar0 17.vegas-hero-gdokxv 8.vegas-hero-276ar0 15.vegas-hero-y5zd09.vegas-hero-276ar0 14.vegas-hero-b88jn4 9.vegas-hero-k2yay9 13.vegas-hero-gpv148 11.vegas-hero-uzx2yp 13.vegas-hero-blmsr0.vegas-hero-cbjhtr 13.vegas-hero-gpv148 13.vegas-hero-cjpzd7 14.vegas-hero-b88jn4 13.vegas-hero-cjpzd7 15.vegas-hero-z22kzz.vegas-hero-cjpzd7 17.vegas-hero-gdokxv 12.vegas-hero-cbjhtr 18.vegas-hero-lbyo3p 11.vegas-hero-uzx2yp 18.vegas-hero-7dbkxz.vegas-hero-iti8sd 18.vegas-hero-4huxj3.vegas-hero-2hjezo 18.vegas-hero-lbyo3p 17.vegas-hero-sepegy 17.vegas-hero-gdokxv 17.vegas-hero-sepegy 15.vegas-hero-tjj1zy.vegas-hero-sepegy 14.vegas-hero-b88jn4 18.vegas-hero-2hjezo 13.vegas-hero-gpv148 20.vegas-hero-iti8sd 13.vegas-hero-rmqo0g.vegas-hero-24azyh 13.vegas-hero-gpv148 22.vegas-hero-lv7s5p 14.vegas-hero-b88jn4 22.vegas-hero-lv7s5p 15.vegas-hero-fq03je.vegas-hero-5bzazj 17.vegas-hero-gdokxv 21.vegas-hero-24azyh 18.vegas-hero-lbyo3p 20.vegas-hero-iti8sd 18.vegas-hero-hgjbsi.vegas-hero-5i4qba 18.vegas-hero-i365t1.vegas-hero-m1qe2g 18.vegas-hero-lbyo3p 26.vegas-hero-54quw4 17.vegas-hero-gdokxv 26.vegas-hero-54quw4 15.vegas-hero-6hbak4.vegas-hero-54quw4 14.vegas-hero-b88jn4 27.vegas-hero-m1qe2g 13.vegas-hero-gpv148 28.vegas-hero-5i4qba 13.vegas-hero-yx1afm.vegas-hero-qm9tut 13.vegas-hero-gpv148 31.vegas-hero-izyrfo 14.vegas-hero-b88jn4 31.vegas-hero-izyrfo 15.vegas-hero-qxui7c.vegas-hero-54quw4 17.vegas-hero-gdokxv 30.vegas-hero-qm9tut 18.vegas-hero-lbyo3p 28.vegas-hero-5i4qba 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .vegas-hero-l1fwlj {
    display: none;
  }
}

.vegas-hero-utdy78 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .vegas-hero-utdy78 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.vegas-hero-kjvxio {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .vegas-hero-kjvxio {
    padding: 14px 16px;
  }
}

.vegas-hero-kjvxio button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegas-hero-kjvxio button:first-child {
  align-content: end;
}

.vegas-hero-kjvxio button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegas-hero-kjvxio
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegas-hero-kjvxio
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegas-hero-kjvxio button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegas-hero-kjvxio button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegas-hero-frjn86 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.vegas-hero-frjn86::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegas-hero-frjn86,
.pc61d126-chatbot[data-active-screen="3"]
  .vegas-hero-frjn86 {
  opacity: 1;
  visibility: visible;
}

.vegas-hero-s6hw1y {
  flex: 1 1;
}

.vegas-hero-8fmb8o {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-8fmb8o {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegas-hero-8u2yws {
  display: block;
}

.vegas-hero-rayjdi {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .vegas-hero-rayjdi {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegas-hero-65cd9m {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegas-hero-65cd9m::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegas-hero-e6un8t span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegas-hero-e6un8t p {
  color: var(--Text-100);
}

.vegas-hero-65cd9m .vegas-hero-ied2mf {
  grid-area: button;
}

.vegas-hero-65cd9m .vegas-hero-ied2mf::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Cpath d='M4.vegas-hero-auoc71 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegas-hero-jnlv6s 15L16.vegas-hero-jnlv6s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegas-hero-jnlv6s 5L16.vegas-hero-jnlv6s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegas-hero-8hr1bc {
  display: block;
}

.vegas-hero-o00fx8 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .vegas-hero-o00fx8 {
    margin-top: 40px;
  }
}

.vegas-hero-mmyh5e label,
.vegas-hero-mmyh5e input {
  display: block;
  width: 100%;
}

.vegas-hero-mmyh5e label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegas-hero-mmyh5e label.vegas-hero-gpplpo input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegas-hero-mmyh5e label.vegas-hero-gpplpo::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.vegas-hero-mmyh5e input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.vegas-hero-mmyh5e input::placeholder {
  color: var(--Text-400);
}

.vegas-hero-czq76v {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegas-hero-czq76v {
  display: flex;
}

.vegas-hero-czq76v ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegas-hero-czq76v ol {
    height: 420px;
    padding: 24px;
  }
}

.vegas-hero-czq76v ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegas-hero-ritysj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-ritysj {
    padding: 0 24px 24px;
  }
}

.vegas-hero-ritysj input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.vegas-hero-ritysj input::placeholder {
  color: var(--Text-400);
}

.vegas-hero-ritysj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegas-hero-ritysj [type="submit"]:disabled {
  opacity: 0.5;
}

.vegas-hero-ritysj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegas-hero-ritysj [type="submit"] {
    right: 40px;
  }
}

.vegas-hero-inadnj {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegas-hero-inadnj.vegas-hero-tm1y6h {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegas-hero-inadnj.vegas-hero-tm1y6h::before {
  content: "";
  width: 31px;
}

.vegas-hero-inadnj.vegas-hero-tm1y6h p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegas-hero-inadnj.vegas-hero-24vjln p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegas-hero-inadnj p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegas-hero-ynbpdq .vegas-hero-ied2mf {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.vegas-hero-wpox5f {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegas-hero-wpox5f {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegas-hero-wpox5f {
    padding: 18px 0;
  }
}

.vegas-hero-wpox5f .vegas-hero-eu3fwc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegas-hero-wpox5f .vegas-hero-eu3fwc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegas-hero-j1r26r {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegas-hero-j1r26r {
    max-width: 160px;
    height: 40px;
  }
}

.vegas-hero-j1r26r picture,
.vegas-hero-j1r26r img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegas-hero-j1r26r img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegas-hero-ts0ul7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegas-hero-bbjtni ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegas-hero-wpox5f.vegas-hero-h82b4b .vegas-hero-ts0ul7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegas-hero-ts0ul7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegas-hero-ts0ul7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegas-hero-ssybvk,
.vegas-hero-r8rcn7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegas-hero-ssybvk,
  .vegas-hero-r8rcn7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegas-hero-r8rcn7 {
    display: none;
  }
}

.vegas-hero-4dfhpz {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.vegas-hero-h82b4b .vegas-hero-4dfhpz {
  background: var(--fh-bg-color);
}

.vegas-hero-4dfhpz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegas-hero-4dfhpz {
    display: none;
  }
}

.vegas-hero-d3nn6h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegas-hero-d3nn6h {
    display: none;
  }
}

.vegas-hero-90ks7f {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.vegas-hero-wpox5f.vegas-hero-h82b4b .vegas-hero-90ks7f:first-child {
  display: none;
}

.vegas-hero-wpox5f.vegas-hero-h82b4b .vegas-hero-90ks7f:last-child {
  display: block;
}

.vegas-hero-90ks7f:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegas-hero-90ks7f {
    display: none;
  }
}

.vegas-hero-9osf1x {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegas-hero-9osf1x {
    display: flex;
  }
}

.vegas-hero-9osf1x ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegas-hero-9osf1x:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegas-hero-9osf1x:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegas-hero-9osf1x:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegas-hero-9osf1x:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegas-hero-9osf1x:hover .vegas-hero-rmjd21 svg {
  transform: rotate(180deg);
}

.vegas-hero-bqioru {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegas-hero-nipjao {
  padding: 0 8px;
}

.vegas-hero-c73acx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegas-hero-c73acx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegas-hero-c73acx {
    padding: 4px 8px;
  }
}

.vegas-hero-j2gyiy {
  display: flex;
}

.vegas-hero-j2gyiy img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegas-hero-rmjd21 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegas-hero-rmjd21 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegas-hero-tmlna8 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .vegas-hero-tmlna8 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.vegas-hero-ayxk3r {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegas-hero-ayxk3r {
    display: none;
  }
}

.vegas-hero-uw4dvi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegas-hero-gk6h10 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegas-hero-n6g4hf {
  display: flex;
}

.vegas-hero-iien6c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegas-hero-prohn8 {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegas-hero-prohn8 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-prohn8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegas-hero-prohn8 .vegas-hero-8pwol8 [data-ref-el],
  .vegas-hero-prohn8 .vegas-hero-8pwol8 span,
  .vegas-hero-prohn8 .vegas-hero-8pwol8 a {
    white-space: nowrap;
  }
}

.vegas-hero-tcxkhl {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegas-hero-tcxkhl.vegas-hero-47kq26 > .vegas-hero-8pwol8 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegas-hero-tcxkhl.vegas-hero-ctwlml:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegas-hero-tcxkhl.vegas-hero-47kq26 > .vegas-hero-4pe9wi {
    height: auto;
  }

  .vegas-hero-tcxkhl.vegas-hero-47kq26 > div > .vegas-hero-98xamt {
    transform: rotate(180deg);
  }
}

.vegas-hero-tcxkhl [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegas-hero-tcxkhl [data-ref-el],
.vegas-hero-tcxkhl span {
  cursor: pointer;
}

.vegas-hero-tcxkhl [data-ref-el],
.vegas-hero-tcxkhl span,
.vegas-hero-tcxkhl a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .vegas-hero-tcxkhl [data-ref-el],
  .vegas-hero-tcxkhl span,
  .vegas-hero-tcxkhl a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-tcxkhl [data-ref-el],
  .vegas-hero-tcxkhl span,
  .vegas-hero-tcxkhl a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegas-hero-4pe9wi {
  height: 0;
  overflow: hidden;
  transition: height 0.vegas-hero-bbjtni ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegas-hero-4pe9wi::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegas-hero-4pe9wi::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegas-hero-4pe9wi::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegas-hero-4pe9wi {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .vegas-hero-4pe9wi:has(> .vegas-hero-tcxkhl.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegas-hero-4pe9wi .vegas-hero-4pe9wi {
    padding: 0;
  }

  .vegas-hero-4pe9wi .vegas-hero-tcxkhl {
    font-weight: 400;
  }

  .vegas-hero-4pe9wi .vegas-hero-tcxkhl:hover > .vegas-hero-8pwol8 {
    background: var(--Neutral-300);
  }

  .vegas-hero-4pe9wi .vegas-hero-98xamt {
    rotate: -90deg;
  }
}

.vegas-hero-8pwol8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegas-hero-8pwol8 {
    padding: 8px;
  }

  .vegas-hero-tcxkhl.vegas-hero-4owzod > .vegas-hero-8pwol8 {
    background: var(--Neutral-300);
  }
}

.vegas-hero-98xamt {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegas-hero-q0xs2m 0.vegas-hero-zjq7db.vegas-hero-94c5cd -0.vegas-hero-ekv3do 0.vegas-hero-voa9xx -0.vegas-hero-ekv3do 1.vegas-hero-zzy80t 0.vegas-hero-5m0b4j.vegas-hero-m2rbwc 4.vegas-hero-javozm.vegas-hero-q0xs2m 0.vegas-hero-0xao02.vegas-hero-0yd8qr -0.vegas-hero-ekv3do 9.vegas-hero-ia6kl3 -0.vegas-hero-ekv3do 10.vegas-hero-gyuhw1 0.vegas-hero-nqimxq.vegas-hero-8hwyep 0.vegas-hero-94c5cd 10.vegas-hero-8hwyep 0.vegas-hero-voa9xx 10.vegas-hero-gyuhw1 1.vegas-hero-dze5ri.vegas-hero-xaepdm 5.vegas-hero-sd0x47.vegas-hero-m6xyzd 6.vegas-hero-tmrpms 5.vegas-hero-6ehxlp 6.vegas-hero-tmrpms 4.vegas-hero-aq4oyh 5.vegas-hero-8amk6k.vegas-hero-q0xs2m 1.vegas-hero-rqoejb.vegas-hero-ekv3do 0.vegas-hero-voa9xx -0.vegas-hero-ekv3do 0.vegas-hero-94c5cd 0.vegas-hero-q0xs2m 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegas-hero-bbjtni ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegas-hero-98xamt {
    cursor: default;
  }
}

.vegas-hero-n1jr3k {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegas-hero-3gl7f1 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .vegas-hero-3gl7f1 {
    padding: 40px 4px;
  }
}

.vegas-hero-pcpeqr {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegas-hero-pcpeqr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegas-hero-8ogjn7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegas-hero-8ogjn7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegas-hero-8ogjn7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegas-hero-8ogjn7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegas-hero-8ogjn7 [data-ref-el],
.vegas-hero-8ogjn7 span,
.vegas-hero-8ogjn7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegas-hero-u2o7em {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegas-hero-u2o7em {
    margin-bottom: 12px;
  }
}

.vegas-hero-nt0zvx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegas-hero-nt0zvx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegas-hero-nt0zvx:last-child {
    margin-right: 0;
  }
}

.vegas-hero-9crxq1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegas-hero-u2o7em:hover .vegas-hero-to7wow {
  visibility: visible;
  opacity: 1;
}

.vegas-hero-to7wow {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.vegas-hero-dzs0dj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegas-hero-zp98yg {
  display: flex;
  margin: 6px;
}

.vegas-hero-zp98yg img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegas-hero-to7wow::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.vegas-hero-to7wow::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.vegas-hero-xasyt0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegas-hero-xasyt0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegas-hero-gj3p7g {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegas-hero-gj3p7g {
    margin-right: 32px;
  }
}

.vegas-hero-r9czjv {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegas-hero-r9czjv {
    margin-top: 0;
    width: 340px;
  }
}

.vegas-hero-r9czjv a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegas-hero-hngxgo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegas-hero-tx7rg0 {
  position: relative;
}

@media (min-width: 768px) {
  .vegas-hero-tx7rg0 {
    margin-top: 40px;
  }
}

.vegas-hero-tx7rg0 + .vegas-hero-6su3md,
.vegas-hero-tx7rg0 + .vegas-hero-tx7rg0 {
  margin-top: 24px;
}

.vegas-hero-a7fsgs {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-a7fsgs {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-a7fsgs {
    padding: 80px;
  }
}

.vegas-hero-7t3n3y {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegas-hero-7t3n3y {
    padding: 0 16px;
}


}

.vegas-hero-yso6et {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .vegas-hero-yso6et {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegas-hero-rtg9ni {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .vegas-hero-rtg9ni {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegas-hero-hr6skw {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.vegas-hero-hr6skw:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-pkakhl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegas-hero-pkakhl img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegas-hero-pkakhl img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegas-hero-pkakhl img {
  min-height: 100%;
  }
}

.vegas-hero-a7fsgs::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegas-hero-olql8a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegas-hero-olql8a h1,
.vegas-hero-olql8a h2,
.vegas-hero-olql8a h3,
.vegas-hero-olql8a h4 {
  margin-bottom: 6px;
}

.vegas-hero-olql8a h1:not(:first-child),
.vegas-hero-olql8a h2:not(:first-child),
.vegas-hero-olql8a h3:not(:first-child),
.vegas-hero-olql8a h4:not(:first-child) {
  margin-top: 16px;
}

.vegas-hero-olql8a h1,
.vegas-hero-olql8a h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegas-hero-olql8a h1,
  .vegas-hero-olql8a h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegas-hero-olql8a h2,
.vegas-hero-olql8a h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegas-hero-olql8a h2,
  .vegas-hero-olql8a h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-olql8a h3,
.vegas-hero-olql8a h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegas-hero-olql8a h3,
  .vegas-hero-olql8a h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegas-hero-olql8a h4,
.vegas-hero-olql8a h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegas-hero-olql8a ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegas-hero-olql8a ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegas-hero-olql8a ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.vegas-hero-olql8a ul ul {
  margin-bottom: 8px;
}

.vegas-hero-olql8a ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegas-hero-olql8a ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegas-hero-olql8a ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegas-hero-olql8a ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegas-hero-olql8a ol li::marker {
  font-weight: 700;
}

.vegas-hero-olql8a ol ol {
  margin-bottom: 8px;
}

.vegas-hero-olql8a ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegas-hero-olql8a ol ul li {
  padding-left: 16px;
}

.vegas-hero-olql8a table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .vegas-hero-olql8a table {
    padding: 24px;
  }
}

.vegas-hero-olql8a table.vegas-hero-6d65pb {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegas-hero-bbjtni,
    mask-image 0.3s;
}

.vegas-hero-olql8a table.vegas-hero-6d65pb.vegas-hero-qizl5q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .vegas-hero-olql8a table {
    display: table;
  }
}

.vegas-hero-olql8a table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.vegas-hero-olql8a table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegas-hero-olql8a table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegas-hero-olql8a table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .vegas-hero-olql8a table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegas-hero-olql8a table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegas-hero-olql8a table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegas-hero-olql8a table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegas-hero-olql8a img {
  max-width: 100%;
  height: auto;
}

.vegas-hero-bxgfiy {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .vegas-hero-bxgfiy {
    padding: 24px;
  }
}

.vegas-hero-0wybly {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vegas-hero-0wybly {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegas-hero-0wybly > * {
  margin: 0 !important;
}

.vegas-hero-0wybly img,
.vegas-hero-i0p6zk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-0wybly img,
  .vegas-hero-i0p6zk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-diohyd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-diohyd {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-ed2qks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegas-hero-ed2qks .vegas-hero-9g3spv {
  flex-shrink: 0;
}

.vegas-hero-ed2qks .vegas-hero-wtnq9s svg {
  display: none;
}

.vegas-hero-p4dalx {
  display: grid;
  transition: max-height 0.vegas-hero-bbjtni ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegas-hero-p4dalx {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-p4dalx {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegas-hero-p4dalx.vegas-hero-hbj00m + .vegas-hero-9g3spv svg {
  transform: rotate(180deg);
}

.vegas-hero-bl3m8k {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegas-hero-bl3m8k > div:nth-child(3n) {
  grid-column: span 2;
}

.vegas-hero-bl3m8k
  > div:nth-child(3n)
  .vegas-hero-mwkjj2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegas-hero-bl3m8k {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegas-hero-bl3m8k > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegas-hero-bl3m8k
    > div:nth-child(3n)
    .vegas-hero-mwkjj2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-bl3m8k {
    max-width: 270px;
  }
}

.vegas-hero-bl3m8k .vegas-hero-mwkjj2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegas-hero-bl3m8k .vegas-hero-mwkjj2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-bl3m8k .vegas-hero-mwkjj2 button {
    max-width: 104px;
  }
}

.vegas-hero-gx27iz {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .vegas-hero-gx27iz {
    margin-bottom: 0;
  }
}

.vegas-hero-d6h58v {
  display: none;
  opacity: 0;
}

.vegas-hero-tt14h4 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.vegas-hero-tt14h4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegas-hero-mwkjj2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegas-hero-mwkjj2 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegas-hero-mwkjj2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegas-hero-mwkjj2
    button {
    max-width: 145px;
  }
}

.vegas-hero-r613ry:first-child
  .vegas-hero-mwkjj2
  button {
  max-width: 270px;
}

.vegas-hero-bhalht {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.vegas-hero-gx27iz picture {
  width: 100%;
  max-width: 100%;
}

.vegas-hero-cm3iqm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.vegas-hero-cm3iqm svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegas-hero-gx27iz:hover .vegas-hero-cm3iqm {
  display: flex;
}

.vegas-hero-sr9r5c {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegas-hero-802cij {
  display: flex;
}

.vegas-hero-802cij:hover .vegas-hero-5x8wa7,
.vegas-hero-802cij .vegas-hero-4owzod .vegas-hero-5x8wa7 {
  display: flex;
}

.vegas-hero-802cij svg {
  flex-shrink: 0;
}

.vegas-hero-5x8wa7 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .vegas-hero-5x8wa7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegas-hero-5x8wa7:hover {
  display: flex;
}

.vegas-hero-5x8wa7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegas-hero-dy0731 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vegas-hero-dy0731 {
    font-size: 12px;
  }
}

.vegas-hero-hu5aad,
.vegas-hero-z6j8ws {
  width: 50%;
  flex-shrink: 0;
}

.vegas-hero-hu5aad {
  font-weight: 700;
}

.vegas-hero-11w439 .vegas-hero-p4dalx {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegas-hero-11w439 .vegas-hero-p4dalx {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegas-hero-11w439 .vegas-hero-p4dalx {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegas-hero-11w439
  .vegas-hero-bhalht:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegas-hero-11w439 .vegas-hero-tt14h4 {
  height: 100% !important;
  border-radius: 16px;
}

.vegas-hero-11w439 .vegas-hero-mwkjj2 {
  gap: 4px;
  align-items: center;
}

.vegas-hero-11w439 .vegas-hero-mwkjj2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegas-hero-11w439 .vegas-hero-mwkjj2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegas-hero-11w439 .vegas-hero-nsx1na,
.vegas-hero-11w439 .vegas-hero-hh5qtp {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.vegas-hero-wfp8ou.org/2000/svg'%3E%3Cpath d='M9.vegas-hero-vaso2u 4.vegas-hero-xdtuer.vegas-hero-vwuagg 5.vegas-hero-v3zh2u.vegas-hero-ktez4i 5.vegas-hero-qsckbf.vegas-hero-3btel7 5.vegas-hero-soh0bq.vegas-hero-ucp9yk 8.vegas-hero-v59wcm.vegas-hero-6uxzt7 9.vegas-hero-z5oe3f.vegas-hero-ckr549 9.vegas-hero-hhsrrp.vegas-hero-ds5bye 13.vegas-hero-x9m5xe.vegas-hero-outu1m 11.vegas-hero-ip8a8y.vegas-hero-bq2qua 11.vegas-hero-a2kehi.vegas-hero-nyhyvz 11.vegas-hero-qwko21.vegas-hero-u6yi6v 13.vegas-hero-4wcffe.vegas-hero-45d543 9.vegas-hero-oac4rb.vegas-hero-lzfspc 9.vegas-hero-f36zvg.vegas-hero-ut19qq 8.vegas-hero-4eaz4v.vegas-hero-71py29 5.vegas-hero-3x16le.vegas-hero-pm6vx1 5.vegas-hero-t8mhj0.vegas-hero-ereery 5.vegas-hero-v5tkak.vegas-hero-f824a6 4.vegas-hero-k1b4t3.vegas-hero-bq2qua 1.vegas-hero-awlht2.vegas-hero-vaso2u 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegas-hero-11w439 .vegas-hero-nsx1na {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegas-hero-11w439 .vegas-hero-hh5qtp {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegas-hero-fzztvy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .vegas-hero-fzztvy {
    padding: 24px;
  }
}

.vegas-hero-fzztvy .vegas-hero-9g3spv {
  display: flex;
}

@media (min-width: 768px) {
  .vegas-hero-fzztvy .vegas-hero-9g3spv {
    display: none;
  }
}

.vegas-hero-fzztvy .vegas-hero-wtnq9s svg {
  display: none;
}

.vegas-hero-ikbgn6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegas-hero-ikbgn6 .vegas-hero-2r0654 {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-ikbgn6 .vegas-hero-2r0654 {
    display: flex;
  }
}

.vegas-hero-9r5vud {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-9r5vud {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-9r5vud > * {
  margin: 0 !important;
}

.vegas-hero-9r5vud img,
.vegas-hero-kwccdy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-9r5vud img,
  .vegas-hero-kwccdy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-23c0w4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-23c0w4 {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-gkzxu4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegas-hero-gkzxu4 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .vegas-hero-gkzxu4::-webkit-scrollbar {
    display: none;
  }
}

.vegas-hero-92kstb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegas-hero-92kstb {
    padding: 7px 15px;
  }
}

.vegas-hero-92kstb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegas-hero-r0i4q7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegas-hero-r0i4q7 {
    display: flex;
    opacity: 1;
  }
}

.vegas-hero-92kstb picture {
  height: 100%;
  display: block;
}

.vegas-hero-92kstb img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegas-hero-92kstb img {
    width: 88px;
    height: 44px;
  }
}

.vegas-hero-92kstb p {
  text-align: center;
  width: 100%;
}

.vegas-hero-9jlunv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-9jlunv {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-9jlunv img,
.vegas-hero-p23yog {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-9jlunv img,
  .vegas-hero-p23yog {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-fu9rzf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-fu9rzf {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-0czv5a {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegas-hero-7mw0bl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.vegas-hero-pcqhdy {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegas-hero-pcqhdy.vegas-hero-4owzod {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegas-hero-xu00zh {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .vegas-hero-xu00zh {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegas-hero-uyqkk9 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegas-hero-4zidt3 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegas-hero-bbjtni ease;
  opacity: 0;
  color: var(--text-color);
}

.vegas-hero-pzs240 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegas-hero-pzs240 ol,
.vegas-hero-pzs240 ul {
  padding-left: 1.3em;
}

.vegas-hero-pcqhdy.vegas-hero-4owzod .vegas-hero-4zidt3 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegas-hero-pcqhdy.vegas-hero-4owzod .vegas-hero-uyqkk9 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegas-hero-u76h39 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .vegas-hero-u76h39 {
    padding: 24px;
  }
}

.vegas-hero-u76h39 .vegas-hero-9g3spv {
  display: flex;
}

@media (min-width: 768px) {
  .vegas-hero-u76h39 .vegas-hero-9g3spv {
    display: none;
  }
}

.vegas-hero-u76h39 .vegas-hero-wtnq9s svg {
  display: none;
}

.vegas-hero-vy14h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegas-hero-vy14h5 .vegas-hero-2r0654 {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-vy14h5 .vegas-hero-2r0654 {
    display: flex;
  }
}

.vegas-hero-j37bue {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-j37bue {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-j37bue > * {
  margin: 0 !important;
}

.vegas-hero-j37bue img,
.vegas-hero-vklnpf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-j37bue img,
  .vegas-hero-vklnpf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-ab64sb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-ab64sb {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-ll0hmc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegas-hero-ll0hmc {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .vegas-hero-ll0hmc::-webkit-scrollbar {
    display: none;
  }
}

.vegas-hero-1hme5g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegas-hero-1hme5g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegas-hero-fu4mcm {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegas-hero-fu4mcm {
    display: flex;
    opacity: 1;
  }
}

.vegas-hero-1hme5g picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegas-hero-1hme5g picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegas-hero-kk2okh {
  margin: -24px 0;
}

.vegas-hero-kk2okh:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegas-hero-kk2okh {
    margin: -16px 0;
  }
}

.vegas-hero-e6nucr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegas-hero-e6nucr {
    flex-direction: row;
  }
}

.vegas-hero-yg4mxl {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .vegas-hero-yg4mxl {
    flex: 1;
  }
}

.vegas-hero-yg4mxl::placeholder {
  color: var(--Text-400);
}

.vegas-hero-o9wc1r {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.vegas-hero-f7ynta {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegas-hero-f7ynta::-webkit-scrollbar {
  display: none;
}

.vegas-hero-hfhg5p {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.vegas-hero-hfhg5p img,
.vegas-hero-hfhg5p svg {
  margin-right: 8px;
}

.vegas-hero-9dthnz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegas-hero-kk2okh + .vegas-hero-t44qvj {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegas-hero-kk2okh + .vegas-hero-t44qvj {
    margin-top: -16px;
  }
}

.vegas-hero-i7f7uy {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegas-hero-i7f7uy > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegas-hero-i7f7uy > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegas-hero-x48xkj {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vegas-hero-jf0iko {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vegas-hero-nm7i4m {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegas-hero-dc6ekv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegas-hero-9mhdig {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegas-hero-x48xkj button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.vegas-hero-x48xkj button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .vegas-hero-x48xkj {
    padding: 39px 179px 39px 39px;
  }

  .vegas-hero-jf0iko {
    font-size: 40px;
    line-height: 48px;
  }

  .vegas-hero-9mhdig {
    height: 348px;
  }

  .vegas-hero-x48xkj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegas-hero-x48xkj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-x48xkj {
    padding: 63px;
  }
}

.vegas-hero-9b47nq {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegas-hero-9b47nq {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegas-hero-h7naas {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegas-hero-h7naas {
    width: auto;
  }
}

.vegas-hero-kidl8m {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.vegas-hero-kidl8m::-webkit-scrollbar {
  display: none;
}

.vegas-hero-kidl8m a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.vegas-hero-kidl8m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegas-hero-kidl8m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegas-hero-9b47nq .vegas-hero-7r9ql8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegas-hero-bbjtni,
    mask-image 0.3s;
}

.vegas-hero-9b47nq .vegas-hero-7r9ql8.vegas-hero-qizl5q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegas-hero-d5n2qb {
  margin: 40px -16px;
}

.vegas-hero-thnile + .vegas-hero-6su3md,
.vegas-hero-thnile + .vegas-hero-tx7rg0 {
  margin-top: 24px;
}

.vegas-hero-v9p14i {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegas-hero-v9p14i picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegas-hero-rfi4tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegas-hero-rfi4tl {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-rfi4tl {
    margin-top: 0;
  }
}

.vegas-hero-bs87kf {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegas-hero-bs87kf {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegas-hero-eifv25 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .vegas-hero-eifv25 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegas-hero-hsil4a {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .vegas-hero-hsil4a {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegas-hero-1tuse1 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .vegas-hero-1tuse1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegas-hero-qt5954 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegas-hero-qt5954 {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegas-hero-e5cg3c {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.vegas-hero-qagiqo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegas-hero-qagiqo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegas-hero-t44qvj {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegas-hero-yhlgpk {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .vegas-hero-yhlgpk {
    padding: 15px 48px;
  }
}

main > .vegas-hero-t44qvj {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegas-hero-p4dalx.vegas-hero-y6x89z > div:nth-child(n+5) {
    display: none;
  }
}

.vegas-hero-olql8a p a img {
  display: block;
  margin: 0 auto;
}


.vegas-hero-eg6cfo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.vegas-hero-ffqyip {
  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-ffqyip label {
  font-size: 14px;
}

.vegas-hero-ffqyip h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegas-hero-ffqyip input,
.vegas-hero-ffqyip textarea,
.vegas-hero-ffqyip 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-ffqyip button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegas-hero-mza6g4 ease;
}
.vegas-hero-ffqyip button:hover {
  background-color: var(--button-bg-hover);
}
.vegas-hero-7cc3kz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegas-hero-0bspb6 ease-in;
}

.vegas-hero-7cc3kz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegas-hero-x9zq77, .vegas-hero-waxxwy, [class*="review-card"],
thead, thead th, table th, .vegas-hero-ihwpop,
.vegas-hero-eexbbt, [class*="collapsible-header"],
.vegas-hero-0zmr26, [class*="updated-block"] {
  color: #ece7dc !important;
}
