* {
  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;
  }
}

.the-crown-15kfav {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .the-crown-15kfav {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .the-crown-15kfav {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.the-crown-1gvlvh {
  overflow: hidden;
}

.the-crown-2lsvgt img {
  background: var(--Neutral-300);
}

.the-crown-qyhpz1 {
  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;
}

.the-crown-4wdrmq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.the-crown-4wdrmq:hover {
  background: var(--button-bg-hover);
}

.the-crown-ev4vuk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.the-crown-ev4vuk:hover {
  background: var(--button-bg-hover);
}

.the-crown-h01wiu {
  font-size: 12px;
  line-height: 18px;
}

.the-crown-xbp50u {
  font-size: 18px;
  line-height: 26px;
}

.the-crown-ok0bfz {
  width: 100%;
}

.the-crown-2tcs4q {
  padding: 6px 16px;
}

.the-crown-vzm7vl {
  padding: 10px 16px;
}

.the-crown-aoh90b {
  padding: 15px 26px;
}

.the-crown-t10jlw {
  flex-shrink: 0;
}

.the-crown-1qyzz6 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.the-crown-oe6t0w {
  display: none;
}

.the-crown-rgy5fg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.the-crown-dxckq0 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.the-crown-284iux {
  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;
}

.the-crown-5k9p75 {
  cursor: grab;
}

.the-crown-284iux::-webkit-scrollbar {
  display: none;
}

.the-crown-gb5jxj {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.the-crown-6f9gc6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.the-crown-xrlgt2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.the-crown-1pebb6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.the-crown-efnrit {
  visibility: visible;
}

.the-crown-htaqmb {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.the-crown-nsw12t ease;
}

.the-crown-huwha3 {
  background-color: var(--Primary-200);
  width: 16px;
}

.the-crown-qxzcqc {
  -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.the-crown-nsw12t,
    mask-image 0.3s;
}

.the-crown-qxzcqc.the-crown-q9b22u {
  -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;
  }
}

.the-crown-32kug6: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;
}

.the-crown-1bf1fw {
  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.the-crown-g1j6gt.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.the-crown-g1j6gt.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;
}

.the-crown-k5ayih {
  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);
}

.the-crown-k5ayih::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%
  );
}

.the-crown-aa22vv {
  position: relative;
  z-index: 1;
}

