* {
  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;
  }
}

.crownplay-rae44s {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .crownplay-rae44s {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .crownplay-rae44s {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.crownplay-vb5x7v {
  overflow: hidden;
}

.crownplay-i9l30w img {
  background: var(--Neutral-300);
}

.crownplay-1695rp {
  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;
}

.crownplay-481x0h {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.crownplay-481x0h:hover {
  background: var(--button-bg-hover);
}

.crownplay-dwi4or {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.crownplay-dwi4or:hover {
  background: var(--button-bg-hover);
}

.crownplay-pftt18 {
  font-size: 12px;
  line-height: 18px;
}

.crownplay-oy4j7a {
  font-size: 18px;
  line-height: 26px;
}

.crownplay-3x7d1b {
  width: 100%;
}

.crownplay-2xz32x {
  padding: 6px 16px;
}

.crownplay-xtt56d {
  padding: 10px 16px;
}

.crownplay-u36oz0 {
  padding: 15px 26px;
}

.crownplay-q52bpb {
  flex-shrink: 0;
}

.crownplay-loytua {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.crownplay-yxoq9k {
  display: none;
}

.crownplay-emnmfj {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.crownplay-gh1rel {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.crownplay-e1i003 {
  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;
}

.crownplay-vta6vt {
  cursor: grab;
}

.crownplay-e1i003::-webkit-scrollbar {
  display: none;
}

.crownplay-0ztp2k {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.crownplay-hawi8l {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.crownplay-j772xl {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.crownplay-6wwxli {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.crownplay-y6ar0q {
  visibility: visible;
}

.crownplay-19bd74 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.crownplay-5352od ease;
}

.crownplay-67g0m7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.crownplay-dbdh6l {
  -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.crownplay-5352od,
    mask-image 0.3s;
}

.crownplay-dbdh6l.crownplay-79gv1o {
  -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;
  }
}

.crownplay-o6lxy7: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;
}

.crownplay-2kr3oq {
  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.crownplay-q7f9j6.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.crownplay-q7f9j6.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;
}

.crownplay-338gxh {
  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);
}

.crownplay-338gxh::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%
  );
}

.crownplay-5payja {
  position: relative;
  z-index: 1;
}

.crownplay-98pofm {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.crownplay-c52uxv {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.crownplay-mghxie {
  font-size: 40px;
  line-height: 48px;
}

.crownplay-r7omu7 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.crownplay-xgg1ig {
  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;
}

.crownplay-xgg1ig:hover {
  background: var(--Primary-400);
}

.crownplay-xgg1ig svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.crownplay-o6lxy7 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) {
  .crownplay-338gxh {
    max-width: 600px;
    padding: 64px;
  }

  .crownplay-98pofm {
    font-size: 24px;
    line-height: 32px;
  }

  .crownplay-c52uxv {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .crownplay-mghxie {
    font-size: 50px;
    line-height: 56px;
  }

  .crownplay-r7omu7 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .crownplay-2kr3oq {
    top: 25px;
    right: 25px;
  }
}

.crownplay-3g932b,
.crownplay-zd5rtq {
  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;
}

.crownplay-mqqyn1.crownplay-8rv4dx::before,
.crownplay-zd5rtq::before,
.crownplay-bhr5k2::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.crownplay-q7f9j6.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.crownplay-j7f6g8 14.crownplay-9wgvdu.crownplay-8qedyd 14.crownplay-k7s60h 15.crownplay-kq0sib 14.crownplay-9p4mee 15.crownplay-ii35ay 14.crownplay-g7m4tr.crownplay-g6vahz 14.crownplay-bbekdl 19.crownplay-a64qgv 12.crownplay-27tqpa 19.crownplay-a64qgv 10.crownplay-xx6wzs.crownplay-a64qgv 8.crownplay-1rq6qp 17.crownplay-otclhg 7.crownplay-cp1kek 15.crownplay-tc5k46 7.crownplay-pyqkz1.crownplay-8rraf4 7.crownplay-cp1kek 11.crownplay-nx7op1 8.crownplay-1rq6qp 11.crownplay-nx7op1 10.crownplay-4g0t7v.crownplay-nx7op1 12.crownplay-b173zp 13.crownplay-eyy3n2 14.crownplay-91z2yq 15.crownplay-g8imob 14.crownplay-lcvvg0.crownplay-tzk4gm 14.crownplay-062zqt 15.crownplay-g8nh77 14.crownplay-frjrbw 15.crownplay-ihsbdz 14.crownplay-7k47bd.crownplay-j7f6g8 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.crownplay-hxk1dw 15.crownplay-kw5x18.crownplay-vof9sq 15.crownplay-v2bxtu 15.crownplay-t86wlw 15.crownplay-h81umo 15.crownplay-2jphuq 15.crownplay-ylnemw.crownplay-bjm7nt 15.crownplay-h81umo 15.crownplay-q02hwg 15.crownplay-dvx4gc 15.crownplay-y0171d 15.crownplay-yk921d.crownplay-dwj7xa 15.crownplay-cofik4 7.crownplay-ube9z4 18.crownplay-ttt1ou 7.crownplay-m7k1ux 23.crownplay-8x6lkp.crownplay-e8ouki.crownplay-ixkc19 18.crownplay-0vcgsr 19.crownplay-uo6qhq 15.crownplay-8vun42 15.crownplay-hxk1dw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.crownplay-lgieas [type="submit"] *,
.crownplay-5khmrf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .crownplay-4w6y05 {
    display: none;
  }
}

.crownplay-03adk0 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .crownplay-03adk0 {
  display: none;
}

@media (min-width: 768px) {
  .crownplay-03adk0 {
    bottom: 22px;
  }
}

.crownplay-03adk0 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .crownplay-03adk0 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.crownplay-vs1b84.static) .crownplay-03adk0 {
    bottom: 8px;
  }
}

.crownplay-pu10bd {
  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.crownplay-q7f9j6.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.crownplay-b3bsxe 3.crownplay-x1xwl3.crownplay-84vzg1.crownplay-8zmv92 3.crownplay-sarkiq 3.crownplay-zd5nmj 5.crownplay-tmtpfq 3.crownplay-zd5nmj 8.crownplay-drjin6.crownplay-jaq75c.crownplay-zd5nmj 26.crownplay-c15zpw 5.crownplay-rfgu18 28.crownplay-1isr0t 8.crownplay-ok5826 28.crownplay-bba6xe.crownplay-92r5ko 28.crownplay-mdq329.crownplay-y0wxj1 34.crownplay-bdpm4v.crownplay-0d0rre 36.crownplay-c7xmo1 11.crownplay-vzyx0e 37.crownplay-32ry1t 12.crownplay-3o8khb 36.crownplay-fm7rvs.crownplay-3xpc7w 28.crownplay-y72mlm.crownplay-idjdh0.crownplay-0sxosc 28.crownplay-k9hy5a 36.crownplay-dwinex 26.crownplay-oqxtzg 36.crownplay-dwinex 23.crownplay-cs5ty7.crownplay-sq3fhq.crownplay-dwinex 5.crownplay-44wf56 34.crownplay-9zaob9 3.crownplay-sarkiq 31.crownplay-b3bsxe 3.crownplay-nifmgc.crownplay-dvtwx4 18.crownplay-oqg0o6.crownplay-s4tb9h 18.crownplay-752pfv 8.crownplay-fnkxip 17.crownplay-bwrw5q 8.crownplay-fnkxip 15.crownplay-zsugao.crownplay-fnkxip 14.crownplay-wk3n5j 9.crownplay-s4tb9h 13.crownplay-d5o186 11.crownplay-dvtwx4 13.crownplay-hahngn.crownplay-gnknod 13.crownplay-d5o186 13.crownplay-mqmlch 14.crownplay-wk3n5j 13.crownplay-mqmlch 15.crownplay-48p5rf.crownplay-mqmlch 17.crownplay-bwrw5q 12.crownplay-gnknod 18.crownplay-752pfv 11.crownplay-dvtwx4 18.crownplay-gw12bv.crownplay-f5k3va 18.crownplay-pt5h3g.crownplay-ai1hpm 18.crownplay-752pfv 17.crownplay-pbcq0a 17.crownplay-bwrw5q 17.crownplay-pbcq0a 15.crownplay-zpcm8h.crownplay-pbcq0a 14.crownplay-wk3n5j 18.crownplay-ai1hpm 13.crownplay-d5o186 20.crownplay-f5k3va 13.crownplay-xgpjop.crownplay-whroh6 13.crownplay-d5o186 22.crownplay-nse0xq 14.crownplay-wk3n5j 22.crownplay-nse0xq 15.crownplay-922ynk.crownplay-4zet7i 17.crownplay-bwrw5q 21.crownplay-whroh6 18.crownplay-752pfv 20.crownplay-f5k3va 18.crownplay-bfexm6.crownplay-y6cwy8 18.crownplay-b7kdou.crownplay-p4qihn 18.crownplay-752pfv 26.crownplay-oczcdd 17.crownplay-bwrw5q 26.crownplay-oczcdd 15.crownplay-4q2cfr.crownplay-oczcdd 14.crownplay-wk3n5j 27.crownplay-p4qihn 13.crownplay-d5o186 28.crownplay-y6cwy8 13.crownplay-l7dz34.crownplay-0lucgt 13.crownplay-d5o186 31.crownplay-wgjx66 14.crownplay-wk3n5j 31.crownplay-wgjx66 15.crownplay-7g7u45.crownplay-oczcdd 17.crownplay-bwrw5q 30.crownplay-0lucgt 18.crownplay-752pfv 28.crownplay-y6cwy8 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"])
    .crownplay-pu10bd {
    display: none;
  }
}

.crownplay-usxtdi {
  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) {
  .crownplay-usxtdi {
    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;
}

.crownplay-5khmrf {
  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) {
  .crownplay-5khmrf {
    padding: 14px 16px;
  }
}

.crownplay-5khmrf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.crownplay-5khmrf button:first-child {
  align-content: end;
}

.crownplay-5khmrf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .crownplay-5khmrf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .crownplay-5khmrf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.crownplay-5khmrf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.crownplay-5khmrf button:last-child svg {
  width: 38px;
  height: 38px;
}

.crownplay-bhr5k2 {
  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;
}

.crownplay-bhr5k2::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .crownplay-bhr5k2,
.pc61d126-chatbot[data-active-screen="3"]
  .crownplay-bhr5k2 {
  opacity: 1;
  visibility: visible;
}

.crownplay-u8eleb {
  flex: 1 1;
}

.crownplay-t3xryb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .crownplay-t3xryb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .crownplay-h7033a {
  display: block;
}

.crownplay-kt3973 {
  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) {
  .crownplay-kt3973 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.crownplay-zd5rtq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.crownplay-zd5rtq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.crownplay-xnxuby span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.crownplay-xnxuby p {
  color: var(--Text-100);
}

.crownplay-zd5rtq .crownplay-ji78f3 {
  grid-area: button;
}

.crownplay-zd5rtq .crownplay-ji78f3::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.crownplay-q7f9j6.org/2000/svg'%3E%3Cpath d='M4.crownplay-fnb97v 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.crownplay-34wsiu 15L16.crownplay-34wsiu 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.crownplay-34wsiu 5L16.crownplay-34wsiu 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .crownplay-zpbpm5 {
  display: block;
}

.crownplay-6k5jxu {
  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) {
  .crownplay-6k5jxu {
    margin-top: 40px;
  }
}

.crownplay-3g932b label,
.crownplay-3g932b input {
  display: block;
  width: 100%;
}

.crownplay-3g932b label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.crownplay-3g932b label.crownplay-fubr6u input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.crownplay-3g932b label.crownplay-fubr6u::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;
}

.crownplay-3g932b 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;
}

.crownplay-3g932b input::placeholder {
  color: var(--Text-400);
}

.crownplay-tg2r97 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .crownplay-tg2r97 {
  display: flex;
}

.crownplay-tg2r97 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .crownplay-tg2r97 ol {
    height: 420px;
    padding: 24px;
  }
}

.crownplay-tg2r97 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.crownplay-lgieas {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .crownplay-lgieas {
    padding: 0 24px 24px;
  }
}

.crownplay-lgieas 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;
}

.crownplay-lgieas input::placeholder {
  color: var(--Text-400);
}

.crownplay-lgieas [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.crownplay-lgieas [type="submit"]:disabled {
  opacity: 0.5;
}

.crownplay-lgieas [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .crownplay-lgieas [type="submit"] {
    right: 40px;
  }
}

.crownplay-mqqyn1 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.crownplay-mqqyn1.crownplay-8rv4dx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.crownplay-mqqyn1.crownplay-8rv4dx::before {
  content: "";
  width: 31px;
}

.crownplay-mqqyn1.crownplay-8rv4dx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.crownplay-mqqyn1.crownplay-sj4bgc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.crownplay-mqqyn1 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.crownplay-03adk0 .crownplay-ji78f3 {
  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;
  }
}

.crownplay-4w6y05 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .crownplay-4w6y05 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .crownplay-4w6y05 {
    padding: 18px 0;
  }
}

.crownplay-4w6y05 .crownplay-rae44s {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .crownplay-4w6y05 .crownplay-rae44s {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.crownplay-ebzwr2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .crownplay-ebzwr2 {
    max-width: 160px;
    height: 40px;
  }
}

.crownplay-ebzwr2 picture,
.crownplay-ebzwr2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.crownplay-ebzwr2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .crownplay-y6yvyx {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.crownplay-5352od ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .crownplay-4w6y05.crownplay-qru29a .crownplay-y6yvyx {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .crownplay-y6yvyx {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .crownplay-y6yvyx {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.crownplay-2wkk3m,
.crownplay-3s3xlf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .crownplay-2wkk3m,
  .crownplay-3s3xlf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .crownplay-3s3xlf {
    display: none;
  }
}

.crownplay-2xkrau {
  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;
}

.crownplay-qru29a .crownplay-2xkrau {
  background: var(--fh-bg-color);
}

.crownplay-2xkrau button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .crownplay-2xkrau {
    display: none;
  }
}

.crownplay-qjmwpc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .crownplay-qjmwpc {
    display: none;
  }
}

.crownplay-agpjtu {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.crownplay-4w6y05.crownplay-qru29a .crownplay-agpjtu:first-child {
  display: none;
}

.crownplay-4w6y05.crownplay-qru29a .crownplay-agpjtu:last-child {
  display: block;
}

.crownplay-agpjtu:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .crownplay-agpjtu {
    display: none;
  }
}

.crownplay-u5lblo {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .crownplay-u5lblo {
    display: flex;
  }
}

.crownplay-u5lblo ul {
  max-height: 350px;
  overflow-y: auto;
}

.crownplay-u5lblo:hover ul {
  visibility: visible;
  opacity: 1;
}

.crownplay-u5lblo:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.crownplay-u5lblo:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.crownplay-u5lblo:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.crownplay-u5lblo:hover .crownplay-p17mv3 svg {
  transform: rotate(180deg);
}

.crownplay-kl6reo {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.crownplay-bytifl {
  padding: 0 8px;
}

.crownplay-6b9jdt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.crownplay-6b9jdt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .crownplay-6b9jdt {
    padding: 4px 8px;
  }
}

.crownplay-yxotau {
  display: flex;
}

.crownplay-yxotau img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.crownplay-p17mv3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.crownplay-p17mv3 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.crownplay-vz7qt2 {
  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) {
  .crownplay-vz7qt2 {
    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;
  }
}

.crownplay-yunc51 {
  width: 100%;
}

@media (min-width: 1200px) {
  .crownplay-yunc51 {
    display: none;
  }
}

.crownplay-kbwu5r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.crownplay-u9xjpz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.crownplay-r6upx7 {
  display: flex;
}

.crownplay-oxdc1j {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.crownplay-ielkf7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .crownplay-ielkf7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .crownplay-ielkf7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .crownplay-ielkf7 .crownplay-8oio1p [data-ref-el],
  .crownplay-ielkf7 .crownplay-8oio1p span,
  .crownplay-ielkf7 .crownplay-8oio1p a {
    white-space: nowrap;
  }
}

.crownplay-1cvtqz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .crownplay-1cvtqz.crownplay-964ewe > .crownplay-8oio1p {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .crownplay-1cvtqz.crownplay-2ld0l7:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .crownplay-1cvtqz.crownplay-964ewe > .crownplay-0q9gko {
    height: auto;
  }

  .crownplay-1cvtqz.crownplay-964ewe > div > .crownplay-in6908 {
    transform: rotate(180deg);
  }
}

.crownplay-1cvtqz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.crownplay-1cvtqz [data-ref-el],
.crownplay-1cvtqz span {
  cursor: pointer;
}

.crownplay-1cvtqz [data-ref-el],
.crownplay-1cvtqz span,
.crownplay-1cvtqz a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .crownplay-1cvtqz [data-ref-el],
  .crownplay-1cvtqz span,
  .crownplay-1cvtqz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .crownplay-1cvtqz [data-ref-el],
  .crownplay-1cvtqz span,
  .crownplay-1cvtqz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.crownplay-0q9gko {
  height: 0;
  overflow: hidden;
  transition: height 0.crownplay-5352od ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.crownplay-0q9gko::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.crownplay-0q9gko::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.crownplay-0q9gko::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .crownplay-0q9gko {
    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;
  }

  .crownplay-0q9gko:has(> .crownplay-1cvtqz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .crownplay-0q9gko .crownplay-0q9gko {
    padding: 0;
  }

  .crownplay-0q9gko .crownplay-1cvtqz {
    font-weight: 400;
  }

  .crownplay-0q9gko .crownplay-1cvtqz:hover > .crownplay-8oio1p {
    background: var(--Neutral-300);
  }

  .crownplay-0q9gko .crownplay-in6908 {
    rotate: -90deg;
  }
}

.crownplay-8oio1p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .crownplay-8oio1p {
    padding: 8px;
  }

  .crownplay-1cvtqz.crownplay-pt4o4u > .crownplay-8oio1p {
    background: var(--Neutral-300);
  }
}

.crownplay-in6908 {
  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.crownplay-q7f9j6.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.crownplay-bijodp 0.crownplay-fzvtar.crownplay-laqi2v -0.crownplay-ws8qyo 0.crownplay-8kdomb -0.crownplay-ws8qyo 1.crownplay-q4pny8 0.crownplay-5mpc8e.crownplay-u1h6es 4.crownplay-8e9er9.crownplay-bijodp 0.crownplay-b0yaid.crownplay-ywp9o1 -0.crownplay-ws8qyo 9.crownplay-qrxm7r -0.crownplay-ws8qyo 10.crownplay-4368ec 0.crownplay-h0nfwe.crownplay-0o6ikj 0.crownplay-laqi2v 10.crownplay-0o6ikj 0.crownplay-8kdomb 10.crownplay-4368ec 1.crownplay-qoxadp.crownplay-9wi27l 5.crownplay-nwx7p5.crownplay-f5kpdz 6.crownplay-s5gr0o 5.crownplay-ncltxy 6.crownplay-s5gr0o 4.crownplay-y6dst4 5.crownplay-171sll.crownplay-bijodp 1.crownplay-qpswck.crownplay-ws8qyo 0.crownplay-8kdomb -0.crownplay-ws8qyo 0.crownplay-laqi2v 0.crownplay-bijodp 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.crownplay-5352od ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .crownplay-in6908 {
    cursor: default;
  }
}

.crownplay-ydktc9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.crownplay-x70e35 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .crownplay-x70e35 {
    padding: 40px 4px;
  }
}

.crownplay-g1z40m {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .crownplay-g1z40m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.crownplay-6eyr0e {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .crownplay-6eyr0e {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.crownplay-6eyr0e ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.crownplay-6eyr0e [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.crownplay-6eyr0e [data-ref-el],
.crownplay-6eyr0e span,
.crownplay-6eyr0e a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.crownplay-ay8nv7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .crownplay-ay8nv7 {
    margin-bottom: 12px;
  }
}

.crownplay-ujkdwd {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.crownplay-ujkdwd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .crownplay-ujkdwd:last-child {
    margin-right: 0;
  }
}

.crownplay-217qjh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.crownplay-ay8nv7:hover .crownplay-n2zbk4 {
  visibility: visible;
  opacity: 1;
}

.crownplay-n2zbk4 {
  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);
}

.crownplay-9xyn88 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.crownplay-y9paju {
  display: flex;
  margin: 6px;
}

.crownplay-y9paju img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.crownplay-n2zbk4::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);
}

.crownplay-n2zbk4::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);
}

.crownplay-6w324a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .crownplay-6w324a {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.crownplay-w2qtbf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .crownplay-w2qtbf {
    margin-right: 32px;
  }
}

.crownplay-i0bfqb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .crownplay-i0bfqb {
    margin-top: 0;
    width: 340px;
  }
}

