* {
  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;
  }
}

.this-is-vegas-8ebjkl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-8ebjkl {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .this-is-vegas-8ebjkl {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.this-is-vegas-ixujbk {
  overflow: hidden;
}

.this-is-vegas-cde6gf img {
  background: var(--Neutral-300);
}

.this-is-vegas-ted1om {
  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;
}

.this-is-vegas-htgre1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.this-is-vegas-htgre1:hover {
  background: var(--button-bg-hover);
}

.this-is-vegas-4qdbhr {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.this-is-vegas-4qdbhr:hover {
  background: var(--button-bg-hover);
}

.this-is-vegas-qhkdvg {
  font-size: 12px;
  line-height: 18px;
}

.this-is-vegas-oszcru {
  font-size: 18px;
  line-height: 26px;
}

.this-is-vegas-41g4ln {
  width: 100%;
}

.this-is-vegas-zd3lr2 {
  padding: 6px 16px;
}

.this-is-vegas-3lpixv {
  padding: 10px 16px;
}

.this-is-vegas-msthqt {
  padding: 15px 26px;
}

.this-is-vegas-3v6lz2 {
  flex-shrink: 0;
}

.this-is-vegas-gkozfc {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.this-is-vegas-iumf42 {
  display: none;
}

.this-is-vegas-etu5ad {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.this-is-vegas-hif443 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.this-is-vegas-wh6vtv {
  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;
}

.this-is-vegas-xqx6ks {
  cursor: grab;
}

.this-is-vegas-wh6vtv::-webkit-scrollbar {
  display: none;
}

.this-is-vegas-1wwfin {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.this-is-vegas-6vh941 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.this-is-vegas-ngchq7 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.this-is-vegas-0wkfim {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.this-is-vegas-jctveo {
  visibility: visible;
}

.this-is-vegas-q6v721 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.this-is-vegas-fi7dtf ease;
}

.this-is-vegas-zookw1 {
  background-color: var(--Primary-200);
  width: 16px;
}

.this-is-vegas-durv26 {
  -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.this-is-vegas-fi7dtf,
    mask-image 0.3s;
}

.this-is-vegas-durv26.this-is-vegas-ubbn2p {
  -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;
  }
}

.this-is-vegas-05y114: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;
}

.this-is-vegas-askh3p {
  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.this-is-vegas-0qgwpb.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.this-is-vegas-0qgwpb.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;
}

.this-is-vegas-39llrq {
  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);
}

.this-is-vegas-39llrq::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%
  );
}

.this-is-vegas-6neu8v {
  position: relative;
  z-index: 1;
}

.this-is-vegas-j78r5b {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.this-is-vegas-exfn56 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.this-is-vegas-lu9hlk {
  font-size: 40px;
  line-height: 48px;
}

.this-is-vegas-r01wps {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.this-is-vegas-moq789 {
  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;
}

.this-is-vegas-moq789:hover {
  background: var(--Primary-400);
}

.this-is-vegas-moq789 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.this-is-vegas-05y114 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) {
  .this-is-vegas-39llrq {
    max-width: 600px;
    padding: 64px;
  }

  .this-is-vegas-j78r5b {
    font-size: 24px;
    line-height: 32px;
  }

  .this-is-vegas-exfn56 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .this-is-vegas-lu9hlk {
    font-size: 50px;
    line-height: 56px;
  }

  .this-is-vegas-r01wps {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .this-is-vegas-askh3p {
    top: 25px;
    right: 25px;
  }
}

.this-is-vegas-qor7jb,
.this-is-vegas-55dg0c {
  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;
}

.this-is-vegas-v6pejl.this-is-vegas-mk8lxx::before,
.this-is-vegas-55dg0c::before,
.this-is-vegas-3vjw9n::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.this-is-vegas-0qgwpb.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.this-is-vegas-8q6ncv 14.this-is-vegas-ie74vu.this-is-vegas-u6gwlu 14.this-is-vegas-zbryj1 15.this-is-vegas-jpp7ij 14.this-is-vegas-obaxfe 15.this-is-vegas-sdn0qp 14.this-is-vegas-cphrkw.this-is-vegas-s5k60r 14.this-is-vegas-ay7ot3 19.this-is-vegas-69j3so 12.this-is-vegas-14fw70 19.this-is-vegas-69j3so 10.this-is-vegas-dac6ai.this-is-vegas-69j3so 8.this-is-vegas-wwjkma 17.this-is-vegas-w7txwo 7.this-is-vegas-ejddw0 15.this-is-vegas-xvkddc 7.this-is-vegas-cnth1k.this-is-vegas-0x4wkj 7.this-is-vegas-ejddw0 11.this-is-vegas-t8ea8e 8.this-is-vegas-wwjkma 11.this-is-vegas-t8ea8e 10.this-is-vegas-61g8ty.this-is-vegas-t8ea8e 12.this-is-vegas-hh281c 13.this-is-vegas-uzycqa 14.this-is-vegas-zrlakz 15.this-is-vegas-vz6f27 14.this-is-vegas-a2mtqr.this-is-vegas-s27x57 14.this-is-vegas-6feslf 15.this-is-vegas-o4t5f4 14.this-is-vegas-u89st0 15.this-is-vegas-uikfmt 14.this-is-vegas-rwioow.this-is-vegas-8q6ncv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.this-is-vegas-r8lxk3 15.this-is-vegas-jp1qcf.this-is-vegas-7tduei 15.this-is-vegas-i9qqab 15.this-is-vegas-0decxd 15.this-is-vegas-a1jfbw 15.this-is-vegas-fz2k6r 15.this-is-vegas-s6uula.this-is-vegas-5lxz3z 15.this-is-vegas-a1jfbw 15.this-is-vegas-gsujfy 15.this-is-vegas-nef2do 15.this-is-vegas-fb525z 15.this-is-vegas-3dfl2o.this-is-vegas-f5u5a1 15.this-is-vegas-14e3og 7.this-is-vegas-hukq9u 18.this-is-vegas-wrrr3n 7.this-is-vegas-yshnh5 23.this-is-vegas-hl97bp.this-is-vegas-mb2n3a.this-is-vegas-79vtd5 18.this-is-vegas-gex3qf 19.this-is-vegas-itxdap 15.this-is-vegas-h31eiy 15.this-is-vegas-r8lxk3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.this-is-vegas-rnlcj3 [type="submit"] *,
.this-is-vegas-b731l7 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .this-is-vegas-hgwwe1 {
    display: none;
  }
}

.this-is-vegas-an0ytx {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .this-is-vegas-an0ytx {
  display: none;
}

@media (min-width: 768px) {
  .this-is-vegas-an0ytx {
    bottom: 22px;
  }
}

.this-is-vegas-an0ytx input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .this-is-vegas-an0ytx {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.this-is-vegas-m1w5di.static) .this-is-vegas-an0ytx {
    bottom: 8px;
  }
}

.this-is-vegas-cov6xa {
  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.this-is-vegas-0qgwpb.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.this-is-vegas-xqukt8 3.this-is-vegas-s5iedj.this-is-vegas-dvm45k.this-is-vegas-dh5qrh 3.this-is-vegas-4awnuz 3.this-is-vegas-cqs556 5.this-is-vegas-m6kf26 3.this-is-vegas-cqs556 8.this-is-vegas-ip6rf9.this-is-vegas-fwnr5k.this-is-vegas-cqs556 26.this-is-vegas-eh0owi 5.this-is-vegas-cppzq4 28.this-is-vegas-ucqy32 8.this-is-vegas-swq8po 28.this-is-vegas-0ueyhb.this-is-vegas-5hrv2r 28.this-is-vegas-zxbogn.this-is-vegas-759lfq 34.this-is-vegas-rd1fh0.this-is-vegas-itsc8d 36.this-is-vegas-safwso 11.this-is-vegas-zbgh2h 37.this-is-vegas-rgm82t 12.this-is-vegas-1b25mb 36.this-is-vegas-3m5rc7.this-is-vegas-1p34bb 28.this-is-vegas-susq0c.this-is-vegas-psbi8r.this-is-vegas-bq5npl 28.this-is-vegas-h54s04 36.this-is-vegas-zmr6t3 26.this-is-vegas-2lbh4h 36.this-is-vegas-zmr6t3 23.this-is-vegas-nqvxva.this-is-vegas-dryi4l.this-is-vegas-zmr6t3 5.this-is-vegas-tv7mov 34.this-is-vegas-gf4a7f 3.this-is-vegas-4awnuz 31.this-is-vegas-xqukt8 3.this-is-vegas-29aj5y.this-is-vegas-jltsij 18.this-is-vegas-5gwyzh.this-is-vegas-smupi8 18.this-is-vegas-rdzths 8.this-is-vegas-jsd2dv 17.this-is-vegas-sn3wi6 8.this-is-vegas-jsd2dv 15.this-is-vegas-mekcqy.this-is-vegas-jsd2dv 14.this-is-vegas-x8gznt 9.this-is-vegas-smupi8 13.this-is-vegas-8dpsvu 11.this-is-vegas-jltsij 13.this-is-vegas-76g55r.this-is-vegas-98372w 13.this-is-vegas-8dpsvu 13.this-is-vegas-vt8yk0 14.this-is-vegas-x8gznt 13.this-is-vegas-vt8yk0 15.this-is-vegas-x2gvzy.this-is-vegas-vt8yk0 17.this-is-vegas-sn3wi6 12.this-is-vegas-98372w 18.this-is-vegas-rdzths 11.this-is-vegas-jltsij 18.this-is-vegas-oxa6xe.this-is-vegas-y800zd 18.this-is-vegas-kml5mh.this-is-vegas-v1ncg2 18.this-is-vegas-rdzths 17.this-is-vegas-97iw7l 17.this-is-vegas-sn3wi6 17.this-is-vegas-97iw7l 15.this-is-vegas-d10fbh.this-is-vegas-97iw7l 14.this-is-vegas-x8gznt 18.this-is-vegas-v1ncg2 13.this-is-vegas-8dpsvu 20.this-is-vegas-y800zd 13.this-is-vegas-mkyloc.this-is-vegas-cb1axk 13.this-is-vegas-8dpsvu 22.this-is-vegas-2rqi5z 14.this-is-vegas-x8gznt 22.this-is-vegas-2rqi5z 15.this-is-vegas-kbmae7.this-is-vegas-60rll4 17.this-is-vegas-sn3wi6 21.this-is-vegas-cb1axk 18.this-is-vegas-rdzths 20.this-is-vegas-y800zd 18.this-is-vegas-5m8qjp.this-is-vegas-iy1b26 18.this-is-vegas-57mhk5.this-is-vegas-9clbze 18.this-is-vegas-rdzths 26.this-is-vegas-8t9yuc 17.this-is-vegas-sn3wi6 26.this-is-vegas-8t9yuc 15.this-is-vegas-jpd230.this-is-vegas-8t9yuc 14.this-is-vegas-x8gznt 27.this-is-vegas-9clbze 13.this-is-vegas-8dpsvu 28.this-is-vegas-iy1b26 13.this-is-vegas-is22ge.this-is-vegas-4wfupm 13.this-is-vegas-8dpsvu 31.this-is-vegas-lcksz4 14.this-is-vegas-x8gznt 31.this-is-vegas-lcksz4 15.this-is-vegas-lw7dul.this-is-vegas-8t9yuc 17.this-is-vegas-sn3wi6 30.this-is-vegas-4wfupm 18.this-is-vegas-rdzths 28.this-is-vegas-iy1b26 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"])
    .this-is-vegas-cov6xa {
    display: none;
  }
}

.this-is-vegas-pftctf {
  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) {
  .this-is-vegas-pftctf {
    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;
}

.this-is-vegas-b731l7 {
  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) {
  .this-is-vegas-b731l7 {
    padding: 14px 16px;
  }
}

.this-is-vegas-b731l7 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.this-is-vegas-b731l7 button:first-child {
  align-content: end;
}

.this-is-vegas-b731l7 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .this-is-vegas-b731l7
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .this-is-vegas-b731l7
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.this-is-vegas-b731l7 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.this-is-vegas-b731l7 button:last-child svg {
  width: 38px;
  height: 38px;
}

.this-is-vegas-3vjw9n {
  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;
}

.this-is-vegas-3vjw9n::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .this-is-vegas-3vjw9n,
.pc61d126-chatbot[data-active-screen="3"]
  .this-is-vegas-3vjw9n {
  opacity: 1;
  visibility: visible;
}

.this-is-vegas-ikexko {
  flex: 1 1;
}

.this-is-vegas-mf454b {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-mf454b {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .this-is-vegas-ehathx {
  display: block;
}

.this-is-vegas-k146rp {
  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) {
  .this-is-vegas-k146rp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.this-is-vegas-55dg0c {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.this-is-vegas-55dg0c::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.this-is-vegas-ol5rx3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.this-is-vegas-ol5rx3 p {
  color: var(--Text-100);
}

.this-is-vegas-55dg0c .this-is-vegas-bezpui {
  grid-area: button;
}

.this-is-vegas-55dg0c .this-is-vegas-bezpui::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.this-is-vegas-0qgwpb.org/2000/svg'%3E%3Cpath d='M4.this-is-vegas-2i0mke 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.this-is-vegas-u1269j 15L16.this-is-vegas-u1269j 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.this-is-vegas-u1269j 5L16.this-is-vegas-u1269j 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .this-is-vegas-iqssq8 {
  display: block;
}

.this-is-vegas-qt4ekv {
  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) {
  .this-is-vegas-qt4ekv {
    margin-top: 40px;
  }
}

.this-is-vegas-qor7jb label,
.this-is-vegas-qor7jb input {
  display: block;
  width: 100%;
}

.this-is-vegas-qor7jb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.this-is-vegas-qor7jb label.this-is-vegas-x2kg1s input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.this-is-vegas-qor7jb label.this-is-vegas-x2kg1s::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;
}

.this-is-vegas-qor7jb 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;
}

.this-is-vegas-qor7jb input::placeholder {
  color: var(--Text-400);
}

.this-is-vegas-078nul {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .this-is-vegas-078nul {
  display: flex;
}

.this-is-vegas-078nul ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .this-is-vegas-078nul ol {
    height: 420px;
    padding: 24px;
  }
}

.this-is-vegas-078nul ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.this-is-vegas-rnlcj3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-rnlcj3 {
    padding: 0 24px 24px;
  }
}

.this-is-vegas-rnlcj3 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;
}

.this-is-vegas-rnlcj3 input::placeholder {
  color: var(--Text-400);
}

.this-is-vegas-rnlcj3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.this-is-vegas-rnlcj3 [type="submit"]:disabled {
  opacity: 0.5;
}

.this-is-vegas-rnlcj3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .this-is-vegas-rnlcj3 [type="submit"] {
    right: 40px;
  }
}

.this-is-vegas-v6pejl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.this-is-vegas-v6pejl.this-is-vegas-mk8lxx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.this-is-vegas-v6pejl.this-is-vegas-mk8lxx::before {
  content: "";
  width: 31px;
}

.this-is-vegas-v6pejl.this-is-vegas-mk8lxx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.this-is-vegas-v6pejl.this-is-vegas-lit591 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.this-is-vegas-v6pejl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.this-is-vegas-an0ytx .this-is-vegas-bezpui {
  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;
  }
}

.this-is-vegas-hgwwe1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .this-is-vegas-hgwwe1 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-hgwwe1 {
    padding: 18px 0;
  }
}

