* {
  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;
  }
}

.joe-fortune-tete5o {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-tete5o {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .joe-fortune-tete5o {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.joe-fortune-3i7yc5 {
  overflow: hidden;
}

.joe-fortune-e9z95j img {
  background: var(--Neutral-300);
}

.joe-fortune-jwp7k8 {
  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;
}

.joe-fortune-pph6th {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.joe-fortune-pph6th:hover {
  background: var(--button-bg-hover);
}

.joe-fortune-8u9utc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.joe-fortune-8u9utc:hover {
  background: var(--button-bg-hover);
}

.joe-fortune-t8z455 {
  font-size: 12px;
  line-height: 18px;
}

.joe-fortune-n97xyh {
  font-size: 18px;
  line-height: 26px;
}

.joe-fortune-q76lkn {
  width: 100%;
}

.joe-fortune-0jx9uz {
  padding: 6px 16px;
}

.joe-fortune-2gze2w {
  padding: 10px 16px;
}

.joe-fortune-s9gepz {
  padding: 15px 26px;
}

.joe-fortune-hi3cyc {
  flex-shrink: 0;
}

.joe-fortune-c90kkh {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.joe-fortune-02t3gq {
  display: none;
}

.joe-fortune-e942sn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.joe-fortune-ootwkl {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.joe-fortune-c7dck9 {
  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;
}

.joe-fortune-8wpjqt {
  cursor: grab;
}

.joe-fortune-c7dck9::-webkit-scrollbar {
  display: none;
}

.joe-fortune-56ppzi {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.joe-fortune-wscgc1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.joe-fortune-yljeaa {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.joe-fortune-we11m1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.joe-fortune-sfxh2s {
  visibility: visible;
}

.joe-fortune-xwmela {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.joe-fortune-erci5f ease;
}

.joe-fortune-joqsel {
  background-color: var(--Primary-200);
  width: 16px;
}

.joe-fortune-ui5zv8 {
  -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.joe-fortune-erci5f,
    mask-image 0.3s;
}

.joe-fortune-ui5zv8.joe-fortune-qllhqd {
  -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;
  }
}

.joe-fortune-icp5cb: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;
}

.joe-fortune-olgrto {
  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.joe-fortune-qidv70.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.joe-fortune-qidv70.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;
}

.joe-fortune-9xtzc5 {
  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);
}

.joe-fortune-9xtzc5::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%
  );
}

.joe-fortune-f0q4an {
  position: relative;
  z-index: 1;
}

.joe-fortune-b3jehs {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.joe-fortune-jcusy6 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.joe-fortune-70sd3l {
  font-size: 40px;
  line-height: 48px;
}

.joe-fortune-q8zwj5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.joe-fortune-1dnia4 {
  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;
}

.joe-fortune-1dnia4:hover {
  background: var(--Primary-400);
}

.joe-fortune-1dnia4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.joe-fortune-icp5cb 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) {
  .joe-fortune-9xtzc5 {
    max-width: 600px;
    padding: 64px;
  }

  .joe-fortune-b3jehs {
    font-size: 24px;
    line-height: 32px;
  }

  .joe-fortune-jcusy6 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .joe-fortune-70sd3l {
    font-size: 50px;
    line-height: 56px;
  }

  .joe-fortune-q8zwj5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .joe-fortune-olgrto {
    top: 25px;
    right: 25px;
  }
}

.joe-fortune-knusxv,
.joe-fortune-vvjr3k {
  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;
}

.joe-fortune-e3mvua.joe-fortune-s8qfum::before,
.joe-fortune-vvjr3k::before,
.joe-fortune-ung88j::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.joe-fortune-qidv70.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.joe-fortune-yysee1 14.joe-fortune-gb7z0t.joe-fortune-uu6q95 14.joe-fortune-5aszm5 15.joe-fortune-84um0u 14.joe-fortune-nsgu2b 15.joe-fortune-cubly5 14.joe-fortune-4qer9b.joe-fortune-iwkdll 14.joe-fortune-trv6tm 19.joe-fortune-iz2c01 12.joe-fortune-jnhnby 19.joe-fortune-iz2c01 10.joe-fortune-k3o745.joe-fortune-iz2c01 8.joe-fortune-zdqdum 17.joe-fortune-zq3fn6 7.joe-fortune-rmin94 15.joe-fortune-epzccv 7.joe-fortune-ygitz7.joe-fortune-bqsjyx 7.joe-fortune-rmin94 11.joe-fortune-do4fwn 8.joe-fortune-zdqdum 11.joe-fortune-do4fwn 10.joe-fortune-is1tqu.joe-fortune-do4fwn 12.joe-fortune-srjsbn 13.joe-fortune-170vxw 14.joe-fortune-xctzq2 15.joe-fortune-htx417 14.joe-fortune-2hlm2m.joe-fortune-qnfmlh 14.joe-fortune-jc4we3 15.joe-fortune-ei9p0q 14.joe-fortune-3vou84 15.joe-fortune-y59mqb 14.joe-fortune-b4hd4j.joe-fortune-yysee1 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.joe-fortune-x16aio 15.joe-fortune-j3dw75.joe-fortune-uybfd8 15.joe-fortune-jpyg4s 15.joe-fortune-oi3i6o 15.joe-fortune-9eilgr 15.joe-fortune-amvgc8 15.joe-fortune-v5sied.joe-fortune-3tmeod 15.joe-fortune-9eilgr 15.joe-fortune-4nz2pp 15.joe-fortune-e1chy7 15.joe-fortune-rtn2tz 15.joe-fortune-y3tczy.joe-fortune-1so7s3 15.joe-fortune-d98p7c 7.joe-fortune-pv64rx 18.joe-fortune-ff1mw5 7.joe-fortune-t0ennl 23.joe-fortune-h3bjlo.joe-fortune-rim33k.joe-fortune-5wy6zj 18.joe-fortune-sktbh2 19.joe-fortune-qjh449 15.joe-fortune-ol4j6l 15.joe-fortune-x16aio 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.joe-fortune-933nlj [type="submit"] *,
.joe-fortune-ttz2i5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .joe-fortune-fdj2a8 {
    display: none;
  }
}

.joe-fortune-crkcbj {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .joe-fortune-crkcbj {
  display: none;
}

@media (min-width: 768px) {
  .joe-fortune-crkcbj {
    bottom: 22px;
  }
}

.joe-fortune-crkcbj input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .joe-fortune-crkcbj {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.joe-fortune-9t3n3h.static) .joe-fortune-crkcbj {
    bottom: 8px;
  }
}

.joe-fortune-e4k99y {
  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.joe-fortune-qidv70.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.joe-fortune-e2ye32 3.joe-fortune-98tb4v.joe-fortune-5dayd0.joe-fortune-qedn61 3.joe-fortune-wl828a 3.joe-fortune-7d9raa 5.joe-fortune-51nmty 3.joe-fortune-7d9raa 8.joe-fortune-js8yrs.joe-fortune-hj8rve.joe-fortune-7d9raa 26.joe-fortune-irgkfi 5.joe-fortune-3q1opu 28.joe-fortune-hd6nff 8.joe-fortune-o07bl8 28.joe-fortune-lh6ju7.joe-fortune-73ahd7 28.joe-fortune-ag2wwj.joe-fortune-9fzflz 34.joe-fortune-hcj8m8.joe-fortune-fg5hna 36.joe-fortune-alen6p 11.joe-fortune-fiofoy 37.joe-fortune-4pz4v1 12.joe-fortune-ao5v58 36.joe-fortune-hvxg2d.joe-fortune-s1auij 28.joe-fortune-prav9x.joe-fortune-0seqth.joe-fortune-78mwvp 28.joe-fortune-8rh6jr 36.joe-fortune-qhcf2i 26.joe-fortune-e19f4q 36.joe-fortune-qhcf2i 23.joe-fortune-d5qze7.joe-fortune-tlmzux.joe-fortune-qhcf2i 5.joe-fortune-blpwd5 34.joe-fortune-vhclxa 3.joe-fortune-wl828a 31.joe-fortune-e2ye32 3.joe-fortune-nwawk2.joe-fortune-vmao74 18.joe-fortune-zbopzz.joe-fortune-u9cihn 18.joe-fortune-jhj5dn 8.joe-fortune-hrf4vx 17.joe-fortune-pvsevs 8.joe-fortune-hrf4vx 15.joe-fortune-wiufvt.joe-fortune-hrf4vx 14.joe-fortune-bw69ol 9.joe-fortune-u9cihn 13.joe-fortune-qsskh5 11.joe-fortune-vmao74 13.joe-fortune-87fnt3.joe-fortune-mfbwx4 13.joe-fortune-qsskh5 13.joe-fortune-5pxr4v 14.joe-fortune-bw69ol 13.joe-fortune-5pxr4v 15.joe-fortune-x7tp8r.joe-fortune-5pxr4v 17.joe-fortune-pvsevs 12.joe-fortune-mfbwx4 18.joe-fortune-jhj5dn 11.joe-fortune-vmao74 18.joe-fortune-iw4ilz.joe-fortune-pm4qh7 18.joe-fortune-n1dxnj.joe-fortune-fewxtu 18.joe-fortune-jhj5dn 17.joe-fortune-v9hdd1 17.joe-fortune-pvsevs 17.joe-fortune-v9hdd1 15.joe-fortune-lpoctx.joe-fortune-v9hdd1 14.joe-fortune-bw69ol 18.joe-fortune-fewxtu 13.joe-fortune-qsskh5 20.joe-fortune-pm4qh7 13.joe-fortune-lmrhii.joe-fortune-99a0m3 13.joe-fortune-qsskh5 22.joe-fortune-wum93s 14.joe-fortune-bw69ol 22.joe-fortune-wum93s 15.joe-fortune-6ufpqq.joe-fortune-mw2i29 17.joe-fortune-pvsevs 21.joe-fortune-99a0m3 18.joe-fortune-jhj5dn 20.joe-fortune-pm4qh7 18.joe-fortune-kfj3y5.joe-fortune-4oeb5z 18.joe-fortune-lfh5py.joe-fortune-bhqydb 18.joe-fortune-jhj5dn 26.joe-fortune-k9x4ey 17.joe-fortune-pvsevs 26.joe-fortune-k9x4ey 15.joe-fortune-kmp1hf.joe-fortune-k9x4ey 14.joe-fortune-bw69ol 27.joe-fortune-bhqydb 13.joe-fortune-qsskh5 28.joe-fortune-4oeb5z 13.joe-fortune-ndf7nr.joe-fortune-m5mxr0 13.joe-fortune-qsskh5 31.joe-fortune-7wttju 14.joe-fortune-bw69ol 31.joe-fortune-7wttju 15.joe-fortune-3g35ac.joe-fortune-k9x4ey 17.joe-fortune-pvsevs 30.joe-fortune-m5mxr0 18.joe-fortune-jhj5dn 28.joe-fortune-4oeb5z 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"])
    .joe-fortune-e4k99y {
    display: none;
  }
}

.joe-fortune-rrzga9 {
  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) {
  .joe-fortune-rrzga9 {
    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;
}

.joe-fortune-ttz2i5 {
  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) {
  .joe-fortune-ttz2i5 {
    padding: 14px 16px;
  }
}

.joe-fortune-ttz2i5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.joe-fortune-ttz2i5 button:first-child {
  align-content: end;
}

.joe-fortune-ttz2i5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .joe-fortune-ttz2i5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .joe-fortune-ttz2i5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.joe-fortune-ttz2i5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.joe-fortune-ttz2i5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.joe-fortune-ung88j {
  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;
}

.joe-fortune-ung88j::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .joe-fortune-ung88j,
.pc61d126-chatbot[data-active-screen="3"]
  .joe-fortune-ung88j {
  opacity: 1;
  visibility: visible;
}

.joe-fortune-jjlty7 {
  flex: 1 1;
}

.joe-fortune-ddklc9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-ddklc9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .joe-fortune-54f65v {
  display: block;
}

.joe-fortune-p7rt2m {
  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) {
  .joe-fortune-p7rt2m {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.joe-fortune-vvjr3k {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.joe-fortune-vvjr3k::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.joe-fortune-70dmu8 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.joe-fortune-70dmu8 p {
  color: var(--Text-100);
}

.joe-fortune-vvjr3k .joe-fortune-c5lclw {
  grid-area: button;
}

.joe-fortune-vvjr3k .joe-fortune-c5lclw::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.joe-fortune-qidv70.org/2000/svg'%3E%3Cpath d='M4.joe-fortune-ngvzcj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joe-fortune-f6ix1a 15L16.joe-fortune-f6ix1a 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.joe-fortune-f6ix1a 5L16.joe-fortune-f6ix1a 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .joe-fortune-8pf039 {
  display: block;
}

.joe-fortune-z3x3l0 {
  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) {
  .joe-fortune-z3x3l0 {
    margin-top: 40px;
  }
}

.joe-fortune-knusxv label,
.joe-fortune-knusxv input {
  display: block;
  width: 100%;
}

.joe-fortune-knusxv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.joe-fortune-knusxv label.joe-fortune-122mls input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.joe-fortune-knusxv label.joe-fortune-122mls::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;
}

.joe-fortune-knusxv 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;
}

.joe-fortune-knusxv input::placeholder {
  color: var(--Text-400);
}

.joe-fortune-xiloc5 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .joe-fortune-xiloc5 {
  display: flex;
}

.joe-fortune-xiloc5 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .joe-fortune-xiloc5 ol {
    height: 420px;
    padding: 24px;
  }
}

.joe-fortune-xiloc5 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.joe-fortune-933nlj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-933nlj {
    padding: 0 24px 24px;
  }
}

.joe-fortune-933nlj 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;
}

.joe-fortune-933nlj input::placeholder {
  color: var(--Text-400);
}

.joe-fortune-933nlj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.joe-fortune-933nlj [type="submit"]:disabled {
  opacity: 0.5;
}

.joe-fortune-933nlj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .joe-fortune-933nlj [type="submit"] {
    right: 40px;
  }
}