.crownplay-i0bfqb a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.crownplay-2f3q1s {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.crownplay-7yzfqz {
  position: relative;
}

@media (min-width: 768px) {
  .crownplay-7yzfqz {
    margin-top: 40px;
  }
}

.crownplay-7yzfqz + .crownplay-gxdg25,
.crownplay-7yzfqz + .crownplay-7yzfqz {
  margin-top: 24px;
}

.crownplay-d7d2t4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .crownplay-d7d2t4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .crownplay-d7d2t4 {
    padding: 80px;
  }
}

.crownplay-94ymo2 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .crownplay-94ymo2 {
    padding: 0 16px;
}


}

.crownplay-i9nr3n {
  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) {
  .crownplay-i9nr3n {
    font-size: 48px;
    line-height: 56px;
  }
}

.crownplay-l681um {
  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) {
  .crownplay-l681um {
    font-size: 24px;
    line-height: 32px;
  }
}

.crownplay-npp583 {
  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;
}

.crownplay-npp583:hover {
  background: var(--button-bg-hover);
}

.crownplay-b08kqy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.crownplay-b08kqy img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .crownplay-b08kqy img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .crownplay-b08kqy img {
  min-height: 100%;
  }
}

.crownplay-d7d2t4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.crownplay-p63po8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crownplay-p63po8 h1,
.crownplay-p63po8 h2,
.crownplay-p63po8 h3,
.crownplay-p63po8 h4 {
  margin-bottom: 6px;
}

