* {
  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;
  }
}

.mcluck-j1uihk {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mcluck-j1uihk {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mcluck-j1uihk {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mcluck-ip1p0n {
  overflow: hidden;
}

.mcluck-kkv5m8 img {
  background: var(--Neutral-300);
}

.mcluck-th3oo1 {
  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;
}

.mcluck-ajkml4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mcluck-ajkml4:hover {
  background: var(--button-bg-hover);
}

.mcluck-9o2lrh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mcluck-9o2lrh:hover {
  background: var(--button-bg-hover);
}

.mcluck-9j75qj {
  font-size: 12px;
  line-height: 18px;
}

.mcluck-udywg4 {
  font-size: 18px;
  line-height: 26px;
}

.mcluck-znv5lt {
  width: 100%;
}

.mcluck-fevgiq {
  padding: 6px 16px;
}

.mcluck-v180o5 {
  padding: 10px 16px;
}

.mcluck-tp5mek {
  padding: 15px 26px;
}

.mcluck-yvcuzh {
  flex-shrink: 0;
}

.mcluck-arx4az {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mcluck-74kiuw {
  display: none;
}

.mcluck-8gzjtt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mcluck-14r84l {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mcluck-z12wx1 {
  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;
}

.mcluck-1dywfp {
  cursor: grab;
}

.mcluck-z12wx1::-webkit-scrollbar {
  display: none;
}

.mcluck-mv0j36 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mcluck-az11sy {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mcluck-z66etq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mcluck-8yyjdz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mcluck-fvvcgl {
  visibility: visible;
}

.mcluck-pomz5x {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mcluck-rahwjp ease;
}

.mcluck-5q6c1m {
  background-color: var(--Primary-200);
  width: 16px;
}

.mcluck-jf9s0q {
  -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.mcluck-rahwjp,
    mask-image 0.3s;
}

.mcluck-jf9s0q.mcluck-wconpf {
  -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;
  }
}

.mcluck-1f0g8v: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;
}

.mcluck-vinnyx {
  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.mcluck-0vohvy.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.mcluck-0vohvy.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;
}

.mcluck-nyjiu8 {
  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);
}

.mcluck-nyjiu8::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%
  );
}

.mcluck-ahjh78 {
  position: relative;
  z-index: 1;
}

.mcluck-g89fci {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mcluck-7n5775 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mcluck-xvk67h {
  font-size: 40px;
  line-height: 48px;
}

.mcluck-nkjct2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mcluck-nznm11 {
  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;
}

.mcluck-nznm11:hover {
  background: var(--Primary-400);
}

.mcluck-nznm11 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mcluck-1f0g8v 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) {
  .mcluck-nyjiu8 {
    max-width: 600px;
    padding: 64px;
  }

  .mcluck-g89fci {
    font-size: 24px;
    line-height: 32px;
  }

  .mcluck-7n5775 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mcluck-xvk67h {
    font-size: 50px;
    line-height: 56px;
  }

  .mcluck-nkjct2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mcluck-vinnyx {
    top: 25px;
    right: 25px;
  }
}

.mcluck-b5nhyi,
.mcluck-xoob7k {
  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;
}

.mcluck-33iky6.mcluck-aszmql::before,
.mcluck-xoob7k::before,
.mcluck-m9kxuj::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.mcluck-0vohvy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mcluck-ctlvga 14.mcluck-io9xja.mcluck-tm1lvm 14.mcluck-ivpuq4 15.mcluck-9lkdjb 14.mcluck-mr44su 15.mcluck-ps1mtc 14.mcluck-58box4.mcluck-urz27p 14.mcluck-bonwfj 19.mcluck-bdkpgg 12.mcluck-b5ftut 19.mcluck-bdkpgg 10.mcluck-d97de8.mcluck-bdkpgg 8.mcluck-fntu29 17.mcluck-e5k2tv 7.mcluck-8cmu95 15.mcluck-4samxw 7.mcluck-1t0x9l.mcluck-64gi96 7.mcluck-8cmu95 11.mcluck-55j4lk 8.mcluck-fntu29 11.mcluck-55j4lk 10.mcluck-5c7jsi.mcluck-55j4lk 12.mcluck-cxtbrm 13.mcluck-qdwuv6 14.mcluck-0ujpff 15.mcluck-q8nn8j 14.mcluck-t4vkgo.mcluck-nhghzt 14.mcluck-wuxp8d 15.mcluck-wbqy3m 14.mcluck-xddq7y 15.mcluck-i1d7p9 14.mcluck-q79trz.mcluck-ctlvga 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mcluck-sks5se 15.mcluck-quz10h.mcluck-76kbem 15.mcluck-rsaqtl 15.mcluck-twe2tg 15.mcluck-t01ncn 15.mcluck-t9jeql 15.mcluck-le163m.mcluck-uhyamd 15.mcluck-t01ncn 15.mcluck-10m56d 15.mcluck-uu5vk6 15.mcluck-sazu40 15.mcluck-i8wxcg.mcluck-47re3l 15.mcluck-ru64i0 7.mcluck-t5lhov 18.mcluck-tt07n6 7.mcluck-s17okf 23.mcluck-4195bt.mcluck-4h0eb2.mcluck-yyzbvv 18.mcluck-9r92d0 19.mcluck-96ga11 15.mcluck-fd8fk6 15.mcluck-sks5se 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mcluck-8eiqqi [type="submit"] *,
.mcluck-tpmrid button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mcluck-gpc9j6 {
    display: none;
  }
}