.joe-fortune-e3mvua {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.joe-fortune-e3mvua.joe-fortune-s8qfum {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.joe-fortune-e3mvua.joe-fortune-s8qfum::before {
  content: "";
  width: 31px;
}

.joe-fortune-e3mvua.joe-fortune-s8qfum p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joe-fortune-e3mvua.joe-fortune-f8s12j p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.joe-fortune-e3mvua p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.joe-fortune-crkcbj .joe-fortune-c5lclw {
  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;
  }
}

.joe-fortune-fdj2a8 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .joe-fortune-fdj2a8 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .joe-fortune-fdj2a8 {
    padding: 18px 0;
  }
}

.joe-fortune-fdj2a8 .joe-fortune-tete5o {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .joe-fortune-fdj2a8 .joe-fortune-tete5o {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.joe-fortune-3nbhvr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .joe-fortune-3nbhvr {
    max-width: 160px;
    height: 40px;
  }
}

.joe-fortune-3nbhvr picture,
.joe-fortune-3nbhvr img {
  display: block;
  width: 100%;
  height: 100%;
}

.joe-fortune-3nbhvr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .joe-fortune-akv1aq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.joe-fortune-erci5f ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .joe-fortune-fdj2a8.joe-fortune-xmhuth .joe-fortune-akv1aq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .joe-fortune-akv1aq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .joe-fortune-akv1aq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.joe-fortune-ejgz10,
.joe-fortune-d9ljy6 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .joe-fortune-ejgz10,
  .joe-fortune-d9ljy6 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .joe-fortune-d9ljy6 {
    display: none;
  }
}

