* {
  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;
  }
}

.wild-fortune-rtmf9i {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-rtmf9i {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .wild-fortune-rtmf9i {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.wild-fortune-4nls6n {
  overflow: hidden;
}

.wild-fortune-4aig61 img {
  background: var(--Neutral-300);
}

.wild-fortune-4gbnd8 {
  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;
}

.wild-fortune-x71czz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.wild-fortune-x71czz:hover {
  background: var(--button-bg-hover);
}

.wild-fortune-74rsaq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.wild-fortune-74rsaq:hover {
  background: var(--button-bg-hover);
}

.wild-fortune-1gkkw2 {
  font-size: 12px;
  line-height: 18px;
}

.wild-fortune-prhtnh {
  font-size: 18px;
  line-height: 26px;
}

.wild-fortune-n77ro3 {
  width: 100%;
}

.wild-fortune-osqpuu {
  padding: 6px 16px;
}

.wild-fortune-fnqjq7 {
  padding: 10px 16px;
}

.wild-fortune-gb9xsd {
  padding: 15px 26px;
}

.wild-fortune-pnozsx {
  flex-shrink: 0;
}

.wild-fortune-4n5kio {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.wild-fortune-aj90y6 {
  display: none;
}

.wild-fortune-eu15nn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.wild-fortune-0tw79o {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.wild-fortune-laqsyw {
  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;
}

.wild-fortune-ccwywe {
  cursor: grab;
}

.wild-fortune-laqsyw::-webkit-scrollbar {
  display: none;
}

.wild-fortune-kvr3xa {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.wild-fortune-lb1hve {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.wild-fortune-4ycdik {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.wild-fortune-56jhl2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.wild-fortune-dvjzhr {
  visibility: visible;
}

.wild-fortune-kj7dhd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.wild-fortune-7hvjfu ease;
}

.wild-fortune-znn8et {
  background-color: var(--Primary-200);
  width: 16px;
}

.wild-fortune-j1a15i {
  -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.wild-fortune-7hvjfu,
    mask-image 0.3s;
}

.wild-fortune-j1a15i.wild-fortune-a9ecss {
  -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;
  }
}

.wild-fortune-6hml9x: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;
}

.wild-fortune-njcjjl {
  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.wild-fortune-w7uij1.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.wild-fortune-w7uij1.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;
}

.wild-fortune-g58bec {
  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);
}

.wild-fortune-g58bec::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%
  );
}

.wild-fortune-9z9yoh {
  position: relative;
  z-index: 1;
}

.wild-fortune-hywd90 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.wild-fortune-6b6vpi {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.wild-fortune-aiomcp {
  font-size: 40px;
  line-height: 48px;
}

.wild-fortune-eq8too {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wild-fortune-3721tm {
  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;
}

.wild-fortune-3721tm:hover {
  background: var(--Primary-400);
}

.wild-fortune-3721tm svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.wild-fortune-6hml9x 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) {
  .wild-fortune-g58bec {
    max-width: 600px;
    padding: 64px;
  }

  .wild-fortune-hywd90 {
    font-size: 24px;
    line-height: 32px;
  }

  .wild-fortune-6b6vpi {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .wild-fortune-aiomcp {
    font-size: 50px;
    line-height: 56px;
  }

  .wild-fortune-eq8too {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .wild-fortune-njcjjl {
    top: 25px;
    right: 25px;
  }
}

.wild-fortune-ndo9o1,
.wild-fortune-2kuhn6 {
  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;
}

.wild-fortune-qze2io.wild-fortune-iit0bp::before,
.wild-fortune-2kuhn6::before,
.wild-fortune-24b06f::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.wild-fortune-w7uij1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.wild-fortune-uqdxpd 14.wild-fortune-fbh99a.wild-fortune-il3yan 14.wild-fortune-mns943 15.wild-fortune-u6r6qb 14.wild-fortune-39vwe5 15.wild-fortune-ix12xq 14.wild-fortune-cfep5a.wild-fortune-6794xc 14.wild-fortune-oh75fz 19.wild-fortune-2frztl 12.wild-fortune-xfbozy 19.wild-fortune-2frztl 10.wild-fortune-9qqs8j.wild-fortune-2frztl 8.wild-fortune-otqhf1 17.wild-fortune-4avha2 7.wild-fortune-4flf2f 15.wild-fortune-vg9gjr 7.wild-fortune-xbfxw7.wild-fortune-jodgzt 7.wild-fortune-4flf2f 11.wild-fortune-0y9zs4 8.wild-fortune-otqhf1 11.wild-fortune-0y9zs4 10.wild-fortune-fc2kjx.wild-fortune-0y9zs4 12.wild-fortune-nrodip 13.wild-fortune-zwmox5 14.wild-fortune-no3y5g 15.wild-fortune-riyktx 14.wild-fortune-2q9iqa.wild-fortune-zr0qb6 14.wild-fortune-79h9sb 15.wild-fortune-ocv2c4 14.wild-fortune-pj8irn 15.wild-fortune-74izbb 14.wild-fortune-46vrvc.wild-fortune-uqdxpd 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.wild-fortune-pu4zj1 15.wild-fortune-zx9j2g.wild-fortune-l368vm 15.wild-fortune-xow37z 15.wild-fortune-nwlsjb 15.wild-fortune-pb15r0 15.wild-fortune-7mojd8 15.wild-fortune-fc0nj8.wild-fortune-dp4yh8 15.wild-fortune-pb15r0 15.wild-fortune-ov85iw 15.wild-fortune-ghfrkn 15.wild-fortune-npqwty 15.wild-fortune-aynllb.wild-fortune-6zvsjt 15.wild-fortune-z5yov2 7.wild-fortune-pxv77n 18.wild-fortune-da2pl1 7.wild-fortune-wp6kby 23.wild-fortune-86zbw4.wild-fortune-mflbqo.wild-fortune-60jems 18.wild-fortune-dh3xhb 19.wild-fortune-upiupn 15.wild-fortune-z77nmc 15.wild-fortune-pu4zj1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.wild-fortune-caxkxv [type="submit"] *,
.wild-fortune-i3hdq5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .wild-fortune-1lnp7r {
    display: none;
  }
}

.wild-fortune-28919v {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .wild-fortune-28919v {
  display: none;
}

@media (min-width: 768px) {
  .wild-fortune-28919v {
    bottom: 22px;
  }
}

.wild-fortune-28919v input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .wild-fortune-28919v {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.wild-fortune-wkyt1g.static) .wild-fortune-28919v {
    bottom: 8px;
  }
}

.wild-fortune-hdf5wt {
  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.wild-fortune-w7uij1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.wild-fortune-9rwlrd 3.wild-fortune-sdv3oi.wild-fortune-znzgq5.wild-fortune-rbcyli 3.wild-fortune-9uh21f 3.wild-fortune-kjlg4r 5.wild-fortune-z2owlz 3.wild-fortune-kjlg4r 8.wild-fortune-arvbr1.wild-fortune-cipbe2.wild-fortune-kjlg4r 26.wild-fortune-89k46q 5.wild-fortune-yxbk6l 28.wild-fortune-30gzxb 8.wild-fortune-e4cbd5 28.wild-fortune-9x62q6.wild-fortune-6emn4n 28.wild-fortune-38dc77.wild-fortune-w4lfsw 34.wild-fortune-m1c3j0.wild-fortune-2jneg8 36.wild-fortune-7drgf2 11.wild-fortune-jb3re2 37.wild-fortune-jafrx5 12.wild-fortune-3cvqbb 36.wild-fortune-w6t4cx.wild-fortune-j4vp93 28.wild-fortune-up7y2p.wild-fortune-u4c9ij.wild-fortune-7rzjwu 28.wild-fortune-empv0y 36.wild-fortune-eh4fsa 26.wild-fortune-9rs2ny 36.wild-fortune-eh4fsa 23.wild-fortune-iwepav.wild-fortune-pjied9.wild-fortune-eh4fsa 5.wild-fortune-l2ix36 34.wild-fortune-cmcb0p 3.wild-fortune-9uh21f 31.wild-fortune-9rwlrd 3.wild-fortune-e9f7m6.wild-fortune-e1tzgq 18.wild-fortune-kpqf6e.wild-fortune-5cevmg 18.wild-fortune-ms0guo 8.wild-fortune-v80a9i 17.wild-fortune-9iij3z 8.wild-fortune-v80a9i 15.wild-fortune-w67c2o.wild-fortune-v80a9i 14.wild-fortune-jw709w 9.wild-fortune-5cevmg 13.wild-fortune-ah2prx 11.wild-fortune-e1tzgq 13.wild-fortune-j3oj1y.wild-fortune-pt5cgh 13.wild-fortune-ah2prx 13.wild-fortune-my05ib 14.wild-fortune-jw709w 13.wild-fortune-my05ib 15.wild-fortune-aivrhv.wild-fortune-my05ib 17.wild-fortune-9iij3z 12.wild-fortune-pt5cgh 18.wild-fortune-ms0guo 11.wild-fortune-e1tzgq 18.wild-fortune-1oe0ul.wild-fortune-td5brz 18.wild-fortune-wydkss.wild-fortune-krrsrs 18.wild-fortune-ms0guo 17.wild-fortune-nrlbt1 17.wild-fortune-9iij3z 17.wild-fortune-nrlbt1 15.wild-fortune-5lkh27.wild-fortune-nrlbt1 14.wild-fortune-jw709w 18.wild-fortune-krrsrs 13.wild-fortune-ah2prx 20.wild-fortune-td5brz 13.wild-fortune-rf76of.wild-fortune-j9k6oj 13.wild-fortune-ah2prx 22.wild-fortune-w359ui 14.wild-fortune-jw709w 22.wild-fortune-w359ui 15.wild-fortune-bukvdy.wild-fortune-y7tl8p 17.wild-fortune-9iij3z 21.wild-fortune-j9k6oj 18.wild-fortune-ms0guo 20.wild-fortune-td5brz 18.wild-fortune-31d704.wild-fortune-sv3zj5 18.wild-fortune-vuonl5.wild-fortune-hwal1n 18.wild-fortune-ms0guo 26.wild-fortune-7i8fxv 17.wild-fortune-9iij3z 26.wild-fortune-7i8fxv 15.wild-fortune-reouza.wild-fortune-7i8fxv 14.wild-fortune-jw709w 27.wild-fortune-hwal1n 13.wild-fortune-ah2prx 28.wild-fortune-sv3zj5 13.wild-fortune-x1wi4x.wild-fortune-kzjz1z 13.wild-fortune-ah2prx 31.wild-fortune-61u0te 14.wild-fortune-jw709w 31.wild-fortune-61u0te 15.wild-fortune-g50dma.wild-fortune-7i8fxv 17.wild-fortune-9iij3z 30.wild-fortune-kzjz1z 18.wild-fortune-ms0guo 28.wild-fortune-sv3zj5 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"])
    .wild-fortune-hdf5wt {
    display: none;
  }
}

.wild-fortune-u4it6u {
  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) {
  .wild-fortune-u4it6u {
    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;
}

.wild-fortune-i3hdq5 {
  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) {
  .wild-fortune-i3hdq5 {
    padding: 14px 16px;
  }
}

.wild-fortune-i3hdq5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.wild-fortune-i3hdq5 button:first-child {
  align-content: end;
}

.wild-fortune-i3hdq5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .wild-fortune-i3hdq5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .wild-fortune-i3hdq5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.wild-fortune-i3hdq5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.wild-fortune-i3hdq5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.wild-fortune-24b06f {
  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;
}

.wild-fortune-24b06f::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .wild-fortune-24b06f,
.pc61d126-chatbot[data-active-screen="3"]
  .wild-fortune-24b06f {
  opacity: 1;
  visibility: visible;
}

.wild-fortune-83o8gx {
  flex: 1 1;
}

.wild-fortune-45xc51 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-45xc51 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .wild-fortune-wan3m8 {
  display: block;
}

.wild-fortune-hpjwfl {
  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) {
  .wild-fortune-hpjwfl {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.wild-fortune-2kuhn6 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.wild-fortune-2kuhn6::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.wild-fortune-2iofgd span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.wild-fortune-2iofgd p {
  color: var(--Text-100);
}

.wild-fortune-2kuhn6 .wild-fortune-86x2cw {
  grid-area: button;
}

.wild-fortune-2kuhn6 .wild-fortune-86x2cw::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.wild-fortune-w7uij1.org/2000/svg'%3E%3Cpath d='M4.wild-fortune-ouauch 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.wild-fortune-afocuq 15L16.wild-fortune-afocuq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.wild-fortune-afocuq 5L16.wild-fortune-afocuq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .wild-fortune-928c0q {
  display: block;
}

.wild-fortune-wbt1sa {
  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) {
  .wild-fortune-wbt1sa {
    margin-top: 40px;
  }
}

.wild-fortune-ndo9o1 label,
.wild-fortune-ndo9o1 input {
  display: block;
  width: 100%;
}

.wild-fortune-ndo9o1 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.wild-fortune-ndo9o1 label.wild-fortune-ah0rhn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.wild-fortune-ndo9o1 label.wild-fortune-ah0rhn::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;
}

.wild-fortune-ndo9o1 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;
}

.wild-fortune-ndo9o1 input::placeholder {
  color: var(--Text-400);
}

.wild-fortune-g0hpg4 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .wild-fortune-g0hpg4 {
  display: flex;
}

.wild-fortune-g0hpg4 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .wild-fortune-g0hpg4 ol {
    height: 420px;
    padding: 24px;
  }
}

.wild-fortune-g0hpg4 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.wild-fortune-caxkxv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-caxkxv {
    padding: 0 24px 24px;
  }
}

.wild-fortune-caxkxv 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;
}

.wild-fortune-caxkxv input::placeholder {
  color: var(--Text-400);
}

.wild-fortune-caxkxv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.wild-fortune-caxkxv [type="submit"]:disabled {
  opacity: 0.5;
}

.wild-fortune-caxkxv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .wild-fortune-caxkxv [type="submit"] {
    right: 40px;
  }
}

.wild-fortune-qze2io {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.wild-fortune-qze2io.wild-fortune-iit0bp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.wild-fortune-qze2io.wild-fortune-iit0bp::before {
  content: "";
  width: 31px;
}

.wild-fortune-qze2io.wild-fortune-iit0bp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.wild-fortune-qze2io.wild-fortune-d2okw2 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.wild-fortune-qze2io p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.wild-fortune-28919v .wild-fortune-86x2cw {
  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;
  }
}

.wild-fortune-1lnp7r {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .wild-fortune-1lnp7r {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .wild-fortune-1lnp7r {
    padding: 18px 0;
  }
}

.wild-fortune-1lnp7r .wild-fortune-rtmf9i {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .wild-fortune-1lnp7r .wild-fortune-rtmf9i {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.wild-fortune-wvgsqj {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .wild-fortune-wvgsqj {
    max-width: 160px;
    height: 40px;
  }
}

.wild-fortune-wvgsqj picture,
.wild-fortune-wvgsqj img {
  display: block;
  width: 100%;
  height: 100%;
}

.wild-fortune-wvgsqj img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .wild-fortune-t32p2a {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.wild-fortune-7hvjfu ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .wild-fortune-1lnp7r.wild-fortune-s48wlx .wild-fortune-t32p2a {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wild-fortune-t32p2a {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .wild-fortune-t32p2a {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.wild-fortune-ou9hbv,
.wild-fortune-q587n3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .wild-fortune-ou9hbv,
  .wild-fortune-q587n3 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .wild-fortune-q587n3 {
    display: none;
  }
}

.wild-fortune-s08107 {
  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;
}

.wild-fortune-s48wlx .wild-fortune-s08107 {
  background: var(--fh-bg-color);
}

.wild-fortune-s08107 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .wild-fortune-s08107 {
    display: none;
  }
}

.wild-fortune-rddts2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .wild-fortune-rddts2 {
    display: none;
  }
}

.wild-fortune-atkmq6 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.wild-fortune-1lnp7r.wild-fortune-s48wlx .wild-fortune-atkmq6:first-child {
  display: none;
}

.wild-fortune-1lnp7r.wild-fortune-s48wlx .wild-fortune-atkmq6:last-child {
  display: block;
}

.wild-fortune-atkmq6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .wild-fortune-atkmq6 {
    display: none;
  }
}

.wild-fortune-enwopn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .wild-fortune-enwopn {
    display: flex;
  }
}

.wild-fortune-enwopn ul {
  max-height: 350px;
  overflow-y: auto;
}

.wild-fortune-enwopn:hover ul {
  visibility: visible;
  opacity: 1;
}

.wild-fortune-enwopn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.wild-fortune-enwopn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.wild-fortune-enwopn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.wild-fortune-enwopn:hover .wild-fortune-8e90mb svg {
  transform: rotate(180deg);
}

.wild-fortune-wckxn6 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.wild-fortune-effsf9 {
  padding: 0 8px;
}

.wild-fortune-wtot6w {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.wild-fortune-wtot6w:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .wild-fortune-wtot6w {
    padding: 4px 8px;
  }
}

.wild-fortune-reyeir {
  display: flex;
}

.wild-fortune-reyeir img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.wild-fortune-8e90mb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.wild-fortune-8e90mb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.wild-fortune-ho0fqs {
  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) {
  .wild-fortune-ho0fqs {
    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;
  }
}

.wild-fortune-81mo9j {
  width: 100%;
}

@media (min-width: 1200px) {
  .wild-fortune-81mo9j {
    display: none;
  }
}

.wild-fortune-g8vuzh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.wild-fortune-9yi7g4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.wild-fortune-sol6yo {
  display: flex;
}

.wild-fortune-b7fyod {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.wild-fortune-lzazcq {
  list-style: none;
}

@media (max-width: 1199px) {
  .wild-fortune-lzazcq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-lzazcq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .wild-fortune-lzazcq .wild-fortune-2jn9og [data-ref-el],
  .wild-fortune-lzazcq .wild-fortune-2jn9og span,
  .wild-fortune-lzazcq .wild-fortune-2jn9og a {
    white-space: nowrap;
  }
}

.wild-fortune-wv7a9l {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .wild-fortune-wv7a9l.wild-fortune-foqzdk > .wild-fortune-2jn9og {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .wild-fortune-wv7a9l.wild-fortune-fj6cl2:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .wild-fortune-wv7a9l.wild-fortune-foqzdk > .wild-fortune-okbxs2 {
    height: auto;
  }

  .wild-fortune-wv7a9l.wild-fortune-foqzdk > div > .wild-fortune-kwpuav {
    transform: rotate(180deg);
  }
}

.wild-fortune-wv7a9l [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.wild-fortune-wv7a9l [data-ref-el],
.wild-fortune-wv7a9l span {
  cursor: pointer;
}

.wild-fortune-wv7a9l [data-ref-el],
.wild-fortune-wv7a9l span,
.wild-fortune-wv7a9l a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .wild-fortune-wv7a9l [data-ref-el],
  .wild-fortune-wv7a9l span,
  .wild-fortune-wv7a9l a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-wv7a9l [data-ref-el],
  .wild-fortune-wv7a9l span,
  .wild-fortune-wv7a9l a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.wild-fortune-okbxs2 {
  height: 0;
  overflow: hidden;
  transition: height 0.wild-fortune-7hvjfu ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.wild-fortune-okbxs2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.wild-fortune-okbxs2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.wild-fortune-okbxs2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .wild-fortune-okbxs2 {
    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;
  }

  .wild-fortune-okbxs2:has(> .wild-fortune-wv7a9l.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .wild-fortune-okbxs2 .wild-fortune-okbxs2 {
    padding: 0;
  }

  .wild-fortune-okbxs2 .wild-fortune-wv7a9l {
    font-weight: 400;
  }

  .wild-fortune-okbxs2 .wild-fortune-wv7a9l:hover > .wild-fortune-2jn9og {
    background: var(--Neutral-300);
  }

  .wild-fortune-okbxs2 .wild-fortune-kwpuav {
    rotate: -90deg;
  }
}

.wild-fortune-2jn9og {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .wild-fortune-2jn9og {
    padding: 8px;
  }

  .wild-fortune-wv7a9l.wild-fortune-xhptnr > .wild-fortune-2jn9og {
    background: var(--Neutral-300);
  }
}

.wild-fortune-kwpuav {
  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.wild-fortune-w7uij1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.wild-fortune-v67f13 0.wild-fortune-pvt3he.wild-fortune-4pfbph -0.wild-fortune-zzqkp3 0.wild-fortune-b3eyr0 -0.wild-fortune-zzqkp3 1.wild-fortune-89ir05 0.wild-fortune-hk0kuc.wild-fortune-ho3me3 4.wild-fortune-rmqu5d.wild-fortune-v67f13 0.wild-fortune-mbcrwz.wild-fortune-7xb7xb -0.wild-fortune-zzqkp3 9.wild-fortune-sd3mnq -0.wild-fortune-zzqkp3 10.wild-fortune-1oz0iu 0.wild-fortune-fscfwq.wild-fortune-duh8s2 0.wild-fortune-4pfbph 10.wild-fortune-duh8s2 0.wild-fortune-b3eyr0 10.wild-fortune-1oz0iu 1.wild-fortune-kx6vr2.wild-fortune-acykaw 5.wild-fortune-1ujs1f.wild-fortune-9ggtvk 6.wild-fortune-jvldyf 5.wild-fortune-r5vfe9 6.wild-fortune-jvldyf 4.wild-fortune-q8jpnx 5.wild-fortune-la4zgz.wild-fortune-v67f13 1.wild-fortune-vevam2.wild-fortune-zzqkp3 0.wild-fortune-b3eyr0 -0.wild-fortune-zzqkp3 0.wild-fortune-4pfbph 0.wild-fortune-v67f13 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.wild-fortune-7hvjfu ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .wild-fortune-kwpuav {
    cursor: default;
  }
}

.wild-fortune-q7xe9f {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.wild-fortune-7otk0e {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .wild-fortune-7otk0e {
    padding: 40px 4px;
  }
}

.wild-fortune-58smlv {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .wild-fortune-58smlv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.wild-fortune-ny27n7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .wild-fortune-ny27n7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.wild-fortune-ny27n7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.wild-fortune-ny27n7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.wild-fortune-ny27n7 [data-ref-el],
.wild-fortune-ny27n7 span,
.wild-fortune-ny27n7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.wild-fortune-s6o4vf {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .wild-fortune-s6o4vf {
    margin-bottom: 12px;
  }
}

.wild-fortune-l5lwrk {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.wild-fortune-l5lwrk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .wild-fortune-l5lwrk:last-child {
    margin-right: 0;
  }
}

.wild-fortune-fvu4i8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.wild-fortune-s6o4vf:hover .wild-fortune-78t5ed {
  visibility: visible;
  opacity: 1;
}

.wild-fortune-78t5ed {
  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);
}

.wild-fortune-y6evgu {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.wild-fortune-gk0zdd {
  display: flex;
  margin: 6px;
}

.wild-fortune-gk0zdd img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.wild-fortune-78t5ed::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);
}

.wild-fortune-78t5ed::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);
}

.wild-fortune-ar0g9c {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .wild-fortune-ar0g9c {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.wild-fortune-sbxsws {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .wild-fortune-sbxsws {
    margin-right: 32px;
  }
}

.wild-fortune-dbheuh {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .wild-fortune-dbheuh {
    margin-top: 0;
    width: 340px;
  }
}

.wild-fortune-dbheuh a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.wild-fortune-89wv7q {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.wild-fortune-f5qw7c {
  position: relative;
}

@media (min-width: 768px) {
  .wild-fortune-f5qw7c {
    margin-top: 40px;
  }
}

.wild-fortune-f5qw7c + .wild-fortune-jkda5d,
.wild-fortune-f5qw7c + .wild-fortune-f5qw7c {
  margin-top: 24px;
}

.wild-fortune-hiybcx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-hiybcx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .wild-fortune-hiybcx {
    padding: 80px;
  }
}

.wild-fortune-vby9t5 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .wild-fortune-vby9t5 {
    padding: 0 16px;
}


}

.wild-fortune-1lvly4 {
  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) {
  .wild-fortune-1lvly4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.wild-fortune-58xz43 {
  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) {
  .wild-fortune-58xz43 {
    font-size: 24px;
    line-height: 32px;
  }
}

.wild-fortune-17qtru {
  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;
}

.wild-fortune-17qtru:hover {
  background: var(--button-bg-hover);
}

.wild-fortune-yls6ur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.wild-fortune-yls6ur img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .wild-fortune-yls6ur img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .wild-fortune-yls6ur img {
  min-height: 100%;
  }
}

.wild-fortune-hiybcx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.wild-fortune-a2g5fu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wild-fortune-a2g5fu h1,
.wild-fortune-a2g5fu h2,
.wild-fortune-a2g5fu h3,
.wild-fortune-a2g5fu h4 {
  margin-bottom: 6px;
}

.wild-fortune-a2g5fu h1:not(:first-child),
.wild-fortune-a2g5fu h2:not(:first-child),
.wild-fortune-a2g5fu h3:not(:first-child),
.wild-fortune-a2g5fu h4:not(:first-child) {
  margin-top: 16px;
}

.wild-fortune-a2g5fu h1,
.wild-fortune-a2g5fu h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .wild-fortune-a2g5fu h1,
  .wild-fortune-a2g5fu h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.wild-fortune-a2g5fu h2,
.wild-fortune-a2g5fu h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .wild-fortune-a2g5fu h2,
  .wild-fortune-a2g5fu h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.wild-fortune-a2g5fu h3,
.wild-fortune-a2g5fu h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .wild-fortune-a2g5fu h3,
  .wild-fortune-a2g5fu h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.wild-fortune-a2g5fu h4,
.wild-fortune-a2g5fu h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.wild-fortune-a2g5fu ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.wild-fortune-a2g5fu ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.wild-fortune-a2g5fu 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);
}

.wild-fortune-a2g5fu ul ul {
  margin-bottom: 8px;
}

.wild-fortune-a2g5fu ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.wild-fortune-a2g5fu ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.wild-fortune-a2g5fu ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.wild-fortune-a2g5fu ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.wild-fortune-a2g5fu ol li::marker {
  font-weight: 700;
}

.wild-fortune-a2g5fu ol ol {
  margin-bottom: 8px;
}

.wild-fortune-a2g5fu ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.wild-fortune-a2g5fu ol ul li {
  padding-left: 16px;
}

.wild-fortune-a2g5fu 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) {
  .wild-fortune-a2g5fu table {
    padding: 24px;
  }
}

.wild-fortune-a2g5fu table.wild-fortune-t1satz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.wild-fortune-7hvjfu,
    mask-image 0.3s;
}

.wild-fortune-a2g5fu table.wild-fortune-t1satz.wild-fortune-a9ecss {
  -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) {
  .wild-fortune-a2g5fu table {
    display: table;
  }
}

.wild-fortune-a2g5fu 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);
}

