* {
  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;
  }
}

.monte-carlo-lmewlp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-lmewlp {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .monte-carlo-lmewlp {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.monte-carlo-wzjoim {
  overflow: hidden;
}

.monte-carlo-sojdhp img {
  background: var(--Neutral-300);
}

.monte-carlo-buadta {
  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;
}

.monte-carlo-tjuqsn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.monte-carlo-tjuqsn:hover {
  background: var(--button-bg-hover);
}

.monte-carlo-w19gyl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.monte-carlo-w19gyl:hover {
  background: var(--button-bg-hover);
}

.monte-carlo-icx4yh {
  font-size: 12px;
  line-height: 18px;
}

.monte-carlo-204d9b {
  font-size: 18px;
  line-height: 26px;
}

.monte-carlo-bmexq6 {
  width: 100%;
}

.monte-carlo-dsm1l3 {
  padding: 6px 16px;
}

.monte-carlo-jez29z {
  padding: 10px 16px;
}

.monte-carlo-5480a3 {
  padding: 15px 26px;
}

.monte-carlo-kau9xt {
  flex-shrink: 0;
}

.monte-carlo-cvevd4 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.monte-carlo-qlaozb {
  display: none;
}

.monte-carlo-73psoy {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.monte-carlo-z6o2e7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.monte-carlo-cmardh {
  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;
}

.monte-carlo-k3tt2p {
  cursor: grab;
}

.monte-carlo-cmardh::-webkit-scrollbar {
  display: none;
}

.monte-carlo-q5fsew {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.monte-carlo-dwbzm9 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.monte-carlo-oyif29 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.monte-carlo-caueme {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.monte-carlo-yvxtgr {
  visibility: visible;
}

.monte-carlo-rin7xs {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.monte-carlo-qodkpq ease;
}

.monte-carlo-tf0dit {
  background-color: var(--Primary-200);
  width: 16px;
}

.monte-carlo-54j4e3 {
  -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.monte-carlo-qodkpq,
    mask-image 0.3s;
}

.monte-carlo-54j4e3.monte-carlo-h4vsfb {
  -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;
  }
}

.monte-carlo-fdqeug: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;
}

.monte-carlo-jbslzi {
  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.monte-carlo-31wcec.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.monte-carlo-31wcec.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;
}

.monte-carlo-strrkk {
  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);
}

.monte-carlo-strrkk::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%
  );
}

.monte-carlo-98tl3j {
  position: relative;
  z-index: 1;
}

.monte-carlo-0js0f6 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.monte-carlo-iral92 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.monte-carlo-k25dsj {
  font-size: 40px;
  line-height: 48px;
}

.monte-carlo-s251wr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.monte-carlo-vsh5ui {
  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;
}

.monte-carlo-vsh5ui:hover {
  background: var(--Primary-400);
}

.monte-carlo-vsh5ui svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.monte-carlo-fdqeug 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) {
  .monte-carlo-strrkk {
    max-width: 600px;
    padding: 64px;
  }

  .monte-carlo-0js0f6 {
    font-size: 24px;
    line-height: 32px;
  }

  .monte-carlo-iral92 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .monte-carlo-k25dsj {
    font-size: 50px;
    line-height: 56px;
  }

  .monte-carlo-s251wr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .monte-carlo-jbslzi {
    top: 25px;
    right: 25px;
  }
}

.monte-carlo-5rs5qb,
.monte-carlo-al0684 {
  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;
}

.monte-carlo-mzw23o.monte-carlo-lvqfqr::before,
.monte-carlo-al0684::before,
.monte-carlo-4zrzt2::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.monte-carlo-31wcec.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.monte-carlo-hhlfnf 14.monte-carlo-mdsjsu.monte-carlo-x2991e 14.monte-carlo-at7458 15.monte-carlo-anc348 14.monte-carlo-jncnv6 15.monte-carlo-stkeun 14.monte-carlo-csps9i.monte-carlo-rt5c9r 14.monte-carlo-9roew4 19.monte-carlo-7at9z8 12.monte-carlo-cs94st 19.monte-carlo-7at9z8 10.monte-carlo-g2tfam.monte-carlo-7at9z8 8.monte-carlo-0nox9k 17.monte-carlo-nrus9w 7.monte-carlo-rqbnm9 15.monte-carlo-44tkwq 7.monte-carlo-go8lbl.monte-carlo-llv9f6 7.monte-carlo-rqbnm9 11.monte-carlo-wda6c0 8.monte-carlo-0nox9k 11.monte-carlo-wda6c0 10.monte-carlo-onu8cd.monte-carlo-wda6c0 12.monte-carlo-ai03c8 13.monte-carlo-z9p5dm 14.monte-carlo-z6whbp 15.monte-carlo-o6at9y 14.monte-carlo-z0gjs5.monte-carlo-urw4cf 14.monte-carlo-9xz0c4 15.monte-carlo-9v066b 14.monte-carlo-1x07zc 15.monte-carlo-94ck5z 14.monte-carlo-cgedus.monte-carlo-hhlfnf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.monte-carlo-5m0zcw 15.monte-carlo-x8nu3y.monte-carlo-29yfda 15.monte-carlo-blf4ov 15.monte-carlo-g7mec2 15.monte-carlo-h8xgvr 15.monte-carlo-k1wtry 15.monte-carlo-gj10vj.monte-carlo-8n7m27 15.monte-carlo-h8xgvr 15.monte-carlo-z3wp11 15.monte-carlo-i213md 15.monte-carlo-ce94q7 15.monte-carlo-c56rre.monte-carlo-3a5jj1 15.monte-carlo-5081fp 7.monte-carlo-5811bp 18.monte-carlo-jvapx4 7.monte-carlo-hx1pg9 23.monte-carlo-p2ht1v.monte-carlo-7iekuo.monte-carlo-zyrivz 18.monte-carlo-z1oco2 19.monte-carlo-60363h 15.monte-carlo-vdhvts 15.monte-carlo-5m0zcw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.monte-carlo-x2xd19 [type="submit"] *,
.monte-carlo-v4ah56 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .monte-carlo-ezb2gf {
    display: none;
  }
}