.mcluck-3iqh8p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mcluck-3iqh8p {
  display: none;
}

@media (min-width: 768px) {
  .mcluck-3iqh8p {
    bottom: 22px;
  }
}

.mcluck-3iqh8p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mcluck-3iqh8p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mcluck-sqrfy2.static) .mcluck-3iqh8p {
    bottom: 8px;
  }
}

.mcluck-403i6s {
  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.mcluck-0vohvy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mcluck-unjwav 3.mcluck-3q34df.mcluck-qdnn17.mcluck-jlhp2j 3.mcluck-f4bzxs 3.mcluck-bsigxj 5.mcluck-089v2j 3.mcluck-bsigxj 8.mcluck-homr79.mcluck-2167ui.mcluck-bsigxj 26.mcluck-49923j 5.mcluck-o2rtj6 28.mcluck-n5vgpl 8.mcluck-ukho6p 28.mcluck-ippwzm.mcluck-sh0z10 28.mcluck-aar0qp.mcluck-lfq5vj 34.mcluck-iaykop.mcluck-ss2ptu 36.mcluck-v7rdci 11.mcluck-736ett 37.mcluck-9tb2rt 12.mcluck-2nf0jw 36.mcluck-ezrug7.mcluck-f1jwf1 28.mcluck-midsa9.mcluck-v3hale.mcluck-9i5vec 28.mcluck-gxrmw7 36.mcluck-jfxvgn 26.mcluck-yeonmj 36.mcluck-jfxvgn 23.mcluck-ioy59h.mcluck-u6nfx3.mcluck-jfxvgn 5.mcluck-jwos6f 34.mcluck-3kxr4g 3.mcluck-f4bzxs 31.mcluck-unjwav 3.mcluck-aaldhb.mcluck-hgztus 18.mcluck-z8bmwm.mcluck-bb8y96 18.mcluck-vszg43 8.mcluck-fvfktx 17.mcluck-9jwrv7 8.mcluck-fvfktx 15.mcluck-ypnxmi.mcluck-fvfktx 14.mcluck-8hhwv0 9.mcluck-bb8y96 13.mcluck-rbll5u 11.mcluck-hgztus 13.mcluck-qvx1a7.mcluck-z6cf5p 13.mcluck-rbll5u 13.mcluck-i8vfbn 14.mcluck-8hhwv0 13.mcluck-i8vfbn 15.mcluck-c2ec0a.mcluck-i8vfbn 17.mcluck-9jwrv7 12.mcluck-z6cf5p 18.mcluck-vszg43 11.mcluck-hgztus 18.mcluck-q7q2r6.mcluck-cmkfsp 18.mcluck-1ghvx2.mcluck-q2b1qe 18.mcluck-vszg43 17.mcluck-tnwiv0 17.mcluck-9jwrv7 17.mcluck-tnwiv0 15.mcluck-3qvx97.mcluck-tnwiv0 14.mcluck-8hhwv0 18.mcluck-q2b1qe 13.mcluck-rbll5u 20.mcluck-cmkfsp 13.mcluck-ruf5a0.mcluck-3vd3o1 13.mcluck-rbll5u 22.mcluck-cgdcas 14.mcluck-8hhwv0 22.mcluck-cgdcas 15.mcluck-tups9e.mcluck-bgks8y 17.mcluck-9jwrv7 21.mcluck-3vd3o1 18.mcluck-vszg43 20.mcluck-cmkfsp 18.mcluck-cdjcn0.mcluck-1hnykn 18.mcluck-ec0bia.mcluck-n762qy 18.mcluck-vszg43 26.mcluck-s10gb2 17.mcluck-9jwrv7 26.mcluck-s10gb2 15.mcluck-58j6fs.mcluck-s10gb2 14.mcluck-8hhwv0 27.mcluck-n762qy 13.mcluck-rbll5u 28.mcluck-1hnykn 13.mcluck-m0r4hm.mcluck-kc3zlc 13.mcluck-rbll5u 31.mcluck-fts2f4 14.mcluck-8hhwv0 31.mcluck-fts2f4 15.mcluck-96jcah.mcluck-s10gb2 17.mcluck-9jwrv7 30.mcluck-kc3zlc 18.mcluck-vszg43 28.mcluck-1hnykn 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"])
    .mcluck-403i6s {
    display: none;
  }
}

