html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.truefortune-7mavti {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-7mavti {
    padding: 54px 0 0;
  }
}

.truefortune-4aix2t {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .truefortune-4aix2t:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.truefortune-bsp8el {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .truefortune-bsp8el {
    margin: 20px auto 100px;
  }
}

.truefortune-bsp8el h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-bsp8el h1 {
    font-size: 120px;
  }
}

.truefortune-bsp8el p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.truefortune-n5gu73 {
  cursor: pointer;
}

.truefortune-cmz26n {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.truefortune-4rfs7t {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.truefortune-4rfs7t figure {
  margin: 0;
}

.truefortune-4rfs7t.truefortune-tmbdhm {
  justify-content: flex-start;
  margin-right: 4px;
}

.truefortune-4rfs7t.truefortune-69xvu8 {
  justify-content: flex-end;
  margin-left: 4px;
}

.truefortune-4rfs7t.truefortune-c989af {
  justify-content: center;
}

.truefortune-4rfs7t.truefortune-70r8x4 {
  justify-content: normal;
}

.truefortune-2ywvkg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .truefortune-2ywvkg {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-2ywvkg {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.truefortune-5q8uvv {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .truefortune-5q8uvv {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.truefortune-g9yokw {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .truefortune-g9yokw {
    flex-direction: column;
  }
}

.truefortune-qf7kl4 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.truefortune-qf7kl4 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .truefortune-qf7kl4 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.truefortune-s8388x {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.truefortune-s8388x ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .truefortune-s8388x ul {
    margin-bottom: 15px;
  }
}

.truefortune-s8388x ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.truefortune-s8388x ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.truefortune-s8388x ul li span svg {
  fill: var(--title-color);
}

.truefortune-s8388x ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .truefortune-s8388x ul li small {
    font-size: 12px;
  }
}

.truefortune-s8388x ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.truefortune-s8388x ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-s8388x {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.truefortune-o1ofk2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .truefortune-o1ofk2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.truefortune-3hzz2m {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.truefortune-sbd8qg {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.truefortune-sl9qxo ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-sbd8qg {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .truefortune-sbd8qg:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.truefortune-sbd8qg.truefortune-b8ba99 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .truefortune-sbd8qg.truefortune-b8ba99:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.truefortune-rx37av {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .truefortune-rx37av {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-rx37av {
    padding: 50px 16px 68px;
  }
}

.truefortune-mok0uf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .truefortune-mok0uf {
    flex-direction: column;
  }
}

.truefortune-5q3od5 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .truefortune-5q3od5 {
    margin-bottom: 40px;
  }
}

.truefortune-yeuod2 .truefortune-pi0hn1 {
  margin-bottom: 28px;
}

.truefortune-yeuod2 .truefortune-pi0hn1 img {
  max-height: 100px;
  width: auto;
}

.truefortune-4odptq {
  display: flex;
  align-items: center;
}

.truefortune-4odptq a + a {
  margin-left: 24px;
}

.truefortune-4odptq img {
  max-height: 56px;
  width: auto;
}

.truefortune-4odptq img + img {
  margin-left: 24px;
}

.truefortune-xv2uct {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .truefortune-xv2uct {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.truefortune-medqiz {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-medqiz {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.truefortune-o4aq7q {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-o4aq7q {
    flex-wrap: wrap;
  }
}

.truefortune-o4aq7q li {
  display: flex;
  margin: 0 7px;
}

.truefortune-o4aq7q li svg {
  transition: 0.truefortune-sl9qxo ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .truefortune-o4aq7q li:hover svg {
    transform: scale(1.2);
  }
}

.truefortune-phzgm6 {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.truefortune-leg9md + .truefortune-leg9md {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .truefortune-leg9md + .truefortune-leg9md {
    margin: 36px 0 0;
  }
}

.truefortune-smpyp2 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.truefortune-mf6h72 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.truefortune-mf6h72 li {
  font-size: 16px;
}

.truefortune-mf6h72 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-mf6h72 li a:hover {
    text-decoration: underline;
  }
}

.truefortune-mf6h72 li + li {
  margin-top: 16px;
}

.truefortune-9feip1 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.truefortune-5ng44b ease-in-out;
}

.truefortune-9feip1.truefortune-pdxn3g {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.truefortune-k7ndel {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.truefortune-k7ndel h1,
.truefortune-k7ndel h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .truefortune-k7ndel h1,
  .truefortune-k7ndel h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .truefortune-k7ndel {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-k7ndel {
    margin-bottom: 60px;
  }
}

.truefortune-7vo0ey {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .truefortune-7vo0ey {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.truefortune-7vo0ey li {
  width: 100%;
}

.truefortune-7vo0ey li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.truefortune-sl9qxo ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.truefortune-7vo0ey li a svg {
  fill: var(--button-text-color);
}

.truefortune-7vo0ey li a.truefortune-pdxn3g {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .truefortune-7vo0ey li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-7vo0ey li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .truefortune-7vo0ey li a img {
    max-width: 16px;
  }
}

.truefortune-dkago0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .truefortune-dkago0 {
    margin: 0 -5px;
  }
}

.truefortune-p06936 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.truefortune-p06936 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.truefortune-p06936 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .truefortune-p06936 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .truefortune-p06936 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.truefortune-o05qv2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.truefortune-o05qv2 img {
  width: 100%;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .truefortune-o05qv2:hover img {
    transform: scale(1.1);
  }
}

.truefortune-t5ogsd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .truefortune-t5ogsd {
    height: 54px;
  }
}

.truefortune-qqxoel {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .truefortune-qqxoel {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-qqxoel {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-qqxoel .truefortune-pi0hn1 img {
    max-width: 90px;
  }
}

.truefortune-pi0hn1 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .truefortune-pi0hn1 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-csuuhl {
    display: none;
  }
  .truefortune-csuuhl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.truefortune-mfpxcg {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.truefortune-mfpxcg li {
  font-size: 16px;
  margin: 0 20px;
}

.truefortune-mfpxcg li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-mfpxcg li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-mfpxcg {
    display: block;
  }
  .truefortune-mfpxcg li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .truefortune-mfpxcg li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .truefortune-mfpxcg li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .truefortune-mfpxcg li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.truefortune-x7yezt {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .truefortune-x7yezt {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-x7yezt {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-x7yezt {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.truefortune-x7yezt.truefortune-ey5vgv {
  margin-right: 0;
}

.truefortune-dc5w1d {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .truefortune-dc5w1d {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .truefortune-dc5w1d:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.truefortune-6myjwz {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .truefortune-6myjwz:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-6myjwz {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.truefortune-a9c6ji {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .truefortune-a9c6ji {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.truefortune-a9c6ji:hover > ul {
  display: flex;
}

.truefortune-a9c6ji:focus > ul {
  display: flex;
}

.truefortune-a9c6ji:focus-within > ul {
  display: flex;
}

.truefortune-sxud8n {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.truefortune-sxud8n::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.truefortune-5ng44b ease-in-out;
}

@media only screen and (max-width: 767px) {
  .truefortune-sxud8n {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .truefortune-sxud8n img {
    max-width: 20px;
  }
}

.truefortune-a9c6ji ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.truefortune-sl9qxo ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-a9c6ji ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.truefortune-a9c6ji ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.truefortune-sl9qxo ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .truefortune-a9c6ji ul li {
    padding: 5px;
  }
}

.truefortune-a9c6ji ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-a9c6ji ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-a9c6ji ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .truefortune-a9c6ji ul li a img {
    max-width: 20px;
  }
}

.truefortune-t3npch {
  display: none;
}

.truefortune-mmhhxf {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .truefortune-mmhhxf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.truefortune-mmhhxf span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .truefortune-t3npch:checked ~ .truefortune-csuuhl {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .truefortune-csuuhl {
    display: none;
    transition: display 0.truefortune-sl9qxo ease-in-out;
  }
  .truefortune-t3npch:checked ~ .truefortune-csuuhl {
    display: block;
  }
  .truefortune-t3npch:checked + .truefortune-mmhhxf span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .truefortune-t3npch:checked + .truefortune-mmhhxf span:nth-child(2) {
    display: none;
  }
  .truefortune-t3npch:checked + .truefortune-mmhhxf span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.truefortune-grnuty {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-grnuty {
    padding: 0 16px;
  }
}

.truefortune-grnuty img {
  margin-bottom: 20px;
}

.truefortune-grnuty p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-grnuty p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-grnuty {
    margin-bottom: 60px;
  }
}

.truefortune-jq0fg9 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-jq0fg9 {
    font-size: 32px;
  }
}

.truefortune-0ozz72 {
  color: var(--text-color);
}

.truefortune-f462hd {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .truefortune-f462hd {
    font-size: 16px;
    line-height: 140%;
  }
}

.truefortune-f462hd p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.truefortune-f462hd p img {
  display: block;
  margin: 0 auto;
}

.truefortune-f462hd p:first-of-type {
  margin-top: 0;
}

.truefortune-f462hd p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-f462hd p {
    font-size: 18px;
    line-height: 140%;
  }
}

.truefortune-f462hd ul {
  padding: 0 0 0 20px;
}

.truefortune-f462hd table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.truefortune-f462hd table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-f462hd table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.truefortune-f462hd table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-f462hd table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.truefortune-f462hd table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.truefortune-f462hd iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-f462hd iframe {
    height: 200px;
  }
}

.truefortune-1cev64 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-1cev64 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-1cev64 {
    margin-bottom: 60px;
  }
}

.truefortune-n9adbn {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-n9adbn {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.truefortune-n9adbn h1,
.truefortune-n9adbn h2,
.truefortune-n9adbn h3,
.truefortune-n9adbn h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-n9adbn h1,
  .truefortune-n9adbn h2,
  .truefortune-n9adbn h3,
  .truefortune-n9adbn h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.truefortune-63raxo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-63raxo {
    flex-direction: column-reverse;
  }
}

.truefortune-63raxo .truefortune-r2d64a {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-63raxo .truefortune-r2d64a {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.truefortune-63raxo .truefortune-xzahqo {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-63raxo .truefortune-xzahqo {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .truefortune-63raxo .truefortune-xzahqo img {
    width: 100%;
  }
}

.truefortune-xzahqo {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-xzahqo {
    margin-bottom: 18px;
  }
}

.truefortune-r2d64a {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-r2d64a {
    margin-bottom: 18px;
  }
}

.truefortune-1cev64 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-1cev64 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.truefortune-1cev64 .truefortune-4aix2t {
  margin-top: 30px;
  margin-bottom: 30px;
}

.truefortune-2a99v4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .truefortune-2a99v4 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-2a99v4 {
    margin-bottom: 60px;
  }
}

.truefortune-q6l5vn {
  position: relative;
  border: none;
}

.truefortune-q6l5vn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.truefortune-w1eumt {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.truefortune-w1eumt span {
  height: 32px;
}

.truefortune-w1eumt span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.truefortune-w1eumt.truefortune-7lc2mj span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .truefortune-w1eumt {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.truefortune-g5fd0l {
  list-style: none;
  padding: 0;
  margin: 0;
}

.truefortune-g5fd0l li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-g5fd0l li {
    font-size: 16px;
  }
}

.truefortune-g5fd0l li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .truefortune-g5fd0l li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-g5fd0l li a {
    padding: 12px 14px;
  }
}

.truefortune-g5fd0l.truefortune-rk1lsx {
  display: none;
}

.truefortune-vvnoyj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.truefortune-vvnoyj table {
  width: 100%;
  border-collapse: collapse;
}

.truefortune-vvnoyj table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .truefortune-vvnoyj table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .truefortune-vvnoyj table td {
    min-width: 75px;
  }
}

.truefortune-vvnoyj table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-vvnoyj table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.truefortune-vvnoyj table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.truefortune-vvnoyj p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .truefortune-vvnoyj p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .truefortune-vvnoyj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-vvnoyj {
    margin-bottom: 60px;
  }
}

.truefortune-58lf4h {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-58lf4h {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.truefortune-73nesb {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .truefortune-73nesb {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.truefortune-73nesb tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .truefortune-73nesb tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.truefortune-73nesb tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.truefortune-5r39ax table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.truefortune-5r39ax table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.truefortune-5r39ax p {
  color: var(--text-color);
}

.truefortune-5ul9sj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-5ul9sj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-5ul9sj {
    margin-bottom: 60px;
  }
}

.truefortune-uehrzf {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.truefortune-a2cx9h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-a2cx9h {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-a2cx9h {
    margin-bottom: 60px;
  }
}

.truefortune-l5k2ej {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.truefortune-l5k2ej h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-l5k2ej h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.truefortune-l5k2ej p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.truefortune-l5k2ej p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .truefortune-l5k2ej p {
    font-size: 16px;
  }
}

.truefortune-5nbwlx {
  display: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-5nbwlx {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.truefortune-5wf8f8 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.truefortune-5wf8f8 li {
  margin: 0 20px;
}

.truefortune-5wf8f8 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.truefortune-5wf8f8 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .truefortune-5wf8f8 li a:hover {
    color: #2ab765;
  }
}

.truefortune-46i07n {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .truefortune-46i07n {
    padding: 0 16px;
  }
}

.truefortune-46i07n li {
  font-size: 16px;
  position: relative;
}

.truefortune-46i07n li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-46i07n li a:hover {
    text-decoration: underline;
  }
}

.truefortune-46i07n li span {
  opacity: 0.5;
}

.truefortune-46i07n li + li {
  margin-left: 30px;
}

.truefortune-46i07n li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.truefortune-n9adbn {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.truefortune-n9adbn {
    margin-bottom: 18px;
  }
}

.truefortune-0x88m0 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.truefortune-0x88m0 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.truefortune-0x88m0 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.truefortune-0x88m0 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.truefortune-0x88m0 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.truefortune-0x88m0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.truefortune-0x88m0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.truefortune-0x88m0 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.truefortune-0x88m0 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.truefortune-0x88m0 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .truefortune-0x88m0 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.truefortune-0x88m0 tbody tr td .truefortune-eoi50o {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .truefortune-0x88m0 tbody tr td .truefortune-eoi50o {
    width: 100%;
  }
}

.truefortune-0x88m0 tbody tr td .truefortune-lv9ld0 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.truefortune-sl9qxo ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-0x88m0 tbody tr td .truefortune-lv9ld0:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-0x88m0 tbody tr td .truefortune-lv9ld0 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .truefortune-0x88m0 tbody tr td .truefortune-lv9ld0 {
    width: 100%;
  }
}

.truefortune-0x88m0 tbody tr td .truefortune-pe1fxm {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .truefortune-0x88m0 tbody tr td .truefortune-pe1fxm:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-0x88m0 tbody tr {
    flex-direction: column;
  }
}

.truefortune-0x88m0 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.truefortune-up0nfe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-up0nfe {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-up0nfe {
    margin: 0 auto 60px;
  }
}

.truefortune-8ozpko {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-8ozpko {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.truefortune-v0e1pe {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .truefortune-v0e1pe {
    margin: 0 -5px;
  }
}

.truefortune-cw648i {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.truefortune-cw648i img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-cw648i p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .truefortune-cw648i:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .truefortune-cw648i {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-cw648i {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .truefortune-cw648i p {
    font-size: 16px;
  }
}

.truefortune-abvf4z {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .truefortune-abvf4z {
    height: 190px;
    margin: 20px auto;
  }
}

.truefortune-abvf4z img {
  width: 100%;
  height: 100%;
}

.truefortune-abvf4z iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .truefortune-abvf4z iframe {
    height: 190px;
  }
}

.truefortune-v11wsf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.truefortune-v11wsf::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.truefortune-uz451w {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.truefortune-uz451w svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .truefortune-uz451w:hover svg {
    transform: scale(1.1);
  }
}

.truefortune-u56y83 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-u56y83 {
    padding: 40px 0;
  }
}

.truefortune-70bf2d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .truefortune-70bf2d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .truefortune-70bf2d {
    flex-direction: column-reverse;
  }
}

.truefortune-up988d {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.truefortune-up988d img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .truefortune-up988d {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-up988d {
    margin: 10px 0 0;
  }
}

.truefortune-z3bfn3 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.truefortune-z3bfn3 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .truefortune-z3bfn3 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-z3bfn3 {
    padding: 24px 10px;
  }
}

.truefortune-prjnqi {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-prjnqi:hover {
  border: 1px solid #8c8ca2;
}

.truefortune-1a3emt {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.truefortune-1a3emt:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.truefortune-ycyoyo {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.truefortune-ycyoyo a {
  text-decoration: underline;
  color: #8babff;
}

.truefortune-acwl86 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.truefortune-acwl86 .truefortune-prjnqi {
  width: 50%;
  margin: 0;
}

.truefortune-bhxygg {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.truefortune-bhxygg:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.truefortune-go41vz {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-go41vz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-go41vz {
    margin: 0 0 60px;
  }
}

.truefortune-6xx54s {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-6xx54s {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.truefortune-1rcvvc {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .truefortune-1rcvvc {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.truefortune-9hbbeo {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .truefortune-9hbbeo {
    flex-basis: auto;
    max-width: 100%;
  }
}

.truefortune-7jwu5n {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-7jwu5n {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.truefortune-7jwu5n a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

@media only screen and (max-width: 767px) {
  .truefortune-7jwu5n a {
    margin: 1px 0 4px;
  }
}

.truefortune-7jwu5n a svg {
  fill: #fff;
}

.truefortune-7jwu5n a:hover {
  background: #3d68e7;
}

.truefortune-18ouf8 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.truefortune-7i5fhr {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .truefortune-7i5fhr {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.truefortune-ewbpmx {
  font-size: 16px;
  color: var(--text-color);
}

.truefortune-qfax31 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-qfax31 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-qfax31 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .truefortune-qfax31 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.truefortune-m6dpa0 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.truefortune-m6dpa0 h1,
.truefortune-m6dpa0 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-m6dpa0 h1,
  .truefortune-m6dpa0 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .truefortune-m6dpa0 {
    margin: 0;
    padding-right: 20px;
  }
}

.truefortune-0h4m2d {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.truefortune-0h4m2d h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-0h4m2d h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.truefortune-0h4m2d h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .truefortune-0h4m2d h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.truefortune-0h4m2d table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.truefortune-0h4m2d table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-0h4m2d table tr td {
    padding: 12px 4px;
  }
}

.truefortune-0h4m2d table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-0h4m2d table tr th {
    padding: 12px 4px;
  }
}

.truefortune-0h4m2d table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .truefortune-0h4m2d {
    margin: 0;
  }
}

.truefortune-wy0sxl {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .truefortune-wy0sxl {
    min-height: 190px;
  }
}

.truefortune-vrixj4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.truefortune-vrixj4::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.truefortune-1z11mn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.truefortune-1z11mn.truefortune-g4bcl3 {
  display: none;
}

.truefortune-tnmw4o {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.truefortune-tnmw4o iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.truefortune-tnmw4o iframe.truefortune-bqhykg {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.truefortune-tnmw4o.truefortune-q7lhxg {
  opacity: 1;
  pointer-events: all;
}

.truefortune-ix9kb9 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-ix9kb9 svg {
  margin-right: 10px;
}

.truefortune-ix9kb9 + .truefortune-ix9kb9 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .truefortune-ix9kb9:hover {
    background: #a8a6b3;
  }
}

.truefortune-9r3aam {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .truefortune-9r3aam:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-ix9kb9 {
    height: 42px;
    max-width: 220px;
  }
}

.truefortune-qfax31 .truefortune-1cev64 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.truefortune-qfax31 .truefortune-1cev64 h1,
.truefortune-qfax31 .truefortune-1cev64 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .truefortune-qfax31 .truefortune-1cev64 h1,
  .truefortune-qfax31 .truefortune-1cev64 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .truefortune-qfax31 .truefortune-1cev64 {
    margin: 28px 0 0;
  }
}

.truefortune-xik1w7 {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .truefortune-xik1w7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .truefortune-xik1w7 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-xik1w7 {
    margin: 20px auto 60px;
  }
}

.truefortune-oyi6sh {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .truefortune-oyi6sh {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-oyi6sh {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.truefortune-40wpvb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.truefortune-40wpvb iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.truefortune-o77jo8 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.truefortune-o77jo8 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .truefortune-o77jo8 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-o77jo8 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .truefortune-o77jo8 {
    max-width: 100%;
    margin: 0;
  }
}

.truefortune-trgyvl {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .truefortune-trgyvl {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.truefortune-1egzo2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .truefortune-1egzo2 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.truefortune-gqm46z {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.truefortune-gqm46z span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .truefortune-gqm46z {
    margin: 0;
  }
  .truefortune-gqm46z:last-of-type {
    margin-top: 4px;
  }
}

.truefortune-q4obd8 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .truefortune-q4obd8 {
    padding: 10px;
  }
}

.truefortune-q4obd8 .truefortune-4aix2t {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .truefortune-q4obd8 .truefortune-4aix2t {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .truefortune-q4obd8 {
    flex-wrap: wrap;
  }
}

.truefortune-3dil6w {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.truefortune-3dil6w img {
  width: 100%;
}

.truefortune-1084hd {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .truefortune-1084hd {
    max-width: 200px;
    margin: 0;
  }
}

.truefortune-jyt00h {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.truefortune-z9ofm2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.truefortune-6ldcn3 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 {
    margin: 0 0 60px;
  }
}

.truefortune-6ldcn3 .truefortune-1alu3k {
  position: relative;
}

.truefortune-6ldcn3 .truefortune-hn3ht6 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.truefortune-6ldcn3 .truefortune-hn3ht6.truefortune-g4bcl3 {
  display: none;
}

.truefortune-6ldcn3 .truefortune-5aou00 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .truefortune-6ldcn3 .truefortune-5aou00 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .truefortune-6ldcn3 .truefortune-5aou00 {
    bottom: 90px;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-dm7jlh {
  max-width: 300px;
  width: 100%;
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-dm7jlh .truefortune-sqojqb {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5aou00 .truefortune-dm7jlh .truefortune-sqojqb {
    font-size: 32px;
    text-align: center;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-dm7jlh .truefortune-zst0cj {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5aou00 .truefortune-dm7jlh .truefortune-zst0cj {
    text-align: center;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv {
    flex-direction: column-reverse;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-11n2v2 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-11n2v2:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-11n2v2 {
    width: 100%;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-z9r9n5 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.truefortune-sl9qxo ease-in-out;
  overflow: hidden;
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-z9r9n5 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-z9r9n5:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-z9r9n5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5aou00 .truefortune-ey5vgv .truefortune-z9r9n5 {
    width: 100%;
  }
}

.truefortune-6ldcn3 .truefortune-5aou00.truefortune-g4bcl3 {
  display: none;
}

.truefortune-6ldcn3 .truefortune-wseb1b {
  display: none;
}

.truefortune-6ldcn3 .truefortune-wseb1b.truefortune-q7lhxg {
  display: block;
}

.truefortune-6ldcn3 .truefortune-wseb1b iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-wseb1b iframe {
    height: calc(100vh - 54px);
  }
}

.truefortune-6ldcn3 .truefortune-5inc7l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .truefortune-6ldcn3 .truefortune-5inc7l {
    padding: 24px 16px 0;
  }
}

.truefortune-6ldcn3 .truefortune-5inc7l .truefortune-sqojqb {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5inc7l .truefortune-sqojqb {
    margin-bottom: 24px;
  }
}

.truefortune-6ldcn3 .truefortune-5inc7l table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.truefortune-6ldcn3 .truefortune-5inc7l table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5inc7l table tr td {
    padding: 12px 4px;
  }
}

.truefortune-6ldcn3 .truefortune-5inc7l table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-6ldcn3 .truefortune-5inc7l table tr th {
    padding: 12px 4px;
  }
}

.truefortune-6ldcn3 .truefortune-5inc7l table tr:last-of-type td {
  border-bottom: none;
}

.truefortune-03q5lw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.truefortune-03q5lw.truefortune-pdxn3g {
  display: block;
}

.truefortune-03q5lw iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.truefortune-03q5lw .truefortune-006r3s {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.truefortune-03q5lw .truefortune-af42rs {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.truefortune-03q5lw .truefortune-z9r9n5 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-03q5lw .truefortune-z9r9n5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.truefortune-38qbau {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.truefortune-38qbau.truefortune-pdxn3g {
  display: block;
}

.truefortune-ebwe5e {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.truefortune-7mft0b {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.truefortune-biepr6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .truefortune-7mft0b {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.truefortune-krjhoy {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.truefortune-krjhoy svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.truefortune-ryiu2f {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.truefortune-2tlbcn.truefortune-g4bcl3 {
  display: none;
}

.truefortune-qa4zh8 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .truefortune-qa4zh8 {
    margin-bottom: 20px;
  }
}

.truefortune-db1908 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.truefortune-db1908 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.truefortune-db1908 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.truefortune-db1908 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.truefortune-sl9qxo ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.truefortune-db1908 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.truefortune-db1908 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.truefortune-db1908 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.truefortune-db1908 input:active {
  border-color: #c2c0ce;
}

.truefortune-db1908 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .truefortune-db1908 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.truefortune-n536ss {
  margin-bottom: 36px;
}

.truefortune-n536ss textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.truefortune-n536ss textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.truefortune-n536ss textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .truefortune-n536ss {
    margin-bottom: 24px;
  }
}

.truefortune-sr2980 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.truefortune-prxb5d {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-prxb5d:hover {
  background: var(--border-color);
}

.truefortune-ce5ue8 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.truefortune-sl9qxo ease-in-out;
}

.truefortune-ce5ue8:hover {
  background: #166ad9;
}

.truefortune-y1ptw0 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.truefortune-y1ptw0.truefortune-g4bcl3 {
  display: none;
}

.truefortune-ic7ror {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.truefortune-y1ptw0 .truefortune-prxb5d {
  margin: 0 auto;
}

.truefortune-9xzy50 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .truefortune-9xzy50 {
    margin-bottom: 16px;
  }
}

.truefortune-tvh2v4 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.truefortune-nywrs9 {
  filter: grayscale(100%);
}

.truefortune-tvh2v4 > input {
  display: none;
}

.truefortune-tvh2v4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.truefortune-8115i2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.truefortune-5oc7cs 44.truefortune-uzeevw.truefortune-xoc5qa.truefortune-k3w8vx.truefortune-6tb6ub.truefortune-wrglio.truefortune-tpi34q.truefortune-yijkm9.truefortune-66vp5j.truefortune-ofp6ru.truefortune-yyv2t7.truefortune-wjvlb0.truefortune-qa6akv 0l-12.truefortune-qana5y 30.truefortune-q59j92.truefortune-6eiary 2.truefortune-tpnqlu.truefortune-6eiary 3.truefortune-61qf8g 3.truefortune-12svx2.truefortune-1q03nn 3.truefortune-5813op.truefortune-9mtnuj.truefortune-ft4w4w.truefortune-83eirg 7-3.truefortune-qana5y 10.truefortune-0a53om.truefortune-83eirg 23.truefortune-8o18bb.truefortune-1g7er3 1.truefortune-qtp2w5 2.truefortune-qana5y 3.truefortune-1g7er3 1.truefortune-1q03nn 5.truefortune-tk157e.truefortune-1q03nn 32.truefortune-3f8h10.truefortune-9mtnuj 5.truefortune-qa6akv 4.truefortune-83eirg 9.truefortune-83eirg 8.truefortune-1q03nn 6.truefortune-zhouh7.truefortune-djcz3b.truefortune-10oi4z.truefortune-sp3znt.truefortune-6l5l1a 4.truefortune-z0y1s5.truefortune-6l5l1a 6.truefortune-6l5l1a 0l29.truefortune-qa6akv 17.truefortune-yubkpa.truefortune-xtzc5n 2.truefortune-6br9yc 10.truefortune-9zwvm7.truefortune-qana5y 8.truefortune-wp1lme.truefortune-mppx3f.truefortune-my3h40.truefortune-ccwoef.truefortune-3qrp6k.truefortune-9mtnuj.truefortune-wrglio.truefortune-qana5y 1.truefortune-2b1lgl.truefortune-1olhrz.truefortune-zsxqgd.truefortune-mk6h93.truefortune-evq14h.truefortune-qtp2w5 1.truefortune-bdyiyv.truefortune-nhkriz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.truefortune-tvh2v4 > input:checked ~ label,
.truefortune-tvh2v4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.truefortune-8115i2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.truefortune-5oc7cs 44.truefortune-uzeevw.truefortune-xoc5qa.truefortune-k3w8vx.truefortune-6tb6ub.truefortune-wrglio.truefortune-tpi34q.truefortune-yijkm9.truefortune-66vp5j.truefortune-ofp6ru.truefortune-yyv2t7.truefortune-wjvlb0.truefortune-qa6akv 0l-12.truefortune-qana5y 30.truefortune-q59j92.truefortune-6eiary 2.truefortune-tpnqlu.truefortune-6eiary 3.truefortune-61qf8g 3.truefortune-12svx2.truefortune-1q03nn 3.truefortune-5813op.truefortune-9mtnuj.truefortune-ft4w4w.truefortune-83eirg 7-3.truefortune-qana5y 10.truefortune-0a53om.truefortune-83eirg 23.truefortune-8o18bb.truefortune-1g7er3 1.truefortune-qtp2w5 2.truefortune-qana5y 3.truefortune-1g7er3 1.truefortune-1q03nn 5.truefortune-tk157e.truefortune-1q03nn 32.truefortune-3f8h10.truefortune-9mtnuj 5.truefortune-qa6akv 4.truefortune-83eirg 9.truefortune-83eirg 8.truefortune-1q03nn 6.truefortune-zhouh7.truefortune-djcz3b.truefortune-10oi4z.truefortune-sp3znt.truefortune-6l5l1a 4.truefortune-z0y1s5.truefortune-6l5l1a 6.truefortune-6l5l1a 0l29.truefortune-qa6akv 17.truefortune-yubkpa.truefortune-xtzc5n 2.truefortune-6br9yc 10.truefortune-9zwvm7.truefortune-qana5y 8.truefortune-wp1lme.truefortune-mppx3f.truefortune-my3h40.truefortune-ccwoef.truefortune-3qrp6k.truefortune-9mtnuj.truefortune-wrglio.truefortune-qana5y 1.truefortune-2b1lgl.truefortune-1olhrz.truefortune-zsxqgd.truefortune-mk6h93.truefortune-evq14h.truefortune-qtp2w5 1.truefortune-bdyiyv.truefortune-nhkriz.5z'/%3e%3c/svg%3e");
}

.truefortune-tvh2v4 > input:not(:checked) ~ label:hover,
.truefortune-tvh2v4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.truefortune-8115i2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.truefortune-5oc7cs 44.truefortune-uzeevw.truefortune-xoc5qa.truefortune-k3w8vx.truefortune-6tb6ub.truefortune-wrglio.truefortune-tpi34q.truefortune-yijkm9.truefortune-66vp5j.truefortune-ofp6ru.truefortune-yyv2t7.truefortune-wjvlb0.truefortune-qa6akv 0l-12.truefortune-qana5y 30.truefortune-q59j92.truefortune-6eiary 2.truefortune-tpnqlu.truefortune-6eiary 3.truefortune-61qf8g 3.truefortune-12svx2.truefortune-1q03nn 3.truefortune-5813op.truefortune-9mtnuj.truefortune-ft4w4w.truefortune-83eirg 7-3.truefortune-qana5y 10.truefortune-0a53om.truefortune-83eirg 23.truefortune-8o18bb.truefortune-1g7er3 1.truefortune-qtp2w5 2.truefortune-qana5y 3.truefortune-1g7er3 1.truefortune-1q03nn 5.truefortune-tk157e.truefortune-1q03nn 32.truefortune-3f8h10.truefortune-9mtnuj 5.truefortune-qa6akv 4.truefortune-83eirg 9.truefortune-83eirg 8.truefortune-1q03nn 6.truefortune-zhouh7.truefortune-djcz3b.truefortune-10oi4z.truefortune-sp3znt.truefortune-6l5l1a 4.truefortune-z0y1s5.truefortune-6l5l1a 6.truefortune-6l5l1a 0l29.truefortune-qa6akv 17.truefortune-yubkpa.truefortune-xtzc5n 2.truefortune-6br9yc 10.truefortune-9zwvm7.truefortune-qana5y 8.truefortune-wp1lme.truefortune-mppx3f.truefortune-my3h40.truefortune-ccwoef.truefortune-3qrp6k.truefortune-9mtnuj.truefortune-wrglio.truefortune-qana5y 1.truefortune-2b1lgl.truefortune-1olhrz.truefortune-zsxqgd.truefortune-mk6h93.truefortune-evq14h.truefortune-qtp2w5 1.truefortune-bdyiyv.truefortune-nhkriz.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .truefortune-gzjpmm > .truefortune-spf1e3 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .truefortune-gzjpmm > .truefortune-spf1e3 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .truefortune-gzjpmm > .truefortune-spf1e3 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .truefortune-gzjpmm > .truefortune-spf1e3 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .truefortune-gzjpmm > .truefortune-spf1e3 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.truefortune-bcl7tp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.truefortune-bcl7tp.truefortune-g4bcl3 {
  display: none;
}

.truefortune-tuxmin {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .truefortune-tuxmin {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-tuxmin {
    border-radius: 20px 20px 0 0;
  }
}

.truefortune-rhqtzt {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.truefortune-rhqtzt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.truefortune-rhqtzt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.truefortune-rhqtzt img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .truefortune-rhqtzt {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .truefortune-rhqtzt img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-rhqtzt {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .truefortune-rhqtzt img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.truefortune-l9xa2n {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .truefortune-l9xa2n {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-l9xa2n {
    font-size: 14px;
  }
}

.truefortune-wunsod {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.truefortune-wunsod::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .truefortune-wunsod::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.truefortune-wunsod::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .truefortune-wunsod::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-wunsod {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-wunsod {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.truefortune-dk91pq {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .truefortune-dk91pq {
    top: -20px;
  }
}

.truefortune-4zpbes {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.truefortune-sl9qxo ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .truefortune-4zpbes:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .truefortune-4zpbes {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-4zpbes {
    width: 90px;
    height: 40px;
  }
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-tuxmin {
  background: #2b3b67;
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-rhqtzt {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-rhqtzt::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-rhqtzt::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-wunsod::before {
  background: #0e0f41;
}

.truefortune-bcl7tp.truefortune-aff9z4 .truefortune-wunsod::after {
  background: #152557;
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-tuxmin {
  background: #1f35fa;
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-rhqtzt {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-rhqtzt::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-rhqtzt::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-wunsod::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.truefortune-bcl7tp.truefortune-lj8mdl .truefortune-wunsod::after {
  background: #192ac8;
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-tuxmin {
  background: #fa771f;
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-rhqtzt {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-rhqtzt::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-rhqtzt::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-wunsod::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.truefortune-bcl7tp.truefortune-20uy2n .truefortune-wunsod::after {
  background: #fa8535;
}

.truefortune-hgoexv {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .truefortune-hgoexv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .truefortune-hgoexv {
    margin: 24px 0 60px;
  }
}

.truefortune-hgoexv h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .truefortune-hgoexv h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.truefortune-27dq4r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-27dq4r {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.truefortune-crocr5 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .truefortune-crocr5 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.truefortune-1vtczv {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .truefortune-1vtczv:hover {
    background: var(--button-bg-hover);
  }
}

.truefortune-ry567z {
  display: flex;
  align-items: center;
  gap: 10px;
}

.truefortune-ry567z span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.truefortune-ry567z small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-ry567z {
    margin-bottom: 16px;
  }
}

.truefortune-90chm6 {
  width: 120px;
  height: 22px;
}

.truefortune-90chm6 .truefortune-f643ge {
  fill: #c2c0ce;
}

.truefortune-90chm6 [rating="1"] .truefortune-f643ge:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.truefortune-90chm6 [rating="2"] .truefortune-f643ge:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.truefortune-90chm6 [rating="3"] .truefortune-f643ge:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.truefortune-90chm6 [rating="4"] .truefortune-f643ge:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.truefortune-90chm6 [rating="5"] .truefortune-f643ge:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.truefortune-dsz4i1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-dsz4i1 {
    gap: 16px 0;
  }
}

.truefortune-6gv6uc {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.truefortune-6gv6uc.truefortune-q7lhxg {
  display: block;
}

.truefortune-6gv6uc.truefortune-g4bcl3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-6gv6uc {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.truefortune-9ob0i0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.truefortune-8fyu6n {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.truefortune-0myrv7 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.truefortune-aepgly small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.truefortune-aepgly span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.truefortune-xbats1 {
  font-size: 16px;
  line-height: 140%;
}

.truefortune-4j3bi2 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.truefortune-4j3bi2 .truefortune-f643ge {
  fill: #c2c0ce;
}

.truefortune-4j3bi2 [rating="1"] .truefortune-f643ge:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.truefortune-4j3bi2 [rating="2"] .truefortune-f643ge:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.truefortune-4j3bi2 [rating="3"] .truefortune-f643ge:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.truefortune-4j3bi2 [rating="4"] .truefortune-f643ge:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.truefortune-4j3bi2 [rating="5"] .truefortune-f643ge:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.truefortune-njsz57 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-njsz57 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.truefortune-5425ru {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .truefortune-5425ru {
    padding: 0 16px;
  }
}

.truefortune-t4u4z2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .truefortune-t4u4z2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.truefortune-8v5wao {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .truefortune-8v5wao {
    padding: 12px;
    gap: 12px;
  }
}

.truefortune-a84713 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.truefortune-a84713 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.truefortune-mh4e3j {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.truefortune-1q1u2m {
  flex: 1;
  min-width: 0;
}

.truefortune-f6w307 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .truefortune-f6w307 {
    font-size: 14px;
    gap: 6px;
  }
}

.truefortune-6is7g8 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.truefortune-6is7g8 svg,
.truefortune-6is7g8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.truefortune-6is7g8 svg path {
  fill: var(--button-bg-color);
}

.truefortune-6is7g8 svg circle {
  fill: var(--button-text-color);
}

.truefortune-hsturk {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .truefortune-hsturk {
    font-size: 12px;
  }
}

.truefortune-hsturk strong {
  font-weight: 600;
}

.truefortune-6fkv7c {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.truefortune-6fkv7c p {
  margin: 0 0 16px;
}

.truefortune-6fkv7c p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .truefortune-6fkv7c {
    font-size: 14px;
    line-height: 150%;
  }
}

.truefortune-ojhymt {
  max-width: 300px;
  width: 100%;
}

.truefortune-ojhymt a {
  width: 100%;
}

@media (max-width: 575px) {
  .truefortune-ojhymt {
    max-width: 200px;
  }
}

.truefortune-jvw0g3 {
  justify-content: center;
}

.truefortune-2l0klp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.truefortune-y9clwo {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .truefortune-bf6mz7 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.truefortune-lmfqb5 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.truefortune-lmfqb5 .truefortune-mfpxcg {
  justify-content: center;
}

/* faq */

.truefortune-03lt9l {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.truefortune-ojar1v {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.truefortune-yduau2 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.truefortune-ojar1v::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.truefortune-yduau2 ease;
}

.truefortune-03lt9l.truefortune-pdxn3g .truefortune-ojar1v::after {
  transform: rotate(45deg);
}

.truefortune-nkwqvr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.truefortune-sl9qxo ease, padding 0.truefortune-sl9qxo ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.truefortune-03lt9l.truefortune-pdxn3g .truefortune-nkwqvr {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.truefortune-qs702g {
  margin: 25px 0;
}

.truefortune-tvh2v4 > input:not(:checked) ~ label:hover,
.truefortune-tvh2v4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.truefortune-gac335.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.truefortune-zp037x 44.truefortune-dyknt8.truefortune-80q3ro.truefortune-05w7ac.truefortune-xmequw.truefortune-3t9k8i.truefortune-c1tsnx.truefortune-i3i0h6.truefortune-oagdb6.truefortune-pqcz7i.truefortune-mqeg86.truefortune-dusp74.truefortune-x7xdk2 0l-12.truefortune-oibvjv 30.truefortune-nkjzjb.truefortune-9fe0r4 2.truefortune-5mu8nn.truefortune-9fe0r4 3.truefortune-y47nms 3.truefortune-kdhtff.truefortune-0jj6fe 3.truefortune-4mhwpq.truefortune-kb1dip.truefortune-j69fmb.truefortune-s6yh5l 7-3.truefortune-oibvjv 10.truefortune-qvdx97.truefortune-s6yh5l 23.truefortune-4k80pt.truefortune-bnzo9u 1.truefortune-wjgvaa 2.truefortune-oibvjv 3.truefortune-bnzo9u 1.truefortune-0jj6fe 5.truefortune-y1j590.truefortune-0jj6fe 32.truefortune-9uax5p.truefortune-kb1dip 5.truefortune-x7xdk2 4.truefortune-s6yh5l 9.truefortune-s6yh5l 8.truefortune-0jj6fe 6.truefortune-lgg6qy.truefortune-t324j4.truefortune-doy9sz.truefortune-vvgf4n.truefortune-tzbzk5 4.truefortune-vg69pn.truefortune-tzbzk5 6.truefortune-tzbzk5 0l29.truefortune-x7xdk2 17.truefortune-7gniqx.truefortune-19zoej 2.truefortune-euiktj 10.truefortune-3q10wc.truefortune-oibvjv 8.truefortune-chnm3w.truefortune-i66sec.truefortune-tsr3a3.truefortune-if7lzy.truefortune-c10fjt.truefortune-kb1dip.truefortune-3t9k8i.truefortune-oibvjv 1.truefortune-tzzl1w.truefortune-w86t5s.truefortune-0jcs4r.truefortune-kgdzhr.truefortune-qzpd7b.truefortune-wjgvaa 1.truefortune-jjcsfx.truefortune-qv2h3l.5z'/%3e%3c/svg%3e");
}

.truefortune-0mjspm {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .truefortune-0mjspm {
    gap: 16px 0;
  }
}

.truefortune-5ffdl0 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.truefortune-5ffdl0.truefortune-58wvcf {
  display: block;
}

.truefortune-5ffdl0.truefortune-nfa0k4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .truefortune-5ffdl0 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.truefortune-hhdw39 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.truefortune-upbre1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.truefortune-682kkn {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.truefortune-3mo2jv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.truefortune-3mo2jv span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.truefortune-yswz8a {
  font-size: 16px;
  line-height: 140%;
}

.truefortune-7l051s {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.truefortune-7l051s .truefortune-sojih6 {
  fill: #c2c0ce;
}

.truefortune-7l051s [rating="1"] .truefortune-sojih6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.truefortune-7l051s [rating="2"] .truefortune-sojih6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.truefortune-7l051s [rating="3"] .truefortune-sojih6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.truefortune-7l051s [rating="4"] .truefortune-sojih6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.truefortune-7l051s [rating="5"] .truefortune-sojih6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.truefortune-8h3cri {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.truefortune-8h3cri textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.truefortune-8h3cri button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.truefortune-ozeyai {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.truefortune-ozeyai.truefortune-ihp1p7 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.truefortune-saqsrv {
  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;
}

.truefortune-saqsrv label {
  font-size: 14px;
}

.truefortune-saqsrv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.truefortune-saqsrv input,
.truefortune-saqsrv textarea,
.truefortune-saqsrv 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;
}
.truefortune-saqsrv button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.truefortune-yduau2 ease;
}
.truefortune-saqsrv button:hover {
  background-color: var(--button-bg-hover);
}
.truefortune-umnvaz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.truefortune-z705i5 ease-in;
}

.truefortune-umnvaz 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;
}
.truefortune-64bn1u, .truefortune-wlw7cv, [class*="review-card"],
thead, thead th, table th, .truefortune-dhx4ec,
.truefortune-xfzqrz, [class*="collapsible-header"],
.truefortune-5ul9sj, [class*="updated-block"] {
  color: #ece7dc !important;
}