.wild-fortune-a2g5fu table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.wild-fortune-a2g5fu table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.wild-fortune-a2g5fu 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) {
  .wild-fortune-a2g5fu table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.wild-fortune-a2g5fu table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.wild-fortune-a2g5fu table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.wild-fortune-a2g5fu table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.wild-fortune-a2g5fu img {
  max-width: 100%;
  height: auto;
}

.wild-fortune-h5bbxr {
  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) {
  .wild-fortune-h5bbxr {
    padding: 24px;
  }
}

.wild-fortune-c164be {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .wild-fortune-c164be {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.wild-fortune-c164be > * {
  margin: 0 !important;
}

.wild-fortune-c164be img,
.wild-fortune-3puqfh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-c164be img,
  .wild-fortune-3puqfh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wild-fortune-dgvs9x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wild-fortune-dgvs9x {
    width: 32px;
    height: 32px;
  }
}

.wild-fortune-mduh4q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.wild-fortune-mduh4q .wild-fortune-yca60c {
  flex-shrink: 0;
}

.wild-fortune-mduh4q .wild-fortune-2bfi7x svg {
  display: none;
}

.wild-fortune-truzdg {
  display: grid;
  transition: max-height 0.wild-fortune-7hvjfu ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .wild-fortune-truzdg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-truzdg {
    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));
  }
}