.mcluck-ydomig {
  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) {
  .mcluck-ydomig {
    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;
}

.mcluck-tpmrid {
  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) {
  .mcluck-tpmrid {
    padding: 14px 16px;
  }
}

.mcluck-tpmrid button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mcluck-tpmrid button:first-child {
  align-content: end;
}

.mcluck-tpmrid button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mcluck-tpmrid
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mcluck-tpmrid
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mcluck-tpmrid button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mcluck-tpmrid button:last-child svg {
  width: 38px;
  height: 38px;
}

.mcluck-m9kxuj {
  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;
}

.mcluck-m9kxuj::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mcluck-m9kxuj,
.pc61d126-chatbot[data-active-screen="3"]
  .mcluck-m9kxuj {
  opacity: 1;
  visibility: visible;
}

.mcluck-lga6i4 {
  flex: 1 1;
}

.mcluck-d6jiou {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mcluck-d6jiou {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mcluck-1pm1m8 {
  display: block;
}

.mcluck-36mh06 {
  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) {
  .mcluck-36mh06 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mcluck-xoob7k {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mcluck-xoob7k::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mcluck-c66ect span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mcluck-c66ect p {
  color: var(--Text-100);
}

.mcluck-xoob7k .mcluck-qx956o {
  grid-area: button;
}

.mcluck-xoob7k .mcluck-qx956o::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.mcluck-0vohvy.org/2000/svg'%3E%3Cpath d='M4.mcluck-83dh9u 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mcluck-2p2zjm 15L16.mcluck-2p2zjm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mcluck-2p2zjm 5L16.mcluck-2p2zjm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mcluck-a40j8p {
  display: block;
}

.mcluck-60av1g {
  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) {
  .mcluck-60av1g {
    margin-top: 40px;
  }
}

.mcluck-b5nhyi label,
.mcluck-b5nhyi input {
  display: block;
  width: 100%;
}

.mcluck-b5nhyi label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mcluck-b5nhyi label.mcluck-66u0z2 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mcluck-b5nhyi label.mcluck-66u0z2::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;
}

.mcluck-b5nhyi 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;
}

.mcluck-b5nhyi input::placeholder {
  color: var(--Text-400);
}

.mcluck-7zl6tp {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mcluck-7zl6tp {
  display: flex;
}

.mcluck-7zl6tp ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mcluck-7zl6tp ol {
    height: 420px;
    padding: 24px;
  }
}

.mcluck-7zl6tp ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mcluck-8eiqqi {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mcluck-8eiqqi {
    padding: 0 24px 24px;
  }
}

.mcluck-8eiqqi 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;
}

.mcluck-8eiqqi input::placeholder {
  color: var(--Text-400);
}

.mcluck-8eiqqi [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mcluck-8eiqqi [type="submit"]:disabled {
  opacity: 0.5;
}

.mcluck-8eiqqi [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mcluck-8eiqqi [type="submit"] {
    right: 40px;
  }
}

.mcluck-33iky6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mcluck-33iky6.mcluck-aszmql {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mcluck-33iky6.mcluck-aszmql::before {
  content: "";
  width: 31px;
}

.mcluck-33iky6.mcluck-aszmql p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mcluck-33iky6.mcluck-z78o5c p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mcluck-33iky6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mcluck-3iqh8p .mcluck-qx956o {
  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;
  }
}

.mcluck-gpc9j6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mcluck-gpc9j6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mcluck-gpc9j6 {
    padding: 18px 0;
  }
}

.mcluck-gpc9j6 .mcluck-j1uihk {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mcluck-gpc9j6 .mcluck-j1uihk {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mcluck-0g7fog {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mcluck-0g7fog {
    max-width: 160px;
    height: 40px;
  }
}

.mcluck-0g7fog picture,
.mcluck-0g7fog img {
  display: block;
  width: 100%;
  height: 100%;
}

.mcluck-0g7fog img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mcluck-j6ej8q {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mcluck-rahwjp ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mcluck-gpc9j6.mcluck-qwdy0o .mcluck-j6ej8q {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mcluck-j6ej8q {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mcluck-j6ej8q {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mcluck-qcu9fk,
.mcluck-gbupsl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mcluck-qcu9fk,
  .mcluck-gbupsl {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mcluck-gbupsl {
    display: none;
  }
}

.mcluck-w3ffae {
  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;
}

.mcluck-qwdy0o .mcluck-w3ffae {
  background: var(--fh-bg-color);
}

.mcluck-w3ffae button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mcluck-w3ffae {
    display: none;
  }
}

.mcluck-fs3qlo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mcluck-fs3qlo {
    display: none;
  }
}

.mcluck-93yga2 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.mcluck-gpc9j6.mcluck-qwdy0o .mcluck-93yga2:first-child {
  display: none;
}

.mcluck-gpc9j6.mcluck-qwdy0o .mcluck-93yga2:last-child {
  display: block;
}

.mcluck-93yga2:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mcluck-93yga2 {
    display: none;
  }
}

.mcluck-so72zy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mcluck-so72zy {
    display: flex;
  }
}

.mcluck-so72zy ul {
  max-height: 350px;
  overflow-y: auto;
}

.mcluck-so72zy:hover ul {
  visibility: visible;
  opacity: 1;
}

.mcluck-so72zy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mcluck-so72zy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mcluck-so72zy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mcluck-so72zy:hover .mcluck-zf49fn svg {
  transform: rotate(180deg);
}

.mcluck-h0wqd3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mcluck-y50z6w {
  padding: 0 8px;
}

.mcluck-7doyx6 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mcluck-7doyx6:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mcluck-7doyx6 {
    padding: 4px 8px;
  }
}

.mcluck-7grsgm {
  display: flex;
}

.mcluck-7grsgm img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mcluck-zf49fn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mcluck-zf49fn svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mcluck-7kdrsg {
  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) {
  .mcluck-7kdrsg {
    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;
  }
}

.mcluck-ii6mvs {
  width: 100%;
}

@media (min-width: 1200px) {
  .mcluck-ii6mvs {
    display: none;
  }
}

.mcluck-4rzhbb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mcluck-27x45n {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mcluck-x2ioda {
  display: flex;
}

.mcluck-4wtk7w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mcluck-njyjld {
  list-style: none;
}

@media (max-width: 1199px) {
  .mcluck-njyjld {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mcluck-njyjld {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mcluck-njyjld .mcluck-93x55a [data-ref-el],
  .mcluck-njyjld .mcluck-93x55a span,
  .mcluck-njyjld .mcluck-93x55a a {
    white-space: nowrap;
  }
}

.mcluck-rdpg7z {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mcluck-rdpg7z.mcluck-5t58t4 > .mcluck-93x55a {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mcluck-rdpg7z.mcluck-l7wmev:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mcluck-rdpg7z.mcluck-5t58t4 > .mcluck-r2vhot {
    height: auto;
  }

  .mcluck-rdpg7z.mcluck-5t58t4 > div > .mcluck-kcnlon {
    transform: rotate(180deg);
  }
}

.mcluck-rdpg7z [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mcluck-rdpg7z [data-ref-el],
.mcluck-rdpg7z span {
  cursor: pointer;
}

.mcluck-rdpg7z [data-ref-el],
.mcluck-rdpg7z span,
.mcluck-rdpg7z a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mcluck-rdpg7z [data-ref-el],
  .mcluck-rdpg7z span,
  .mcluck-rdpg7z a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mcluck-rdpg7z [data-ref-el],
  .mcluck-rdpg7z span,
  .mcluck-rdpg7z a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mcluck-r2vhot {
  height: 0;
  overflow: hidden;
  transition: height 0.mcluck-rahwjp ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mcluck-r2vhot::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mcluck-r2vhot::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mcluck-r2vhot::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mcluck-r2vhot {
    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;
  }

  .mcluck-r2vhot:has(> .mcluck-rdpg7z.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mcluck-r2vhot .mcluck-r2vhot {
    padding: 0;
  }

  .mcluck-r2vhot .mcluck-rdpg7z {
    font-weight: 400;
  }

  .mcluck-r2vhot .mcluck-rdpg7z:hover > .mcluck-93x55a {
    background: var(--Neutral-300);
  }

  .mcluck-r2vhot .mcluck-kcnlon {
    rotate: -90deg;
  }
}

.mcluck-93x55a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mcluck-93x55a {
    padding: 8px;
  }

  .mcluck-rdpg7z.mcluck-w8jbjd > .mcluck-93x55a {
    background: var(--Neutral-300);
  }
}

.mcluck-kcnlon {
  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.mcluck-0vohvy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mcluck-hm4jnt 0.mcluck-swlx02.mcluck-7we4es -0.mcluck-i47hn5 0.mcluck-q97vus -0.mcluck-i47hn5 1.mcluck-zpx6md 0.mcluck-iapgt1.mcluck-f03e6e 4.mcluck-1tgr6i.mcluck-hm4jnt 0.mcluck-810j05.mcluck-0cx2xd -0.mcluck-i47hn5 9.mcluck-edfk0n -0.mcluck-i47hn5 10.mcluck-tle11w 0.mcluck-yrfowu.mcluck-bfjsgq 0.mcluck-7we4es 10.mcluck-bfjsgq 0.mcluck-q97vus 10.mcluck-tle11w 1.mcluck-tslyuv.mcluck-7xzn9f 5.mcluck-jnlaky.mcluck-mfsg7d 6.mcluck-1oue5n 5.mcluck-t8enls 6.mcluck-1oue5n 4.mcluck-xkxck2 5.mcluck-65atot.mcluck-hm4jnt 1.mcluck-fbvh7z.mcluck-i47hn5 0.mcluck-q97vus -0.mcluck-i47hn5 0.mcluck-7we4es 0.mcluck-hm4jnt 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mcluck-rahwjp ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mcluck-kcnlon {
    cursor: default;
  }
}

.mcluck-pldpvt {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mcluck-o3dfis {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .mcluck-o3dfis {
    padding: 40px 4px;
  }
}

.mcluck-xlnvc2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mcluck-xlnvc2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mcluck-fhjj7j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mcluck-fhjj7j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mcluck-fhjj7j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mcluck-fhjj7j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mcluck-fhjj7j [data-ref-el],
.mcluck-fhjj7j span,
.mcluck-fhjj7j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mcluck-4xe8s7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mcluck-4xe8s7 {
    margin-bottom: 12px;
  }
}

.mcluck-61z0p1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mcluck-61z0p1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mcluck-61z0p1:last-child {
    margin-right: 0;
  }
}

.mcluck-ozkm2q {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mcluck-4xe8s7:hover .mcluck-t7j4x4 {
  visibility: visible;
  opacity: 1;
}

.mcluck-t7j4x4 {
  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);
}

.mcluck-fsbixv {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mcluck-dh12yg {
  display: flex;
  margin: 6px;
}

.mcluck-dh12yg img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mcluck-t7j4x4::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);
}

.mcluck-t7j4x4::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);
}

.mcluck-5pxfxz {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mcluck-5pxfxz {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mcluck-wz40yx {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mcluck-wz40yx {
    margin-right: 32px;
  }
}

.mcluck-ludi4x {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mcluck-ludi4x {
    margin-top: 0;
    width: 340px;
  }
}

.mcluck-ludi4x a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mcluck-imenvy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mcluck-jl8l2o {
  position: relative;
}

@media (min-width: 768px) {
  .mcluck-jl8l2o {
    margin-top: 40px;
  }
}

.mcluck-jl8l2o + .mcluck-30mljn,
.mcluck-jl8l2o + .mcluck-jl8l2o {
  margin-top: 24px;
}

.mcluck-ulcwd8 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mcluck-ulcwd8 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mcluck-ulcwd8 {
    padding: 80px;
  }
}

.mcluck-9diswh {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mcluck-9diswh {
    padding: 0 16px;
}


}

.mcluck-4kfbq9 {
  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) {
  .mcluck-4kfbq9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mcluck-w4p7jd {
  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) {
  .mcluck-w4p7jd {
    font-size: 24px;
    line-height: 32px;
  }
}

.mcluck-zp0gdu {
  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;
}

.mcluck-zp0gdu:hover {
  background: var(--button-bg-hover);
}

.mcluck-tuz6ih {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mcluck-tuz6ih img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mcluck-tuz6ih img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mcluck-tuz6ih img {
  min-height: 100%;
  }
}

.mcluck-ulcwd8::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mcluck-sc0q1y {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mcluck-sc0q1y h1,
.mcluck-sc0q1y h2,
.mcluck-sc0q1y h3,
.mcluck-sc0q1y h4 {
  margin-bottom: 6px;
}

.mcluck-sc0q1y h1:not(:first-child),
.mcluck-sc0q1y h2:not(:first-child),
.mcluck-sc0q1y h3:not(:first-child),
.mcluck-sc0q1y h4:not(:first-child) {
  margin-top: 16px;
}

.mcluck-sc0q1y h1,
.mcluck-sc0q1y h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mcluck-sc0q1y h1,
  .mcluck-sc0q1y h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mcluck-sc0q1y h2,
.mcluck-sc0q1y h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mcluck-sc0q1y h2,
  .mcluck-sc0q1y h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mcluck-sc0q1y h3,
.mcluck-sc0q1y h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mcluck-sc0q1y h3,
  .mcluck-sc0q1y h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mcluck-sc0q1y h4,
.mcluck-sc0q1y h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mcluck-sc0q1y ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mcluck-sc0q1y ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mcluck-sc0q1y 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);
}

.mcluck-sc0q1y ul ul {
  margin-bottom: 8px;
}

.mcluck-sc0q1y ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mcluck-sc0q1y ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mcluck-sc0q1y ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mcluck-sc0q1y ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mcluck-sc0q1y ol li::marker {
  font-weight: 700;
}

.mcluck-sc0q1y ol ol {
  margin-bottom: 8px;
}

.mcluck-sc0q1y ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mcluck-sc0q1y ol ul li {
  padding-left: 16px;
}

.mcluck-sc0q1y 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) {
  .mcluck-sc0q1y table {
    padding: 24px;
  }
}

.mcluck-sc0q1y table.mcluck-jk383o {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mcluck-rahwjp,
    mask-image 0.3s;
}

.mcluck-sc0q1y table.mcluck-jk383o.mcluck-wconpf {
  -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) {
  .mcluck-sc0q1y table {
    display: table;
  }
}

.mcluck-sc0q1y 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);
}

.mcluck-sc0q1y table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mcluck-sc0q1y table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mcluck-sc0q1y 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) {
  .mcluck-sc0q1y table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mcluck-sc0q1y table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mcluck-sc0q1y table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mcluck-sc0q1y table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mcluck-sc0q1y img {
  max-width: 100%;
  height: auto;
}

.mcluck-499at9 {
  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) {
  .mcluck-499at9 {
    padding: 24px;
  }
}

.mcluck-ozjjw8 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mcluck-ozjjw8 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mcluck-ozjjw8 > * {
  margin: 0 !important;
}

.mcluck-ozjjw8 img,
.mcluck-qpqkyi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mcluck-ozjjw8 img,
  .mcluck-qpqkyi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mcluck-7lvhqb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mcluck-7lvhqb {
    width: 32px;
    height: 32px;
  }
}

.mcluck-ncvyl3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mcluck-ncvyl3 .mcluck-mnoekk {
  flex-shrink: 0;
}

.mcluck-ncvyl3 .mcluck-npdomy svg {
  display: none;
}

.mcluck-ic0u28 {
  display: grid;
  transition: max-height 0.mcluck-rahwjp ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mcluck-ic0u28 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mcluck-ic0u28 {
    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));
  }
}