.joe-fortune-o1zhur {
  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;
}

.joe-fortune-xmhuth .joe-fortune-o1zhur {
  background: var(--fh-bg-color);
}

.joe-fortune-o1zhur button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .joe-fortune-o1zhur {
    display: none;
  }
}

.joe-fortune-ixuh7a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joe-fortune-ixuh7a {
    display: none;
  }
}

.joe-fortune-87mvy3 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.joe-fortune-fdj2a8.joe-fortune-xmhuth .joe-fortune-87mvy3:first-child {
  display: none;
}

.joe-fortune-fdj2a8.joe-fortune-xmhuth .joe-fortune-87mvy3:last-child {
  display: block;
}

.joe-fortune-87mvy3:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .joe-fortune-87mvy3 {
    display: none;
  }
}

.joe-fortune-29t4x2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joe-fortune-29t4x2 {
    display: flex;
  }
}

.joe-fortune-29t4x2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.joe-fortune-29t4x2:hover ul {
  visibility: visible;
  opacity: 1;
}

.joe-fortune-29t4x2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.joe-fortune-29t4x2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.joe-fortune-29t4x2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.joe-fortune-29t4x2:hover .joe-fortune-dml0x8 svg {
  transform: rotate(180deg);
}

.joe-fortune-byokrq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.joe-fortune-t9242c {
  padding: 0 8px;
}