.monte-carlo-jdppf1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .monte-carlo-jdppf1 {
  display: none;
}

@media (min-width: 768px) {
  .monte-carlo-jdppf1 {
    bottom: 22px;
  }
}

.monte-carlo-jdppf1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .monte-carlo-jdppf1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.monte-carlo-ootglu.static) .monte-carlo-jdppf1 {
    bottom: 8px;
  }
}

.monte-carlo-8utfue {
  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.monte-carlo-31wcec.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.monte-carlo-u1hv3v 3.monte-carlo-l7g2ul.monte-carlo-ukwabz.monte-carlo-zo8jcf 3.monte-carlo-e2zcpy 3.monte-carlo-u9kwfs 5.monte-carlo-oy0ghd 3.monte-carlo-u9kwfs 8.monte-carlo-3w1f27.monte-carlo-pm2ynm.monte-carlo-u9kwfs 26.monte-carlo-hh4a5x 5.monte-carlo-ykqox9 28.monte-carlo-xvktl5 8.monte-carlo-ee3jzw 28.monte-carlo-mx5vt0.monte-carlo-lbj26n 28.monte-carlo-appg3d.monte-carlo-fn1aqv 34.monte-carlo-g4cuce.monte-carlo-rmcjp5 36.monte-carlo-0jvie6 11.monte-carlo-c4wryh 37.monte-carlo-03u19r 12.monte-carlo-fqohrz 36.monte-carlo-fsj4nv.monte-carlo-4hwx9w 28.monte-carlo-by77vr.monte-carlo-nnqk6q.monte-carlo-p66ogh 28.monte-carlo-3lly21 36.monte-carlo-5p4y5p 26.monte-carlo-i1kt1m 36.monte-carlo-5p4y5p 23.monte-carlo-f42881.monte-carlo-gvz30b.monte-carlo-5p4y5p 5.monte-carlo-jykpvw 34.monte-carlo-fgb3w2 3.monte-carlo-e2zcpy 31.monte-carlo-u1hv3v 3.monte-carlo-auxxl4.monte-carlo-n6erl1 18.monte-carlo-o7w4bo.monte-carlo-xac5me 18.monte-carlo-n8npy4 8.monte-carlo-c42f8i 17.monte-carlo-pedqu0 8.monte-carlo-c42f8i 15.monte-carlo-k4026g.monte-carlo-c42f8i 14.monte-carlo-u5gun8 9.monte-carlo-xac5me 13.monte-carlo-btsbsm 11.monte-carlo-n6erl1 13.monte-carlo-riu7e0.monte-carlo-plmd6p 13.monte-carlo-btsbsm 13.monte-carlo-ejey3s 14.monte-carlo-u5gun8 13.monte-carlo-ejey3s 15.monte-carlo-ejcscf.monte-carlo-ejey3s 17.monte-carlo-pedqu0 12.monte-carlo-plmd6p 18.monte-carlo-n8npy4 11.monte-carlo-n6erl1 18.monte-carlo-nkuwj4.monte-carlo-f8ddpe 18.monte-carlo-yj5s7m.monte-carlo-f42egt 18.monte-carlo-n8npy4 17.monte-carlo-8ilt3n 17.monte-carlo-pedqu0 17.monte-carlo-8ilt3n 15.monte-carlo-xeo44e.monte-carlo-8ilt3n 14.monte-carlo-u5gun8 18.monte-carlo-f42egt 13.monte-carlo-btsbsm 20.monte-carlo-f8ddpe 13.monte-carlo-wdsmbh.monte-carlo-wy0otb 13.monte-carlo-btsbsm 22.monte-carlo-6tbku9 14.monte-carlo-u5gun8 22.monte-carlo-6tbku9 15.monte-carlo-byybuk.monte-carlo-7e6e55 17.monte-carlo-pedqu0 21.monte-carlo-wy0otb 18.monte-carlo-n8npy4 20.monte-carlo-f8ddpe 18.monte-carlo-b1nfp0.monte-carlo-wg649p 18.monte-carlo-dlxhp9.monte-carlo-8ibvbe 18.monte-carlo-n8npy4 26.monte-carlo-6zsvjv 17.monte-carlo-pedqu0 26.monte-carlo-6zsvjv 15.monte-carlo-xte73i.monte-carlo-6zsvjv 14.monte-carlo-u5gun8 27.monte-carlo-8ibvbe 13.monte-carlo-btsbsm 28.monte-carlo-wg649p 13.monte-carlo-i7qukl.monte-carlo-bk9ciu 13.monte-carlo-btsbsm 31.monte-carlo-ts6try 14.monte-carlo-u5gun8 31.monte-carlo-ts6try 15.monte-carlo-8ql1pz.monte-carlo-6zsvjv 17.monte-carlo-pedqu0 30.monte-carlo-bk9ciu 18.monte-carlo-n8npy4 28.monte-carlo-wg649p 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"])
    .monte-carlo-8utfue {
    display: none;
  }
}

