* {
  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;
  }
}

.fortune-play-qiwq9f {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fortune-play-qiwq9f {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fortune-play-qiwq9f {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fortune-play-k45eft {
  overflow: hidden;
}

.fortune-play-7yxdfv img {
  background: var(--Neutral-300);
}

.fortune-play-9ij5rg {
  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;
}

.fortune-play-1k7u2n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fortune-play-1k7u2n:hover {
  background: var(--button-bg-hover);
}

.fortune-play-cyzxe3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fortune-play-cyzxe3:hover {
  background: var(--button-bg-hover);
}

.fortune-play-ee1zyc {
  font-size: 12px;
  line-height: 18px;
}

.fortune-play-i969nh {
  font-size: 18px;
  line-height: 26px;
}

.fortune-play-ha53r6 {
  width: 100%;
}

.fortune-play-hwmnc8 {
  padding: 6px 16px;
}

.fortune-play-dntaf2 {
  padding: 10px 16px;
}

.fortune-play-94bo6w {
  padding: 15px 26px;
}

.fortune-play-vet7c5 {
  flex-shrink: 0;
}

.fortune-play-o22mbc {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fortune-play-j2n7et {
  display: none;
}

.fortune-play-cf5wse {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fortune-play-xa4ntn {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fortune-play-w6sdwa {
  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;
}

.fortune-play-aqr0z7 {
  cursor: grab;
}

.fortune-play-w6sdwa::-webkit-scrollbar {
  display: none;
}

.fortune-play-ksxuld {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fortune-play-dc4px7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fortune-play-mkag8e {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fortune-play-fwui9c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fortune-play-b2oswd {
  visibility: visible;
}

.fortune-play-xrjir6 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fortune-play-tkk2z9 ease;
}

.fortune-play-i2tbn3 {
  background-color: var(--Primary-200);
  width: 16px;
}

.fortune-play-w8zddu {
  -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.fortune-play-tkk2z9,
    mask-image 0.3s;
}

.fortune-play-w8zddu.fortune-play-mzmoix {
  -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;
  }
}

.fortune-play-cwmks5: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;
}

.fortune-play-21wj0o {
  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.fortune-play-c3rlzd.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.fortune-play-c3rlzd.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;
}

.fortune-play-5pcvvj {
  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);
}

.fortune-play-5pcvvj::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%
  );
}

.fortune-play-jag2tu {
  position: relative;
  z-index: 1;
}

.fortune-play-23wdvq {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fortune-play-rzoxtn {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fortune-play-jhi2uw {
  font-size: 40px;
  line-height: 48px;
}

.fortune-play-syg1h0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fortune-play-yhl67c {
  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;
}

.fortune-play-yhl67c:hover {
  background: var(--Primary-400);
}

.fortune-play-yhl67c svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fortune-play-cwmks5 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) {
  .fortune-play-5pcvvj {
    max-width: 600px;
    padding: 64px;
  }

  .fortune-play-23wdvq {
    font-size: 24px;
    line-height: 32px;
  }

  .fortune-play-rzoxtn {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fortune-play-jhi2uw {
    font-size: 50px;
    line-height: 56px;
  }

  .fortune-play-syg1h0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fortune-play-21wj0o {
    top: 25px;
    right: 25px;
  }
}

.fortune-play-zw7ytz,
.fortune-play-nko3gj {
  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;
}

.fortune-play-uhfk8x.fortune-play-hsa8it::before,
.fortune-play-nko3gj::before,
.fortune-play-j1mb0k::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.fortune-play-c3rlzd.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fortune-play-kiq5p6 14.fortune-play-r3j6bx.fortune-play-j5m1lg 14.fortune-play-ph0t1a 15.fortune-play-umotm0 14.fortune-play-qysele 15.fortune-play-mqnwmc 14.fortune-play-kb5c1u.fortune-play-8e87ds 14.fortune-play-bwudni 19.fortune-play-t4tg0f 12.fortune-play-9nkr1b 19.fortune-play-t4tg0f 10.fortune-play-1nlclx.fortune-play-t4tg0f 8.fortune-play-13buqu 17.fortune-play-16d9bb 7.fortune-play-s9z4cv 15.fortune-play-7ikqaz 7.fortune-play-czj5j2.fortune-play-p4wjai 7.fortune-play-s9z4cv 11.fortune-play-tgej42 8.fortune-play-13buqu 11.fortune-play-tgej42 10.fortune-play-xebods.fortune-play-tgej42 12.fortune-play-3smixu 13.fortune-play-b4qxj1 14.fortune-play-zozk8f 15.fortune-play-y1r4yw 14.fortune-play-4e88i0.fortune-play-r21405 14.fortune-play-8nybd8 15.fortune-play-nb5yk1 14.fortune-play-zld2ls 15.fortune-play-1tfper 14.fortune-play-b2qcsc.fortune-play-kiq5p6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fortune-play-a3kk8w 15.fortune-play-5nhnh1.fortune-play-kzxnyu 15.fortune-play-awdscf 15.fortune-play-tk1iy6 15.fortune-play-jfngmk 15.fortune-play-dsfsgf 15.fortune-play-xjbguf.fortune-play-p20eqs 15.fortune-play-jfngmk 15.fortune-play-t5jwh4 15.fortune-play-xs5dl9 15.fortune-play-5s3qep 15.fortune-play-t9qp39.fortune-play-3a2s6l 15.fortune-play-nmt90u 7.fortune-play-5sr9qd 18.fortune-play-nche2r 7.fortune-play-oeuh9f 23.fortune-play-6u0l96.fortune-play-b7jzni.fortune-play-9seb5l 18.fortune-play-h3fx3l 19.fortune-play-saon8c 15.fortune-play-27qj3p 15.fortune-play-a3kk8w 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fortune-play-yyiuo2 [type="submit"] *,
.fortune-play-2wau1c button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fortune-play-8ecpn0 {
    display: none;
  }
}

.fortune-play-t3diel {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fortune-play-t3diel {
  display: none;
}

@media (min-width: 768px) {
  .fortune-play-t3diel {
    bottom: 22px;
  }
}

.fortune-play-t3diel input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fortune-play-t3diel {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fortune-play-aggrsx.static) .fortune-play-t3diel {
    bottom: 8px;
  }
}

.fortune-play-9xyddt {
  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.fortune-play-c3rlzd.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fortune-play-jocp4h 3.fortune-play-3p99cq.fortune-play-9xj4dq.fortune-play-6l7btd 3.fortune-play-874pny 3.fortune-play-ez7k47 5.fortune-play-fm8fbv 3.fortune-play-ez7k47 8.fortune-play-eiognk.fortune-play-uspu0b.fortune-play-ez7k47 26.fortune-play-pgm5ne 5.fortune-play-mmb3gi 28.fortune-play-vjy0fn 8.fortune-play-imwsfx 28.fortune-play-75grm1.fortune-play-zvj24e 28.fortune-play-34fhpp.fortune-play-llltxq 34.fortune-play-r9996x.fortune-play-g59avi 36.fortune-play-n2d3zg 11.fortune-play-iw8f6h 37.fortune-play-yeq6un 12.fortune-play-793vx4 36.fortune-play-qatlhs.fortune-play-y6qa38 28.fortune-play-61fp1b.fortune-play-ncdfpq.fortune-play-q1j4np 28.fortune-play-xs11w0 36.fortune-play-35ckyl 26.fortune-play-u0wx1k 36.fortune-play-35ckyl 23.fortune-play-52j2l8.fortune-play-kkazlp.fortune-play-35ckyl 5.fortune-play-4uf3o4 34.fortune-play-f9fman 3.fortune-play-874pny 31.fortune-play-jocp4h 3.fortune-play-00geq7.fortune-play-3vhlsd 18.fortune-play-3d2js5.fortune-play-nh2gzs 18.fortune-play-6rz8qc 8.fortune-play-0jqx6k 17.fortune-play-fz7wgs 8.fortune-play-0jqx6k 15.fortune-play-2fosur.fortune-play-0jqx6k 14.fortune-play-2qykxy 9.fortune-play-nh2gzs 13.fortune-play-5rg4v6 11.fortune-play-3vhlsd 13.fortune-play-o8iv40.fortune-play-tqr90v 13.fortune-play-5rg4v6 13.fortune-play-drvfnl 14.fortune-play-2qykxy 13.fortune-play-drvfnl 15.fortune-play-opt2vp.fortune-play-drvfnl 17.fortune-play-fz7wgs 12.fortune-play-tqr90v 18.fortune-play-6rz8qc 11.fortune-play-3vhlsd 18.fortune-play-bayidx.fortune-play-lo3lz2 18.fortune-play-oab631.fortune-play-f073ak 18.fortune-play-6rz8qc 17.fortune-play-ekfaoy 17.fortune-play-fz7wgs 17.fortune-play-ekfaoy 15.fortune-play-77q7p8.fortune-play-ekfaoy 14.fortune-play-2qykxy 18.fortune-play-f073ak 13.fortune-play-5rg4v6 20.fortune-play-lo3lz2 13.fortune-play-56eukl.fortune-play-ezfkeg 13.fortune-play-5rg4v6 22.fortune-play-bgd3dz 14.fortune-play-2qykxy 22.fortune-play-bgd3dz 15.fortune-play-j6rtnu.fortune-play-gxu8y3 17.fortune-play-fz7wgs 21.fortune-play-ezfkeg 18.fortune-play-6rz8qc 20.fortune-play-lo3lz2 18.fortune-play-tf2fp1.fortune-play-ksq3vm 18.fortune-play-caxto9.fortune-play-8ngxoh 18.fortune-play-6rz8qc 26.fortune-play-ddba6w 17.fortune-play-fz7wgs 26.fortune-play-ddba6w 15.fortune-play-6biofj.fortune-play-ddba6w 14.fortune-play-2qykxy 27.fortune-play-8ngxoh 13.fortune-play-5rg4v6 28.fortune-play-ksq3vm 13.fortune-play-gl7cr6.fortune-play-f9zibq 13.fortune-play-5rg4v6 31.fortune-play-rn2num 14.fortune-play-2qykxy 31.fortune-play-rn2num 15.fortune-play-z7ggjb.fortune-play-ddba6w 17.fortune-play-fz7wgs 30.fortune-play-f9zibq 18.fortune-play-6rz8qc 28.fortune-play-ksq3vm 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"])
    .fortune-play-9xyddt {
    display: none;
  }
}

.fortune-play-gyfaxi {
  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) {
  .fortune-play-gyfaxi {
    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;
}

.fortune-play-2wau1c {
  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) {
  .fortune-play-2wau1c {
    padding: 14px 16px;
  }
}

.fortune-play-2wau1c button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fortune-play-2wau1c button:first-child {
  align-content: end;
}

.fortune-play-2wau1c button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fortune-play-2wau1c
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fortune-play-2wau1c
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fortune-play-2wau1c button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fortune-play-2wau1c button:last-child svg {
  width: 38px;
  height: 38px;
}

.fortune-play-j1mb0k {
  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;
}

.fortune-play-j1mb0k::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fortune-play-j1mb0k,
.pc61d126-chatbot[data-active-screen="3"]
  .fortune-play-j1mb0k {
  opacity: 1;
  visibility: visible;
}

.fortune-play-cvz066 {
  flex: 1 1;
}

.fortune-play-uwjru7 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fortune-play-uwjru7 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fortune-play-zpdrdl {
  display: block;
}

.fortune-play-g9m3ob {
  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) {
  .fortune-play-g9m3ob {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fortune-play-nko3gj {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fortune-play-nko3gj::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fortune-play-c6s8r4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fortune-play-c6s8r4 p {
  color: var(--Text-100);
}

.fortune-play-nko3gj .fortune-play-olc5mr {
  grid-area: button;
}

.fortune-play-nko3gj .fortune-play-olc5mr::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.fortune-play-c3rlzd.org/2000/svg'%3E%3Cpath d='M4.fortune-play-bi72kp 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fortune-play-n4zgko 15L16.fortune-play-n4zgko 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fortune-play-n4zgko 5L16.fortune-play-n4zgko 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fortune-play-0b4ege {
  display: block;
}

.fortune-play-s4a7zz {
  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) {
  .fortune-play-s4a7zz {
    margin-top: 40px;
  }
}

.fortune-play-zw7ytz label,
.fortune-play-zw7ytz input {
  display: block;
  width: 100%;
}

.fortune-play-zw7ytz label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fortune-play-zw7ytz label.fortune-play-v4ht2t input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fortune-play-zw7ytz label.fortune-play-v4ht2t::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;
}

.fortune-play-zw7ytz 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;
}

.fortune-play-zw7ytz input::placeholder {
  color: var(--Text-400);
}

.fortune-play-svuhxx {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fortune-play-svuhxx {
  display: flex;
}

.fortune-play-svuhxx ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fortune-play-svuhxx ol {
    height: 420px;
    padding: 24px;
  }
}

.fortune-play-svuhxx ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fortune-play-yyiuo2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fortune-play-yyiuo2 {
    padding: 0 24px 24px;
  }
}

.fortune-play-yyiuo2 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;
}

.fortune-play-yyiuo2 input::placeholder {
  color: var(--Text-400);
}

.fortune-play-yyiuo2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fortune-play-yyiuo2 [type="submit"]:disabled {
  opacity: 0.5;
}

.fortune-play-yyiuo2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fortune-play-yyiuo2 [type="submit"] {
    right: 40px;
  }
}

.fortune-play-uhfk8x {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fortune-play-uhfk8x.fortune-play-hsa8it {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fortune-play-uhfk8x.fortune-play-hsa8it::before {
  content: "";
  width: 31px;
}

.fortune-play-uhfk8x.fortune-play-hsa8it p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fortune-play-uhfk8x.fortune-play-i5yema p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fortune-play-uhfk8x p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fortune-play-t3diel .fortune-play-olc5mr {
  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;
  }
}

.fortune-play-8ecpn0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fortune-play-8ecpn0 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fortune-play-8ecpn0 {
    padding: 18px 0;
  }
}

.fortune-play-8ecpn0 .fortune-play-qiwq9f {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fortune-play-8ecpn0 .fortune-play-qiwq9f {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fortune-play-9v8wfb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fortune-play-9v8wfb {
    max-width: 160px;
    height: 40px;
  }
}

.fortune-play-9v8wfb picture,
.fortune-play-9v8wfb img {
  display: block;
  width: 100%;
  height: 100%;
}

.fortune-play-9v8wfb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fortune-play-o18q6t {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fortune-play-tkk2z9 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fortune-play-8ecpn0.fortune-play-mczhr5 .fortune-play-o18q6t {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fortune-play-o18q6t {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fortune-play-o18q6t {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fortune-play-txo1bd,
.fortune-play-sefyql {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fortune-play-txo1bd,
  .fortune-play-sefyql {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fortune-play-sefyql {
    display: none;
  }
}

.fortune-play-cgkxlp {
  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;
}

.fortune-play-mczhr5 .fortune-play-cgkxlp {
  background: var(--fh-bg-color);
}

.fortune-play-cgkxlp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fortune-play-cgkxlp {
    display: none;
  }
}

.fortune-play-ewqif3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fortune-play-ewqif3 {
    display: none;
  }
}

.fortune-play-atndzx {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.fortune-play-8ecpn0.fortune-play-mczhr5 .fortune-play-atndzx:first-child {
  display: none;
}

.fortune-play-8ecpn0.fortune-play-mczhr5 .fortune-play-atndzx:last-child {
  display: block;
}

.fortune-play-atndzx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fortune-play-atndzx {
    display: none;
  }
}

.fortune-play-3dvl0m {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fortune-play-3dvl0m {
    display: flex;
  }
}

.fortune-play-3dvl0m ul {
  max-height: 350px;
  overflow-y: auto;
}

.fortune-play-3dvl0m:hover ul {
  visibility: visible;
  opacity: 1;
}

.fortune-play-3dvl0m:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fortune-play-3dvl0m:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fortune-play-3dvl0m:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fortune-play-3dvl0m:hover .fortune-play-gqlmfa svg {
  transform: rotate(180deg);
}

.fortune-play-0pggw7 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fortune-play-ka10oh {
  padding: 0 8px;
}

.fortune-play-iou144 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fortune-play-iou144:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fortune-play-iou144 {
    padding: 4px 8px;
  }
}

.fortune-play-hogct0 {
  display: flex;
}

.fortune-play-hogct0 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fortune-play-gqlmfa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fortune-play-gqlmfa svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fortune-play-38ncp0 {
  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) {
  .fortune-play-38ncp0 {
    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;
  }
}

.fortune-play-ptsjsd {
  width: 100%;
}

@media (min-width: 1200px) {
  .fortune-play-ptsjsd {
    display: none;
  }
}

.fortune-play-nqz51a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fortune-play-rmn029 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fortune-play-tg9lyy {
  display: flex;
}

.fortune-play-tyatc0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fortune-play-xd11wi {
  list-style: none;
}

@media (max-width: 1199px) {
  .fortune-play-xd11wi {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fortune-play-xd11wi {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fortune-play-xd11wi .fortune-play-3dqzs5 [data-ref-el],
  .fortune-play-xd11wi .fortune-play-3dqzs5 span,
  .fortune-play-xd11wi .fortune-play-3dqzs5 a {
    white-space: nowrap;
  }
}

.fortune-play-jlffi6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fortune-play-jlffi6.fortune-play-acmk4z > .fortune-play-3dqzs5 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fortune-play-jlffi6.fortune-play-iuq3vx:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fortune-play-jlffi6.fortune-play-acmk4z > .fortune-play-pnxrdo {
    height: auto;
  }

  .fortune-play-jlffi6.fortune-play-acmk4z > div > .fortune-play-jmvy62 {
    transform: rotate(180deg);
  }
}

.fortune-play-jlffi6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fortune-play-jlffi6 [data-ref-el],
.fortune-play-jlffi6 span {
  cursor: pointer;
}

.fortune-play-jlffi6 [data-ref-el],
.fortune-play-jlffi6 span,
.fortune-play-jlffi6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .fortune-play-jlffi6 [data-ref-el],
  .fortune-play-jlffi6 span,
  .fortune-play-jlffi6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fortune-play-jlffi6 [data-ref-el],
  .fortune-play-jlffi6 span,
  .fortune-play-jlffi6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fortune-play-pnxrdo {
  height: 0;
  overflow: hidden;
  transition: height 0.fortune-play-tkk2z9 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fortune-play-pnxrdo::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fortune-play-pnxrdo::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fortune-play-pnxrdo::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fortune-play-pnxrdo {
    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;
  }

  .fortune-play-pnxrdo:has(> .fortune-play-jlffi6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fortune-play-pnxrdo .fortune-play-pnxrdo {
    padding: 0;
  }

  .fortune-play-pnxrdo .fortune-play-jlffi6 {
    font-weight: 400;
  }

  .fortune-play-pnxrdo .fortune-play-jlffi6:hover > .fortune-play-3dqzs5 {
    background: var(--Neutral-300);
  }

  .fortune-play-pnxrdo .fortune-play-jmvy62 {
    rotate: -90deg;
  }
}

.fortune-play-3dqzs5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fortune-play-3dqzs5 {
    padding: 8px;
  }

  .fortune-play-jlffi6.fortune-play-pcxd8j > .fortune-play-3dqzs5 {
    background: var(--Neutral-300);
  }
}

.fortune-play-jmvy62 {
  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.fortune-play-c3rlzd.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fortune-play-k5azxs 0.fortune-play-sc3yom.fortune-play-xjqcwo -0.fortune-play-9a3p8x 0.fortune-play-c5w6vk -0.fortune-play-9a3p8x 1.fortune-play-7swi12 0.fortune-play-2ugqgt.fortune-play-ku4ecb 4.fortune-play-8596vp.fortune-play-k5azxs 0.fortune-play-jymi5r.fortune-play-rr0hkp -0.fortune-play-9a3p8x 9.fortune-play-mmdt6t -0.fortune-play-9a3p8x 10.fortune-play-2fpj3j 0.fortune-play-ue9jef.fortune-play-xj8bcf 0.fortune-play-xjqcwo 10.fortune-play-xj8bcf 0.fortune-play-c5w6vk 10.fortune-play-2fpj3j 1.fortune-play-pgzlvw.fortune-play-fmkn4q 5.fortune-play-1s3mny.fortune-play-zekw0b 6.fortune-play-vavvu0 5.fortune-play-e5pmpm 6.fortune-play-vavvu0 4.fortune-play-39m21w 5.fortune-play-lc79a3.fortune-play-k5azxs 1.fortune-play-jzuk8g.fortune-play-9a3p8x 0.fortune-play-c5w6vk -0.fortune-play-9a3p8x 0.fortune-play-xjqcwo 0.fortune-play-k5azxs 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fortune-play-tkk2z9 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fortune-play-jmvy62 {
    cursor: default;
  }
}

.fortune-play-8hwhdi {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fortune-play-3v6tii {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .fortune-play-3v6tii {
    padding: 40px 4px;
  }
}

.fortune-play-5bslk2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fortune-play-5bslk2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fortune-play-fp23mi {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fortune-play-fp23mi {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fortune-play-fp23mi ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fortune-play-fp23mi [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fortune-play-fp23mi [data-ref-el],
.fortune-play-fp23mi span,
.fortune-play-fp23mi a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fortune-play-b0tmfz {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fortune-play-b0tmfz {
    margin-bottom: 12px;
  }
}

.fortune-play-sdoprw {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fortune-play-sdoprw img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fortune-play-sdoprw:last-child {
    margin-right: 0;
  }
}

.fortune-play-ovchzx {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fortune-play-b0tmfz:hover .fortune-play-lcseqw {
  visibility: visible;
  opacity: 1;
}

.fortune-play-lcseqw {
  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);
}

.fortune-play-xhaa5n {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fortune-play-y7hht0 {
  display: flex;
  margin: 6px;
}

.fortune-play-y7hht0 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fortune-play-lcseqw::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);
}

.fortune-play-lcseqw::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);
}

.fortune-play-xd7jz1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fortune-play-xd7jz1 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fortune-play-rd54gl {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fortune-play-rd54gl {
    margin-right: 32px;
  }
}

.fortune-play-7okxwn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fortune-play-7okxwn {
    margin-top: 0;
    width: 340px;
  }
}

.fortune-play-7okxwn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fortune-play-onunc4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fortune-play-935ipe {
  position: relative;
}

@media (min-width: 768px) {
  .fortune-play-935ipe {
    margin-top: 40px;
  }
}

.fortune-play-935ipe + .fortune-play-7ss2ph,
.fortune-play-935ipe + .fortune-play-935ipe {
  margin-top: 24px;
}

.fortune-play-30gecs {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fortune-play-30gecs {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fortune-play-30gecs {
    padding: 80px;
  }
}

.fortune-play-o7urix {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fortune-play-o7urix {
    padding: 0 16px;
}


}

.fortune-play-38nyuf {
  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) {
  .fortune-play-38nyuf {
    font-size: 48px;
    line-height: 56px;
  }
}

.fortune-play-11fkqw {
  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) {
  .fortune-play-11fkqw {
    font-size: 24px;
    line-height: 32px;
  }
}

.fortune-play-mieuqo {
  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;
}

.fortune-play-mieuqo:hover {
  background: var(--button-bg-hover);
}

.fortune-play-k926ii {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fortune-play-k926ii img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fortune-play-k926ii img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fortune-play-k926ii img {
  min-height: 100%;
  }
}

.fortune-play-30gecs::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fortune-play-3oex7z {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fortune-play-3oex7z h1,
.fortune-play-3oex7z h2,
.fortune-play-3oex7z h3,
.fortune-play-3oex7z h4 {
  margin-bottom: 6px;
}

.fortune-play-3oex7z h1:not(:first-child),
.fortune-play-3oex7z h2:not(:first-child),
.fortune-play-3oex7z h3:not(:first-child),
.fortune-play-3oex7z h4:not(:first-child) {
  margin-top: 16px;
}

.fortune-play-3oex7z h1,
.fortune-play-3oex7z h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fortune-play-3oex7z h1,
  .fortune-play-3oex7z h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fortune-play-3oex7z h2,
.fortune-play-3oex7z h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fortune-play-3oex7z h2,
  .fortune-play-3oex7z h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fortune-play-3oex7z h3,
.fortune-play-3oex7z h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fortune-play-3oex7z h3,
  .fortune-play-3oex7z h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fortune-play-3oex7z h4,
.fortune-play-3oex7z h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fortune-play-3oex7z ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fortune-play-3oex7z ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fortune-play-3oex7z 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);
}

.fortune-play-3oex7z ul ul {
  margin-bottom: 8px;
}

.fortune-play-3oex7z ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fortune-play-3oex7z ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fortune-play-3oex7z ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fortune-play-3oex7z ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fortune-play-3oex7z ol li::marker {
  font-weight: 700;
}

.fortune-play-3oex7z ol ol {
  margin-bottom: 8px;
}

.fortune-play-3oex7z ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fortune-play-3oex7z ol ul li {
  padding-left: 16px;
}

.fortune-play-3oex7z 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) {
  .fortune-play-3oex7z table {
    padding: 24px;
  }
}

.fortune-play-3oex7z table.fortune-play-6clhgd {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fortune-play-tkk2z9,
    mask-image 0.3s;
}

.fortune-play-3oex7z table.fortune-play-6clhgd.fortune-play-mzmoix {
  -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) {
  .fortune-play-3oex7z table {
    display: table;
  }
}

.fortune-play-3oex7z 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);
}

.fortune-play-3oex7z table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fortune-play-3oex7z table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fortune-play-3oex7z 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) {
  .fortune-play-3oex7z table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fortune-play-3oex7z table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fortune-play-3oex7z table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fortune-play-3oex7z table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fortune-play-3oex7z img {
  max-width: 100%;
  height: auto;
}

.fortune-play-h0d1p7 {
  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) {
  .fortune-play-h0d1p7 {
    padding: 24px;
  }
}

.fortune-play-rqu4fw {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fortune-play-rqu4fw {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fortune-play-rqu4fw > * {
  margin: 0 !important;
}

.fortune-play-rqu4fw img,
.fortune-play-eo84wh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fortune-play-rqu4fw img,
  .fortune-play-eo84wh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fortune-play-rvv3vn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fortune-play-rvv3vn {
    width: 32px;
    height: 32px;
  }
}

.fortune-play-o9pg63 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fortune-play-o9pg63 .fortune-play-kxszur {
  flex-shrink: 0;
}

.fortune-play-o9pg63 .fortune-play-srntj6 svg {
  display: none;
}

.fortune-play-kzr1mw {
  display: grid;
  transition: max-height 0.fortune-play-tkk2z9 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fortune-play-kzr1mw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fortune-play-kzr1mw {
    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));
  }
}

.fortune-play-kzr1mw.fortune-play-4k04yn + .fortune-play-kxszur svg {
  transform: rotate(180deg);
}

.fortune-play-adftlg {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fortune-play-adftlg > div:nth-child(3n) {
  grid-column: span 2;
}

.fortune-play-adftlg
  > div:nth-child(3n)
  .fortune-play-b4j0iv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fortune-play-adftlg {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fortune-play-adftlg > div:nth-child(3n) {
    grid-column: unset;
  }

  .fortune-play-adftlg
    > div:nth-child(3n)
    .fortune-play-b4j0iv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fortune-play-adftlg {
    max-width: 270px;
  }
}

.fortune-play-adftlg .fortune-play-b4j0iv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fortune-play-adftlg .fortune-play-b4j0iv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fortune-play-adftlg .fortune-play-b4j0iv button {
    max-width: 104px;
  }
}

.fortune-play-qmrpd1 {
  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) {
  .fortune-play-qmrpd1 {
    margin-bottom: 0;
  }
}

.fortune-play-chrcny {
  display: none;
  opacity: 0;
}

.fortune-play-i4bozl {
  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;
  }
}

.fortune-play-i4bozl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fortune-play-b4j0iv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fortune-play-b4j0iv button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fortune-play-b4j0iv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fortune-play-b4j0iv
    button {
    max-width: 145px;
  }
}