.mcluck-ic0u28.mcluck-icvmg2 + .mcluck-mnoekk svg {
  transform: rotate(180deg);
}

.mcluck-qu7unx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mcluck-qu7unx > div:nth-child(3n) {
  grid-column: span 2;
}

.mcluck-qu7unx
  > div:nth-child(3n)
  .mcluck-5m7mit
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mcluck-qu7unx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mcluck-qu7unx > div:nth-child(3n) {
    grid-column: unset;
  }

  .mcluck-qu7unx
    > div:nth-child(3n)
    .mcluck-5m7mit
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mcluck-qu7unx {
    max-width: 270px;
  }
}

.mcluck-qu7unx .mcluck-5m7mit button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mcluck-qu7unx .mcluck-5m7mit button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mcluck-qu7unx .mcluck-5m7mit button {
    max-width: 104px;
  }
}

.mcluck-zhc6w0 {
  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) {
  .mcluck-zhc6w0 {
    margin-bottom: 0;
  }
}

.mcluck-8o8flp {
  display: none;
  opacity: 0;
}

.mcluck-l32ksg {
  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;
  }
}

.mcluck-l32ksg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mcluck-5m7mit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mcluck-5m7mit button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mcluck-5m7mit
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mcluck-5m7mit
    button {
    max-width: 145px;
  }
}