.monte-carlo-zjuute {
  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) {
  .monte-carlo-zjuute {
    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;
}

.monte-carlo-v4ah56 {
  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) {
  .monte-carlo-v4ah56 {
    padding: 14px 16px;
  }
}

.monte-carlo-v4ah56 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.monte-carlo-v4ah56 button:first-child {
  align-content: end;
}

.monte-carlo-v4ah56 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .monte-carlo-v4ah56
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .monte-carlo-v4ah56
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.monte-carlo-v4ah56 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.monte-carlo-v4ah56 button:last-child svg {
  width: 38px;
  height: 38px;
}

.monte-carlo-4zrzt2 {
  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;
}

.monte-carlo-4zrzt2::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .monte-carlo-4zrzt2,
.pc61d126-chatbot[data-active-screen="3"]
  .monte-carlo-4zrzt2 {
  opacity: 1;
  visibility: visible;
}

.monte-carlo-smu3eq {
  flex: 1 1;
}

.monte-carlo-oy45pe {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-oy45pe {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .monte-carlo-3ksojk {
  display: block;
}

.monte-carlo-4z9hqr {
  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) {
  .monte-carlo-4z9hqr {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.monte-carlo-al0684 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.monte-carlo-al0684::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.monte-carlo-1ex1v6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.monte-carlo-1ex1v6 p {
  color: var(--Text-100);
}

.monte-carlo-al0684 .monte-carlo-7uw04p {
  grid-area: button;
}

.monte-carlo-al0684 .monte-carlo-7uw04p::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.monte-carlo-31wcec.org/2000/svg'%3E%3Cpath d='M4.monte-carlo-jp5dx8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monte-carlo-0siwos 15L16.monte-carlo-0siwos 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monte-carlo-0siwos 5L16.monte-carlo-0siwos 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .monte-carlo-clh58h {
  display: block;
}

.monte-carlo-j6nr8a {
  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) {
  .monte-carlo-j6nr8a {
    margin-top: 40px;
  }
}

.monte-carlo-5rs5qb label,
.monte-carlo-5rs5qb input {
  display: block;
  width: 100%;
}

.monte-carlo-5rs5qb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.monte-carlo-5rs5qb label.monte-carlo-1zbs1a input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.monte-carlo-5rs5qb label.monte-carlo-1zbs1a::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;
}

.monte-carlo-5rs5qb 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;
}

.monte-carlo-5rs5qb input::placeholder {
  color: var(--Text-400);
}

.monte-carlo-dlh6v3 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .monte-carlo-dlh6v3 {
  display: flex;
}

.monte-carlo-dlh6v3 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .monte-carlo-dlh6v3 ol {
    height: 420px;
    padding: 24px;
  }
}

.monte-carlo-dlh6v3 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.monte-carlo-x2xd19 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-x2xd19 {
    padding: 0 24px 24px;
  }
}

.monte-carlo-x2xd19 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;
}

.monte-carlo-x2xd19 input::placeholder {
  color: var(--Text-400);
}

.monte-carlo-x2xd19 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.monte-carlo-x2xd19 [type="submit"]:disabled {
  opacity: 0.5;
}

.monte-carlo-x2xd19 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .monte-carlo-x2xd19 [type="submit"] {
    right: 40px;
  }
}

.monte-carlo-mzw23o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.monte-carlo-mzw23o.monte-carlo-lvqfqr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.monte-carlo-mzw23o.monte-carlo-lvqfqr::before {
  content: "";
  width: 31px;
}

.monte-carlo-mzw23o.monte-carlo-lvqfqr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monte-carlo-mzw23o.monte-carlo-iaxit6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.monte-carlo-mzw23o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monte-carlo-jdppf1 .monte-carlo-7uw04p {
  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;
  }
}

.monte-carlo-ezb2gf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .monte-carlo-ezb2gf {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .monte-carlo-ezb2gf {
    padding: 15px 0;
  }
}