.joe-fortune-xekb3q {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.joe-fortune-xekb3q:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .joe-fortune-xekb3q {
    padding: 4px 8px;
  }
}

.joe-fortune-gcz16c {
  display: flex;
}

.joe-fortune-gcz16c img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.joe-fortune-dml0x8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.joe-fortune-dml0x8 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.joe-fortune-km7e40 {
  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) {
  .joe-fortune-km7e40 {
    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;
  }
}

.joe-fortune-cavnwp {
  width: 100%;
}

@media (min-width: 1200px) {
  .joe-fortune-cavnwp {
    display: none;
  }
}

.joe-fortune-tadzg2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.joe-fortune-ays9fd {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.joe-fortune-3yg84i {
  display: flex;
}

.joe-fortune-nrjlyv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.joe-fortune-72p8u8 {
  list-style: none;
}

@media (max-width: 1199px) {
  .joe-fortune-72p8u8 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-72p8u8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .joe-fortune-72p8u8 .joe-fortune-4eowh9 [data-ref-el],
  .joe-fortune-72p8u8 .joe-fortune-4eowh9 span,
  .joe-fortune-72p8u8 .joe-fortune-4eowh9 a {
    white-space: nowrap;
  }
}

.joe-fortune-p4gnfr {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .joe-fortune-p4gnfr.joe-fortune-9ei3z4 > .joe-fortune-4eowh9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .joe-fortune-p4gnfr.joe-fortune-8r9l6k:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .joe-fortune-p4gnfr.joe-fortune-9ei3z4 > .joe-fortune-cw4z6b {
    height: auto;
  }

  .joe-fortune-p4gnfr.joe-fortune-9ei3z4 > div > .joe-fortune-yvqad6 {
    transform: rotate(180deg);
  }
}

.joe-fortune-p4gnfr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.joe-fortune-p4gnfr [data-ref-el],
.joe-fortune-p4gnfr span {
  cursor: pointer;
}

.joe-fortune-p4gnfr [data-ref-el],
.joe-fortune-p4gnfr span,
.joe-fortune-p4gnfr a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .joe-fortune-p4gnfr [data-ref-el],
  .joe-fortune-p4gnfr span,
  .joe-fortune-p4gnfr a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-p4gnfr [data-ref-el],
  .joe-fortune-p4gnfr span,
  .joe-fortune-p4gnfr a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.joe-fortune-cw4z6b {
  height: 0;
  overflow: hidden;
  transition: height 0.joe-fortune-erci5f ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.joe-fortune-cw4z6b::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.joe-fortune-cw4z6b::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.joe-fortune-cw4z6b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .joe-fortune-cw4z6b {
    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;
  }

  .joe-fortune-cw4z6b:has(> .joe-fortune-p4gnfr.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .joe-fortune-cw4z6b .joe-fortune-cw4z6b {
    padding: 0;
  }

  .joe-fortune-cw4z6b .joe-fortune-p4gnfr {
    font-weight: 400;
  }

  .joe-fortune-cw4z6b .joe-fortune-p4gnfr:hover > .joe-fortune-4eowh9 {
    background: var(--Neutral-300);
  }

  .joe-fortune-cw4z6b .joe-fortune-yvqad6 {
    rotate: -90deg;
  }
}

.joe-fortune-4eowh9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .joe-fortune-4eowh9 {
    padding: 8px;
  }

  .joe-fortune-p4gnfr.joe-fortune-wmjb6v > .joe-fortune-4eowh9 {
    background: var(--Neutral-300);
  }
}

.joe-fortune-yvqad6 {
  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.joe-fortune-qidv70.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.joe-fortune-5b54if 0.joe-fortune-vfm0ru.joe-fortune-uecd25 -0.joe-fortune-tw86pt 0.joe-fortune-833qyf -0.joe-fortune-tw86pt 1.joe-fortune-nju9dc 0.joe-fortune-efshzk.joe-fortune-htkj0l 4.joe-fortune-hzhz7t.joe-fortune-5b54if 0.joe-fortune-fe5lbc.joe-fortune-02vjf1 -0.joe-fortune-tw86pt 9.joe-fortune-l81402 -0.joe-fortune-tw86pt 10.joe-fortune-s61541 0.joe-fortune-ouklen.joe-fortune-e7wyio 0.joe-fortune-uecd25 10.joe-fortune-e7wyio 0.joe-fortune-833qyf 10.joe-fortune-s61541 1.joe-fortune-6qt2l4.joe-fortune-meitpt 5.joe-fortune-vi34zn.joe-fortune-c7eniy 6.joe-fortune-q7a5mr 5.joe-fortune-blf73u 6.joe-fortune-q7a5mr 4.joe-fortune-vbfdmu 5.joe-fortune-kn6dy3.joe-fortune-5b54if 1.joe-fortune-u747e1.joe-fortune-tw86pt 0.joe-fortune-833qyf -0.joe-fortune-tw86pt 0.joe-fortune-uecd25 0.joe-fortune-5b54if 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.joe-fortune-erci5f ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .joe-fortune-yvqad6 {
    cursor: default;
  }
}

.joe-fortune-j24r29 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.joe-fortune-f6c0kq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .joe-fortune-f6c0kq {
    padding: 40px 4px;
  }
}