.wild-fortune-truzdg.wild-fortune-tcvz0a + .wild-fortune-yca60c svg {
  transform: rotate(180deg);
}

.wild-fortune-xj89h7 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.wild-fortune-xj89h7 > div:nth-child(3n) {
  grid-column: span 2;
}

.wild-fortune-xj89h7
  > div:nth-child(3n)
  .wild-fortune-qqymwd
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .wild-fortune-xj89h7 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .wild-fortune-xj89h7 > div:nth-child(3n) {
    grid-column: unset;
  }

  .wild-fortune-xj89h7
    > div:nth-child(3n)
    .wild-fortune-qqymwd
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-xj89h7 {
    max-width: 270px;
  }
}

.wild-fortune-xj89h7 .wild-fortune-qqymwd button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .wild-fortune-xj89h7 .wild-fortune-qqymwd button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-xj89h7 .wild-fortune-qqymwd button {
    max-width: 104px;
  }
}

.wild-fortune-ysyttb {
  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) {
  .wild-fortune-ysyttb {
    margin-bottom: 0;
  }
}

.wild-fortune-dk8q5g {
  display: none;
  opacity: 0;
}

.wild-fortune-p4l584 {
  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;
  }
}

.wild-fortune-p4l584 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.wild-fortune-qqymwd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.wild-fortune-qqymwd button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .wild-fortune-qqymwd
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .wild-fortune-qqymwd
    button {
    max-width: 145px;
  }
}