.this-is-vegas-hgwwe1 .this-is-vegas-8ebjkl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .this-is-vegas-hgwwe1 .this-is-vegas-8ebjkl {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.this-is-vegas-lmqlh7 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .this-is-vegas-lmqlh7 {
    max-width: 160px;
    height: 40px;
  }
}

.this-is-vegas-lmqlh7 picture,
.this-is-vegas-lmqlh7 img {
  display: block;
  width: 100%;
  height: 100%;
}

.this-is-vegas-lmqlh7 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .this-is-vegas-usj5ag {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.this-is-vegas-fi7dtf ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .this-is-vegas-hgwwe1.this-is-vegas-ih78zn .this-is-vegas-usj5ag {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .this-is-vegas-usj5ag {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .this-is-vegas-usj5ag {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.this-is-vegas-bbrsl4,
.this-is-vegas-qe8rvv {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .this-is-vegas-bbrsl4,
  .this-is-vegas-qe8rvv {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .this-is-vegas-qe8rvv {
    display: none;
  }
}

.this-is-vegas-4wl12q {
  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;
}

.this-is-vegas-ih78zn .this-is-vegas-4wl12q {
  background: var(--fh-bg-color);
}

.this-is-vegas-4wl12q button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .this-is-vegas-4wl12q {
    display: none;
  }
}

.this-is-vegas-64zjz1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .this-is-vegas-64zjz1 {
    display: none;
  }
}

.this-is-vegas-rfgnx4 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.this-is-vegas-hgwwe1.this-is-vegas-ih78zn .this-is-vegas-rfgnx4:first-child {
  display: none;
}

.this-is-vegas-hgwwe1.this-is-vegas-ih78zn .this-is-vegas-rfgnx4:last-child {
  display: block;
}

.this-is-vegas-rfgnx4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .this-is-vegas-rfgnx4 {
    display: none;
  }
}

.this-is-vegas-xplp91 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .this-is-vegas-xplp91 {
    display: flex;
  }
}

.this-is-vegas-xplp91 ul {
  max-height: 350px;
  overflow-y: auto;
}

.this-is-vegas-xplp91:hover ul {
  visibility: visible;
  opacity: 1;
}

.this-is-vegas-xplp91:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.this-is-vegas-xplp91:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.this-is-vegas-xplp91:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.this-is-vegas-xplp91:hover .this-is-vegas-h1ej1h svg {
  transform: rotate(180deg);
}

.this-is-vegas-rqy521 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.this-is-vegas-xajymg {
  padding: 0 8px;
}

.this-is-vegas-uf4pfy {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.this-is-vegas-uf4pfy:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .this-is-vegas-uf4pfy {
    padding: 4px 8px;
  }
}

.this-is-vegas-wmrwa7 {
  display: flex;
}

.this-is-vegas-wmrwa7 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.this-is-vegas-h1ej1h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.this-is-vegas-h1ej1h svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.this-is-vegas-2u53xk {
  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) {
  .this-is-vegas-2u53xk {
    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;
  }
}

.this-is-vegas-16a1sh {
  width: 100%;
}

@media (min-width: 1200px) {
  .this-is-vegas-16a1sh {
    display: none;
  }
}

.this-is-vegas-3g17b1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.this-is-vegas-37bjrt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.this-is-vegas-dr5997 {
  display: flex;
}

.this-is-vegas-yudhge {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.this-is-vegas-pt4tm2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .this-is-vegas-pt4tm2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-pt4tm2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .this-is-vegas-pt4tm2 .this-is-vegas-imazcr [data-ref-el],
  .this-is-vegas-pt4tm2 .this-is-vegas-imazcr span,
  .this-is-vegas-pt4tm2 .this-is-vegas-imazcr a {
    white-space: nowrap;
  }
}

.this-is-vegas-8g4z8b {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .this-is-vegas-8g4z8b.this-is-vegas-uifrh0 > .this-is-vegas-imazcr {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-8g4z8b.this-is-vegas-h0jxz7:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .this-is-vegas-8g4z8b.this-is-vegas-uifrh0 > .this-is-vegas-k0cf1v {
    height: auto;
  }

  .this-is-vegas-8g4z8b.this-is-vegas-uifrh0 > div > .this-is-vegas-2qdltm {
    transform: rotate(180deg);
  }
}

.this-is-vegas-8g4z8b [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.this-is-vegas-8g4z8b [data-ref-el],
.this-is-vegas-8g4z8b span {
  cursor: pointer;
}

.this-is-vegas-8g4z8b [data-ref-el],
.this-is-vegas-8g4z8b span,
.this-is-vegas-8g4z8b a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .this-is-vegas-8g4z8b [data-ref-el],
  .this-is-vegas-8g4z8b span,
  .this-is-vegas-8g4z8b a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-8g4z8b [data-ref-el],
  .this-is-vegas-8g4z8b span,
  .this-is-vegas-8g4z8b a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.this-is-vegas-k0cf1v {
  height: 0;
  overflow: hidden;
  transition: height 0.this-is-vegas-fi7dtf ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.this-is-vegas-k0cf1v::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.this-is-vegas-k0cf1v::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.this-is-vegas-k0cf1v::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .this-is-vegas-k0cf1v {
    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;
  }

  .this-is-vegas-k0cf1v:has(> .this-is-vegas-8g4z8b.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .this-is-vegas-k0cf1v .this-is-vegas-k0cf1v {
    padding: 0;
  }

  .this-is-vegas-k0cf1v .this-is-vegas-8g4z8b {
    font-weight: 400;
  }

  .this-is-vegas-k0cf1v .this-is-vegas-8g4z8b:hover > .this-is-vegas-imazcr {
    background: var(--Neutral-300);
  }

  .this-is-vegas-k0cf1v .this-is-vegas-2qdltm {
    rotate: -90deg;
  }
}

.this-is-vegas-imazcr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .this-is-vegas-imazcr {
    padding: 8px;
  }

  .this-is-vegas-8g4z8b.this-is-vegas-okjvxg > .this-is-vegas-imazcr {
    background: var(--Neutral-300);
  }
}

.this-is-vegas-2qdltm {
  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.this-is-vegas-0qgwpb.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.this-is-vegas-oya0vb 0.this-is-vegas-uf0gxo.this-is-vegas-15mfim -0.this-is-vegas-fed9vu 0.this-is-vegas-ydkqba -0.this-is-vegas-fed9vu 1.this-is-vegas-kb52jb 0.this-is-vegas-ntqz5n.this-is-vegas-d34jwj 4.this-is-vegas-o032df.this-is-vegas-oya0vb 0.this-is-vegas-jt3jo1.this-is-vegas-sgojl9 -0.this-is-vegas-fed9vu 9.this-is-vegas-f6dlah -0.this-is-vegas-fed9vu 10.this-is-vegas-gqddo7 0.this-is-vegas-oscl3w.this-is-vegas-4rdylv 0.this-is-vegas-15mfim 10.this-is-vegas-4rdylv 0.this-is-vegas-ydkqba 10.this-is-vegas-gqddo7 1.this-is-vegas-2c4349.this-is-vegas-7k6vl3 5.this-is-vegas-47xlxj.this-is-vegas-xpk6ul 6.this-is-vegas-q67kii 5.this-is-vegas-zivpwq 6.this-is-vegas-q67kii 4.this-is-vegas-o8okt3 5.this-is-vegas-0e8ma0.this-is-vegas-oya0vb 1.this-is-vegas-wiycvi.this-is-vegas-fed9vu 0.this-is-vegas-ydkqba -0.this-is-vegas-fed9vu 0.this-is-vegas-15mfim 0.this-is-vegas-oya0vb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.this-is-vegas-fi7dtf ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .this-is-vegas-2qdltm {
    cursor: default;
  }
}

.this-is-vegas-zdejpf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.this-is-vegas-rtqdfz {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .this-is-vegas-rtqdfz {
    padding: 40px 4px;
  }
}

.this-is-vegas-vbkgzu {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .this-is-vegas-vbkgzu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.this-is-vegas-tu8xmc {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .this-is-vegas-tu8xmc {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.this-is-vegas-tu8xmc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.this-is-vegas-tu8xmc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.this-is-vegas-tu8xmc [data-ref-el],
.this-is-vegas-tu8xmc span,
.this-is-vegas-tu8xmc a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.this-is-vegas-norts7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .this-is-vegas-norts7 {
    margin-bottom: 12px;
  }
}

.this-is-vegas-ac6x8z {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.this-is-vegas-ac6x8z img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .this-is-vegas-ac6x8z:last-child {
    margin-right: 0;
  }
}

.this-is-vegas-32c79y {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.this-is-vegas-norts7:hover .this-is-vegas-wvfklk {
  visibility: visible;
  opacity: 1;
}

.this-is-vegas-wvfklk {
  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);
}

.this-is-vegas-okeg7w {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.this-is-vegas-qppwd9 {
  display: flex;
  margin: 6px;
}

.this-is-vegas-qppwd9 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.this-is-vegas-wvfklk::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);
}

.this-is-vegas-wvfklk::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);
}

.this-is-vegas-is9e0r {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .this-is-vegas-is9e0r {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.this-is-vegas-ar5ljf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .this-is-vegas-ar5ljf {
    margin-right: 32px;
  }
}

.this-is-vegas-bpbers {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .this-is-vegas-bpbers {
    margin-top: 0;
    width: 340px;
  }
}

.this-is-vegas-bpbers a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.this-is-vegas-zo1lpl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.this-is-vegas-ipeqn0 {
  position: relative;
}

@media (min-width: 768px) {
  .this-is-vegas-ipeqn0 {
    margin-top: 40px;
  }
}

.this-is-vegas-ipeqn0 + .this-is-vegas-pepe8p,
.this-is-vegas-ipeqn0 + .this-is-vegas-ipeqn0 {
  margin-top: 24px;
}

.this-is-vegas-sscpz0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-sscpz0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .this-is-vegas-sscpz0 {
    padding: 80px;
  }
}

.this-is-vegas-yduc4f {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .this-is-vegas-yduc4f {
    padding: 0 16px;
}


}

.this-is-vegas-6mswce {
  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) {
  .this-is-vegas-6mswce {
    font-size: 48px;
    line-height: 56px;
  }
}

.this-is-vegas-qz9cjn {
  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) {
  .this-is-vegas-qz9cjn {
    font-size: 24px;
    line-height: 32px;
  }
}

.this-is-vegas-ysrihc {
  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;
}

.this-is-vegas-ysrihc:hover {
  background: var(--button-bg-hover);
}

.this-is-vegas-3ga3y5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.this-is-vegas-3ga3y5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .this-is-vegas-3ga3y5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .this-is-vegas-3ga3y5 img {
  min-height: 100%;
  }
}

.this-is-vegas-sscpz0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.this-is-vegas-bq77m5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.this-is-vegas-bq77m5 h1,
.this-is-vegas-bq77m5 h2,
.this-is-vegas-bq77m5 h3,
.this-is-vegas-bq77m5 h4 {
  margin-bottom: 6px;
}

.this-is-vegas-bq77m5 h1:not(:first-child),
.this-is-vegas-bq77m5 h2:not(:first-child),
.this-is-vegas-bq77m5 h3:not(:first-child),
.this-is-vegas-bq77m5 h4:not(:first-child) {
  margin-top: 16px;
}

.this-is-vegas-bq77m5 h1,
.this-is-vegas-bq77m5 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .this-is-vegas-bq77m5 h1,
  .this-is-vegas-bq77m5 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.this-is-vegas-bq77m5 h2,
.this-is-vegas-bq77m5 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .this-is-vegas-bq77m5 h2,
  .this-is-vegas-bq77m5 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.this-is-vegas-bq77m5 h3,
.this-is-vegas-bq77m5 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .this-is-vegas-bq77m5 h3,
  .this-is-vegas-bq77m5 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.this-is-vegas-bq77m5 h4,
.this-is-vegas-bq77m5 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.this-is-vegas-bq77m5 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.this-is-vegas-bq77m5 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.this-is-vegas-bq77m5 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);
}