.joe-fortune-m7p46f {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .joe-fortune-m7p46f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.joe-fortune-3hipv2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .joe-fortune-3hipv2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.joe-fortune-3hipv2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.joe-fortune-3hipv2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.joe-fortune-3hipv2 [data-ref-el],
.joe-fortune-3hipv2 span,
.joe-fortune-3hipv2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.joe-fortune-6lgksa {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joe-fortune-6lgksa {
    margin-bottom: 12px;
  }
}

.joe-fortune-jcf7vb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.joe-fortune-jcf7vb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .joe-fortune-jcf7vb:last-child {
    margin-right: 0;
  }
}

.joe-fortune-t0sqaj {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joe-fortune-6lgksa:hover .joe-fortune-52e5vy {
  visibility: visible;
  opacity: 1;
}

.joe-fortune-52e5vy {
  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);
}

.joe-fortune-ntumsp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.joe-fortune-4dr2pd {
  display: flex;
  margin: 6px;
}

.joe-fortune-4dr2pd img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.joe-fortune-52e5vy::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);
}

.joe-fortune-52e5vy::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);
}

.joe-fortune-pkfvh0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .joe-fortune-pkfvh0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.joe-fortune-ze564b {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .joe-fortune-ze564b {
    margin-right: 32px;
  }
}

.joe-fortune-714dp0 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .joe-fortune-714dp0 {
    margin-top: 0;
    width: 340px;
  }
}

.joe-fortune-714dp0 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.joe-fortune-s5f81p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.joe-fortune-oh0c6s {
  position: relative;
}

@media (min-width: 768px) {
  .joe-fortune-oh0c6s {
    margin-top: 40px;
  }
}

.joe-fortune-oh0c6s + .joe-fortune-pzemli,
.joe-fortune-oh0c6s + .joe-fortune-oh0c6s {
  margin-top: 24px;
}

.joe-fortune-7r51kw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-7r51kw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .joe-fortune-7r51kw {
    padding: 80px;
  }
}

.joe-fortune-csdhqv {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .joe-fortune-csdhqv {
    padding: 0 16px;
}


}

.joe-fortune-q5xbsq {
  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) {
  .joe-fortune-q5xbsq {
    font-size: 48px;
    line-height: 56px;
  }
}

.joe-fortune-roxelc {
  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) {
  .joe-fortune-roxelc {
    font-size: 24px;
    line-height: 32px;
  }
}

.joe-fortune-30hguy {
  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;
}

.joe-fortune-30hguy:hover {
  background: var(--button-bg-hover);
}

.joe-fortune-vduakl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.joe-fortune-vduakl img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .joe-fortune-vduakl img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .joe-fortune-vduakl img {
  min-height: 100%;
  }
}

.joe-fortune-7r51kw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.joe-fortune-1kot28 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.joe-fortune-1kot28 h1,
.joe-fortune-1kot28 h2,
.joe-fortune-1kot28 h3,
.joe-fortune-1kot28 h4 {
  margin-bottom: 6px;
}

.joe-fortune-1kot28 h1:not(:first-child),
.joe-fortune-1kot28 h2:not(:first-child),
.joe-fortune-1kot28 h3:not(:first-child),
.joe-fortune-1kot28 h4:not(:first-child) {
  margin-top: 16px;
}

.joe-fortune-1kot28 h1,
.joe-fortune-1kot28 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .joe-fortune-1kot28 h1,
  .joe-fortune-1kot28 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.joe-fortune-1kot28 h2,
.joe-fortune-1kot28 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .joe-fortune-1kot28 h2,
  .joe-fortune-1kot28 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.joe-fortune-1kot28 h3,
.joe-fortune-1kot28 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .joe-fortune-1kot28 h3,
  .joe-fortune-1kot28 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.joe-fortune-1kot28 h4,
.joe-fortune-1kot28 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.joe-fortune-1kot28 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.joe-fortune-1kot28 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.joe-fortune-1kot28 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);
}

.joe-fortune-1kot28 ul ul {
  margin-bottom: 8px;
}

.joe-fortune-1kot28 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.joe-fortune-1kot28 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.joe-fortune-1kot28 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.joe-fortune-1kot28 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.joe-fortune-1kot28 ol li::marker {
  font-weight: 700;
}

.joe-fortune-1kot28 ol ol {
  margin-bottom: 8px;
}

.joe-fortune-1kot28 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.joe-fortune-1kot28 ol ul li {
  padding-left: 16px;
}

.joe-fortune-1kot28 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) {
  .joe-fortune-1kot28 table {
    padding: 24px;
  }
}

.joe-fortune-1kot28 table.joe-fortune-4lbtnj {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.joe-fortune-erci5f,
    mask-image 0.3s;
}

.joe-fortune-1kot28 table.joe-fortune-4lbtnj.joe-fortune-qllhqd {
  -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) {
  .joe-fortune-1kot28 table {
    display: table;
  }
}

.joe-fortune-1kot28 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);
}