.mcluck-7fikku:first-child
  .mcluck-5m7mit
  button {
  max-width: 270px;
}

.mcluck-9bii8w {
  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%;
}

.mcluck-zhc6w0 picture {
  width: 100%;
  max-width: 100%;
}

.mcluck-1hxzmh {
  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;
}

.mcluck-1hxzmh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mcluck-zhc6w0:hover .mcluck-1hxzmh {
  display: flex;
}

.mcluck-h37lk5 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mcluck-ebw1bm {
  display: flex;
}

.mcluck-ebw1bm:hover .mcluck-x5twne,
.mcluck-ebw1bm .mcluck-w8jbjd .mcluck-x5twne {
  display: flex;
}

.mcluck-ebw1bm svg {
  flex-shrink: 0;
}

.mcluck-x5twne {
  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) {
  .mcluck-x5twne {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mcluck-x5twne:hover {
  display: flex;
}

.mcluck-x5twne svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mcluck-0mloy3 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mcluck-0mloy3 {
    font-size: 12px;
  }
}

.mcluck-cuyzvp,
.mcluck-2r7xaj {
  width: 50%;
  flex-shrink: 0;
}

.mcluck-cuyzvp {
  font-weight: 700;
}

.mcluck-lhqukh .mcluck-ic0u28 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mcluck-lhqukh .mcluck-ic0u28 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mcluck-lhqukh .mcluck-ic0u28 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mcluck-lhqukh
  .mcluck-9bii8w:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mcluck-lhqukh .mcluck-l32ksg {
  height: 100% !important;
  border-radius: 16px;
}

.mcluck-lhqukh .mcluck-5m7mit {
  gap: 4px;
  align-items: center;
}

.mcluck-lhqukh .mcluck-5m7mit button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mcluck-lhqukh .mcluck-5m7mit svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mcluck-lhqukh .mcluck-bj232m,
.mcluck-lhqukh .mcluck-5h8nhy {
  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.mcluck-0vohvy.org/2000/svg'%3E%3Cpath d='M9.mcluck-42a4ia 4.mcluck-xxwig6.mcluck-g39b1k 5.mcluck-hzv804.mcluck-207t48 5.mcluck-oa00h6.mcluck-616cwc 5.mcluck-l4hbo5.mcluck-k2raf0 8.mcluck-au2916.mcluck-grje5f 9.mcluck-rcidoi.mcluck-bqhvr6 9.mcluck-5be8pj.mcluck-4ukwut 13.mcluck-hi1iui.mcluck-b9zmuw 11.mcluck-m7rbda.mcluck-4fhzb4 11.mcluck-sa8nul.mcluck-uj2t5y 11.mcluck-izhlzr.mcluck-y0xeg6 13.mcluck-2538kv.mcluck-inxlvo 9.mcluck-0o8e4t.mcluck-w8uoxh 9.mcluck-g4z9y7.mcluck-1h6k26 8.mcluck-wuali9.mcluck-ngf3kd 5.mcluck-bs4edg.mcluck-kqw8mz 5.mcluck-7up00k.mcluck-wkok72 5.mcluck-gjlrji.mcluck-pvyupt 4.mcluck-imatnl.mcluck-4fhzb4 1.mcluck-c6q6zf.mcluck-42a4ia 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mcluck-lhqukh .mcluck-bj232m {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mcluck-lhqukh .mcluck-5h8nhy {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mcluck-xk7dwx {
  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) {
  .mcluck-xk7dwx {
    padding: 24px;
  }
}

.mcluck-xk7dwx .mcluck-mnoekk {
  display: flex;
}

@media (min-width: 768px) {
  .mcluck-xk7dwx .mcluck-mnoekk {
    display: none;
  }
}

.mcluck-xk7dwx .mcluck-npdomy svg {
  display: none;
}

.mcluck-yovfrw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mcluck-yovfrw .mcluck-th3oo1 {
  display: none;
}

@media (min-width: 768px) {
  .mcluck-yovfrw .mcluck-th3oo1 {
    display: flex;
  }
}

.mcluck-6vgq5o {
  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) {
  .mcluck-6vgq5o {
    font-size: 40px;
    line-height: 48px;
  }
}

.mcluck-6vgq5o > * {
  margin: 0 !important;
}

.mcluck-6vgq5o img,
.mcluck-6x1r8g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mcluck-6vgq5o img,
  .mcluck-6x1r8g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mcluck-hn3x95 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mcluck-hn3x95 {
    width: 32px;
    height: 32px;
  }
}

.mcluck-9imrg4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mcluck-9imrg4 {
    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;
  }

  .mcluck-9imrg4::-webkit-scrollbar {
    display: none;
  }
}

.mcluck-yr8r4v {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mcluck-yr8r4v {
    padding: 7px 15px;
  }
}

.mcluck-yr8r4v:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mcluck-7yulxh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mcluck-7yulxh {
    display: flex;
    opacity: 1;
  }
}

.mcluck-yr8r4v picture {
  height: 100%;
  display: block;
}

.mcluck-yr8r4v img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mcluck-yr8r4v img {
    width: 88px;
    height: 44px;
  }
}