.this-is-vegas-bq77m5 ul ul {
  margin-bottom: 8px;
}

.this-is-vegas-bq77m5 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.this-is-vegas-bq77m5 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.this-is-vegas-bq77m5 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.this-is-vegas-bq77m5 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.this-is-vegas-bq77m5 ol li::marker {
  font-weight: 700;
}

.this-is-vegas-bq77m5 ol ol {
  margin-bottom: 8px;
}

.this-is-vegas-bq77m5 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.this-is-vegas-bq77m5 ol ul li {
  padding-left: 16px;
}

.this-is-vegas-bq77m5 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) {
  .this-is-vegas-bq77m5 table {
    padding: 24px;
  }
}

.this-is-vegas-bq77m5 table.this-is-vegas-blc2g9 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.this-is-vegas-fi7dtf,
    mask-image 0.3s;
}

.this-is-vegas-bq77m5 table.this-is-vegas-blc2g9.this-is-vegas-ubbn2p {
  -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) {
  .this-is-vegas-bq77m5 table {
    display: table;
  }
}

.this-is-vegas-bq77m5 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);
}

.this-is-vegas-bq77m5 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.this-is-vegas-bq77m5 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.this-is-vegas-bq77m5 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) {
  .this-is-vegas-bq77m5 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.this-is-vegas-bq77m5 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.this-is-vegas-bq77m5 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.this-is-vegas-bq77m5 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.this-is-vegas-bq77m5 img {
  max-width: 100%;
  height: auto;
}

.this-is-vegas-0en22t {
  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) {
  .this-is-vegas-0en22t {
    padding: 24px;
  }
}

.this-is-vegas-935zih {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .this-is-vegas-935zih {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.this-is-vegas-935zih > * {
  margin: 0 !important;
}

.this-is-vegas-935zih img,
.this-is-vegas-tua674 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-935zih img,
  .this-is-vegas-tua674 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.this-is-vegas-rc7hhx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .this-is-vegas-rc7hhx {
    width: 32px;
    height: 32px;
  }
}

.this-is-vegas-6lt627 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.this-is-vegas-6lt627 .this-is-vegas-ax6ofa {
  flex-shrink: 0;
}

.this-is-vegas-6lt627 .this-is-vegas-iq4ehy svg {
  display: none;
}

.this-is-vegas-0jchxd {
  display: grid;
  transition: max-height 0.this-is-vegas-fi7dtf ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .this-is-vegas-0jchxd {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-0jchxd {
    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));
  }
}

.this-is-vegas-0jchxd.this-is-vegas-189e5r + .this-is-vegas-ax6ofa svg {
  transform: rotate(180deg);
}

.this-is-vegas-n09244 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.this-is-vegas-n09244 > div:nth-child(3n) {
  grid-column: span 2;
}

.this-is-vegas-n09244
  > div:nth-child(3n)
  .this-is-vegas-imbg57
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .this-is-vegas-n09244 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .this-is-vegas-n09244 > div:nth-child(3n) {
    grid-column: unset;
  }

  .this-is-vegas-n09244
    > div:nth-child(3n)
    .this-is-vegas-imbg57
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-n09244 {
    max-width: 270px;
  }
}