.monte-carlo-ezb2gf .monte-carlo-lmewlp {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .monte-carlo-ezb2gf .monte-carlo-lmewlp {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.monte-carlo-2llazc {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .monte-carlo-2llazc {
    max-width: 180px;
    height: 47px;
  }
}

.monte-carlo-2llazc picture,
.monte-carlo-2llazc img {
  display: block;
  width: 100%;
  height: 100%;
}

.monte-carlo-2llazc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .monte-carlo-xzi4qv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.monte-carlo-qodkpq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .monte-carlo-ezb2gf.monte-carlo-4xby8o .monte-carlo-xzi4qv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .monte-carlo-xzi4qv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .monte-carlo-xzi4qv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.monte-carlo-m72fau,
.monte-carlo-p6f9jw {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .monte-carlo-m72fau,
  .monte-carlo-p6f9jw {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .monte-carlo-p6f9jw {
    display: none;
  }
}

.monte-carlo-e1m9rl {
  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;
}

.monte-carlo-4xby8o .monte-carlo-e1m9rl {
  background: var(--fh-bg-color);
}

.monte-carlo-e1m9rl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .monte-carlo-e1m9rl {
    display: none;
  }
}

.monte-carlo-fsy8hr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monte-carlo-fsy8hr {
    display: none;
  }
}

.monte-carlo-dnl0wx {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.monte-carlo-ezb2gf.monte-carlo-4xby8o .monte-carlo-dnl0wx:first-child {
  display: none;
}

.monte-carlo-ezb2gf.monte-carlo-4xby8o .monte-carlo-dnl0wx:last-child {
  display: block;
}

.monte-carlo-dnl0wx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .monte-carlo-dnl0wx {
    display: none;
  }
}

.monte-carlo-oj7efx {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monte-carlo-oj7efx {
    display: flex;
  }
}

.monte-carlo-oj7efx ul {
  max-height: 350px;
  overflow-y: auto;
}

.monte-carlo-oj7efx:hover ul {
  visibility: visible;
  opacity: 1;
}

.monte-carlo-oj7efx:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.monte-carlo-oj7efx:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.monte-carlo-oj7efx:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.monte-carlo-oj7efx:hover .monte-carlo-ug8dsa svg {
  transform: rotate(180deg);
}

.monte-carlo-f4va9u {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.monte-carlo-qd0lt7 {
  padding: 0 8px;
}

.monte-carlo-t5kj0e {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.monte-carlo-t5kj0e:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .monte-carlo-t5kj0e {
    padding: 4px 8px;
  }
}

.monte-carlo-ilbcy0 {
  display: flex;
}

.monte-carlo-ilbcy0 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.monte-carlo-ug8dsa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.monte-carlo-ug8dsa svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.monte-carlo-44nkrd {
  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) {
  .monte-carlo-44nkrd {
    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;
  }
}

.monte-carlo-n0daao {
  width: 100%;
}

@media (min-width: 1200px) {
  .monte-carlo-n0daao {
    display: none;
  }
}

.monte-carlo-2ozdaq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.monte-carlo-amlgnb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.monte-carlo-260sik {
  display: flex;
}

.monte-carlo-uvoz4a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.monte-carlo-ho64nv {
  list-style: none;
}

@media (max-width: 1199px) {
  .monte-carlo-ho64nv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-ho64nv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .monte-carlo-ho64nv .monte-carlo-5j5esu [data-ref-el],
  .monte-carlo-ho64nv .monte-carlo-5j5esu span,
  .monte-carlo-ho64nv .monte-carlo-5j5esu a {
    white-space: nowrap;
  }
}

.monte-carlo-j9lwvd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .monte-carlo-j9lwvd.monte-carlo-mtqjnd > .monte-carlo-5j5esu {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .monte-carlo-j9lwvd.monte-carlo-tnl85m:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .monte-carlo-j9lwvd.monte-carlo-mtqjnd > .monte-carlo-2txshq {
    height: auto;
  }

  .monte-carlo-j9lwvd.monte-carlo-mtqjnd > div > .monte-carlo-5cpr0d {
    transform: rotate(180deg);
  }
}

.monte-carlo-j9lwvd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.monte-carlo-j9lwvd [data-ref-el],
.monte-carlo-j9lwvd span {
  cursor: pointer;
}

.monte-carlo-j9lwvd [data-ref-el],
.monte-carlo-j9lwvd span,
.monte-carlo-j9lwvd a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .monte-carlo-j9lwvd [data-ref-el],
  .monte-carlo-j9lwvd span,
  .monte-carlo-j9lwvd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-j9lwvd [data-ref-el],
  .monte-carlo-j9lwvd span,
  .monte-carlo-j9lwvd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.monte-carlo-2txshq {
  height: 0;
  overflow: hidden;
  transition: height 0.monte-carlo-qodkpq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.monte-carlo-2txshq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.monte-carlo-2txshq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.monte-carlo-2txshq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .monte-carlo-2txshq {
    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;
  }

  .monte-carlo-2txshq:has(> .monte-carlo-j9lwvd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .monte-carlo-2txshq .monte-carlo-2txshq {
    padding: 0;
  }

  .monte-carlo-2txshq .monte-carlo-j9lwvd {
    font-weight: 400;
  }

  .monte-carlo-2txshq .monte-carlo-j9lwvd:hover > .monte-carlo-5j5esu {
    background: var(--Neutral-300);
  }

  .monte-carlo-2txshq .monte-carlo-5cpr0d {
    rotate: -90deg;
  }
}

.monte-carlo-5j5esu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monte-carlo-5j5esu {
    padding: 8px;
  }

  .monte-carlo-j9lwvd.monte-carlo-y21k8v > .monte-carlo-5j5esu {
    background: var(--Neutral-300);
  }
}

.monte-carlo-5cpr0d {
  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.monte-carlo-31wcec.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.monte-carlo-k8a5wd 0.monte-carlo-v0gp23.monte-carlo-xe31vb -0.monte-carlo-dxs7c3 0.monte-carlo-hmxiaa -0.monte-carlo-dxs7c3 1.monte-carlo-97vnsj 0.monte-carlo-1hw37t.monte-carlo-jwxqc5 4.monte-carlo-e5g0pg.monte-carlo-k8a5wd 0.monte-carlo-rz4qa8.monte-carlo-p0ui0c -0.monte-carlo-dxs7c3 9.monte-carlo-7464i7 -0.monte-carlo-dxs7c3 10.monte-carlo-fm6z5q 0.monte-carlo-usbmru.monte-carlo-03jnni 0.monte-carlo-xe31vb 10.monte-carlo-03jnni 0.monte-carlo-hmxiaa 10.monte-carlo-fm6z5q 1.monte-carlo-ojzzl7.monte-carlo-uhx8ee 5.monte-carlo-zsom0g.monte-carlo-ia7inf 6.monte-carlo-menrhu 5.monte-carlo-hnp2ov 6.monte-carlo-menrhu 4.monte-carlo-fjfo92 5.monte-carlo-5w7gmv.monte-carlo-k8a5wd 1.monte-carlo-uxtjfa.monte-carlo-dxs7c3 0.monte-carlo-hmxiaa -0.monte-carlo-dxs7c3 0.monte-carlo-xe31vb 0.monte-carlo-k8a5wd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.monte-carlo-qodkpq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monte-carlo-5cpr0d {
    cursor: default;
  }
}

.monte-carlo-vf2fch {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.monte-carlo-pwd87a {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .monte-carlo-pwd87a {
    padding: 40px 4px;
  }
}

.monte-carlo-6wvv1n {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .monte-carlo-6wvv1n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.monte-carlo-badtzr {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .monte-carlo-badtzr {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.monte-carlo-badtzr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.monte-carlo-badtzr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.monte-carlo-badtzr [data-ref-el],
.monte-carlo-badtzr span,
.monte-carlo-badtzr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.monte-carlo-6dh82k {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monte-carlo-6dh82k {
    margin-bottom: 12px;
  }
}

.monte-carlo-lcf33l {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.monte-carlo-lcf33l img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .monte-carlo-lcf33l:last-child {
    margin-right: 0;
  }
}

.monte-carlo-0e53tc {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.monte-carlo-6dh82k:hover .monte-carlo-1p2az8 {
  visibility: visible;
  opacity: 1;
}

.monte-carlo-1p2az8 {
  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);
}

.monte-carlo-prqr1x {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.monte-carlo-ed9lh5 {
  display: flex;
  margin: 6px;
}

.monte-carlo-ed9lh5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.monte-carlo-1p2az8::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);
}

.monte-carlo-1p2az8::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);
}

.monte-carlo-3r0yva {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .monte-carlo-3r0yva {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.monte-carlo-39gxze {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .monte-carlo-39gxze {
    margin-right: 32px;
  }
}

.monte-carlo-lwo551 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monte-carlo-lwo551 {
    margin-top: 0;
    width: 340px;
  }
}

.monte-carlo-lwo551 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.monte-carlo-c4v4hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.monte-carlo-1sa7vp {
  position: relative;
}

@media (min-width: 768px) {
  .monte-carlo-1sa7vp {
    margin-top: 40px;
  }
}

.monte-carlo-1sa7vp + .monte-carlo-iiyfne,
.monte-carlo-1sa7vp + .monte-carlo-1sa7vp {
  margin-top: 24px;
}

.monte-carlo-kfoe2i {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-kfoe2i {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .monte-carlo-kfoe2i {
    padding: 80px;
  }
}

.monte-carlo-2hlqyb {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .monte-carlo-2hlqyb {
    padding: 0 16px;
}


}

.monte-carlo-sqdp04 {
  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) {
  .monte-carlo-sqdp04 {
    font-size: 48px;
    line-height: 56px;
  }
}

.monte-carlo-oqiwoi {
  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) {
  .monte-carlo-oqiwoi {
    font-size: 24px;
    line-height: 32px;
  }
}

.monte-carlo-3n3wqn {
  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;
}

.monte-carlo-3n3wqn:hover {
  background: var(--button-bg-hover);
}

.monte-carlo-yi1h7p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.monte-carlo-yi1h7p img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .monte-carlo-yi1h7p img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .monte-carlo-yi1h7p img {
  min-height: 100%;
  }
}

.monte-carlo-kfoe2i::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.monte-carlo-ewkw2q {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.monte-carlo-ewkw2q h1,
.monte-carlo-ewkw2q h2,
.monte-carlo-ewkw2q h3,
.monte-carlo-ewkw2q h4 {
  margin-bottom: 6px;
}

.monte-carlo-ewkw2q h1:not(:first-child),
.monte-carlo-ewkw2q h2:not(:first-child),
.monte-carlo-ewkw2q h3:not(:first-child),
.monte-carlo-ewkw2q h4:not(:first-child) {
  margin-top: 16px;
}

.monte-carlo-ewkw2q h1,
.monte-carlo-ewkw2q h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .monte-carlo-ewkw2q h1,
  .monte-carlo-ewkw2q h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.monte-carlo-ewkw2q h2,
.monte-carlo-ewkw2q h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .monte-carlo-ewkw2q h2,
  .monte-carlo-ewkw2q h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.monte-carlo-ewkw2q h3,
.monte-carlo-ewkw2q h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .monte-carlo-ewkw2q h3,
  .monte-carlo-ewkw2q h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.monte-carlo-ewkw2q h4,
.monte-carlo-ewkw2q h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.monte-carlo-ewkw2q ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.monte-carlo-ewkw2q ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.monte-carlo-ewkw2q 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);
}

.monte-carlo-ewkw2q ul ul {
  margin-bottom: 8px;
}

.monte-carlo-ewkw2q ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.monte-carlo-ewkw2q ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.monte-carlo-ewkw2q ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.monte-carlo-ewkw2q ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.monte-carlo-ewkw2q ol li::marker {
  font-weight: 700;
}

.monte-carlo-ewkw2q ol ol {
  margin-bottom: 8px;
}

.monte-carlo-ewkw2q ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.monte-carlo-ewkw2q ol ul li {
  padding-left: 16px;
}

.monte-carlo-ewkw2q 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) {
  .monte-carlo-ewkw2q table {
    padding: 24px;
  }
}

.monte-carlo-ewkw2q table.monte-carlo-6k9h9s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monte-carlo-qodkpq,
    mask-image 0.3s;
}

.monte-carlo-ewkw2q table.monte-carlo-6k9h9s.monte-carlo-h4vsfb {
  -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) {
  .monte-carlo-ewkw2q table {
    display: table;
  }
}

.monte-carlo-ewkw2q table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.monte-carlo-ewkw2q table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monte-carlo-ewkw2q table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monte-carlo-ewkw2q 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) {
  .monte-carlo-ewkw2q table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.monte-carlo-ewkw2q table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monte-carlo-ewkw2q table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monte-carlo-ewkw2q table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.monte-carlo-ewkw2q img {
  max-width: 100%;
  height: auto;
}

.monte-carlo-jjefo4 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .monte-carlo-jjefo4 {
    padding: 24px;
  }
}