.the-crown-f0qcxs {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.the-crown-gma46w {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.the-crown-pc34cr {
  font-size: 40px;
  line-height: 48px;
}

.the-crown-ee5tjf {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.the-crown-dxio0t {
  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;
}

.the-crown-dxio0t:hover {
  background: var(--Primary-400);
}

.the-crown-dxio0t svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.the-crown-32kug6 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) {
  .the-crown-k5ayih {
    max-width: 600px;
    padding: 64px;
  }

  .the-crown-f0qcxs {
    font-size: 24px;
    line-height: 32px;
  }

  .the-crown-gma46w {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .the-crown-pc34cr {
    font-size: 50px;
    line-height: 56px;
  }

  .the-crown-ee5tjf {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .the-crown-1bf1fw {
    top: 25px;
    right: 25px;
  }
}

.the-crown-ia4mws,
.the-crown-jrj9yf {
  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;
}

.the-crown-nzsk32.the-crown-xa34mw::before,
.the-crown-jrj9yf::before,
.the-crown-qx1496::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.the-crown-g1j6gt.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.the-crown-urzlvw 14.the-crown-qbdi6g.the-crown-dc6vcv 14.the-crown-czd4i6 15.the-crown-oozvlu 14.the-crown-dcb5tg 15.the-crown-his858 14.the-crown-i89let.the-crown-4qe68p 14.the-crown-4qwr4i 19.the-crown-6vjx3d 12.the-crown-yx9458 19.the-crown-6vjx3d 10.the-crown-fi5ezt.the-crown-6vjx3d 8.the-crown-w9yk5r 17.the-crown-5h44cs 7.the-crown-f7ofje 15.the-crown-j0fth4 7.the-crown-xwtg4h.the-crown-j70297 7.the-crown-f7ofje 11.the-crown-b8i5x2 8.the-crown-w9yk5r 11.the-crown-b8i5x2 10.the-crown-wstzw6.the-crown-b8i5x2 12.the-crown-jywsvu 13.the-crown-m65tah 14.the-crown-wq7z8i 15.the-crown-p0j3on 14.the-crown-utf96e.the-crown-ds5n1w 14.the-crown-8xofb8 15.the-crown-o4xw3h 14.the-crown-hvfecd 15.the-crown-8dree0 14.the-crown-ag2liy.the-crown-urzlvw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.the-crown-3lh7cc 15.the-crown-u1hh55.the-crown-ecc9ok 15.the-crown-p0qi8e 15.the-crown-8norzh 15.the-crown-lox1fb 15.the-crown-kb8twj 15.the-crown-rqo4v7.the-crown-kj4mk6 15.the-crown-lox1fb 15.the-crown-ss0xb5 15.the-crown-z9k7a5 15.the-crown-lf1nlg 15.the-crown-knc4jl.the-crown-n6amg5 15.the-crown-hkgmi5 7.the-crown-0d7o5k 18.the-crown-8oktmk 7.the-crown-tqscl2 23.the-crown-2h800n.the-crown-8bkwp7.the-crown-3dn892 18.the-crown-tc90jh 19.the-crown-go9arh 15.the-crown-il2emc 15.the-crown-3lh7cc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.the-crown-6v3tjx [type="submit"] *,
.the-crown-nohixc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .the-crown-wsg6n8 {
    display: none;
  }
}

.the-crown-mb3cwq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .the-crown-mb3cwq {
  display: none;
}

@media (min-width: 768px) {
  .the-crown-mb3cwq {
    bottom: 22px;
  }
}

.the-crown-mb3cwq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .the-crown-mb3cwq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.the-crown-fu3js8.static) .the-crown-mb3cwq {
    bottom: 8px;
  }
}

.the-crown-aa78nw {
  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.the-crown-g1j6gt.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.the-crown-9kls0m 3.the-crown-ps8tsd.the-crown-czi7wj.the-crown-citb29 3.the-crown-pfn4ey 3.the-crown-3mqx80 5.the-crown-cdayuy 3.the-crown-3mqx80 8.the-crown-shu6j2.the-crown-nssffn.the-crown-3mqx80 26.the-crown-v78374 5.the-crown-ryf6nk 28.the-crown-mpq2mw 8.the-crown-sx7yik 28.the-crown-f06azs.the-crown-g58vla 28.the-crown-obn3ah.the-crown-78epty 34.the-crown-vtmpp6.the-crown-cnrwbt 36.the-crown-dgs1lg 11.the-crown-r4ammr 37.the-crown-katmh5 12.the-crown-6mdkqp 36.the-crown-64njnh.the-crown-r56ycf 28.the-crown-udhqfq.the-crown-i0hn18.the-crown-wy8131 28.the-crown-16q9xp 36.the-crown-0xp8u9 26.the-crown-dis6tx 36.the-crown-0xp8u9 23.the-crown-9zj75z.the-crown-nh9fn7.the-crown-0xp8u9 5.the-crown-65qi2q 34.the-crown-4qbe3a 3.the-crown-pfn4ey 31.the-crown-9kls0m 3.the-crown-t789yt.the-crown-c5s426 18.the-crown-czz4lv.the-crown-ooafyu 18.the-crown-j9ekgs 8.the-crown-tpofkj 17.the-crown-63j1kv 8.the-crown-tpofkj 15.the-crown-g6eq16.the-crown-tpofkj 14.the-crown-jjv481 9.the-crown-ooafyu 13.the-crown-w4ctp8 11.the-crown-c5s426 13.the-crown-x5otcp.the-crown-1jw1p7 13.the-crown-w4ctp8 13.the-crown-wv0n9a 14.the-crown-jjv481 13.the-crown-wv0n9a 15.the-crown-8z8mv1.the-crown-wv0n9a 17.the-crown-63j1kv 12.the-crown-1jw1p7 18.the-crown-j9ekgs 11.the-crown-c5s426 18.the-crown-6vq1vu.the-crown-w68rmd 18.the-crown-ew41sr.the-crown-b2c67q 18.the-crown-j9ekgs 17.the-crown-h0fgoh 17.the-crown-63j1kv 17.the-crown-h0fgoh 15.the-crown-v6ozuw.the-crown-h0fgoh 14.the-crown-jjv481 18.the-crown-b2c67q 13.the-crown-w4ctp8 20.the-crown-w68rmd 13.the-crown-v0evzl.the-crown-vwj6tk 13.the-crown-w4ctp8 22.the-crown-wxa4iw 14.the-crown-jjv481 22.the-crown-wxa4iw 15.the-crown-auzbk9.the-crown-9r6yix 17.the-crown-63j1kv 21.the-crown-vwj6tk 18.the-crown-j9ekgs 20.the-crown-w68rmd 18.the-crown-e5t0vs.the-crown-qyixkh 18.the-crown-4z46ta.the-crown-6w0b97 18.the-crown-j9ekgs 26.the-crown-oaa3b5 17.the-crown-63j1kv 26.the-crown-oaa3b5 15.the-crown-g8m8c7.the-crown-oaa3b5 14.the-crown-jjv481 27.the-crown-6w0b97 13.the-crown-w4ctp8 28.the-crown-qyixkh 13.the-crown-ik3m1x.the-crown-itaq0g 13.the-crown-w4ctp8 31.the-crown-dy7dlo 14.the-crown-jjv481 31.the-crown-dy7dlo 15.the-crown-wta5mv.the-crown-oaa3b5 17.the-crown-63j1kv 30.the-crown-itaq0g 18.the-crown-j9ekgs 28.the-crown-qyixkh 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"])
    .the-crown-aa78nw {
    display: none;
  }
}

.the-crown-mq76qo {
  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) {
  .the-crown-mq76qo {
    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;
}

.the-crown-nohixc {
  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) {
  .the-crown-nohixc {
    padding: 14px 16px;
  }
}

.the-crown-nohixc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.the-crown-nohixc button:first-child {
  align-content: end;
}

.the-crown-nohixc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .the-crown-nohixc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .the-crown-nohixc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.the-crown-nohixc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.the-crown-nohixc button:last-child svg {
  width: 38px;
  height: 38px;
}

.the-crown-qx1496 {
  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;
}

.the-crown-qx1496::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .the-crown-qx1496,
.pc61d126-chatbot[data-active-screen="3"]
  .the-crown-qx1496 {
  opacity: 1;
  visibility: visible;
}

.the-crown-on8ih9 {
  flex: 1 1;
}

.the-crown-iobt2h {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .the-crown-iobt2h {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .the-crown-wrw3ms {
  display: block;
}

.the-crown-rj9jwa {
  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) {
  .the-crown-rj9jwa {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.the-crown-jrj9yf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.the-crown-jrj9yf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.the-crown-q536bw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.the-crown-q536bw p {
  color: var(--Text-100);
}

.the-crown-jrj9yf .the-crown-lyu1kc {
  grid-area: button;
}

.the-crown-jrj9yf .the-crown-lyu1kc::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.the-crown-g1j6gt.org/2000/svg'%3E%3Cpath d='M4.the-crown-tu0tx3 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.the-crown-n8g3kn 15L16.the-crown-n8g3kn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.the-crown-n8g3kn 5L16.the-crown-n8g3kn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .the-crown-vf3xaj {
  display: block;
}

.the-crown-ve6tso {
  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) {
  .the-crown-ve6tso {
    margin-top: 40px;
  }
}

.the-crown-ia4mws label,
.the-crown-ia4mws input {
  display: block;
  width: 100%;
}

.the-crown-ia4mws label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.the-crown-ia4mws label.the-crown-mnq8wf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.the-crown-ia4mws label.the-crown-mnq8wf::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;
}

.the-crown-ia4mws 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;
}

.the-crown-ia4mws input::placeholder {
  color: var(--Text-400);
}

.the-crown-zvl81y {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .the-crown-zvl81y {
  display: flex;
}

.the-crown-zvl81y ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .the-crown-zvl81y ol {
    height: 420px;
    padding: 24px;
  }
}

.the-crown-zvl81y ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.the-crown-6v3tjx {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .the-crown-6v3tjx {
    padding: 0 24px 24px;
  }
}

.the-crown-6v3tjx 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;
}

.the-crown-6v3tjx input::placeholder {
  color: var(--Text-400);
}

.the-crown-6v3tjx [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.the-crown-6v3tjx [type="submit"]:disabled {
  opacity: 0.5;
}

.the-crown-6v3tjx [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .the-crown-6v3tjx [type="submit"] {
    right: 40px;
  }
}

.the-crown-nzsk32 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.the-crown-nzsk32.the-crown-xa34mw {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.the-crown-nzsk32.the-crown-xa34mw::before {
  content: "";
  width: 31px;
}

.the-crown-nzsk32.the-crown-xa34mw p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.the-crown-nzsk32.the-crown-10hyf5 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.the-crown-nzsk32 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.the-crown-mb3cwq .the-crown-lyu1kc {
  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;
  }
}

.the-crown-wsg6n8 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .the-crown-wsg6n8 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .the-crown-wsg6n8 {
    padding: 18px 0;
  }
}

.the-crown-wsg6n8 .the-crown-15kfav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .the-crown-wsg6n8 .the-crown-15kfav {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.the-crown-6vkq1v {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .the-crown-6vkq1v {
    max-width: 160px;
    height: 40px;
  }
}

.the-crown-6vkq1v picture,
.the-crown-6vkq1v img {
  display: block;
  width: 100%;
  height: 100%;
}

.the-crown-6vkq1v img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .the-crown-uvr77j {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.the-crown-nsw12t ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .the-crown-wsg6n8.the-crown-dlav5e .the-crown-uvr77j {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .the-crown-uvr77j {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .the-crown-uvr77j {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.the-crown-o0b4fx,
.the-crown-ytj4vk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .the-crown-o0b4fx,
  .the-crown-ytj4vk {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .the-crown-ytj4vk {
    display: none;
  }
}

.the-crown-duq5e9 {
  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;
}

.the-crown-dlav5e .the-crown-duq5e9 {
  background: var(--fh-bg-color);
}

.the-crown-duq5e9 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .the-crown-duq5e9 {
    display: none;
  }
}

.the-crown-usofj5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .the-crown-usofj5 {
    display: none;
  }
}

.the-crown-b7ke8x {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.the-crown-wsg6n8.the-crown-dlav5e .the-crown-b7ke8x:first-child {
  display: none;
}

.the-crown-wsg6n8.the-crown-dlav5e .the-crown-b7ke8x:last-child {
  display: block;
}

.the-crown-b7ke8x:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .the-crown-b7ke8x {
    display: none;
  }
}

.the-crown-ecu4zy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .the-crown-ecu4zy {
    display: flex;
  }
}

.the-crown-ecu4zy ul {
  max-height: 350px;
  overflow-y: auto;
}

.the-crown-ecu4zy:hover ul {
  visibility: visible;
  opacity: 1;
}

.the-crown-ecu4zy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.the-crown-ecu4zy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.the-crown-ecu4zy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.the-crown-ecu4zy:hover .the-crown-e9wxen svg {
  transform: rotate(180deg);
}

.the-crown-3ywdpd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.the-crown-d4nbie {
  padding: 0 8px;
}

.the-crown-ngcmzq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.the-crown-ngcmzq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .the-crown-ngcmzq {
    padding: 4px 8px;
  }
}

.the-crown-c4nllv {
  display: flex;
}

.the-crown-c4nllv img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.the-crown-e9wxen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.the-crown-e9wxen svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.the-crown-4s2a9u {
  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) {
  .the-crown-4s2a9u {
    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;
  }
}

.the-crown-2dvy83 {
  width: 100%;
}

@media (min-width: 1200px) {
  .the-crown-2dvy83 {
    display: none;
  }
}

.the-crown-d6b0la {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.the-crown-kdeuf7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.the-crown-x3krsi {
  display: flex;
}

.the-crown-bfchws {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.the-crown-b3x8vd {
  list-style: none;
}

@media (max-width: 1199px) {
  .the-crown-b3x8vd {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .the-crown-b3x8vd {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .the-crown-b3x8vd .the-crown-lgmmjq [data-ref-el],
  .the-crown-b3x8vd .the-crown-lgmmjq span,
  .the-crown-b3x8vd .the-crown-lgmmjq a {
    white-space: nowrap;
  }
}

.the-crown-0ixu7b {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .the-crown-0ixu7b.the-crown-xrh89y > .the-crown-lgmmjq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .the-crown-0ixu7b.the-crown-hdjr0w:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .the-crown-0ixu7b.the-crown-xrh89y > .the-crown-xoonq9 {
    height: auto;
  }

  .the-crown-0ixu7b.the-crown-xrh89y > div > .the-crown-zpspim {
    transform: rotate(180deg);
  }
}

.the-crown-0ixu7b [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.the-crown-0ixu7b [data-ref-el],
.the-crown-0ixu7b span {
  cursor: pointer;
}

.the-crown-0ixu7b [data-ref-el],
.the-crown-0ixu7b span,
.the-crown-0ixu7b a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .the-crown-0ixu7b [data-ref-el],
  .the-crown-0ixu7b span,
  .the-crown-0ixu7b a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .the-crown-0ixu7b [data-ref-el],
  .the-crown-0ixu7b span,
  .the-crown-0ixu7b a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.the-crown-xoonq9 {
  height: 0;
  overflow: hidden;
  transition: height 0.the-crown-nsw12t ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.the-crown-xoonq9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.the-crown-xoonq9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.the-crown-xoonq9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .the-crown-xoonq9 {
    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;
  }

  .the-crown-xoonq9:has(> .the-crown-0ixu7b.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .the-crown-xoonq9 .the-crown-xoonq9 {
    padding: 0;
  }

  .the-crown-xoonq9 .the-crown-0ixu7b {
    font-weight: 400;
  }

  .the-crown-xoonq9 .the-crown-0ixu7b:hover > .the-crown-lgmmjq {
    background: var(--Neutral-300);
  }

  .the-crown-xoonq9 .the-crown-zpspim {
    rotate: -90deg;
  }
}

.the-crown-lgmmjq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .the-crown-lgmmjq {
    padding: 8px;
  }

  .the-crown-0ixu7b.the-crown-st7y9m > .the-crown-lgmmjq {
    background: var(--Neutral-300);
  }
}

.the-crown-zpspim {
  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.the-crown-g1j6gt.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.the-crown-wrceqv 0.the-crown-jpyn7p.the-crown-1ejus0 -0.the-crown-96bnsp 0.the-crown-rnwknh -0.the-crown-96bnsp 1.the-crown-54sr1u 0.the-crown-mp5033.the-crown-tua59q 4.the-crown-fyh3pu.the-crown-wrceqv 0.the-crown-hxyfr0.the-crown-2lypde -0.the-crown-96bnsp 9.the-crown-ejdi1g -0.the-crown-96bnsp 10.the-crown-vxrvdi 0.the-crown-cf0qsm.the-crown-mtbguv 0.the-crown-1ejus0 10.the-crown-mtbguv 0.the-crown-rnwknh 10.the-crown-vxrvdi 1.the-crown-muy5ci.the-crown-m79nzs 5.the-crown-wjtb1j.the-crown-ogygop 6.the-crown-q8kew2 5.the-crown-8pexrc 6.the-crown-q8kew2 4.the-crown-92c262 5.the-crown-aitve0.the-crown-wrceqv 1.the-crown-9hzw5w.the-crown-96bnsp 0.the-crown-rnwknh -0.the-crown-96bnsp 0.the-crown-1ejus0 0.the-crown-wrceqv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.the-crown-nsw12t ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .the-crown-zpspim {
    cursor: default;
  }
}

.the-crown-cecm3k {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.the-crown-qsrqsb {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .the-crown-qsrqsb {
    padding: 40px 4px;
  }
}

.the-crown-yjoz7o {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .the-crown-yjoz7o {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.the-crown-szsc1c {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .the-crown-szsc1c {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.the-crown-szsc1c ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.the-crown-szsc1c [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.the-crown-szsc1c [data-ref-el],
.the-crown-szsc1c span,
.the-crown-szsc1c a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.the-crown-i2haxl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .the-crown-i2haxl {
    margin-bottom: 12px;
  }
}

.the-crown-hpy8nq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.the-crown-hpy8nq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .the-crown-hpy8nq:last-child {
    margin-right: 0;
  }
}

.the-crown-v4ube6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.the-crown-i2haxl:hover .the-crown-szwc6i {
  visibility: visible;
  opacity: 1;
}

.the-crown-szwc6i {
  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);
}

.the-crown-h3twgk {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.the-crown-vk8yr7 {
  display: flex;
  margin: 6px;
}

.the-crown-vk8yr7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.the-crown-szwc6i::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);
}

.the-crown-szwc6i::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);
}

.the-crown-2rbwfb {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .the-crown-2rbwfb {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.the-crown-18kdid {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .the-crown-18kdid {
    margin-right: 32px;
  }
}

.the-crown-q3svv2 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .the-crown-q3svv2 {
    margin-top: 0;
    width: 340px;
  }
}

.the-crown-q3svv2 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.the-crown-803sno {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.the-crown-rly2tz {
  position: relative;
}

@media (min-width: 768px) {
  .the-crown-rly2tz {
    margin-top: 40px;
  }
}

.the-crown-rly2tz + .the-crown-l4ag76,
.the-crown-rly2tz + .the-crown-rly2tz {
  margin-top: 24px;
}

.the-crown-2fdipt {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .the-crown-2fdipt {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .the-crown-2fdipt {
    padding: 80px;
  }
}

.the-crown-lfyafg {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .the-crown-lfyafg {
    padding: 0 16px;
}


}

.the-crown-8dy732 {
  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) {
  .the-crown-8dy732 {
    font-size: 48px;
    line-height: 56px;
  }
}

.the-crown-a2l16k {
  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) {
  .the-crown-a2l16k {
    font-size: 24px;
    line-height: 32px;
  }
}

.the-crown-5s5lbz {
  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;
}

.the-crown-5s5lbz:hover {
  background: var(--button-bg-hover);
}

.the-crown-9pw59w {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.the-crown-9pw59w img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .the-crown-9pw59w img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .the-crown-9pw59w img {
  min-height: 100%;
  }
}

.the-crown-2fdipt::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.the-crown-hyn2tt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.the-crown-hyn2tt h1,
.the-crown-hyn2tt h2,
.the-crown-hyn2tt h3,
.the-crown-hyn2tt h4 {
  margin-bottom: 6px;
}

.the-crown-hyn2tt h1:not(:first-child),
.the-crown-hyn2tt h2:not(:first-child),
.the-crown-hyn2tt h3:not(:first-child),
.the-crown-hyn2tt h4:not(:first-child) {
  margin-top: 16px;
}

.the-crown-hyn2tt h1,
.the-crown-hyn2tt h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .the-crown-hyn2tt h1,
  .the-crown-hyn2tt h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.the-crown-hyn2tt h2,
.the-crown-hyn2tt h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .the-crown-hyn2tt h2,
  .the-crown-hyn2tt h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.the-crown-hyn2tt h3,
.the-crown-hyn2tt h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .the-crown-hyn2tt h3,
  .the-crown-hyn2tt h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.the-crown-hyn2tt h4,
.the-crown-hyn2tt h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.the-crown-hyn2tt ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.the-crown-hyn2tt ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.the-crown-hyn2tt 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);
}

.the-crown-hyn2tt ul ul {
  margin-bottom: 8px;
}

.the-crown-hyn2tt ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.the-crown-hyn2tt ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.the-crown-hyn2tt ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.the-crown-hyn2tt ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.the-crown-hyn2tt ol li::marker {
  font-weight: 700;
}

.the-crown-hyn2tt ol ol {
  margin-bottom: 8px;
}

.the-crown-hyn2tt ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.the-crown-hyn2tt ol ul li {
  padding-left: 16px;
}

.the-crown-hyn2tt 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) {
  .the-crown-hyn2tt table {
    padding: 24px;
  }
}

.the-crown-hyn2tt table.the-crown-28e3dx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.the-crown-nsw12t,
    mask-image 0.3s;
}

.the-crown-hyn2tt table.the-crown-28e3dx.the-crown-q9b22u {
  -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) {
  .the-crown-hyn2tt table {
    display: table;
  }
}

.the-crown-hyn2tt 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);
}

.the-crown-hyn2tt table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.the-crown-hyn2tt table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.the-crown-hyn2tt 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) {
  .the-crown-hyn2tt table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.the-crown-hyn2tt table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.the-crown-hyn2tt table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.the-crown-hyn2tt table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.the-crown-hyn2tt img {
  max-width: 100%;
  height: auto;
}

.the-crown-z7vrrm {
  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) {
  .the-crown-z7vrrm {
    padding: 24px;
  }
}

.the-crown-f1z5ab {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .the-crown-f1z5ab {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.the-crown-f1z5ab > * {
  margin: 0 !important;
}

.the-crown-f1z5ab img,
.the-crown-ydvhsu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .the-crown-f1z5ab img,
  .the-crown-ydvhsu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.the-crown-669s9i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .the-crown-669s9i {
    width: 32px;
    height: 32px;
  }
}

.the-crown-rjnun0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.the-crown-rjnun0 .the-crown-2429gq {
  flex-shrink: 0;
}

.the-crown-rjnun0 .the-crown-7rs1ji svg {
  display: none;
}

.the-crown-mus17e {
  display: grid;
  transition: max-height 0.the-crown-nsw12t ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .the-crown-mus17e {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .the-crown-mus17e {
    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));
  }
}

.the-crown-mus17e.the-crown-3ddqu3 + .the-crown-2429gq svg {
  transform: rotate(180deg);
}

.the-crown-7qdyx4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.the-crown-7qdyx4 > div:nth-child(3n) {
  grid-column: span 2;
}

.the-crown-7qdyx4
  > div:nth-child(3n)
  .the-crown-rgsy1u
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .the-crown-7qdyx4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .the-crown-7qdyx4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .the-crown-7qdyx4
    > div:nth-child(3n)
    .the-crown-rgsy1u
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .the-crown-7qdyx4 {
    max-width: 270px;
  }
}

.the-crown-7qdyx4 .the-crown-rgsy1u button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .the-crown-7qdyx4 .the-crown-rgsy1u button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .the-crown-7qdyx4 .the-crown-rgsy1u button {
    max-width: 104px;
  }
}

.the-crown-3dun5q {
  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) {
  .the-crown-3dun5q {
    margin-bottom: 0;
  }
}

.the-crown-js44rf {
  display: none;
  opacity: 0;
}

.the-crown-id7lyo {
  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;
  }
}

.the-crown-id7lyo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.the-crown-rgsy1u {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.the-crown-rgsy1u button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .the-crown-rgsy1u
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .the-crown-rgsy1u
    button {
    max-width: 145px;
  }
}

.the-crown-ckvykr:first-child
  .the-crown-rgsy1u
  button {
  max-width: 270px;
}

.the-crown-h8ka9t {
  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%;
}

.the-crown-3dun5q picture {
  width: 100%;
  max-width: 100%;
}

.the-crown-6vjcgi {
  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;
}

.the-crown-6vjcgi svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.the-crown-3dun5q:hover .the-crown-6vjcgi {
  display: flex;
}

.the-crown-vpti2j {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.the-crown-x6ku0i {
  display: flex;
}

.the-crown-x6ku0i:hover .the-crown-yi1h4j,
.the-crown-x6ku0i .the-crown-st7y9m .the-crown-yi1h4j {
  display: flex;
}

.the-crown-x6ku0i svg {
  flex-shrink: 0;
}

.the-crown-yi1h4j {
  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) {
  .the-crown-yi1h4j {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.the-crown-yi1h4j:hover {
  display: flex;
}

.the-crown-yi1h4j svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.the-crown-elkic2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .the-crown-elkic2 {
    font-size: 12px;
  }
}

.the-crown-crl95i,
.the-crown-13tbfz {
  width: 50%;
  flex-shrink: 0;
}

.the-crown-crl95i {
  font-weight: 700;
}

.the-crown-alphdc .the-crown-mus17e {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .the-crown-alphdc .the-crown-mus17e {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .the-crown-alphdc .the-crown-mus17e {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.the-crown-alphdc
  .the-crown-h8ka9t:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.the-crown-alphdc .the-crown-id7lyo {
  height: 100% !important;
  border-radius: 16px;
}

.the-crown-alphdc .the-crown-rgsy1u {
  gap: 4px;
  align-items: center;
}

.the-crown-alphdc .the-crown-rgsy1u button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.the-crown-alphdc .the-crown-rgsy1u svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.the-crown-alphdc .the-crown-98ooi7,
.the-crown-alphdc .the-crown-nqbtit {
  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.the-crown-g1j6gt.org/2000/svg'%3E%3Cpath d='M9.the-crown-l347px 4.the-crown-bedocj.the-crown-tuyh3x 5.the-crown-5pdjxu.the-crown-q22ocd 5.the-crown-vpbu4w.the-crown-zqpo1a 5.the-crown-ltc4tb.the-crown-1csw85 8.the-crown-kthdqu.the-crown-pojf9c 9.the-crown-4cqt5y.the-crown-ed6lcc 9.the-crown-ckd7nw.the-crown-5rk50i 13.the-crown-vpqkmg.the-crown-brp5gb 11.the-crown-7ti9si.the-crown-46gqu1 11.the-crown-o4amwv.the-crown-q37hog 11.the-crown-7w8aat.the-crown-vmtex0 13.the-crown-eb2t92.the-crown-qoc4zv 9.the-crown-mpkvdh.the-crown-80z8u6 9.the-crown-7jjonv.the-crown-2zfo9e 8.the-crown-eq0ksn.the-crown-cdd2tz 5.the-crown-jal4u8.the-crown-xq6lue 5.the-crown-tmhd8y.the-crown-5aj9xh 5.the-crown-sqi5er.the-crown-96k44a 4.the-crown-qps13i.the-crown-46gqu1 1.the-crown-o8xfg4.the-crown-l347px 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.the-crown-alphdc .the-crown-98ooi7 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.the-crown-alphdc .the-crown-nqbtit {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.the-crown-jc3b7t {
  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) {
  .the-crown-jc3b7t {
    padding: 24px;
  }
}

.the-crown-jc3b7t .the-crown-2429gq {
  display: flex;
}

@media (min-width: 768px) {
  .the-crown-jc3b7t .the-crown-2429gq {
    display: none;
  }
}

.the-crown-jc3b7t .the-crown-7rs1ji svg {
  display: none;
}

.the-crown-1mo4lg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.the-crown-1mo4lg .the-crown-qyhpz1 {
  display: none;
}

@media (min-width: 768px) {
  .the-crown-1mo4lg .the-crown-qyhpz1 {
    display: flex;
  }
}

.the-crown-mpubag {
  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) {
  .the-crown-mpubag {
    font-size: 40px;
    line-height: 48px;
  }
}

.the-crown-mpubag > * {
  margin: 0 !important;
}

.the-crown-mpubag img,
.the-crown-lhbi80 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .the-crown-mpubag img,
  .the-crown-lhbi80 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.the-crown-zxllna {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .the-crown-zxllna {
    width: 32px;
    height: 32px;
  }
}

.the-crown-uz44jg {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .the-crown-uz44jg {
    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;
  }

  .the-crown-uz44jg::-webkit-scrollbar {
    display: none;
  }
}

.the-crown-4f8b76 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .the-crown-4f8b76 {
    padding: 7px 15px;
  }
}

.the-crown-4f8b76:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.the-crown-chypna {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .the-crown-chypna {
    display: flex;
    opacity: 1;
  }
}

.the-crown-4f8b76 picture {
  height: 100%;
  display: block;
}

.the-crown-4f8b76 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .the-crown-4f8b76 img {
    width: 88px;
    height: 44px;
  }
}

.the-crown-4f8b76 p {
  text-align: center;
  width: 100%;
}

.the-crown-xd6cyk {
  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) {
  .the-crown-xd6cyk {
    font-size: 40px;
    line-height: 48px;
  }
}

.the-crown-xd6cyk img,
.the-crown-qj0jkh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .the-crown-xd6cyk img,
  .the-crown-qj0jkh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.the-crown-ssqpo0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .the-crown-ssqpo0 {
    width: 32px;
    height: 32px;
  }
}

.the-crown-zs40kw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.the-crown-tt7mtu {
  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;
}

.the-crown-oeha1i {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.the-crown-oeha1i.the-crown-st7y9m {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.the-crown-3okgsn {
  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) {
  .the-crown-3okgsn {
    font-size: 20px;
    line-height: 28px;
  }
}

.the-crown-u5d4zt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.the-crown-f5wkw8 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.the-crown-nsw12t ease;
  opacity: 0;
  color: var(--text-color);
}

.the-crown-2icp7e {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.the-crown-2icp7e ol,
.the-crown-2icp7e ul {
  padding-left: 1.3em;
}

.the-crown-oeha1i.the-crown-st7y9m .the-crown-f5wkw8 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.the-crown-oeha1i.the-crown-st7y9m .the-crown-u5d4zt {
  transform: rotate(180deg);
  color: var(--text-color);
}

.the-crown-hxr9s6 {
  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) {
  .the-crown-hxr9s6 {
    padding: 24px;
  }
}

.the-crown-hxr9s6 .the-crown-2429gq {
  display: flex;
}

@media (min-width: 768px) {
  .the-crown-hxr9s6 .the-crown-2429gq {
    display: none;
  }
}

.the-crown-hxr9s6 .the-crown-7rs1ji svg {
  display: none;
}

.the-crown-bvxram {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.the-crown-bvxram .the-crown-qyhpz1 {
  display: none;
}

@media (min-width: 768px) {
  .the-crown-bvxram .the-crown-qyhpz1 {
    display: flex;
  }
}

.the-crown-zk7z3r {
  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) {
  .the-crown-zk7z3r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.the-crown-zk7z3r > * {
  margin: 0 !important;
}

.the-crown-zk7z3r img,
.the-crown-jyz6za {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .the-crown-zk7z3r img,
  .the-crown-jyz6za {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.the-crown-auive2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .the-crown-auive2 {
    width: 32px;
    height: 32px;
  }
}

.the-crown-tg6t2s {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .the-crown-tg6t2s {
    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;
  }

  .the-crown-tg6t2s::-webkit-scrollbar {
    display: none;
  }
}

.the-crown-7on0pe {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.the-crown-7on0pe:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.the-crown-aiiv18 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .the-crown-aiiv18 {
    display: flex;
    opacity: 1;
  }
}

.the-crown-7on0pe picture {
  width: auto;
  height: 100%;
  display: block;
}

.the-crown-7on0pe picture img {
  display: block;
  width: auto;
  height: 100%;
}

.the-crown-r25lwb {
  margin: -24px 0;
}

.the-crown-r25lwb:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .the-crown-r25lwb {
    margin: -16px 0;
  }
}

.the-crown-cpnd4d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .the-crown-cpnd4d {
    flex-direction: row;
  }
}

.the-crown-fkh5nl {
  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) {
  .the-crown-fkh5nl {
    flex: 1;
  }
}

.the-crown-fkh5nl::placeholder {
  color: var(--Text-400);
}

.the-crown-ukgwkn {
  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;
}

.the-crown-ppfq4z {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.the-crown-ppfq4z::-webkit-scrollbar {
  display: none;
}

.the-crown-ca6bl2 {
  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;
}

.the-crown-ca6bl2 img,
.the-crown-ca6bl2 svg {
  margin-right: 8px;
}

.the-crown-98n8yo {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.the-crown-r25lwb + .the-crown-rj41ax {
  margin-top: 0;
}

@media (min-width: 768px) {
  .the-crown-r25lwb + .the-crown-rj41ax {
    margin-top: -16px;
  }
}

.the-crown-auc0bn {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.the-crown-auc0bn > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.the-crown-auc0bn > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.the-crown-07ilxg {
  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;
}

.the-crown-nh8he1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.the-crown-25kwj7 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.the-crown-eo0wzb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.the-crown-lr4dus {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.the-crown-07ilxg 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;
}

.the-crown-07ilxg 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) {
  .the-crown-07ilxg {
    padding: 39px 179px 39px 39px;
  }

  .the-crown-nh8he1 {
    font-size: 40px;
    line-height: 48px;
  }

  .the-crown-lr4dus {
    height: 348px;
  }

  .the-crown-07ilxg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .the-crown-07ilxg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .the-crown-07ilxg {
    padding: 63px;
  }
}

.the-crown-aw4wy7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .the-crown-aw4wy7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.the-crown-q1yhs9 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .the-crown-q1yhs9 {
    width: auto;
  }
}

.the-crown-8rma3v {
  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;
}

.the-crown-8rma3v::-webkit-scrollbar {
  display: none;
}

.the-crown-8rma3v 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);
}

.the-crown-8rma3v a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .the-crown-8rma3v {
    margin-left: 16px;
    margin-top: 0;
  }
}

.the-crown-aw4wy7 .the-crown-1r59t8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.the-crown-nsw12t,
    mask-image 0.3s;
}

.the-crown-aw4wy7 .the-crown-1r59t8.the-crown-q9b22u {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.the-crown-nv5hrp {
  margin: 40px -16px;
}

.the-crown-phzege + .the-crown-l4ag76,
.the-crown-phzege + .the-crown-rly2tz {
  margin-top: 24px;
}

.the-crown-3dptir {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.the-crown-3dptir picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.the-crown-uw34gm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .the-crown-uw34gm {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .the-crown-uw34gm {
    margin-top: 0;
  }
}

.the-crown-u3kehw {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .the-crown-u3kehw {
    font-size: 24px;
    line-height: 32px;
  }
}

.the-crown-vafxin {
  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) {
  .the-crown-vafxin {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.the-crown-66o33x {
  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) {
  .the-crown-66o33x {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.the-crown-6263vm {
  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) {
  .the-crown-6263vm {
    font-size: 20px;
    line-height: 28px;
  }
}

.the-crown-c5cjco {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .the-crown-c5cjco {
    font-size: 32px;
    line-height: 40px;
  }
}

.the-crown-z77qmo {
  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;
}

.the-crown-bxcakp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.the-crown-bxcakp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.the-crown-rj41ax {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.the-crown-zkhjdz {
  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) {
  .the-crown-zkhjdz {
    padding: 15px 48px;
  }
}

main > .the-crown-rj41ax {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .the-crown-mus17e.the-crown-i1p6ip > div:nth-child(n+5) {
    display: none;
  }
}

.the-crown-hyn2tt p a img {
  display: block;
  margin: 0 auto;
}


.the-crown-slfebg {
  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 */
.the-crown-8b2eqz {
  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;
}

.the-crown-8b2eqz label {
  font-size: 14px;
}

.the-crown-8b2eqz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.the-crown-8b2eqz input,
.the-crown-8b2eqz textarea,
.the-crown-8b2eqz 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;
}
.the-crown-8b2eqz button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.the-crown-75lt9q ease;
}
.the-crown-8b2eqz button:hover {
  background-color: var(--button-bg-hover);
}
.the-crown-g3homg {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.the-crown-8dlkg4 ease-in;
}

.the-crown-g3homg 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;
}
.the-crown-1vf8yh, .the-crown-d8o5n8, [class*="review-card"],
thead, thead th, table th, .the-crown-ofpjam,
.the-crown-2smiv1, [class*="collapsible-header"],
.the-crown-a6ec60, [class*="updated-block"] {
  color: #ece7dc !important;
}