.joe-fortune-1kot28 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joe-fortune-1kot28 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joe-fortune-1kot28 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) {
  .joe-fortune-1kot28 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.joe-fortune-1kot28 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.joe-fortune-1kot28 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.joe-fortune-1kot28 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.joe-fortune-1kot28 img {
  max-width: 100%;
  height: auto;
}

.joe-fortune-fwj0r0 {
  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) {
  .joe-fortune-fwj0r0 {
    padding: 24px;
  }
}

.joe-fortune-3nnpzr {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .joe-fortune-3nnpzr {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.joe-fortune-3nnpzr > * {
  margin: 0 !important;
}

.joe-fortune-3nnpzr img,
.joe-fortune-5ta2qd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-3nnpzr img,
  .joe-fortune-5ta2qd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joe-fortune-454gsm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joe-fortune-454gsm {
    width: 32px;
    height: 32px;
  }
}

.joe-fortune-tq4bsr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.joe-fortune-tq4bsr .joe-fortune-8zrfqp {
  flex-shrink: 0;
}

.joe-fortune-tq4bsr .joe-fortune-sjny5z svg {
  display: none;
}

.joe-fortune-pxxhpr {
  display: grid;
  transition: max-height 0.joe-fortune-erci5f ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .joe-fortune-pxxhpr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-pxxhpr {
    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));
  }
}

.joe-fortune-pxxhpr.joe-fortune-4lxvyc + .joe-fortune-8zrfqp svg {
  transform: rotate(180deg);
}

.joe-fortune-b9nm3r {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.joe-fortune-b9nm3r > div:nth-child(3n) {
  grid-column: span 2;
}

.joe-fortune-b9nm3r
  > div:nth-child(3n)
  .joe-fortune-ipggf7
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .joe-fortune-b9nm3r {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .joe-fortune-b9nm3r > div:nth-child(3n) {
    grid-column: unset;
  }

  .joe-fortune-b9nm3r
    > div:nth-child(3n)
    .joe-fortune-ipggf7
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-b9nm3r {
    max-width: 270px;
  }
}

.joe-fortune-b9nm3r .joe-fortune-ipggf7 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .joe-fortune-b9nm3r .joe-fortune-ipggf7 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-b9nm3r .joe-fortune-ipggf7 button {
    max-width: 104px;
  }
}

.joe-fortune-kr0hth {
  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) {
  .joe-fortune-kr0hth {
    margin-bottom: 0;
  }
}

.joe-fortune-ucf9cv {
  display: none;
  opacity: 0;
}

.joe-fortune-5ozbdr {
  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;
  }
}

.joe-fortune-5ozbdr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.joe-fortune-ipggf7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.joe-fortune-ipggf7 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joe-fortune-ipggf7
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .joe-fortune-ipggf7
    button {
    max-width: 145px;
  }
}

.joe-fortune-p4l8i8:first-child
  .joe-fortune-ipggf7
  button {
  max-width: 270px;
}

.joe-fortune-hkl47k {
  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%;
}

.joe-fortune-kr0hth picture {
  width: 100%;
  max-width: 100%;
}

.joe-fortune-mysfqh {
  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;
}

.joe-fortune-mysfqh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.joe-fortune-kr0hth:hover .joe-fortune-mysfqh {
  display: flex;
}

.joe-fortune-ntobg4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.joe-fortune-09qxvb {
  display: flex;
}

.joe-fortune-09qxvb:hover .joe-fortune-x352z7,
.joe-fortune-09qxvb .joe-fortune-wmjb6v .joe-fortune-x352z7 {
  display: flex;
}

.joe-fortune-09qxvb svg {
  flex-shrink: 0;
}