.monte-carlo-eclo6b {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .monte-carlo-eclo6b {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.monte-carlo-eclo6b > * {
  margin: 0 !important;
}

.monte-carlo-eclo6b img,
.monte-carlo-o1rgty {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-eclo6b img,
  .monte-carlo-o1rgty {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monte-carlo-5t24q0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monte-carlo-5t24q0 {
    width: 32px;
    height: 32px;
  }
}

.monte-carlo-ut22x0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.monte-carlo-ut22x0 .monte-carlo-o9x257 {
  flex-shrink: 0;
}

.monte-carlo-ut22x0 .monte-carlo-ayhu09 svg {
  display: none;
}

.monte-carlo-f715j7 {
  display: grid;
  transition: max-height 0.monte-carlo-qodkpq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .monte-carlo-f715j7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-f715j7 {
    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));
  }
}

.monte-carlo-f715j7.monte-carlo-jhgsqm + .monte-carlo-o9x257 svg {
  transform: rotate(180deg);
}

.monte-carlo-xwfmzi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.monte-carlo-xwfmzi > div:nth-child(3n) {
  grid-column: span 2;
}

.monte-carlo-xwfmzi
  > div:nth-child(3n)
  .monte-carlo-j1rgie
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .monte-carlo-xwfmzi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .monte-carlo-xwfmzi > div:nth-child(3n) {
    grid-column: unset;
  }

  .monte-carlo-xwfmzi
    > div:nth-child(3n)
    .monte-carlo-j1rgie
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-xwfmzi {
    max-width: 270px;
  }
}