.mcluck-yr8r4v p {
  text-align: center;
  width: 100%;
}

.mcluck-pvmeb3 {
  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) {
  .mcluck-pvmeb3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mcluck-pvmeb3 img,
.mcluck-too6kq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mcluck-pvmeb3 img,
  .mcluck-too6kq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mcluck-zqx5y2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mcluck-zqx5y2 {
    width: 32px;
    height: 32px;
  }
}

.mcluck-ua9lgw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mcluck-w0rpla {
  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;
}

.mcluck-bc9mm5 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mcluck-bc9mm5.mcluck-w8jbjd {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mcluck-0goymx {
  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) {
  .mcluck-0goymx {
    font-size: 20px;
    line-height: 28px;
  }
}

.mcluck-k8khyj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mcluck-1jkhxk {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mcluck-rahwjp ease;
  opacity: 0;
  color: var(--text-color);
}

.mcluck-x6qq9x {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mcluck-x6qq9x ol,
.mcluck-x6qq9x ul {
  padding-left: 1.3em;
}

.mcluck-bc9mm5.mcluck-w8jbjd .mcluck-1jkhxk {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mcluck-bc9mm5.mcluck-w8jbjd .mcluck-k8khyj {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mcluck-w5y966 {
  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) {
  .mcluck-w5y966 {
    padding: 24px;
  }
}

.mcluck-w5y966 .mcluck-mnoekk {
  display: flex;
}

@media (min-width: 768px) {
  .mcluck-w5y966 .mcluck-mnoekk {
    display: none;
  }
}

.mcluck-w5y966 .mcluck-npdomy svg {
  display: none;
}

.mcluck-26byci {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mcluck-26byci .mcluck-th3oo1 {
  display: none;
}

@media (min-width: 768px) {
  .mcluck-26byci .mcluck-th3oo1 {
    display: flex;
  }
}

.mcluck-1ry293 {
  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) {
  .mcluck-1ry293 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mcluck-1ry293 > * {
  margin: 0 !important;
}

.mcluck-1ry293 img,
.mcluck-s8a2om {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mcluck-1ry293 img,
  .mcluck-s8a2om {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mcluck-efq280 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mcluck-efq280 {
    width: 32px;
    height: 32px;
  }
}

.mcluck-k10zrs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mcluck-k10zrs {
    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;
  }

  .mcluck-k10zrs::-webkit-scrollbar {
    display: none;
  }
}

.mcluck-4nnn85 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mcluck-4nnn85:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mcluck-n50wgr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mcluck-n50wgr {
    display: flex;
    opacity: 1;
  }
}

.mcluck-4nnn85 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mcluck-4nnn85 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mcluck-o2u5bf {
  margin: -24px 0;
}

.mcluck-o2u5bf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mcluck-o2u5bf {
    margin: -16px 0;
  }
}

.mcluck-h9acuf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mcluck-h9acuf {
    flex-direction: row;
  }
}

.mcluck-peizgw {
  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) {
  .mcluck-peizgw {
    flex: 1;
  }
}

.mcluck-peizgw::placeholder {
  color: var(--Text-400);
}

.mcluck-hcrrdy {
  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;
}

.mcluck-c8ujpx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mcluck-c8ujpx::-webkit-scrollbar {
  display: none;
}

.mcluck-1rcrtz {
  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;
}

.mcluck-1rcrtz img,
.mcluck-1rcrtz svg {
  margin-right: 8px;
}

.mcluck-7u0kwy {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mcluck-o2u5bf + .mcluck-0v9fy0 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mcluck-o2u5bf + .mcluck-0v9fy0 {
    margin-top: -16px;
  }
}

.mcluck-l8jwp5 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mcluck-l8jwp5 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mcluck-l8jwp5 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mcluck-yhujre {
  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;
}

.mcluck-bvphlm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mcluck-0f3q7e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mcluck-4h89bw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mcluck-qx4uwu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mcluck-yhujre 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;
}

.mcluck-yhujre 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) {
  .mcluck-yhujre {
    padding: 39px 179px 39px 39px;
  }

  .mcluck-bvphlm {
    font-size: 40px;
    line-height: 48px;
  }

  .mcluck-qx4uwu {
    height: 348px;
  }

  .mcluck-yhujre button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mcluck-yhujre button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mcluck-yhujre {
    padding: 63px;
  }
}

.mcluck-r4larx {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mcluck-r4larx {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mcluck-9yoxq3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mcluck-9yoxq3 {
    width: auto;
  }
}

.mcluck-ma4rio {
  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;
}

.mcluck-ma4rio::-webkit-scrollbar {
  display: none;
}

.mcluck-ma4rio 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);
}