.joe-fortune-x352z7 {
  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) {
  .joe-fortune-x352z7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.joe-fortune-x352z7:hover {
  display: flex;
}

.joe-fortune-x352z7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.joe-fortune-xp8r1a {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .joe-fortune-xp8r1a {
    font-size: 12px;
  }
}

.joe-fortune-m0rvc8,
.joe-fortune-pqvd6q {
  width: 50%;
  flex-shrink: 0;
}

.joe-fortune-m0rvc8 {
  font-weight: 700;
}

.joe-fortune-h580oc .joe-fortune-pxxhpr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .joe-fortune-h580oc .joe-fortune-pxxhpr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .joe-fortune-h580oc .joe-fortune-pxxhpr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.joe-fortune-h580oc
  .joe-fortune-hkl47k:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.joe-fortune-h580oc .joe-fortune-5ozbdr {
  height: 100% !important;
  border-radius: 16px;
}

.joe-fortune-h580oc .joe-fortune-ipggf7 {
  gap: 4px;
  align-items: center;
}

.joe-fortune-h580oc .joe-fortune-ipggf7 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joe-fortune-h580oc .joe-fortune-ipggf7 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.joe-fortune-h580oc .joe-fortune-mv3l16,
.joe-fortune-h580oc .joe-fortune-hw4euz {
  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.joe-fortune-qidv70.org/2000/svg'%3E%3Cpath d='M9.joe-fortune-kmwbry 4.joe-fortune-er4rji.joe-fortune-f3jebx 5.joe-fortune-1l9n47.joe-fortune-nsbv5b 5.joe-fortune-lp5i88.joe-fortune-ewfy4v 5.joe-fortune-mg9rhf.joe-fortune-8vjg4k 8.joe-fortune-l2r6c2.joe-fortune-fgu8pc 9.joe-fortune-vt54i9.joe-fortune-kpyw0y 9.joe-fortune-tily67.joe-fortune-wzfyun 13.joe-fortune-0f7f2k.joe-fortune-n7ka85 11.joe-fortune-ubq0ag.joe-fortune-9cgt27 11.joe-fortune-1p7zt6.joe-fortune-o5s25s 11.joe-fortune-5kp62g.joe-fortune-4i08jl 13.joe-fortune-30xm1n.joe-fortune-czi9ng 9.joe-fortune-48sstj.joe-fortune-gh5eo1 9.joe-fortune-1w9t9x.joe-fortune-avg68f 8.joe-fortune-p6iu2w.joe-fortune-r3dkl2 5.joe-fortune-0jovo5.joe-fortune-ive2je 5.joe-fortune-v3whgn.joe-fortune-b8bo88 5.joe-fortune-6adn94.joe-fortune-teiv0i 4.joe-fortune-ujizn0.joe-fortune-9cgt27 1.joe-fortune-vc30bi.joe-fortune-kmwbry 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.joe-fortune-h580oc .joe-fortune-mv3l16 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.joe-fortune-h580oc .joe-fortune-hw4euz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.joe-fortune-5ys76u {
  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) {
  .joe-fortune-5ys76u {
    padding: 24px;
  }
}

.joe-fortune-5ys76u .joe-fortune-8zrfqp {
  display: flex;
}

@media (min-width: 768px) {
  .joe-fortune-5ys76u .joe-fortune-8zrfqp {
    display: none;
  }
}

.joe-fortune-5ys76u .joe-fortune-sjny5z svg {
  display: none;
}

.joe-fortune-3wdhry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.joe-fortune-3wdhry .joe-fortune-jwp7k8 {
  display: none;
}

@media (min-width: 768px) {
  .joe-fortune-3wdhry .joe-fortune-jwp7k8 {
    display: flex;
  }
}

.joe-fortune-tgupnk {
  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) {
  .joe-fortune-tgupnk {
    font-size: 40px;
    line-height: 48px;
  }
}

.joe-fortune-tgupnk > * {
  margin: 0 !important;
}

.joe-fortune-tgupnk img,
.joe-fortune-t5xoq3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-tgupnk img,
  .joe-fortune-t5xoq3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joe-fortune-wwgtyn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joe-fortune-wwgtyn {
    width: 32px;
    height: 32px;
  }
}

.joe-fortune-tl1u7g {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .joe-fortune-tl1u7g {
    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;
  }

  .joe-fortune-tl1u7g::-webkit-scrollbar {
    display: none;
  }
}

.joe-fortune-eqb28a {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .joe-fortune-eqb28a {
    padding: 7px 15px;
  }
}

.joe-fortune-eqb28a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joe-fortune-gqdk2j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joe-fortune-gqdk2j {
    display: flex;
    opacity: 1;
  }
}

.joe-fortune-eqb28a picture {
  height: 100%;
  display: block;
}

.joe-fortune-eqb28a img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .joe-fortune-eqb28a img {
    width: 88px;
    height: 44px;
  }
}

.joe-fortune-eqb28a p {
  text-align: center;
  width: 100%;
}

.joe-fortune-bzaa1b {
  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) {
  .joe-fortune-bzaa1b {
    font-size: 40px;
    line-height: 48px;
  }
}

.joe-fortune-bzaa1b img,
.joe-fortune-f58227 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-bzaa1b img,
  .joe-fortune-f58227 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joe-fortune-qatpxj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joe-fortune-qatpxj {
    width: 32px;
    height: 32px;
  }
}

.joe-fortune-sga6n7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.joe-fortune-ojjasq {
  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;
}