.wild-fortune-u1mjij:first-child
  .wild-fortune-qqymwd
  button {
  max-width: 270px;
}

.wild-fortune-lawbyj {
  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%;
}

.wild-fortune-ysyttb picture {
  width: 100%;
  max-width: 100%;
}

.wild-fortune-i7uzf2 {
  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;
}

.wild-fortune-i7uzf2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.wild-fortune-ysyttb:hover .wild-fortune-i7uzf2 {
  display: flex;
}

.wild-fortune-p9kh5b {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.wild-fortune-lwn0ko {
  display: flex;
}

.wild-fortune-lwn0ko:hover .wild-fortune-8lvz6t,
.wild-fortune-lwn0ko .wild-fortune-xhptnr .wild-fortune-8lvz6t {
  display: flex;
}

.wild-fortune-lwn0ko svg {
  flex-shrink: 0;
}

.wild-fortune-8lvz6t {
  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) {
  .wild-fortune-8lvz6t {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.wild-fortune-8lvz6t:hover {
  display: flex;
}

.wild-fortune-8lvz6t svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.wild-fortune-l9j51d {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .wild-fortune-l9j51d {
    font-size: 12px;
  }
}

.wild-fortune-c8fdky,
.wild-fortune-qun4gu {
  width: 50%;
  flex-shrink: 0;
}

.wild-fortune-c8fdky {
  font-weight: 700;
}

.wild-fortune-7uh4vl .wild-fortune-truzdg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .wild-fortune-7uh4vl .wild-fortune-truzdg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .wild-fortune-7uh4vl .wild-fortune-truzdg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.wild-fortune-7uh4vl
  .wild-fortune-lawbyj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.wild-fortune-7uh4vl .wild-fortune-p4l584 {
  height: 100% !important;
  border-radius: 16px;
}

.wild-fortune-7uh4vl .wild-fortune-qqymwd {
  gap: 4px;
  align-items: center;
}

.wild-fortune-7uh4vl .wild-fortune-qqymwd button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wild-fortune-7uh4vl .wild-fortune-qqymwd svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.wild-fortune-7uh4vl .wild-fortune-t7efpu,
.wild-fortune-7uh4vl .wild-fortune-td03ok {
  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.wild-fortune-w7uij1.org/2000/svg'%3E%3Cpath d='M9.wild-fortune-bw07hj 4.wild-fortune-djkeo2.wild-fortune-v02bd4 5.wild-fortune-bychfk.wild-fortune-z1vgyh 5.wild-fortune-ffk5uu.wild-fortune-jncjlc 5.wild-fortune-lnrr52.wild-fortune-ibpien 8.wild-fortune-gpg88s.wild-fortune-kw7fso 9.wild-fortune-2v07k4.wild-fortune-eizvnr 9.wild-fortune-tr11a1.wild-fortune-hlr1bv 13.wild-fortune-clzu7l.wild-fortune-eoi9sl 11.wild-fortune-w885wh.wild-fortune-8tipv9 11.wild-fortune-fg0fa3.wild-fortune-i3zyer 11.wild-fortune-5o2zv9.wild-fortune-ssgzio 13.wild-fortune-go6273.wild-fortune-o307c9 9.wild-fortune-npel4z.wild-fortune-plf27e 9.wild-fortune-9odl3q.wild-fortune-8uzku2 8.wild-fortune-wigb4n.wild-fortune-n6e4rj 5.wild-fortune-4lnqmk.wild-fortune-vizwqi 5.wild-fortune-60vkzy.wild-fortune-9roakc 5.wild-fortune-jauxvj.wild-fortune-9ry3cw 4.wild-fortune-4mi2rj.wild-fortune-8tipv9 1.wild-fortune-k14d9m.wild-fortune-bw07hj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.wild-fortune-7uh4vl .wild-fortune-t7efpu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.wild-fortune-7uh4vl .wild-fortune-td03ok {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.wild-fortune-kfvmi5 {
  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) {
  .wild-fortune-kfvmi5 {
    padding: 24px;
  }
}

.wild-fortune-kfvmi5 .wild-fortune-yca60c {
  display: flex;
}

@media (min-width: 768px) {
  .wild-fortune-kfvmi5 .wild-fortune-yca60c {
    display: none;
  }
}

.wild-fortune-kfvmi5 .wild-fortune-2bfi7x svg {
  display: none;
}

.wild-fortune-2r2ufp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wild-fortune-2r2ufp .wild-fortune-4gbnd8 {
  display: none;
}

@media (min-width: 768px) {
  .wild-fortune-2r2ufp .wild-fortune-4gbnd8 {
    display: flex;
  }
}

.wild-fortune-uas7hv {
  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) {
  .wild-fortune-uas7hv {
    font-size: 40px;
    line-height: 48px;
  }
}

.wild-fortune-uas7hv > * {
  margin: 0 !important;
}

.wild-fortune-uas7hv img,
.wild-fortune-ysisoq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-uas7hv img,
  .wild-fortune-ysisoq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wild-fortune-oa3wth {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wild-fortune-oa3wth {
    width: 32px;
    height: 32px;
  }
}

.wild-fortune-eq7qgx {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .wild-fortune-eq7qgx {
    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;
  }

  .wild-fortune-eq7qgx::-webkit-scrollbar {
    display: none;
  }
}

.wild-fortune-v8qoab {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .wild-fortune-v8qoab {
    padding: 7px 15px;
  }
}

.wild-fortune-v8qoab:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.wild-fortune-w0aell {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .wild-fortune-w0aell {
    display: flex;
    opacity: 1;
  }
}

.wild-fortune-v8qoab picture {
  height: 100%;
  display: block;
}

.wild-fortune-v8qoab img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .wild-fortune-v8qoab img {
    width: 88px;
    height: 44px;
  }
}

.wild-fortune-v8qoab p {
  text-align: center;
  width: 100%;
}

.wild-fortune-b73btq {
  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) {
  .wild-fortune-b73btq {
    font-size: 40px;
    line-height: 48px;
  }
}

.wild-fortune-b73btq img,
.wild-fortune-nmgxh6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-b73btq img,
  .wild-fortune-nmgxh6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wild-fortune-u00o09 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wild-fortune-u00o09 {
    width: 32px;
    height: 32px;
  }
}

.wild-fortune-lf5q7i {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.wild-fortune-hxqg8z {
  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;
}

.wild-fortune-r5xwd8 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.wild-fortune-r5xwd8.wild-fortune-xhptnr {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.wild-fortune-57lqyq {
  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) {
  .wild-fortune-57lqyq {
    font-size: 20px;
    line-height: 28px;
  }
}

.wild-fortune-aoivpt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.wild-fortune-s8wrkq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.wild-fortune-7hvjfu ease;
  opacity: 0;
  color: var(--text-color);
}

.wild-fortune-4kuaa4 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.wild-fortune-4kuaa4 ol,
.wild-fortune-4kuaa4 ul {
  padding-left: 1.3em;
}

.wild-fortune-r5xwd8.wild-fortune-xhptnr .wild-fortune-s8wrkq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.wild-fortune-r5xwd8.wild-fortune-xhptnr .wild-fortune-aoivpt {
  transform: rotate(180deg);
  color: var(--text-color);
}

.wild-fortune-bs9ll4 {
  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) {
  .wild-fortune-bs9ll4 {
    padding: 24px;
  }
}

.wild-fortune-bs9ll4 .wild-fortune-yca60c {
  display: flex;
}

@media (min-width: 768px) {
  .wild-fortune-bs9ll4 .wild-fortune-yca60c {
    display: none;
  }
}

.wild-fortune-bs9ll4 .wild-fortune-2bfi7x svg {
  display: none;
}

.wild-fortune-ljc472 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wild-fortune-ljc472 .wild-fortune-4gbnd8 {
  display: none;
}

@media (min-width: 768px) {
  .wild-fortune-ljc472 .wild-fortune-4gbnd8 {
    display: flex;
  }
}

.wild-fortune-cz8cvt {
  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) {
  .wild-fortune-cz8cvt {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.wild-fortune-cz8cvt > * {
  margin: 0 !important;
}

.wild-fortune-cz8cvt img,
.wild-fortune-e381cj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .wild-fortune-cz8cvt img,
  .wild-fortune-e381cj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.wild-fortune-ap9emz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wild-fortune-ap9emz {
    width: 32px;
    height: 32px;
  }
}

.wild-fortune-kwenyn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .wild-fortune-kwenyn {
    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;
  }

  .wild-fortune-kwenyn::-webkit-scrollbar {
    display: none;
  }
}

.wild-fortune-hwt7vc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.wild-fortune-hwt7vc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.wild-fortune-d4nm8j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .wild-fortune-d4nm8j {
    display: flex;
    opacity: 1;
  }
}

.wild-fortune-hwt7vc picture {
  width: auto;
  height: 100%;
  display: block;
}

.wild-fortune-hwt7vc picture img {
  display: block;
  width: auto;
  height: 100%;
}

.wild-fortune-na028i {
  margin: -24px 0;
}

.wild-fortune-na028i:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .wild-fortune-na028i {
    margin: -16px 0;
  }
}

.wild-fortune-phyovg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .wild-fortune-phyovg {
    flex-direction: row;
  }
}

.wild-fortune-74jbm3 {
  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) {
  .wild-fortune-74jbm3 {
    flex: 1;
  }
}

.wild-fortune-74jbm3::placeholder {
  color: var(--Text-400);
}

.wild-fortune-g204h5 {
  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;
}

.wild-fortune-uhgtx2 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wild-fortune-uhgtx2::-webkit-scrollbar {
  display: none;
}

.wild-fortune-m39o3z {
  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;
}

.wild-fortune-m39o3z img,
.wild-fortune-m39o3z svg {
  margin-right: 8px;
}

.wild-fortune-xiwmi4 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.wild-fortune-na028i + .wild-fortune-qd8zav {
  margin-top: 0;
}

@media (min-width: 768px) {
  .wild-fortune-na028i + .wild-fortune-qd8zav {
    margin-top: -16px;
  }
}

.wild-fortune-1k0wd8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.wild-fortune-1k0wd8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.wild-fortune-1k0wd8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.wild-fortune-2r8n1z {
  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;
}

.wild-fortune-8rtf5f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.wild-fortune-zyvcih {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wild-fortune-i5z7dz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.wild-fortune-ffik63 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.wild-fortune-2r8n1z 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;
}

.wild-fortune-2r8n1z 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) {
  .wild-fortune-2r8n1z {
    padding: 39px 179px 39px 39px;
  }

  .wild-fortune-8rtf5f {
    font-size: 40px;
    line-height: 48px;
  }

  .wild-fortune-ffik63 {
    height: 348px;
  }

  .wild-fortune-2r8n1z button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .wild-fortune-2r8n1z button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .wild-fortune-2r8n1z {
    padding: 63px;
  }
}