.monte-carlo-xwfmzi .monte-carlo-j1rgie button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .monte-carlo-xwfmzi .monte-carlo-j1rgie button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-xwfmzi .monte-carlo-j1rgie button {
    max-width: 104px;
  }
}

.monte-carlo-69tvwp {
  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) {
  .monte-carlo-69tvwp {
    margin-bottom: 0;
  }
}

.monte-carlo-itz90q {
  display: none;
  opacity: 0;
}

.monte-carlo-l14l6a {
  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;
  }
}

.monte-carlo-l14l6a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.monte-carlo-j1rgie {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.monte-carlo-j1rgie button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monte-carlo-j1rgie
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monte-carlo-j1rgie
    button {
    max-width: 145px;
  }
}

.monte-carlo-klotbt:first-child
  .monte-carlo-j1rgie
  button {
  max-width: 270px;
}

.monte-carlo-ykqqaj {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.monte-carlo-69tvwp picture {
  width: 100%;
  max-width: 100%;
}

.monte-carlo-m3w2z3 {
  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;
}

.monte-carlo-m3w2z3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.monte-carlo-69tvwp:hover .monte-carlo-m3w2z3 {
  display: flex;
}

.monte-carlo-l5xrnb {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.monte-carlo-rg1t0l {
  display: flex;
}

.monte-carlo-rg1t0l:hover .monte-carlo-fyqty6,
.monte-carlo-rg1t0l .monte-carlo-y21k8v .monte-carlo-fyqty6 {
  display: flex;
}

.monte-carlo-rg1t0l svg {
  flex-shrink: 0;
}

.monte-carlo-fyqty6 {
  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) {
  .monte-carlo-fyqty6 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.monte-carlo-fyqty6:hover {
  display: flex;
}

.monte-carlo-fyqty6 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.monte-carlo-h14ldv {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .monte-carlo-h14ldv {
    font-size: 12px;
  }
}

.monte-carlo-yn9zza,
.monte-carlo-mbuw1a {
  width: 50%;
  flex-shrink: 0;
}

.monte-carlo-yn9zza {
  font-weight: 700;
}

.monte-carlo-ws38y1 .monte-carlo-f715j7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .monte-carlo-ws38y1 .monte-carlo-f715j7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .monte-carlo-ws38y1 .monte-carlo-f715j7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.monte-carlo-ws38y1
  .monte-carlo-ykqqaj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.monte-carlo-ws38y1 .monte-carlo-l14l6a {
  height: 100% !important;
  border-radius: 16px;
}

.monte-carlo-ws38y1 .monte-carlo-j1rgie {
  gap: 4px;
  align-items: center;
}

.monte-carlo-ws38y1 .monte-carlo-j1rgie button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monte-carlo-ws38y1 .monte-carlo-j1rgie svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.monte-carlo-ws38y1 .monte-carlo-my4mi2,
.monte-carlo-ws38y1 .monte-carlo-ji04hl {
  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.monte-carlo-31wcec.org/2000/svg'%3E%3Cpath d='M9.monte-carlo-ma36dn 4.monte-carlo-1i90it.monte-carlo-3e2bxo 5.monte-carlo-bgqdk0.monte-carlo-29o7jr 5.monte-carlo-53u3ej.monte-carlo-pyyskx 5.monte-carlo-csbiwe.monte-carlo-dbvuhi 8.monte-carlo-rnjbjy.monte-carlo-3jsji1 9.monte-carlo-44z5ba.monte-carlo-ung5bc 9.monte-carlo-jj9jn6.monte-carlo-rh0oe0 13.monte-carlo-3zva5x.monte-carlo-fa91gh 11.monte-carlo-27b4ml.monte-carlo-evepfh 11.monte-carlo-98zacv.monte-carlo-3eckh8 11.monte-carlo-1qq0jt.monte-carlo-v84qxl 13.monte-carlo-e9izs4.monte-carlo-i3l4w1 9.monte-carlo-2ryzq2.monte-carlo-px2gxc 9.monte-carlo-1w9ppz.monte-carlo-usfkbb 8.monte-carlo-5271wt.monte-carlo-di43hh 5.monte-carlo-lt2gix.monte-carlo-q8dcnx 5.monte-carlo-vrt0vu.monte-carlo-v7ip6o 5.monte-carlo-kuiv6z.monte-carlo-16wsz4 4.monte-carlo-sjyva1.monte-carlo-evepfh 1.monte-carlo-a3px5v.monte-carlo-ma36dn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.monte-carlo-ws38y1 .monte-carlo-my4mi2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.monte-carlo-ws38y1 .monte-carlo-ji04hl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.monte-carlo-rctqeq {
  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) {
  .monte-carlo-rctqeq {
    padding: 24px;
  }
}

.monte-carlo-rctqeq .monte-carlo-o9x257 {
  display: flex;
}

@media (min-width: 768px) {
  .monte-carlo-rctqeq .monte-carlo-o9x257 {
    display: none;
  }
}

.monte-carlo-rctqeq .monte-carlo-ayhu09 svg {
  display: none;
}

.monte-carlo-2iqbjg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.monte-carlo-2iqbjg .monte-carlo-buadta {
  display: none;
}

@media (min-width: 768px) {
  .monte-carlo-2iqbjg .monte-carlo-buadta {
    display: flex;
  }
}

.monte-carlo-aokzh3 {
  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) {
  .monte-carlo-aokzh3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.monte-carlo-aokzh3 > * {
  margin: 0 !important;
}

.monte-carlo-aokzh3 img,
.monte-carlo-flm4kh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-aokzh3 img,
  .monte-carlo-flm4kh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monte-carlo-s2aajg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monte-carlo-s2aajg {
    width: 32px;
    height: 32px;
  }
}

.monte-carlo-ai4eou {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .monte-carlo-ai4eou {
    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;
  }

  .monte-carlo-ai4eou::-webkit-scrollbar {
    display: none;
  }
}

.monte-carlo-1o7lim {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .monte-carlo-1o7lim {
    padding: 7px 15px;
  }
}

.monte-carlo-1o7lim:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monte-carlo-fbwhd6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monte-carlo-fbwhd6 {
    display: flex;
    opacity: 1;
  }
}

.monte-carlo-1o7lim picture {
  height: 100%;
  display: block;
}

.monte-carlo-1o7lim img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .monte-carlo-1o7lim img {
    width: 88px;
    height: 44px;
  }
}

.monte-carlo-1o7lim p {
  text-align: center;
  width: 100%;
}

.monte-carlo-8fapgl {
  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) {
  .monte-carlo-8fapgl {
    font-size: 40px;
    line-height: 48px;
  }
}

.monte-carlo-8fapgl img,
.monte-carlo-sj7atq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-8fapgl img,
  .monte-carlo-sj7atq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monte-carlo-rpxjdr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monte-carlo-rpxjdr {
    width: 32px;
    height: 32px;
  }
}

.monte-carlo-fjiscf {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.monte-carlo-eddqqz {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.monte-carlo-2k0isc {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.monte-carlo-2k0isc.monte-carlo-y21k8v {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.monte-carlo-1cvpp1 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .monte-carlo-1cvpp1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.monte-carlo-zwni9u {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.monte-carlo-o0fon4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.monte-carlo-qodkpq ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.monte-carlo-qu7m4e {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.monte-carlo-qu7m4e ol,
.monte-carlo-qu7m4e ul {
  padding-left: 1.3em;
}

.monte-carlo-2k0isc.monte-carlo-y21k8v .monte-carlo-o0fon4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.monte-carlo-2k0isc.monte-carlo-y21k8v .monte-carlo-zwni9u {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.monte-carlo-qlrmm3 {
  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) {
  .monte-carlo-qlrmm3 {
    padding: 24px;
  }
}

.monte-carlo-qlrmm3 .monte-carlo-o9x257 {
  display: flex;
}

@media (min-width: 768px) {
  .monte-carlo-qlrmm3 .monte-carlo-o9x257 {
    display: none;
  }
}

.monte-carlo-qlrmm3 .monte-carlo-ayhu09 svg {
  display: none;
}

.monte-carlo-192bn5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.monte-carlo-192bn5 .monte-carlo-buadta {
  display: none;
}

@media (min-width: 768px) {
  .monte-carlo-192bn5 .monte-carlo-buadta {
    display: flex;
  }
}

.monte-carlo-x098kz {
  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) {
  .monte-carlo-x098kz {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.monte-carlo-x098kz > * {
  margin: 0 !important;
}

.monte-carlo-x098kz img,
.monte-carlo-d5ylr3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monte-carlo-x098kz img,
  .monte-carlo-d5ylr3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monte-carlo-49xnjj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monte-carlo-49xnjj {
    width: 32px;
    height: 32px;
  }
}

.monte-carlo-5inxvf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .monte-carlo-5inxvf {
    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;
  }

  .monte-carlo-5inxvf::-webkit-scrollbar {
    display: none;
  }
}

.monte-carlo-pg2gjx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.monte-carlo-pg2gjx:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monte-carlo-bbm3kn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monte-carlo-bbm3kn {
    display: flex;
    opacity: 1;
  }
}

.monte-carlo-pg2gjx picture {
  width: auto;
  height: 100%;
  display: block;
}

.monte-carlo-pg2gjx picture img {
  display: block;
  width: auto;
  height: 100%;
}

.monte-carlo-zbek2l {
  margin: -24px 0;
}

.monte-carlo-zbek2l:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .monte-carlo-zbek2l {
    margin: -16px 0;
  }
}

.monte-carlo-u6a0ca {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .monte-carlo-u6a0ca {
    flex-direction: row;
  }
}

.monte-carlo-mudhsu {
  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) {
  .monte-carlo-mudhsu {
    flex: 1;
  }
}

.monte-carlo-mudhsu::placeholder {
  color: var(--Text-400);
}

.monte-carlo-nxbmzt {
  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;
}

.monte-carlo-065j02 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.monte-carlo-065j02::-webkit-scrollbar {
  display: none;
}

.monte-carlo-o7spyp {
  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;
}

.monte-carlo-o7spyp img,
.monte-carlo-o7spyp svg {
  margin-right: 8px;
}

.monte-carlo-6pattk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.monte-carlo-zbek2l + .monte-carlo-sbpr7e {
  margin-top: 0;
}

@media (min-width: 768px) {
  .monte-carlo-zbek2l + .monte-carlo-sbpr7e {
    margin-top: -16px;
  }
}

.monte-carlo-w6ne16 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.monte-carlo-w6ne16 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.monte-carlo-w6ne16 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.monte-carlo-h72ppr {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.monte-carlo-sz5ia2 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.monte-carlo-3ricex {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.monte-carlo-786ywv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.monte-carlo-82pnh8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.monte-carlo-h72ppr 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;
}

.monte-carlo-h72ppr 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) {
  .monte-carlo-h72ppr {
    padding: 39px 179px 39px 39px;
  }

  .monte-carlo-sz5ia2 {
    font-size: 40px;
    line-height: 48px;
  }

  .monte-carlo-82pnh8 {
    height: 348px;
  }

  .monte-carlo-h72ppr button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .monte-carlo-h72ppr button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .monte-carlo-h72ppr {
    padding: 63px;
  }
}

.monte-carlo-ijeswr {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .monte-carlo-ijeswr {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.monte-carlo-038d7e {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monte-carlo-038d7e {
    width: auto;
  }
}

.monte-carlo-a94z50 {
  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;
}

.monte-carlo-a94z50::-webkit-scrollbar {
  display: none;
}

.monte-carlo-a94z50 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);
}

.monte-carlo-a94z50 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monte-carlo-a94z50 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.monte-carlo-ijeswr .monte-carlo-c8smch {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monte-carlo-qodkpq,
    mask-image 0.3s;
}

.monte-carlo-ijeswr .monte-carlo-c8smch.monte-carlo-h4vsfb {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.monte-carlo-1mmr4b {
  margin: 40px -16px;
}

.monte-carlo-ggvhgc + .monte-carlo-iiyfne,
.monte-carlo-ggvhgc + .monte-carlo-1sa7vp {
  margin-top: 24px;
}

.monte-carlo-9e1sdt {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.monte-carlo-9e1sdt picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.monte-carlo-u9g9gh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .monte-carlo-u9g9gh {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .monte-carlo-u9g9gh {
    margin-top: 0;
  }
}

.monte-carlo-tocnht {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monte-carlo-tocnht {
    font-size: 24px;
    line-height: 32px;
  }
}

.monte-carlo-9pvgvd {
  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) {
  .monte-carlo-9pvgvd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.monte-carlo-vswf0v {
  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) {
  .monte-carlo-vswf0v {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.monte-carlo-s3yihf {
  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) {
  .monte-carlo-s3yihf {
    font-size: 20px;
    line-height: 28px;
  }
}

.monte-carlo-2az3bt {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monte-carlo-2az3bt {
    font-size: 32px;
    line-height: 40px;
  }
}

.monte-carlo-rkiae4 {
  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;
}

.monte-carlo-m8qobn {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.monte-carlo-m8qobn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.monte-carlo-sbpr7e {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.monte-carlo-36i1tv {
  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) {
  .monte-carlo-36i1tv {
    padding: 15px 48px;
  }
}

main > .monte-carlo-sbpr7e {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .monte-carlo-f715j7.monte-carlo-s0xds7 > div:nth-child(n+5) {
    display: none;
  }
}

.monte-carlo-ewkw2q p a img {
  display: block;
  margin: 0 auto;
}


.monte-carlo-wv3stb {
  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 */
.monte-carlo-lrtly7 {
  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;
}

.monte-carlo-lrtly7 label {
  font-size: 14px;
}

.monte-carlo-lrtly7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.monte-carlo-lrtly7 input,
.monte-carlo-lrtly7 textarea,
.monte-carlo-lrtly7 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;
}
.monte-carlo-lrtly7 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.monte-carlo-ik9fmg ease;
}
.monte-carlo-lrtly7 button:hover {
  background-color: var(--button-bg-hover);
}
.monte-carlo-x64lok {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.monte-carlo-ymi0d5 ease-in;
}

.monte-carlo-x64lok 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;
}
.monte-carlo-od9uo9, .monte-carlo-kkalo0, [class*="review-card"],
thead, thead th, table th, .monte-carlo-whf5jn,
.monte-carlo-tcaoqw, [class*="collapsible-header"],
.monte-carlo-4sxel8, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v7 (social icons) */
.monte-carlo-sngfcq img, .monte-carlo-d8orxk img { filter: invert(1); }