.crownplay-p63po8 h1:not(:first-child),
.crownplay-p63po8 h2:not(:first-child),
.crownplay-p63po8 h3:not(:first-child),
.crownplay-p63po8 h4:not(:first-child) {
  margin-top: 16px;
}

.crownplay-p63po8 h1,
.crownplay-p63po8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .crownplay-p63po8 h1,
  .crownplay-p63po8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.crownplay-p63po8 h2,
.crownplay-p63po8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .crownplay-p63po8 h2,
  .crownplay-p63po8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.crownplay-p63po8 h3,
.crownplay-p63po8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .crownplay-p63po8 h3,
  .crownplay-p63po8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.crownplay-p63po8 h4,
.crownplay-p63po8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.crownplay-p63po8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.crownplay-p63po8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.crownplay-p63po8 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);
}

.crownplay-p63po8 ul ul {
  margin-bottom: 8px;
}

.crownplay-p63po8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.crownplay-p63po8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.crownplay-p63po8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.crownplay-p63po8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.crownplay-p63po8 ol li::marker {
  font-weight: 700;
}

.crownplay-p63po8 ol ol {
  margin-bottom: 8px;
}

.crownplay-p63po8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.crownplay-p63po8 ol ul li {
  padding-left: 16px;
}

.crownplay-p63po8 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) {
  .crownplay-p63po8 table {
    padding: 24px;
  }
}