.wild-fortune-3ui0l1 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .wild-fortune-3ui0l1 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.wild-fortune-bvwnc5 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .wild-fortune-bvwnc5 {
    width: auto;
  }
}

.wild-fortune-ykqlm5 {
  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;
}

.wild-fortune-ykqlm5::-webkit-scrollbar {
  display: none;
}

.wild-fortune-ykqlm5 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);
}

.wild-fortune-ykqlm5 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .wild-fortune-ykqlm5 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.wild-fortune-3ui0l1 .wild-fortune-s70nd2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.wild-fortune-7hvjfu,
    mask-image 0.3s;
}

.wild-fortune-3ui0l1 .wild-fortune-s70nd2.wild-fortune-a9ecss {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.wild-fortune-5eabez {
  margin: 40px -16px;
}

.wild-fortune-nos4e0 + .wild-fortune-jkda5d,
.wild-fortune-nos4e0 + .wild-fortune-f5qw7c {
  margin-top: 24px;
}

.wild-fortune-yr4qwq {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.wild-fortune-yr4qwq picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.wild-fortune-26xmn5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .wild-fortune-26xmn5 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .wild-fortune-26xmn5 {
    margin-top: 0;
  }
}

.wild-fortune-5ojqcu {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .wild-fortune-5ojqcu {
    font-size: 24px;
    line-height: 32px;
  }
}

.wild-fortune-g55zkn {
  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) {
  .wild-fortune-g55zkn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.wild-fortune-3tfi4y {
  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) {
  .wild-fortune-3tfi4y {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.wild-fortune-f1nkr6 {
  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) {
  .wild-fortune-f1nkr6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.wild-fortune-nn2sew {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .wild-fortune-nn2sew {
    font-size: 32px;
    line-height: 40px;
  }
}

.wild-fortune-rnvyq0 {
  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;
}

.wild-fortune-4a1mv1 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.wild-fortune-4a1mv1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wild-fortune-qd8zav {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wild-fortune-jb89pa {
  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) {
  .wild-fortune-jb89pa {
    padding: 15px 48px;
  }
}

main > .wild-fortune-qd8zav {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .wild-fortune-truzdg.wild-fortune-orr20m > div:nth-child(n+5) {
    display: none;
  }
}

.wild-fortune-a2g5fu p a img {
  display: block;
  margin: 0 auto;
}


.wild-fortune-mxuht6 {
  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 */
.wild-fortune-uuiavf {
  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;
}

.wild-fortune-uuiavf label {
  font-size: 14px;
}

.wild-fortune-uuiavf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wild-fortune-uuiavf input,
.wild-fortune-uuiavf textarea,
.wild-fortune-uuiavf 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;
}
.wild-fortune-uuiavf button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.wild-fortune-1ivsqx ease;
}
.wild-fortune-uuiavf button:hover {
  background-color: var(--button-bg-hover);
}
.wild-fortune-nhxrvx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.wild-fortune-yi0xea ease-in;
}

.wild-fortune-nhxrvx 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;
}
.wild-fortune-icnz7m, .wild-fortune-s9ip33, [class*="review-card"],
thead, thead th, table th, .wild-fortune-7kozpd,
.wild-fortune-q5jrcb, [class*="collapsible-header"],
.wild-fortune-8rjers, [class*="updated-block"] {
  color: #ece7dc !important;
}