.mcluck-ma4rio a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mcluck-ma4rio {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mcluck-r4larx .mcluck-hmd0zs {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mcluck-rahwjp,
    mask-image 0.3s;
}

.mcluck-r4larx .mcluck-hmd0zs.mcluck-wconpf {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mcluck-0172bq {
  margin: 40px -16px;
}

.mcluck-5w8xbc + .mcluck-30mljn,
.mcluck-5w8xbc + .mcluck-jl8l2o {
  margin-top: 24px;
}

.mcluck-gj1uh4 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mcluck-gj1uh4 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mcluck-jhwgr9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mcluck-jhwgr9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mcluck-jhwgr9 {
    margin-top: 0;
  }
}

.mcluck-t11ced {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mcluck-t11ced {
    font-size: 24px;
    line-height: 32px;
  }
}

.mcluck-q2r704 {
  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) {
  .mcluck-q2r704 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mcluck-sbhcr5 {
  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) {
  .mcluck-sbhcr5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mcluck-xap0w0 {
  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) {
  .mcluck-xap0w0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mcluck-alz210 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mcluck-alz210 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mcluck-34z2h5 {
  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;
}

.mcluck-se884x {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mcluck-se884x img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mcluck-0v9fy0 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mcluck-5vjt7z {
  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) {
  .mcluck-5vjt7z {
    padding: 15px 48px;
  }
}

main > .mcluck-0v9fy0 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mcluck-ic0u28.mcluck-o3pjv1 > div:nth-child(n+5) {
    display: none;
  }
}

.mcluck-sc0q1y p a img {
  display: block;
  margin: 0 auto;
}


.mcluck-nq0udv {
  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 */
.mcluck-0d8sol {
  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;
}

.mcluck-0d8sol label {
  font-size: 14px;
}

.mcluck-0d8sol h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mcluck-0d8sol input,
.mcluck-0d8sol textarea,
.mcluck-0d8sol 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;
}
.mcluck-0d8sol button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mcluck-342utk ease;
}
.mcluck-0d8sol button:hover {
  background-color: var(--button-bg-hover);
}
.mcluck-jgl4il {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mcluck-o2t4cs ease-in;
}

.mcluck-jgl4il 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;
}
.mcluck-fy33bf, .mcluck-uu91op, [class*="review-card"],
thead, thead th, table th, .mcluck-ltpp4z,
.mcluck-mnd6mb, [class*="collapsible-header"],
.mcluck-n8943k, [class*="updated-block"] {
  color: #ece7dc !important;
}