.crownplay-p63po8 table.crownplay-bu6ugg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.crownplay-5352od,
    mask-image 0.3s;
}

.crownplay-p63po8 table.crownplay-bu6ugg.crownplay-79gv1o {
  -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) {
  .crownplay-p63po8 table {
    display: table;
  }
}

.crownplay-p63po8 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);
}

.crownplay-p63po8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.crownplay-p63po8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.crownplay-p63po8 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) {
  .crownplay-p63po8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.crownplay-p63po8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.crownplay-p63po8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.crownplay-p63po8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.crownplay-p63po8 img {
  max-width: 100%;
  height: auto;
}

.crownplay-ll4jna {
  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) {
  .crownplay-ll4jna {
    padding: 24px;
  }
}

.crownplay-fbvc5x {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .crownplay-fbvc5x {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.crownplay-fbvc5x > * {
  margin: 0 !important;
}

.crownplay-fbvc5x img,
.crownplay-azp4xy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .crownplay-fbvc5x img,
  .crownplay-azp4xy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.crownplay-1pa6zv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .crownplay-1pa6zv {
    width: 32px;
    height: 32px;
  }
}

.crownplay-kjfek8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.crownplay-kjfek8 .crownplay-1gpunn {
  flex-shrink: 0;
}

.crownplay-kjfek8 .crownplay-h0e7lm svg {
  display: none;
}

.crownplay-z436mw {
  display: grid;
  transition: max-height 0.crownplay-5352od ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .crownplay-z436mw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .crownplay-z436mw {
    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));
  }
}