.joe-fortune-mt6qug {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.joe-fortune-mt6qug.joe-fortune-wmjb6v {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.joe-fortune-2mmxqe {
  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) {
  .joe-fortune-2mmxqe {
    font-size: 20px;
    line-height: 28px;
  }
}

.joe-fortune-wdzfp5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.joe-fortune-9vht6c {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.joe-fortune-erci5f ease;
  opacity: 0;
  color: var(--text-color);
}

.joe-fortune-rwnqf2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.joe-fortune-rwnqf2 ol,
.joe-fortune-rwnqf2 ul {
  padding-left: 1.3em;
}

.joe-fortune-mt6qug.joe-fortune-wmjb6v .joe-fortune-9vht6c {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.joe-fortune-mt6qug.joe-fortune-wmjb6v .joe-fortune-wdzfp5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.joe-fortune-gyb4ih {
  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) {
  .joe-fortune-gyb4ih {
    padding: 24px;
  }
}

.joe-fortune-gyb4ih .joe-fortune-8zrfqp {
  display: flex;
}

@media (min-width: 768px) {
  .joe-fortune-gyb4ih .joe-fortune-8zrfqp {
    display: none;
  }
}

.joe-fortune-gyb4ih .joe-fortune-sjny5z svg {
  display: none;
}

.joe-fortune-09nb1i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.joe-fortune-09nb1i .joe-fortune-jwp7k8 {
  display: none;
}

@media (min-width: 768px) {
  .joe-fortune-09nb1i .joe-fortune-jwp7k8 {
    display: flex;
  }
}

.joe-fortune-s16bae {
  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) {
  .joe-fortune-s16bae {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.joe-fortune-s16bae > * {
  margin: 0 !important;
}

.joe-fortune-s16bae img,
.joe-fortune-bbha55 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .joe-fortune-s16bae img,
  .joe-fortune-bbha55 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.joe-fortune-k45ujp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .joe-fortune-k45ujp {
    width: 32px;
    height: 32px;
  }
}

.joe-fortune-w5ltyb {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .joe-fortune-w5ltyb {
    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;
  }

  .joe-fortune-w5ltyb::-webkit-scrollbar {
    display: none;
  }
}

.joe-fortune-eciim4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.joe-fortune-eciim4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.joe-fortune-6vjtzo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .joe-fortune-6vjtzo {
    display: flex;
    opacity: 1;
  }
}

.joe-fortune-eciim4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.joe-fortune-eciim4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.joe-fortune-tuhnbc {
  margin: -24px 0;
}

.joe-fortune-tuhnbc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .joe-fortune-tuhnbc {
    margin: -16px 0;
  }
}

.joe-fortune-4wns6n {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .joe-fortune-4wns6n {
    flex-direction: row;
  }
}

.joe-fortune-gv32p0 {
  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) {
  .joe-fortune-gv32p0 {
    flex: 1;
  }
}

.joe-fortune-gv32p0::placeholder {
  color: var(--Text-400);
}

.joe-fortune-z3wdm1 {
  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;
}

.joe-fortune-qyzgr6 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.joe-fortune-qyzgr6::-webkit-scrollbar {
  display: none;
}

.joe-fortune-fyx9mk {
  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;
}

.joe-fortune-fyx9mk img,
.joe-fortune-fyx9mk svg {
  margin-right: 8px;
}

.joe-fortune-gjpvbq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.joe-fortune-tuhnbc + .joe-fortune-89dsxx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .joe-fortune-tuhnbc + .joe-fortune-89dsxx {
    margin-top: -16px;
  }
}

.joe-fortune-tif6w9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.joe-fortune-tif6w9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.joe-fortune-tif6w9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.joe-fortune-1xzfdg {
  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;
}

.joe-fortune-i0lkux {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.joe-fortune-8t6p6h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.joe-fortune-ek922z {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.joe-fortune-xoqu2n {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.joe-fortune-1xzfdg 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;
}

.joe-fortune-1xzfdg 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) {
  .joe-fortune-1xzfdg {
    padding: 39px 179px 39px 39px;
  }

  .joe-fortune-i0lkux {
    font-size: 40px;
    line-height: 48px;
  }

  .joe-fortune-xoqu2n {
    height: 348px;
  }

  .joe-fortune-1xzfdg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .joe-fortune-1xzfdg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .joe-fortune-1xzfdg {
    padding: 63px;
  }
}

.joe-fortune-baikm7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .joe-fortune-baikm7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.joe-fortune-ans0v4 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joe-fortune-ans0v4 {
    width: auto;
  }
}

.joe-fortune-mp2tai {
  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;
}

.joe-fortune-mp2tai::-webkit-scrollbar {
  display: none;
}

.joe-fortune-mp2tai 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);
}

.joe-fortune-mp2tai a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .joe-fortune-mp2tai {
    margin-left: 16px;
    margin-top: 0;
  }
}

.joe-fortune-baikm7 .joe-fortune-1h7hr1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.joe-fortune-erci5f,
    mask-image 0.3s;
}

.joe-fortune-baikm7 .joe-fortune-1h7hr1.joe-fortune-qllhqd {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.joe-fortune-ubbgb3 {
  margin: 40px -16px;
}

.joe-fortune-gvqma1 + .joe-fortune-pzemli,
.joe-fortune-gvqma1 + .joe-fortune-oh0c6s {
  margin-top: 24px;
}

.joe-fortune-u92hm8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.joe-fortune-u92hm8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.joe-fortune-eruzl9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .joe-fortune-eruzl9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .joe-fortune-eruzl9 {
    margin-top: 0;
  }
}

.joe-fortune-q1gt4l {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joe-fortune-q1gt4l {
    font-size: 24px;
    line-height: 32px;
  }
}

.joe-fortune-l4wgvx {
  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) {
  .joe-fortune-l4wgvx {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.joe-fortune-jlmwz6 {
  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) {
  .joe-fortune-jlmwz6 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.joe-fortune-v401vy {
  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) {
  .joe-fortune-v401vy {
    font-size: 20px;
    line-height: 28px;
  }
}

.joe-fortune-39ip8d {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .joe-fortune-39ip8d {
    font-size: 32px;
    line-height: 40px;
  }
}

.joe-fortune-81345m {
  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;
}

.joe-fortune-6j8cn8 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.joe-fortune-6j8cn8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.joe-fortune-89dsxx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.joe-fortune-ii1qhx {
  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) {
  .joe-fortune-ii1qhx {
    padding: 15px 48px;
  }
}

main > .joe-fortune-89dsxx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .joe-fortune-pxxhpr.joe-fortune-ctw44s > div:nth-child(n+5) {
    display: none;
  }
}

.joe-fortune-1kot28 p a img {
  display: block;
  margin: 0 auto;
}


.joe-fortune-elt2iy {
  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 */
.joe-fortune-yiqyzb {
  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;
}

.joe-fortune-yiqyzb label {
  font-size: 14px;
}

.joe-fortune-yiqyzb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joe-fortune-yiqyzb input,
.joe-fortune-yiqyzb textarea,
.joe-fortune-yiqyzb 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;
}
.joe-fortune-yiqyzb button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joe-fortune-1sgexy ease;
}
.joe-fortune-yiqyzb button:hover {
  background-color: var(--button-bg-hover);
}
.joe-fortune-g75neg {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joe-fortune-c18iuf ease-in;
}

.joe-fortune-g75neg 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;
}
.joe-fortune-8ptkst, .joe-fortune-w0tsfh, [class*="review-card"],
thead, thead th, table th, .joe-fortune-bzhk86,
.joe-fortune-m02g0s, [class*="collapsible-header"],
.joe-fortune-9x34vk, [class*="updated-block"] {
  color: #ece7dc !important;
}