.fortune-play-ngew8w:first-child
  .fortune-play-b4j0iv
  button {
  max-width: 270px;
}

.fortune-play-emkgea {
  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%;
}

.fortune-play-qmrpd1 picture {
  width: 100%;
  max-width: 100%;
}

.fortune-play-i8823p {
  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;
}

.fortune-play-i8823p svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fortune-play-qmrpd1:hover .fortune-play-i8823p {
  display: flex;
}

.fortune-play-r77msh {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fortune-play-c12mo9 {
  display: flex;
}

.fortune-play-c12mo9:hover .fortune-play-r3gwc4,
.fortune-play-c12mo9 .fortune-play-pcxd8j .fortune-play-r3gwc4 {
  display: flex;
}

.fortune-play-c12mo9 svg {
  flex-shrink: 0;
}

.fortune-play-r3gwc4 {
  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) {
  .fortune-play-r3gwc4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fortune-play-r3gwc4:hover {
  display: flex;
}

.fortune-play-r3gwc4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fortune-play-dg31rb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fortune-play-dg31rb {
    font-size: 12px;
  }
}

.fortune-play-ab3z13,
.fortune-play-y3rb10 {
  width: 50%;
  flex-shrink: 0;
}

.fortune-play-ab3z13 {
  font-weight: 700;
}

.fortune-play-qusila .fortune-play-kzr1mw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fortune-play-qusila .fortune-play-kzr1mw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fortune-play-qusila .fortune-play-kzr1mw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fortune-play-qusila
  .fortune-play-emkgea:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fortune-play-qusila .fortune-play-i4bozl {
  height: 100% !important;
  border-radius: 16px;
}

.fortune-play-qusila .fortune-play-b4j0iv {
  gap: 4px;
  align-items: center;
}

.fortune-play-qusila .fortune-play-b4j0iv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fortune-play-qusila .fortune-play-b4j0iv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fortune-play-qusila .fortune-play-6qfz2b,
.fortune-play-qusila .fortune-play-fiqxqj {
  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.fortune-play-c3rlzd.org/2000/svg'%3E%3Cpath d='M9.fortune-play-vmunf0 4.fortune-play-wva1ig.fortune-play-jy2qc2 5.fortune-play-7meysa.fortune-play-vu44q7 5.fortune-play-3jaq02.fortune-play-73s2d9 5.fortune-play-jawwy5.fortune-play-l5oj0u 8.fortune-play-65mz7s.fortune-play-w8iemd 9.fortune-play-cxsndq.fortune-play-o4kkmo 9.fortune-play-bmzxl9.fortune-play-mub2gm 13.fortune-play-smjj0p.fortune-play-hxim6r 11.fortune-play-tennci.fortune-play-ac3ihi 11.fortune-play-feifjc.fortune-play-76f65r 11.fortune-play-4p1jsm.fortune-play-gq2cqg 13.fortune-play-3e90rc.fortune-play-2mrr0y 9.fortune-play-pk94pk.fortune-play-9tsuql 9.fortune-play-kojasc.fortune-play-w17zc6 8.fortune-play-f3bnm2.fortune-play-1f3r7a 5.fortune-play-4s8der.fortune-play-cnzjm9 5.fortune-play-mqhrzh.fortune-play-v0kwd9 5.fortune-play-1gb0cl.fortune-play-jfdirp 4.fortune-play-62gcnk.fortune-play-ac3ihi 1.fortune-play-yl96ag.fortune-play-vmunf0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fortune-play-qusila .fortune-play-6qfz2b {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fortune-play-qusila .fortune-play-fiqxqj {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fortune-play-ljuebv {
  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) {
  .fortune-play-ljuebv {
    padding: 24px;
  }
}

.fortune-play-ljuebv .fortune-play-kxszur {
  display: flex;
}

@media (min-width: 768px) {
  .fortune-play-ljuebv .fortune-play-kxszur {
    display: none;
  }
}

.fortune-play-ljuebv .fortune-play-srntj6 svg {
  display: none;
}

.fortune-play-48vvyt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fortune-play-48vvyt .fortune-play-9ij5rg {
  display: none;
}

@media (min-width: 768px) {
  .fortune-play-48vvyt .fortune-play-9ij5rg {
    display: flex;
  }
}

.fortune-play-dwujom {
  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) {
  .fortune-play-dwujom {
    font-size: 40px;
    line-height: 48px;
  }
}

.fortune-play-dwujom > * {
  margin: 0 !important;
}

.fortune-play-dwujom img,
.fortune-play-72fa5s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fortune-play-dwujom img,
  .fortune-play-72fa5s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fortune-play-yg7mkx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fortune-play-yg7mkx {
    width: 32px;
    height: 32px;
  }
}

.fortune-play-fk8au3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fortune-play-fk8au3 {
    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;
  }

  .fortune-play-fk8au3::-webkit-scrollbar {
    display: none;
  }
}

.fortune-play-hs8ffc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fortune-play-hs8ffc {
    padding: 7px 15px;
  }
}

.fortune-play-hs8ffc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fortune-play-akgglh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fortune-play-akgglh {
    display: flex;
    opacity: 1;
  }
}