.this-is-vegas-n09244 .this-is-vegas-imbg57 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .this-is-vegas-n09244 .this-is-vegas-imbg57 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-n09244 .this-is-vegas-imbg57 button {
    max-width: 104px;
  }
}

.this-is-vegas-pi1ax0 {
  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) {
  .this-is-vegas-pi1ax0 {
    margin-bottom: 0;
  }
}

.this-is-vegas-twz85e {
  display: none;
  opacity: 0;
}

.this-is-vegas-vc251h {
  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;
  }
}

.this-is-vegas-vc251h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.this-is-vegas-imbg57 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.this-is-vegas-imbg57 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .this-is-vegas-imbg57
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .this-is-vegas-imbg57
    button {
    max-width: 145px;
  }
}

.this-is-vegas-o4brtw:first-child
  .this-is-vegas-imbg57
  button {
  max-width: 270px;
}

.this-is-vegas-yey00c {
  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%;
}

.this-is-vegas-pi1ax0 picture {
  width: 100%;
  max-width: 100%;
}

.this-is-vegas-rx1q3b {
  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;
}

.this-is-vegas-rx1q3b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.this-is-vegas-pi1ax0:hover .this-is-vegas-rx1q3b {
  display: flex;
}

.this-is-vegas-27iw4q {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.this-is-vegas-b8rwnl {
  display: flex;
}

.this-is-vegas-b8rwnl:hover .this-is-vegas-6jkgtn,
.this-is-vegas-b8rwnl .this-is-vegas-okjvxg .this-is-vegas-6jkgtn {
  display: flex;
}

.this-is-vegas-b8rwnl svg {
  flex-shrink: 0;
}

.this-is-vegas-6jkgtn {
  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) {
  .this-is-vegas-6jkgtn {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.this-is-vegas-6jkgtn:hover {
  display: flex;
}

.this-is-vegas-6jkgtn svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.this-is-vegas-nmrec7 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .this-is-vegas-nmrec7 {
    font-size: 12px;
  }
}

.this-is-vegas-obpths,
.this-is-vegas-r1z41h {
  width: 50%;
  flex-shrink: 0;
}

.this-is-vegas-obpths {
  font-weight: 700;
}

.this-is-vegas-imxswt .this-is-vegas-0jchxd {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .this-is-vegas-imxswt .this-is-vegas-0jchxd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-imxswt .this-is-vegas-0jchxd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.this-is-vegas-imxswt
  .this-is-vegas-yey00c:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.this-is-vegas-imxswt .this-is-vegas-vc251h {
  height: 100% !important;
  border-radius: 16px;
}

.this-is-vegas-imxswt .this-is-vegas-imbg57 {
  gap: 4px;
  align-items: center;
}

.this-is-vegas-imxswt .this-is-vegas-imbg57 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.this-is-vegas-imxswt .this-is-vegas-imbg57 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.this-is-vegas-imxswt .this-is-vegas-okiaw6,
.this-is-vegas-imxswt .this-is-vegas-7ykahq {
  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.this-is-vegas-0qgwpb.org/2000/svg'%3E%3Cpath d='M9.this-is-vegas-fg8wog 4.this-is-vegas-a7d70h.this-is-vegas-86sjbx 5.this-is-vegas-t9t53y.this-is-vegas-y7cn6g 5.this-is-vegas-c6rbhr.this-is-vegas-0dc9lq 5.this-is-vegas-gu077c.this-is-vegas-m37ru8 8.this-is-vegas-dxa02a.this-is-vegas-p2nub1 9.this-is-vegas-ajzpd5.this-is-vegas-nj1b7l 9.this-is-vegas-pvwj20.this-is-vegas-0wn7qj 13.this-is-vegas-o72nhj.this-is-vegas-99ivi7 11.this-is-vegas-dgcjxb.this-is-vegas-6nuomy 11.this-is-vegas-4wflym.this-is-vegas-bo1lgq 11.this-is-vegas-7ldp29.this-is-vegas-bj3m7e 13.this-is-vegas-7rpoj0.this-is-vegas-2he7yp 9.this-is-vegas-hfu2e8.this-is-vegas-vjslj7 9.this-is-vegas-qv9x4d.this-is-vegas-e9y9pc 8.this-is-vegas-b82udb.this-is-vegas-e1pph2 5.this-is-vegas-qjo91q.this-is-vegas-w4k3tj 5.this-is-vegas-kf7e87.this-is-vegas-z9d8kz 5.this-is-vegas-jssdol.this-is-vegas-xszwf9 4.this-is-vegas-qq2ffl.this-is-vegas-6nuomy 1.this-is-vegas-r9x8m8.this-is-vegas-fg8wog 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.this-is-vegas-imxswt .this-is-vegas-okiaw6 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.this-is-vegas-imxswt .this-is-vegas-7ykahq {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.this-is-vegas-bepxlj {
  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) {
  .this-is-vegas-bepxlj {
    padding: 24px;
  }
}

.this-is-vegas-bepxlj .this-is-vegas-ax6ofa {
  display: flex;
}

@media (min-width: 768px) {
  .this-is-vegas-bepxlj .this-is-vegas-ax6ofa {
    display: none;
  }
}

.this-is-vegas-bepxlj .this-is-vegas-iq4ehy svg {
  display: none;
}

.this-is-vegas-3zde2w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.this-is-vegas-3zde2w .this-is-vegas-ted1om {
  display: none;
}

@media (min-width: 768px) {
  .this-is-vegas-3zde2w .this-is-vegas-ted1om {
    display: flex;
  }
}

.this-is-vegas-7kx68b {
  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) {
  .this-is-vegas-7kx68b {
    font-size: 40px;
    line-height: 48px;
  }
}

.this-is-vegas-7kx68b > * {
  margin: 0 !important;
}

.this-is-vegas-7kx68b img,
.this-is-vegas-7la7ad {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-7kx68b img,
  .this-is-vegas-7la7ad {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.this-is-vegas-8mrwil {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .this-is-vegas-8mrwil {
    width: 32px;
    height: 32px;
  }
}

.this-is-vegas-2yfn79 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .this-is-vegas-2yfn79 {
    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;
  }

  .this-is-vegas-2yfn79::-webkit-scrollbar {
    display: none;
  }
}

.this-is-vegas-c2oow2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .this-is-vegas-c2oow2 {
    padding: 7px 15px;
  }
}

.this-is-vegas-c2oow2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.this-is-vegas-8mdvea {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .this-is-vegas-8mdvea {
    display: flex;
    opacity: 1;
  }
}

.this-is-vegas-c2oow2 picture {
  height: 100%;
  display: block;
}

.this-is-vegas-c2oow2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .this-is-vegas-c2oow2 img {
    width: 88px;
    height: 44px;
  }
}

.this-is-vegas-c2oow2 p {
  text-align: center;
  width: 100%;
}

.this-is-vegas-82z2jr {
  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) {
  .this-is-vegas-82z2jr {
    font-size: 40px;
    line-height: 48px;
  }
}

.this-is-vegas-82z2jr img,
.this-is-vegas-f4ij4v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-82z2jr img,
  .this-is-vegas-f4ij4v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.this-is-vegas-zv8crh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .this-is-vegas-zv8crh {
    width: 32px;
    height: 32px;
  }
}

.this-is-vegas-c9g513 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.this-is-vegas-e7jnit {
  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;
}

.this-is-vegas-dk5z96 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.this-is-vegas-dk5z96.this-is-vegas-okjvxg {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.this-is-vegas-unxm2d {
  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) {
  .this-is-vegas-unxm2d {
    font-size: 20px;
    line-height: 28px;
  }
}

.this-is-vegas-y04788 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.this-is-vegas-t6x2xp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.this-is-vegas-fi7dtf ease;
  opacity: 0;
  color: var(--text-color);
}

.this-is-vegas-vi3kio {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.this-is-vegas-vi3kio ol,
.this-is-vegas-vi3kio ul {
  padding-left: 1.3em;
}

.this-is-vegas-dk5z96.this-is-vegas-okjvxg .this-is-vegas-t6x2xp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.this-is-vegas-dk5z96.this-is-vegas-okjvxg .this-is-vegas-y04788 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.this-is-vegas-vdp709 {
  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) {
  .this-is-vegas-vdp709 {
    padding: 24px;
  }
}

.this-is-vegas-vdp709 .this-is-vegas-ax6ofa {
  display: flex;
}

@media (min-width: 768px) {
  .this-is-vegas-vdp709 .this-is-vegas-ax6ofa {
    display: none;
  }
}

.this-is-vegas-vdp709 .this-is-vegas-iq4ehy svg {
  display: none;
}

.this-is-vegas-6ari72 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.this-is-vegas-6ari72 .this-is-vegas-ted1om {
  display: none;
}

@media (min-width: 768px) {
  .this-is-vegas-6ari72 .this-is-vegas-ted1om {
    display: flex;
  }
}

.this-is-vegas-64mhv2 {
  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) {
  .this-is-vegas-64mhv2 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.this-is-vegas-64mhv2 > * {
  margin: 0 !important;
}

.this-is-vegas-64mhv2 img,
.this-is-vegas-cva9vb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .this-is-vegas-64mhv2 img,
  .this-is-vegas-cva9vb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.this-is-vegas-m5p4lp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .this-is-vegas-m5p4lp {
    width: 32px;
    height: 32px;
  }
}

.this-is-vegas-hyszec {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .this-is-vegas-hyszec {
    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;
  }

  .this-is-vegas-hyszec::-webkit-scrollbar {
    display: none;
  }
}

.this-is-vegas-5rzn6m {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.this-is-vegas-5rzn6m:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.this-is-vegas-h0n7cv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .this-is-vegas-h0n7cv {
    display: flex;
    opacity: 1;
  }
}

.this-is-vegas-5rzn6m picture {
  width: auto;
  height: 100%;
  display: block;
}

.this-is-vegas-5rzn6m picture img {
  display: block;
  width: auto;
  height: 100%;
}

.this-is-vegas-s406e8 {
  margin: -24px 0;
}

.this-is-vegas-s406e8:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .this-is-vegas-s406e8 {
    margin: -16px 0;
  }
}

.this-is-vegas-ddmh6h {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .this-is-vegas-ddmh6h {
    flex-direction: row;
  }
}

.this-is-vegas-v599mm {
  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) {
  .this-is-vegas-v599mm {
    flex: 1;
  }
}

.this-is-vegas-v599mm::placeholder {
  color: var(--Text-400);
}

.this-is-vegas-2j6rlr {
  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;
}

.this-is-vegas-w02f1l {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.this-is-vegas-w02f1l::-webkit-scrollbar {
  display: none;
}

.this-is-vegas-b9217i {
  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;
}

.this-is-vegas-b9217i img,
.this-is-vegas-b9217i svg {
  margin-right: 8px;
}

.this-is-vegas-sjv7ct {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.this-is-vegas-s406e8 + .this-is-vegas-ajktlr {
  margin-top: 0;
}

@media (min-width: 768px) {
  .this-is-vegas-s406e8 + .this-is-vegas-ajktlr {
    margin-top: -16px;
  }
}

.this-is-vegas-2dwpvz {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.this-is-vegas-2dwpvz > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.this-is-vegas-2dwpvz > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.this-is-vegas-bz8l01 {
  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;
}

.this-is-vegas-7p11lz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.this-is-vegas-pjn68i {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.this-is-vegas-52t45a {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.this-is-vegas-4qq45a {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.this-is-vegas-bz8l01 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;
}

.this-is-vegas-bz8l01 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) {
  .this-is-vegas-bz8l01 {
    padding: 39px 179px 39px 39px;
  }

  .this-is-vegas-7p11lz {
    font-size: 40px;
    line-height: 48px;
  }

  .this-is-vegas-4qq45a {
    height: 348px;
  }

  .this-is-vegas-bz8l01 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .this-is-vegas-bz8l01 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .this-is-vegas-bz8l01 {
    padding: 63px;
  }
}

.this-is-vegas-63xhd7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .this-is-vegas-63xhd7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.this-is-vegas-hnrak6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .this-is-vegas-hnrak6 {
    width: auto;
  }
}

.this-is-vegas-06ue2m {
  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;
}

.this-is-vegas-06ue2m::-webkit-scrollbar {
  display: none;
}

.this-is-vegas-06ue2m 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);
}

.this-is-vegas-06ue2m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .this-is-vegas-06ue2m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.this-is-vegas-63xhd7 .this-is-vegas-spg5k5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.this-is-vegas-fi7dtf,
    mask-image 0.3s;
}

.this-is-vegas-63xhd7 .this-is-vegas-spg5k5.this-is-vegas-ubbn2p {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.this-is-vegas-cdjxlf {
  margin: 40px -16px;
}

.this-is-vegas-avl8ws + .this-is-vegas-pepe8p,
.this-is-vegas-avl8ws + .this-is-vegas-ipeqn0 {
  margin-top: 24px;
}

.this-is-vegas-tipfi6 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.this-is-vegas-tipfi6 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.this-is-vegas-ssmr4y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .this-is-vegas-ssmr4y {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .this-is-vegas-ssmr4y {
    margin-top: 0;
  }
}

.this-is-vegas-ar9lqq {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .this-is-vegas-ar9lqq {
    font-size: 24px;
    line-height: 32px;
  }
}

.this-is-vegas-s5g7ug {
  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) {
  .this-is-vegas-s5g7ug {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.this-is-vegas-xszyt9 {
  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) {
  .this-is-vegas-xszyt9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.this-is-vegas-kjrfv4 {
  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) {
  .this-is-vegas-kjrfv4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.this-is-vegas-13q45a {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .this-is-vegas-13q45a {
    font-size: 32px;
    line-height: 40px;
  }
}

.this-is-vegas-iig2kx {
  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;
}

.this-is-vegas-jvg8lo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.this-is-vegas-jvg8lo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.this-is-vegas-ajktlr {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.this-is-vegas-h1sjox {
  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) {
  .this-is-vegas-h1sjox {
    padding: 15px 48px;
  }
}

main > .this-is-vegas-ajktlr {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .this-is-vegas-0jchxd.this-is-vegas-agw1ba > div:nth-child(n+5) {
    display: none;
  }
}

.this-is-vegas-bq77m5 p a img {
  display: block;
  margin: 0 auto;
}


.this-is-vegas-89cscl {
  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 */
.this-is-vegas-c6yo0s {
  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;
}

.this-is-vegas-c6yo0s label {
  font-size: 14px;
}

.this-is-vegas-c6yo0s h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.this-is-vegas-c6yo0s input,
.this-is-vegas-c6yo0s textarea,
.this-is-vegas-c6yo0s 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;
}
.this-is-vegas-c6yo0s button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.this-is-vegas-3hvvsn ease;
}
.this-is-vegas-c6yo0s button:hover {
  background-color: var(--button-bg-hover);
}
.this-is-vegas-ueuqq9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.this-is-vegas-q72yp9 ease-in;
}

.this-is-vegas-ueuqq9 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;
}
.this-is-vegas-u8hokj, .this-is-vegas-nxj22s, [class*="review-card"],
thead, thead th, table th, .this-is-vegas-we3k1h,
.this-is-vegas-etq5lb, [class*="collapsible-header"],
.this-is-vegas-ez6qq3, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