.crownplay-z436mw.crownplay-cx2uuu + .crownplay-1gpunn svg {
  transform: rotate(180deg);
}

.crownplay-jwfrz3 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.crownplay-jwfrz3 > div:nth-child(3n) {
  grid-column: span 2;
}

.crownplay-jwfrz3
  > div:nth-child(3n)
  .crownplay-vt5rsh
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .crownplay-jwfrz3 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .crownplay-jwfrz3 > div:nth-child(3n) {
    grid-column: unset;
  }

  .crownplay-jwfrz3
    > div:nth-child(3n)
    .crownplay-vt5rsh
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .crownplay-jwfrz3 {
    max-width: 270px;
  }
}

.crownplay-jwfrz3 .crownplay-vt5rsh button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .crownplay-jwfrz3 .crownplay-vt5rsh button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .crownplay-jwfrz3 .crownplay-vt5rsh button {
    max-width: 104px;
  }
}

.crownplay-cmf1qd {
  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) {
  .crownplay-cmf1qd {
    margin-bottom: 0;
  }
}

.crownplay-a941gr {
  display: none;
  opacity: 0;
}

.crownplay-ydrktg {
  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;
  }
}

.crownplay-ydrktg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.crownplay-vt5rsh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.crownplay-vt5rsh button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .crownplay-vt5rsh
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .crownplay-vt5rsh
    button {
    max-width: 145px;
  }
}