.fortune-play-hs8ffc picture {
  height: 100%;
  display: block;
}

.fortune-play-hs8ffc img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fortune-play-hs8ffc img {
    width: 88px;
    height: 44px;
  }
}

.fortune-play-hs8ffc p {
  text-align: center;
  width: 100%;
}

.fortune-play-w40oq7 {
  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) {
  .fortune-play-w40oq7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fortune-play-w40oq7 img,
.fortune-play-yui9wg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fortune-play-w40oq7 img,
  .fortune-play-yui9wg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fortune-play-a10ahq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fortune-play-a10ahq {
    width: 32px;
    height: 32px;
  }
}

.fortune-play-4ug8wy {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fortune-play-dezsgi {
  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;
}

.fortune-play-8tqkae {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fortune-play-8tqkae.fortune-play-pcxd8j {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fortune-play-n92b2i {
  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) {
  .fortune-play-n92b2i {
    font-size: 20px;
    line-height: 28px;
  }
}

.fortune-play-gijhew {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fortune-play-e86g0a {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fortune-play-tkk2z9 ease;
  opacity: 0;
  color: var(--text-color);
}

.fortune-play-7p1qed {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fortune-play-7p1qed ol,
.fortune-play-7p1qed ul {
  padding-left: 1.3em;
}

.fortune-play-8tqkae.fortune-play-pcxd8j .fortune-play-e86g0a {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fortune-play-8tqkae.fortune-play-pcxd8j .fortune-play-gijhew {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fortune-play-ckisie {
  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) {
  .fortune-play-ckisie {
    padding: 24px;
  }
}

.fortune-play-ckisie .fortune-play-kxszur {
  display: flex;
}

@media (min-width: 768px) {
  .fortune-play-ckisie .fortune-play-kxszur {
    display: none;
  }
}

.fortune-play-ckisie .fortune-play-srntj6 svg {
  display: none;
}

.fortune-play-wr22ks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fortune-play-wr22ks .fortune-play-9ij5rg {
  display: none;
}

@media (min-width: 768px) {
  .fortune-play-wr22ks .fortune-play-9ij5rg {
    display: flex;
  }
}

.fortune-play-0e27hs {
  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) {
  .fortune-play-0e27hs {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fortune-play-0e27hs > * {
  margin: 0 !important;
}

.fortune-play-0e27hs img,
.fortune-play-6govhj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fortune-play-0e27hs img,
  .fortune-play-6govhj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fortune-play-tz7rbc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fortune-play-tz7rbc {
    width: 32px;
    height: 32px;
  }
}

.fortune-play-7a89gt {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fortune-play-7a89gt {
    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;
  }

  .fortune-play-7a89gt::-webkit-scrollbar {
    display: none;
  }
}

.fortune-play-exlw5a {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fortune-play-exlw5a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fortune-play-qcj7ob {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fortune-play-qcj7ob {
    display: flex;
    opacity: 1;
  }
}

.fortune-play-exlw5a picture {
  width: auto;
  height: 100%;
  display: block;
}

.fortune-play-exlw5a picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fortune-play-2ypjj7 {
  margin: -24px 0;
}

.fortune-play-2ypjj7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fortune-play-2ypjj7 {
    margin: -16px 0;
  }
}

.fortune-play-mbm73v {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fortune-play-mbm73v {
    flex-direction: row;
  }
}

.fortune-play-vmaay6 {
  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) {
  .fortune-play-vmaay6 {
    flex: 1;
  }
}

.fortune-play-vmaay6::placeholder {
  color: var(--Text-400);
}

.fortune-play-2h8uqn {
  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;
}

.fortune-play-xu8h4p {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fortune-play-xu8h4p::-webkit-scrollbar {
  display: none;
}

.fortune-play-sgaph8 {
  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;
}

.fortune-play-sgaph8 img,
.fortune-play-sgaph8 svg {
  margin-right: 8px;
}

.fortune-play-bsae2r {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fortune-play-2ypjj7 + .fortune-play-ugr90f {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fortune-play-2ypjj7 + .fortune-play-ugr90f {
    margin-top: -16px;
  }
}

.fortune-play-qzeb5r {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fortune-play-qzeb5r > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fortune-play-qzeb5r > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fortune-play-vov43f {
  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;
}

.fortune-play-tgcwns {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fortune-play-y5ptv5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fortune-play-y0w4mh {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fortune-play-ittao8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fortune-play-vov43f 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;
}

.fortune-play-vov43f 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) {
  .fortune-play-vov43f {
    padding: 39px 179px 39px 39px;
  }

  .fortune-play-tgcwns {
    font-size: 40px;
    line-height: 48px;
  }

  .fortune-play-ittao8 {
    height: 348px;
  }

  .fortune-play-vov43f button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fortune-play-vov43f button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fortune-play-vov43f {
    padding: 63px;
  }
}

.fortune-play-4vty2m {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fortune-play-4vty2m {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fortune-play-d9v69g {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fortune-play-d9v69g {
    width: auto;
  }
}

.fortune-play-ph0765 {
  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;
}

.fortune-play-ph0765::-webkit-scrollbar {
  display: none;
}

.fortune-play-ph0765 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);
}

.fortune-play-ph0765 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fortune-play-ph0765 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fortune-play-4vty2m .fortune-play-eqlnhx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fortune-play-tkk2z9,
    mask-image 0.3s;
}

.fortune-play-4vty2m .fortune-play-eqlnhx.fortune-play-mzmoix {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fortune-play-amixvo {
  margin: 40px -16px;
}

.fortune-play-qfom72 + .fortune-play-7ss2ph,
.fortune-play-qfom72 + .fortune-play-935ipe {
  margin-top: 24px;
}

.fortune-play-t8u90k {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fortune-play-t8u90k picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fortune-play-qqyo5c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fortune-play-qqyo5c {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fortune-play-qqyo5c {
    margin-top: 0;
  }
}

.fortune-play-c2xzec {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fortune-play-c2xzec {
    font-size: 24px;
    line-height: 32px;
  }
}

.fortune-play-fgcpji {
  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) {
  .fortune-play-fgcpji {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fortune-play-3c87dl {
  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) {
  .fortune-play-3c87dl {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fortune-play-x1wo8g {
  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) {
  .fortune-play-x1wo8g {
    font-size: 20px;
    line-height: 28px;
  }
}

.fortune-play-vjrn08 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fortune-play-vjrn08 {
    font-size: 32px;
    line-height: 40px;
  }
}

.fortune-play-hak33k {
  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;
}

.fortune-play-cvs4vg {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fortune-play-cvs4vg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fortune-play-ugr90f {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fortune-play-1ouiz8 {
  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) {
  .fortune-play-1ouiz8 {
    padding: 15px 48px;
  }
}

main > .fortune-play-ugr90f {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fortune-play-kzr1mw.fortune-play-nvuhzt > div:nth-child(n+5) {
    display: none;
  }
}

.fortune-play-3oex7z p a img {
  display: block;
  margin: 0 auto;
}


.fortune-play-pj7mkd {
  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 */
.fortune-play-4lwezt {
  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;
}

.fortune-play-4lwezt label {
  font-size: 14px;
}

.fortune-play-4lwezt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fortune-play-4lwezt input,
.fortune-play-4lwezt textarea,
.fortune-play-4lwezt 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;
}
.fortune-play-4lwezt button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fortune-play-o5p2rk ease;
}
.fortune-play-4lwezt button:hover {
  background-color: var(--button-bg-hover);
}
.fortune-play-8v7v5g {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fortune-play-shfgru ease-in;
}

.fortune-play-8v7v5g 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;
}
.fortune-play-hd64xv, .fortune-play-boqyeb, [class*="review-card"],
thead, thead th, table th, .fortune-play-l2l0si,
.fortune-play-jk4o3u, [class*="collapsible-header"],
.fortune-play-oqqicp, [class*="updated-block"] {
  color: #ece7dc !important;
}