.crownplay-fplhok:first-child
  .crownplay-vt5rsh
  button {
  max-width: 270px;
}

.crownplay-485biq {
  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%;
}

.crownplay-cmf1qd picture {
  width: 100%;
  max-width: 100%;
}

.crownplay-gkkfce {
  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;
}

.crownplay-gkkfce svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.crownplay-cmf1qd:hover .crownplay-gkkfce {
  display: flex;
}

.crownplay-5sv5bc {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.crownplay-im90vj {
  display: flex;
}

.crownplay-im90vj:hover .crownplay-ysi73c,
.crownplay-im90vj .crownplay-pt4o4u .crownplay-ysi73c {
  display: flex;
}

.crownplay-im90vj svg {
  flex-shrink: 0;
}

.crownplay-ysi73c {
  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) {
  .crownplay-ysi73c {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.crownplay-ysi73c:hover {
  display: flex;
}

.crownplay-ysi73c svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.crownplay-cdmp82 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .crownplay-cdmp82 {
    font-size: 12px;
  }
}

.crownplay-hufmfe,
.crownplay-px2xu3 {
  width: 50%;
  flex-shrink: 0;
}

.crownplay-hufmfe {
  font-weight: 700;
}

.crownplay-qqa9ak .crownplay-z436mw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .crownplay-qqa9ak .crownplay-z436mw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .crownplay-qqa9ak .crownplay-z436mw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.crownplay-qqa9ak
  .crownplay-485biq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.crownplay-qqa9ak .crownplay-ydrktg {
  height: 100% !important;
  border-radius: 16px;
}

.crownplay-qqa9ak .crownplay-vt5rsh {
  gap: 4px;
  align-items: center;
}

.crownplay-qqa9ak .crownplay-vt5rsh button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crownplay-qqa9ak .crownplay-vt5rsh svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.crownplay-qqa9ak .crownplay-cas335,
.crownplay-qqa9ak .crownplay-otc2a6 {
  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.crownplay-q7f9j6.org/2000/svg'%3E%3Cpath d='M9.crownplay-wxoicq 4.crownplay-dfszlg.crownplay-367o2q 5.crownplay-f4jzf2.crownplay-enrpaa 5.crownplay-9mr5i6.crownplay-34ejao 5.crownplay-xs9btc.crownplay-3rz6aq 8.crownplay-v5u59j.crownplay-kti3u1 9.crownplay-vm5oeq.crownplay-ihdg6s 9.crownplay-k2b4ls.crownplay-k3sloy 13.crownplay-5bx4rj.crownplay-se7y33 11.crownplay-n3mjo2.crownplay-z0povv 11.crownplay-im4y6b.crownplay-evb3ah 11.crownplay-iea8rm.crownplay-6pl739 13.crownplay-4oo01y.crownplay-oqlwyc 9.crownplay-n3a8y1.crownplay-wuto57 9.crownplay-b7mtlr.crownplay-qo5ki9 8.crownplay-6jvlk7.crownplay-lbg3lp 5.crownplay-04jssn.crownplay-5u4iw9 5.crownplay-q4j94a.crownplay-kxpv4v 5.crownplay-bc3b0m.crownplay-ncy9ip 4.crownplay-lxmpie.crownplay-z0povv 1.crownplay-a5ajg8.crownplay-wxoicq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.crownplay-qqa9ak .crownplay-cas335 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.crownplay-qqa9ak .crownplay-otc2a6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.crownplay-z6s1pw {
  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) {
  .crownplay-z6s1pw {
    padding: 24px;
  }
}

.crownplay-z6s1pw .crownplay-1gpunn {
  display: flex;
}

@media (min-width: 768px) {
  .crownplay-z6s1pw .crownplay-1gpunn {
    display: none;
  }
}

.crownplay-z6s1pw .crownplay-h0e7lm svg {
  display: none;
}

.crownplay-kzmkr3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.crownplay-kzmkr3 .crownplay-1695rp {
  display: none;
}

@media (min-width: 768px) {
  .crownplay-kzmkr3 .crownplay-1695rp {
    display: flex;
  }
}

.crownplay-mmoxtk {
  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) {
  .crownplay-mmoxtk {
    font-size: 40px;
    line-height: 48px;
  }
}

.crownplay-mmoxtk > * {
  margin: 0 !important;
}

.crownplay-mmoxtk img,
.crownplay-blxedl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .crownplay-mmoxtk img,
  .crownplay-blxedl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.crownplay-5p8wsc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .crownplay-5p8wsc {
    width: 32px;
    height: 32px;
  }
}

.crownplay-wpvguh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .crownplay-wpvguh {
    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;
  }

  .crownplay-wpvguh::-webkit-scrollbar {
    display: none;
  }
}

.crownplay-fwjog2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .crownplay-fwjog2 {
    padding: 7px 15px;
  }
}

.crownplay-fwjog2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.crownplay-fivhbd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .crownplay-fivhbd {
    display: flex;
    opacity: 1;
  }
}

.crownplay-fwjog2 picture {
  height: 100%;
  display: block;
}

.crownplay-fwjog2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .crownplay-fwjog2 img {
    width: 88px;
    height: 44px;
  }
}

.crownplay-fwjog2 p {
  text-align: center;
  width: 100%;
}

.crownplay-rg4c40 {
  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) {
  .crownplay-rg4c40 {
    font-size: 40px;
    line-height: 48px;
  }
}

.crownplay-rg4c40 img,
.crownplay-fyevis {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .crownplay-rg4c40 img,
  .crownplay-fyevis {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.crownplay-6e5ya1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .crownplay-6e5ya1 {
    width: 32px;
    height: 32px;
  }
}

.crownplay-a5852r {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.crownplay-j5fu0f {
  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;
}

.crownplay-jdv1xm {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.crownplay-jdv1xm.crownplay-pt4o4u {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.crownplay-34h7ca {
  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) {
  .crownplay-34h7ca {
    font-size: 20px;
    line-height: 28px;
  }
}

.crownplay-c19rti {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.crownplay-b9pl95 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.crownplay-5352od ease;
  opacity: 0;
  color: var(--text-color);
}

.crownplay-7cd09h {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.crownplay-7cd09h ol,
.crownplay-7cd09h ul {
  padding-left: 1.3em;
}

.crownplay-jdv1xm.crownplay-pt4o4u .crownplay-b9pl95 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.crownplay-jdv1xm.crownplay-pt4o4u .crownplay-c19rti {
  transform: rotate(180deg);
  color: var(--text-color);
}

.crownplay-9yb26b {
  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) {
  .crownplay-9yb26b {
    padding: 24px;
  }
}

.crownplay-9yb26b .crownplay-1gpunn {
  display: flex;
}

@media (min-width: 768px) {
  .crownplay-9yb26b .crownplay-1gpunn {
    display: none;
  }
}

.crownplay-9yb26b .crownplay-h0e7lm svg {
  display: none;
}

.crownplay-w4zpe2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crownplay-w4zpe2 .crownplay-1695rp {
  display: none;
}

@media (min-width: 768px) {
  .crownplay-w4zpe2 .crownplay-1695rp {
    display: flex;
  }
}

.crownplay-2zcenh {
  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) {
  .crownplay-2zcenh {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.crownplay-2zcenh > * {
  margin: 0 !important;
}

.crownplay-2zcenh img,
.crownplay-a792yu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .crownplay-2zcenh img,
  .crownplay-a792yu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.crownplay-qqr6gp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .crownplay-qqr6gp {
    width: 32px;
    height: 32px;
  }
}

.crownplay-rux58h {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .crownplay-rux58h {
    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;
  }

  .crownplay-rux58h::-webkit-scrollbar {
    display: none;
  }
}

.crownplay-vqp1fh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.crownplay-vqp1fh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.crownplay-01qmko {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .crownplay-01qmko {
    display: flex;
    opacity: 1;
  }
}

.crownplay-vqp1fh picture {
  width: auto;
  height: 100%;
  display: block;
}

.crownplay-vqp1fh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.crownplay-3qy4uq {
  margin: -24px 0;
}

.crownplay-3qy4uq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .crownplay-3qy4uq {
    margin: -16px 0;
  }
}

.crownplay-izwnly {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .crownplay-izwnly {
    flex-direction: row;
  }
}

.crownplay-ufxj7i {
  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) {
  .crownplay-ufxj7i {
    flex: 1;
  }
}

.crownplay-ufxj7i::placeholder {
  color: var(--Text-400);
}

.crownplay-ovgp41 {
  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;
}

.crownplay-ef0rh8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.crownplay-ef0rh8::-webkit-scrollbar {
  display: none;
}

.crownplay-t9iu64 {
  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;
}

.crownplay-t9iu64 img,
.crownplay-t9iu64 svg {
  margin-right: 8px;
}

.crownplay-vtuxsu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.crownplay-3qy4uq + .crownplay-bx15ep {
  margin-top: 0;
}

@media (min-width: 768px) {
  .crownplay-3qy4uq + .crownplay-bx15ep {
    margin-top: -16px;
  }
}

.crownplay-562ni4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.crownplay-562ni4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.crownplay-562ni4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.crownplay-xrd75f {
  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;
}

.crownplay-9la4vx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.crownplay-ko2z9z {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.crownplay-wbl3ab {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.crownplay-23u6bu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.crownplay-xrd75f 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;
}

.crownplay-xrd75f 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) {
  .crownplay-xrd75f {
    padding: 39px 179px 39px 39px;
  }

  .crownplay-9la4vx {
    font-size: 40px;
    line-height: 48px;
  }

  .crownplay-23u6bu {
    height: 348px;
  }

  .crownplay-xrd75f button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .crownplay-xrd75f button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .crownplay-xrd75f {
    padding: 63px;
  }
}

.crownplay-g720ve {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .crownplay-g720ve {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.crownplay-98l9dh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .crownplay-98l9dh {
    width: auto;
  }
}

.crownplay-9h0mri {
  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;
}

.crownplay-9h0mri::-webkit-scrollbar {
  display: none;
}

.crownplay-9h0mri 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);
}

.crownplay-9h0mri a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .crownplay-9h0mri {
    margin-left: 16px;
    margin-top: 0;
  }
}

.crownplay-g720ve .crownplay-tkexuj {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.crownplay-5352od,
    mask-image 0.3s;
}

.crownplay-g720ve .crownplay-tkexuj.crownplay-79gv1o {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.crownplay-1z216t {
  margin: 40px -16px;
}

.crownplay-6du1jl + .crownplay-gxdg25,
.crownplay-6du1jl + .crownplay-7yzfqz {
  margin-top: 24px;
}

.crownplay-pp49se {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.crownplay-pp49se picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.crownplay-d00ya7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .crownplay-d00ya7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .crownplay-d00ya7 {
    margin-top: 0;
  }
}

.crownplay-4rtdb1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .crownplay-4rtdb1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.crownplay-p86wow {
  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) {
  .crownplay-p86wow {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.crownplay-n0t4by {
  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) {
  .crownplay-n0t4by {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.crownplay-4xr6gx {
  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) {
  .crownplay-4xr6gx {
    font-size: 20px;
    line-height: 28px;
  }
}

.crownplay-zwzs3t {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .crownplay-zwzs3t {
    font-size: 32px;
    line-height: 40px;
  }
}

.crownplay-nozrj9 {
  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;
}

.crownplay-nctunh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.crownplay-nctunh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.crownplay-bx15ep {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.crownplay-3f4p1y {
  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) {
  .crownplay-3f4p1y {
    padding: 15px 48px;
  }
}

main > .crownplay-bx15ep {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .crownplay-z436mw.crownplay-ux1x0g > div:nth-child(n+5) {
    display: none;
  }
}

.crownplay-p63po8 p a img {
  display: block;
  margin: 0 auto;
}


.crownplay-bg6raj {
  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 */
.crownplay-7m481c {
  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;
}

.crownplay-7m481c label {
  font-size: 14px;
}

.crownplay-7m481c h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.crownplay-7m481c input,
.crownplay-7m481c textarea,
.crownplay-7m481c 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;
}
.crownplay-7m481c button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.crownplay-adp9g7 ease;
}
.crownplay-7m481c button:hover {
  background-color: var(--button-bg-hover);
}
.crownplay-6tfhfa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.crownplay-n2drsa ease-in;
}

.crownplay-6tfhfa 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;
}
.crownplay-i09vhi, .crownplay-v1jaq8, [class*="review-card"],
thead, thead th, table th, .crownplay-v0xykf,
.crownplay-npu87o, [class*="collapsible-header"],
.crownplay-9x6wr9, [class*="updated-block"] {
  color: #ece7dc !important;
}
