* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.golden-star-nusqtu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-nusqtu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-nusqtu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.golden-star-8emmjn {
  overflow: hidden;
}

.golden-star-lyqjco img {
  background: var(--Neutral-300);
}

.golden-star-7rwr1g {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.golden-star-gsef6w {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.golden-star-gsef6w:hover {
  background: var(--button-bg-hover);
}

.golden-star-yrggyu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.golden-star-yrggyu:hover {
  background: var(--button-bg-hover);
}

.golden-star-qp150x {
  font-size: 12px;
  line-height: 18px;
}

.golden-star-yb9fol {
  font-size: 18px;
  line-height: 26px;
}

.golden-star-zovrnz {
  width: 100%;
}

.golden-star-pzt2cz {
  padding: 6px 16px;
}

.golden-star-f8p0q0 {
  padding: 10px 16px;
}

.golden-star-p0no53 {
  padding: 15px 26px;
}

.golden-star-0addj9 {
  flex-shrink: 0;
}

.golden-star-9womu0 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.golden-star-1yga6t {
  display: none;
}

.golden-star-6w9n02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.golden-star-dprsfa {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.golden-star-x0vrro {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.golden-star-2a47cq {
  cursor: grab;
}

.golden-star-x0vrro::-webkit-scrollbar {
  display: none;
}

.golden-star-7svapr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.golden-star-zh6u2q {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.golden-star-lvmaqy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.golden-star-2dtdxl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.golden-star-5tlbw6 {
  visibility: visible;
}

.golden-star-xgnln8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.golden-star-3vx2p4 ease;
}

.golden-star-pt9rld {
  background-color: var(--Primary-200);
  width: 16px;
}

.golden-star-ez87yk {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.golden-star-3vx2p4,
    mask-image 0.3s;
}

.golden-star-ez87yk.golden-star-kx953y {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.golden-star-cwdqq9:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.golden-star-ytq4g8 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.golden-star-vfxk2f {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.golden-star-vfxk2f::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.golden-star-c51q56 {
  position: relative;
  z-index: 1;
}

.golden-star-c40i3x {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.golden-star-cr66us {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.golden-star-ilaznd {
  font-size: 40px;
  line-height: 48px;
}

.golden-star-hn7jmr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.golden-star-w5rm5x {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.golden-star-w5rm5x:hover {
  background: var(--Primary-400);
}

.golden-star-w5rm5x svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.golden-star-cwdqq9 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .golden-star-vfxk2f {
    max-width: 600px;
    padding: 64px;
  }

  .golden-star-c40i3x {
    font-size: 24px;
    line-height: 32px;
  }

  .golden-star-cr66us {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .golden-star-ilaznd {
    font-size: 50px;
    line-height: 56px;
  }

  .golden-star-hn7jmr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .golden-star-ytq4g8 {
    top: 25px;
    right: 25px;
  }
}

.golden-star-foaxng,
.golden-star-efwyyl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.golden-star-w1yjk3.golden-star-nye3th::before,
.golden-star-efwyyl::before,
.golden-star-0ohp26::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.golden-star-hnbp1d 14.golden-star-08fwfl.golden-star-ta25a8 14.golden-star-tvt253 15.golden-star-ksk7pm 14.golden-star-i76eg3 15.golden-star-8x9x1x 14.golden-star-xpptdz.golden-star-i3bpiu 14.golden-star-xl2rfy 19.golden-star-523pn9 12.golden-star-wxwwbb 19.golden-star-523pn9 10.golden-star-uxf0bs.golden-star-523pn9 8.golden-star-5v6jwq 17.golden-star-fp1p69 7.golden-star-wb3gck 15.golden-star-hmntfw 7.golden-star-d9qna5.golden-star-9nozbc 7.golden-star-wb3gck 11.golden-star-jc02oi 8.golden-star-5v6jwq 11.golden-star-jc02oi 10.golden-star-r694y9.golden-star-jc02oi 12.golden-star-i4mzjc 13.golden-star-n6kd35 14.golden-star-6byts2 15.golden-star-50d387 14.golden-star-kdp6sk.golden-star-t72moi 14.golden-star-oiy2te 15.golden-star-gxwudp 14.golden-star-w44m1s 15.golden-star-wdqrc1 14.golden-star-gkq355.golden-star-hnbp1d 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.golden-star-0w8pg1 15.golden-star-s0dzqc.golden-star-mlfnwb 15.golden-star-7xnzfw 15.golden-star-17jfr8 15.golden-star-9a2ipi 15.golden-star-d6mmv3 15.golden-star-hhjf1p.golden-star-li61kg 15.golden-star-9a2ipi 15.golden-star-crjcv9 15.golden-star-zc7yaa 15.golden-star-srwub2 15.golden-star-gep2w2.golden-star-g0a1x6 15.golden-star-vhrlx5 7.golden-star-wh5ajw 18.golden-star-nkx9qf 7.golden-star-t81f3v 23.golden-star-vhnqg1.golden-star-uf6asz.golden-star-rqtc5c 18.golden-star-0u43u6 19.golden-star-xmrm1s 15.golden-star-ub0ptm 15.golden-star-0w8pg1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.golden-star-qrq2ep [type="submit"] *,
.golden-star-as92qx button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .golden-star-sumv9h {
    display: none;
  }
}

.golden-star-frldrq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .golden-star-frldrq {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-frldrq {
    bottom: 22px;
  }
}

.golden-star-frldrq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .golden-star-frldrq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.golden-star-twegdy.static) .golden-star-frldrq {
    bottom: 8px;
  }
}

.golden-star-tta2bx {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.golden-star-4ygjak.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.golden-star-fqzfnw 3.golden-star-l92gr9.golden-star-avn3td.golden-star-v0vbys 3.golden-star-4h9zus 3.golden-star-7sdfmk 5.golden-star-z8htu9 3.golden-star-7sdfmk 8.golden-star-wp5wwl.golden-star-osu008.golden-star-7sdfmk 26.golden-star-qevc3a 5.golden-star-zp33n0 28.golden-star-d72t21 8.golden-star-rq2x03 28.golden-star-ltitmg.golden-star-80d5lb 28.golden-star-85wfq1.golden-star-6jpgdh 34.golden-star-pnawqu.golden-star-dnxya5 36.golden-star-cyqkcp 11.golden-star-mhgpqs 37.golden-star-rdj86m 12.golden-star-ujbblp 36.golden-star-m9j8xh.golden-star-28m9hy 28.golden-star-uv5bgd.golden-star-a9fcx8.golden-star-al0opr 28.golden-star-ewpdss 36.golden-star-cdeukc 26.golden-star-frd1lu 36.golden-star-cdeukc 23.golden-star-svk4wp.golden-star-rqwu8c.golden-star-cdeukc 5.golden-star-m3katc 34.golden-star-3i9sfb 3.golden-star-4h9zus 31.golden-star-fqzfnw 3.golden-star-qubaxn.golden-star-zyuh6m 18.golden-star-k0rqj6.golden-star-8ufc44 18.golden-star-1e3eyx 8.golden-star-d7wy52 17.golden-star-4n1rh1 8.golden-star-d7wy52 15.golden-star-j9lkui.golden-star-d7wy52 14.golden-star-0bbc9u 9.golden-star-8ufc44 13.golden-star-4evuk8 11.golden-star-zyuh6m 13.golden-star-qz8nte.golden-star-0v1ji8 13.golden-star-4evuk8 13.golden-star-98gb5e 14.golden-star-0bbc9u 13.golden-star-98gb5e 15.golden-star-xxjkwp.golden-star-98gb5e 17.golden-star-4n1rh1 12.golden-star-0v1ji8 18.golden-star-1e3eyx 11.golden-star-zyuh6m 18.golden-star-zhigmx.golden-star-ig8rgd 18.golden-star-c25g1l.golden-star-tekgjn 18.golden-star-1e3eyx 17.golden-star-l68zm6 17.golden-star-4n1rh1 17.golden-star-l68zm6 15.golden-star-2v46zr.golden-star-l68zm6 14.golden-star-0bbc9u 18.golden-star-tekgjn 13.golden-star-4evuk8 20.golden-star-ig8rgd 13.golden-star-t4e04c.golden-star-87o7kh 13.golden-star-4evuk8 22.golden-star-x5g2pv 14.golden-star-0bbc9u 22.golden-star-x5g2pv 15.golden-star-r8pbj9.golden-star-tz3l5e 17.golden-star-4n1rh1 21.golden-star-87o7kh 18.golden-star-1e3eyx 20.golden-star-ig8rgd 18.golden-star-fxsv0s.golden-star-ww31o5 18.golden-star-bohvt7.golden-star-0pomw5 18.golden-star-1e3eyx 26.golden-star-rnmrnp 17.golden-star-4n1rh1 26.golden-star-rnmrnp 15.golden-star-6bt8l2.golden-star-rnmrnp 14.golden-star-0bbc9u 27.golden-star-0pomw5 13.golden-star-4evuk8 28.golden-star-ww31o5 13.golden-star-8unc57.golden-star-b1emgw 13.golden-star-4evuk8 31.golden-star-qpirtj 14.golden-star-0bbc9u 31.golden-star-qpirtj 15.golden-star-7xwbg8.golden-star-rnmrnp 17.golden-star-4n1rh1 30.golden-star-b1emgw 18.golden-star-1e3eyx 28.golden-star-ww31o5 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .golden-star-tta2bx {
    display: none;
  }
}

.golden-star-kn1ljp {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .golden-star-kn1ljp {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.golden-star-as92qx {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .golden-star-as92qx {
    padding: 14px 16px;
  }
}

.golden-star-as92qx button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.golden-star-as92qx button:first-child {
  align-content: end;
}

.golden-star-as92qx button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .golden-star-as92qx
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .golden-star-as92qx
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.golden-star-as92qx button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.golden-star-as92qx button:last-child svg {
  width: 38px;
  height: 38px;
}

.golden-star-0ohp26 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.golden-star-0ohp26::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .golden-star-0ohp26,
.pc61d126-chatbot[data-active-screen="3"]
  .golden-star-0ohp26 {
  opacity: 1;
  visibility: visible;
}

.golden-star-iokj5g {
  flex: 1 1;
}

.golden-star-squ1m8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-squ1m8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .golden-star-1x6l6i {
  display: block;
}

.golden-star-c4coqw {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .golden-star-c4coqw {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.golden-star-efwyyl {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.golden-star-efwyyl::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.golden-star-y3194h span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.golden-star-y3194h p {
  color: var(--Text-100);
}

.golden-star-efwyyl .golden-star-9001za {
  grid-area: button;
}

.golden-star-efwyyl .golden-star-9001za::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Cpath d='M4.golden-star-g6hpzv 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.golden-star-7c9ymm 15L16.golden-star-7c9ymm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.golden-star-7c9ymm 5L16.golden-star-7c9ymm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .golden-star-olk6z0 {
  display: block;
}

.golden-star-qlpvee {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .golden-star-qlpvee {
    margin-top: 40px;
  }
}

.golden-star-foaxng label,
.golden-star-foaxng input {
  display: block;
  width: 100%;
}

.golden-star-foaxng label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.golden-star-foaxng label.golden-star-p12514 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.golden-star-foaxng label.golden-star-p12514::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.golden-star-foaxng input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.golden-star-foaxng input::placeholder {
  color: var(--Text-400);
}

.golden-star-tz3wj7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .golden-star-tz3wj7 {
  display: flex;
}

.golden-star-tz3wj7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .golden-star-tz3wj7 ol {
    height: 420px;
    padding: 24px;
  }
}

.golden-star-tz3wj7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.golden-star-qrq2ep {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-qrq2ep {
    padding: 0 24px 24px;
  }
}

.golden-star-qrq2ep input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.golden-star-qrq2ep input::placeholder {
  color: var(--Text-400);
}

.golden-star-qrq2ep [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.golden-star-qrq2ep [type="submit"]:disabled {
  opacity: 0.5;
}

.golden-star-qrq2ep [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .golden-star-qrq2ep [type="submit"] {
    right: 40px;
  }
}

.golden-star-w1yjk3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.golden-star-w1yjk3.golden-star-nye3th {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.golden-star-w1yjk3.golden-star-nye3th::before {
  content: "";
  width: 31px;
}

.golden-star-w1yjk3.golden-star-nye3th p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.golden-star-w1yjk3.golden-star-cfnt08 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.golden-star-w1yjk3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.golden-star-frldrq .golden-star-9001za {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.golden-star-sumv9h {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .golden-star-sumv9h {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .golden-star-sumv9h {
    padding: 15px 0;
  }
}

.golden-star-sumv9h .golden-star-nusqtu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .golden-star-sumv9h .golden-star-nusqtu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.golden-star-ukm1ce {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .golden-star-ukm1ce {
    max-width: 180px;
    height: 47px;
  }
}

.golden-star-ukm1ce picture,
.golden-star-ukm1ce img {
  display: block;
  width: 100%;
  height: 100%;
}

.golden-star-ukm1ce img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .golden-star-mlow6e {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.golden-star-3vx2p4 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .golden-star-sumv9h.golden-star-69wq3m .golden-star-mlow6e {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .golden-star-mlow6e {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .golden-star-mlow6e {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.golden-star-w3y9nb,
.golden-star-mv7o7q {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .golden-star-w3y9nb,
  .golden-star-mv7o7q {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .golden-star-mv7o7q {
    display: none;
  }
}

.golden-star-jyfx1r {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.golden-star-69wq3m .golden-star-jyfx1r {
  background: var(--fh-bg-color);
}

.golden-star-jyfx1r button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .golden-star-jyfx1r {
    display: none;
  }
}

.golden-star-b1atkp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .golden-star-b1atkp {
    display: none;
  }
}

.golden-star-o5vruh {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.golden-star-sumv9h.golden-star-69wq3m .golden-star-o5vruh:first-child {
  display: none;
}

.golden-star-sumv9h.golden-star-69wq3m .golden-star-o5vruh:last-child {
  display: block;
}

.golden-star-o5vruh:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .golden-star-o5vruh {
    display: none;
  }
}

.golden-star-0lhfie {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .golden-star-0lhfie {
    display: flex;
  }
}

.golden-star-0lhfie ul {
  max-height: 350px;
  overflow-y: auto;
}

.golden-star-0lhfie:hover ul {
  visibility: visible;
  opacity: 1;
}

.golden-star-0lhfie:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.golden-star-0lhfie:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.golden-star-0lhfie:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.golden-star-0lhfie:hover .golden-star-bt5w33 svg {
  transform: rotate(180deg);
}

.golden-star-wfj4ya {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.golden-star-2xomlv {
  padding: 0 8px;
}

.golden-star-2ci0ak {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.golden-star-2ci0ak:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .golden-star-2ci0ak {
    padding: 4px 8px;
  }
}

.golden-star-ripc3g {
  display: flex;
}

.golden-star-ripc3g img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.golden-star-bt5w33 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.golden-star-bt5w33 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.golden-star-epnp5v {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .golden-star-epnp5v {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.golden-star-63d6jy {
  width: 100%;
}

@media (min-width: 1200px) {
  .golden-star-63d6jy {
    display: none;
  }
}

.golden-star-u9y5q3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.golden-star-b3wzpi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.golden-star-1x4ajr {
  display: flex;
}

.golden-star-vzar0e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.golden-star-c7twbo {
  list-style: none;
}

@media (max-width: 1199px) {
  .golden-star-c7twbo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .golden-star-c7twbo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .golden-star-c7twbo .golden-star-s2li8k [data-ref-el],
  .golden-star-c7twbo .golden-star-s2li8k span,
  .golden-star-c7twbo .golden-star-s2li8k a {
    white-space: nowrap;
  }
}

.golden-star-6rjzrl {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .golden-star-6rjzrl.golden-star-wzdhlc > .golden-star-s2li8k {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .golden-star-6rjzrl.golden-star-xnvzrc:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .golden-star-6rjzrl.golden-star-wzdhlc > .golden-star-37vwa9 {
    height: auto;
  }

  .golden-star-6rjzrl.golden-star-wzdhlc > div > .golden-star-3ijj5d {
    transform: rotate(180deg);
  }
}

.golden-star-6rjzrl [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.golden-star-6rjzrl [data-ref-el],
.golden-star-6rjzrl span {
  cursor: pointer;
}

.golden-star-6rjzrl [data-ref-el],
.golden-star-6rjzrl span,
.golden-star-6rjzrl a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .golden-star-6rjzrl [data-ref-el],
  .golden-star-6rjzrl span,
  .golden-star-6rjzrl a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .golden-star-6rjzrl [data-ref-el],
  .golden-star-6rjzrl span,
  .golden-star-6rjzrl a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.golden-star-37vwa9 {
  height: 0;
  overflow: hidden;
  transition: height 0.golden-star-3vx2p4 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.golden-star-37vwa9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.golden-star-37vwa9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.golden-star-37vwa9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .golden-star-37vwa9 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .golden-star-37vwa9:has(> .golden-star-6rjzrl.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .golden-star-37vwa9 .golden-star-37vwa9 {
    padding: 0;
  }

  .golden-star-37vwa9 .golden-star-6rjzrl {
    font-weight: 400;
  }

  .golden-star-37vwa9 .golden-star-6rjzrl:hover > .golden-star-s2li8k {
    background: var(--Neutral-300);
  }

  .golden-star-37vwa9 .golden-star-3ijj5d {
    rotate: -90deg;
  }
}

.golden-star-s2li8k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .golden-star-s2li8k {
    padding: 8px;
  }

  .golden-star-6rjzrl.golden-star-z66cbg > .golden-star-s2li8k {
    background: var(--Neutral-300);
  }
}

.golden-star-3ijj5d {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.golden-star-1ilwtr 0.golden-star-5fa8hr.golden-star-6mj49q -0.golden-star-6u835p 0.golden-star-arikwp -0.golden-star-6u835p 1.golden-star-lj6zwh 0.golden-star-5zph3s.golden-star-wxcfja 4.golden-star-hzlpkv.golden-star-1ilwtr 0.golden-star-rmh5d8.golden-star-9f9qpr -0.golden-star-6u835p 9.golden-star-mdignr -0.golden-star-6u835p 10.golden-star-0llkc9 0.golden-star-rv0deg.golden-star-ab0kik 0.golden-star-6mj49q 10.golden-star-ab0kik 0.golden-star-arikwp 10.golden-star-0llkc9 1.golden-star-kxoaja.golden-star-awnndr 5.golden-star-czzwdz.golden-star-gtpwoe 6.golden-star-i7qt1x 5.golden-star-mn2uhq 6.golden-star-i7qt1x 4.golden-star-2gvvrj 5.golden-star-sbgiv8.golden-star-1ilwtr 1.golden-star-hpb8i8.golden-star-6u835p 0.golden-star-arikwp -0.golden-star-6u835p 0.golden-star-6mj49q 0.golden-star-1ilwtr 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.golden-star-3vx2p4 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .golden-star-3ijj5d {
    cursor: default;
  }
}

.golden-star-7lw21z {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.golden-star-vcckyl {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .golden-star-vcckyl {
    padding: 40px 4px;
  }
}

.golden-star-hgg7w6 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .golden-star-hgg7w6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.golden-star-o5r5ju {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .golden-star-o5r5ju {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.golden-star-o5r5ju ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.golden-star-o5r5ju [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.golden-star-o5r5ju [data-ref-el],
.golden-star-o5r5ju span,
.golden-star-o5r5ju a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.golden-star-yf2dbr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .golden-star-yf2dbr {
    margin-bottom: 12px;
  }
}

.golden-star-guvkfi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.golden-star-guvkfi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .golden-star-guvkfi:last-child {
    margin-right: 0;
  }
}

.golden-star-wztccf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.golden-star-yf2dbr:hover .golden-star-wwfttj {
  visibility: visible;
  opacity: 1;
}

.golden-star-wwfttj {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.golden-star-w8lenj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.golden-star-r05s70 {
  display: flex;
  margin: 6px;
}

.golden-star-r05s70 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.golden-star-wwfttj::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.golden-star-wwfttj::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.golden-star-h6chsh {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .golden-star-h6chsh {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.golden-star-nk54n9 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .golden-star-nk54n9 {
    margin-right: 32px;
  }
}

.golden-star-c8qt5n {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .golden-star-c8qt5n {
    margin-top: 0;
    width: 340px;
  }
}

.golden-star-c8qt5n a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.golden-star-rzvif0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.golden-star-gkbssi {
  position: relative;
}

@media (min-width: 768px) {
  .golden-star-gkbssi {
    margin-top: 40px;
  }
}

.golden-star-gkbssi + .golden-star-9lzvt0,
.golden-star-gkbssi + .golden-star-gkbssi {
  margin-top: 24px;
}

.golden-star-ylydoc {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .golden-star-ylydoc {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-ylydoc {
    padding: 80px;
  }
}

.golden-star-iu9oyn {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .golden-star-iu9oyn {
    padding: 0 16px;
}


}

.golden-star-0y2539 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .golden-star-0y2539 {
    font-size: 48px;
    line-height: 56px;
  }
}

.golden-star-uqgdut {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .golden-star-uqgdut {
    font-size: 24px;
    line-height: 32px;
  }
}

.golden-star-zp70fk {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.golden-star-zp70fk:hover {
  background: var(--button-bg-hover);
}

.golden-star-mhgzh6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.golden-star-mhgzh6 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .golden-star-mhgzh6 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .golden-star-mhgzh6 img {
  min-height: 100%;
  }
}

.golden-star-ylydoc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.golden-star-i4r7tv {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.golden-star-i4r7tv h1,
.golden-star-i4r7tv h2,
.golden-star-i4r7tv h3,
.golden-star-i4r7tv h4 {
  margin-bottom: 6px;
}

.golden-star-i4r7tv h1:not(:first-child),
.golden-star-i4r7tv h2:not(:first-child),
.golden-star-i4r7tv h3:not(:first-child),
.golden-star-i4r7tv h4:not(:first-child) {
  margin-top: 16px;
}

.golden-star-i4r7tv h1,
.golden-star-i4r7tv h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .golden-star-i4r7tv h1,
  .golden-star-i4r7tv h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.golden-star-i4r7tv h2,
.golden-star-i4r7tv h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .golden-star-i4r7tv h2,
  .golden-star-i4r7tv h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-i4r7tv h3,
.golden-star-i4r7tv h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .golden-star-i4r7tv h3,
  .golden-star-i4r7tv h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.golden-star-i4r7tv h4,
.golden-star-i4r7tv h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.golden-star-i4r7tv ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.golden-star-i4r7tv ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.golden-star-i4r7tv ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.golden-star-i4r7tv ul ul {
  margin-bottom: 8px;
}

.golden-star-i4r7tv ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.golden-star-i4r7tv ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.golden-star-i4r7tv ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.golden-star-i4r7tv ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.golden-star-i4r7tv ol li::marker {
  font-weight: 700;
}

.golden-star-i4r7tv ol ol {
  margin-bottom: 8px;
}

.golden-star-i4r7tv ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.golden-star-i4r7tv ol ul li {
  padding-left: 16px;
}

.golden-star-i4r7tv table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .golden-star-i4r7tv table {
    padding: 24px;
  }
}

.golden-star-i4r7tv table.golden-star-lx3y7l {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.golden-star-3vx2p4,
    mask-image 0.3s;
}

.golden-star-i4r7tv table.golden-star-lx3y7l.golden-star-kx953y {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .golden-star-i4r7tv table {
    display: table;
  }
}

.golden-star-i4r7tv table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.golden-star-i4r7tv table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.golden-star-i4r7tv table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.golden-star-i4r7tv table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .golden-star-i4r7tv table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.golden-star-i4r7tv table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.golden-star-i4r7tv table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.golden-star-i4r7tv table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.golden-star-i4r7tv img {
  max-width: 100%;
  height: auto;
}

.golden-star-08aw5n {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .golden-star-08aw5n {
    padding: 24px;
  }
}

.golden-star-ly83pe {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .golden-star-ly83pe {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.golden-star-ly83pe > * {
  margin: 0 !important;
}

.golden-star-ly83pe img,
.golden-star-vfrovt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-ly83pe img,
  .golden-star-vfrovt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-kt9msd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-kt9msd {
    width: 32px;
    height: 32px;
  }
}

.golden-star-kaz9em {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.golden-star-kaz9em .golden-star-btzds5 {
  flex-shrink: 0;
}

.golden-star-kaz9em .golden-star-o9qjjp svg {
  display: none;
}

.golden-star-jhmo40 {
  display: grid;
  transition: max-height 0.golden-star-3vx2p4 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .golden-star-jhmo40 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .golden-star-jhmo40 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.golden-star-jhmo40.golden-star-oqs6lm + .golden-star-btzds5 svg {
  transform: rotate(180deg);
}

.golden-star-9eptka {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.golden-star-9eptka > div:nth-child(3n) {
  grid-column: span 2;
}

.golden-star-9eptka
  > div:nth-child(3n)
  .golden-star-n3b84g
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .golden-star-9eptka {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .golden-star-9eptka > div:nth-child(3n) {
    grid-column: unset;
  }

  .golden-star-9eptka
    > div:nth-child(3n)
    .golden-star-n3b84g
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .golden-star-9eptka {
    max-width: 270px;
  }
}

.golden-star-9eptka .golden-star-n3b84g button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .golden-star-9eptka .golden-star-n3b84g button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .golden-star-9eptka .golden-star-n3b84g button {
    max-width: 104px;
  }
}

.golden-star-v12yka {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .golden-star-v12yka {
    margin-bottom: 0;
  }
}

.golden-star-wvdb62 {
  display: none;
  opacity: 0;
}

.golden-star-lm0kfx {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.golden-star-lm0kfx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.golden-star-n3b84g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.golden-star-n3b84g button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .golden-star-n3b84g
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .golden-star-n3b84g
    button {
    max-width: 145px;
  }
}

.golden-star-ocb2xf:first-child
  .golden-star-n3b84g
  button {
  max-width: 270px;
}

.golden-star-qi79mt {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.golden-star-v12yka picture {
  width: 100%;
  max-width: 100%;
}

.golden-star-vrhc0g {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.golden-star-vrhc0g svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.golden-star-v12yka:hover .golden-star-vrhc0g {
  display: flex;
}

.golden-star-w7zrx7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.golden-star-p72kos {
  display: flex;
}

.golden-star-p72kos:hover .golden-star-n7a4cd,
.golden-star-p72kos .golden-star-z66cbg .golden-star-n7a4cd {
  display: flex;
}

.golden-star-p72kos svg {
  flex-shrink: 0;
}

.golden-star-n7a4cd {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .golden-star-n7a4cd {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.golden-star-n7a4cd:hover {
  display: flex;
}

.golden-star-n7a4cd svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.golden-star-dih9sm {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .golden-star-dih9sm {
    font-size: 12px;
  }
}

.golden-star-trdqvy,
.golden-star-qc770m {
  width: 50%;
  flex-shrink: 0;
}

.golden-star-trdqvy {
  font-weight: 700;
}

.golden-star-63ba89 .golden-star-jhmo40 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .golden-star-63ba89 .golden-star-jhmo40 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .golden-star-63ba89 .golden-star-jhmo40 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.golden-star-63ba89
  .golden-star-qi79mt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.golden-star-63ba89 .golden-star-lm0kfx {
  height: 100% !important;
  border-radius: 16px;
}

.golden-star-63ba89 .golden-star-n3b84g {
  gap: 4px;
  align-items: center;
}

.golden-star-63ba89 .golden-star-n3b84g button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.golden-star-63ba89 .golden-star-n3b84g svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.golden-star-63ba89 .golden-star-tyjlzr,
.golden-star-63ba89 .golden-star-hn2rm1 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.golden-star-4ygjak.org/2000/svg'%3E%3Cpath d='M9.golden-star-lgpxy1 4.golden-star-4vovd9.golden-star-psevhx 5.golden-star-l1h8ff.golden-star-pji0ph 5.golden-star-apxtmi.golden-star-polbep 5.golden-star-uo25mz.golden-star-cyf6qm 8.golden-star-ml3od4.golden-star-esdopm 9.golden-star-hfp7gs.golden-star-jwkl9l 9.golden-star-ineert.golden-star-r00b63 13.golden-star-cup4d3.golden-star-hc4629 11.golden-star-ezumru.golden-star-v1wvug 11.golden-star-lqxn2m.golden-star-96x8xc 11.golden-star-wc2ttc.golden-star-l2r0xc 13.golden-star-7y2a04.golden-star-n9pcav 9.golden-star-p7s0ym.golden-star-hkcp7m 9.golden-star-rjtcdg.golden-star-sl6i9u 8.golden-star-a61m3x.golden-star-dt59o2 5.golden-star-xfl52n.golden-star-nidksz 5.golden-star-mluw0t.golden-star-dp2nmb 5.golden-star-skxx1i.golden-star-7ehgup 4.golden-star-y6pwdx.golden-star-v1wvug 1.golden-star-c7dorn.golden-star-lgpxy1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.golden-star-63ba89 .golden-star-tyjlzr {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.golden-star-63ba89 .golden-star-hn2rm1 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.golden-star-l50xgb {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .golden-star-l50xgb {
    padding: 24px;
  }
}

.golden-star-l50xgb .golden-star-btzds5 {
  display: flex;
}

@media (min-width: 768px) {
  .golden-star-l50xgb .golden-star-btzds5 {
    display: none;
  }
}

.golden-star-l50xgb .golden-star-o9qjjp svg {
  display: none;
}

.golden-star-9ngfl9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.golden-star-9ngfl9 .golden-star-7rwr1g {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-9ngfl9 .golden-star-7rwr1g {
    display: flex;
  }
}

.golden-star-lvty94 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .golden-star-lvty94 {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-lvty94 > * {
  margin: 0 !important;
}

.golden-star-lvty94 img,
.golden-star-vsj6ue {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-lvty94 img,
  .golden-star-vsj6ue {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-jew5zd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-jew5zd {
    width: 32px;
    height: 32px;
  }
}

.golden-star-6x1ubc {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .golden-star-6x1ubc {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .golden-star-6x1ubc::-webkit-scrollbar {
    display: none;
  }
}

.golden-star-o2yvhh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .golden-star-o2yvhh {
    padding: 7px 15px;
  }
}

.golden-star-o2yvhh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.golden-star-2t71mm {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .golden-star-2t71mm {
    display: flex;
    opacity: 1;
  }
}

.golden-star-o2yvhh picture {
  height: 100%;
  display: block;
}

.golden-star-o2yvhh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .golden-star-o2yvhh img {
    width: 88px;
    height: 44px;
  }
}

.golden-star-o2yvhh p {
  text-align: center;
  width: 100%;
}

.golden-star-4kpmdo {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .golden-star-4kpmdo {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-4kpmdo img,
.golden-star-3mly1i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-4kpmdo img,
  .golden-star-3mly1i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-f0j86t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-f0j86t {
    width: 32px;
    height: 32px;
  }
}

.golden-star-rzkdj0 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.golden-star-vaq5qm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.golden-star-ieev02 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.golden-star-ieev02.golden-star-z66cbg {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.golden-star-zsdhyw {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .golden-star-zsdhyw {
    font-size: 20px;
    line-height: 28px;
  }
}

.golden-star-w5ga2l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.golden-star-8yxyhf {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.golden-star-3vx2p4 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.golden-star-zdw0wm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.golden-star-zdw0wm ol,
.golden-star-zdw0wm ul {
  padding-left: 1.3em;
}

.golden-star-ieev02.golden-star-z66cbg .golden-star-8yxyhf {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.golden-star-ieev02.golden-star-z66cbg .golden-star-w5ga2l {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.golden-star-n68v8y {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .golden-star-n68v8y {
    padding: 24px;
  }
}

.golden-star-n68v8y .golden-star-btzds5 {
  display: flex;
}

@media (min-width: 768px) {
  .golden-star-n68v8y .golden-star-btzds5 {
    display: none;
  }
}

.golden-star-n68v8y .golden-star-o9qjjp svg {
  display: none;
}

.golden-star-yibsv3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.golden-star-yibsv3 .golden-star-7rwr1g {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-yibsv3 .golden-star-7rwr1g {
    display: flex;
  }
}

.golden-star-xh2sg1 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .golden-star-xh2sg1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-xh2sg1 > * {
  margin: 0 !important;
}

.golden-star-xh2sg1 img,
.golden-star-gbdl9u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-xh2sg1 img,
  .golden-star-gbdl9u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-fa4u51 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-fa4u51 {
    width: 32px;
    height: 32px;
  }
}

.golden-star-g0i76d {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .golden-star-g0i76d {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .golden-star-g0i76d::-webkit-scrollbar {
    display: none;
  }
}

.golden-star-myxbot {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.golden-star-myxbot:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.golden-star-zgxpkj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .golden-star-zgxpkj {
    display: flex;
    opacity: 1;
  }
}

.golden-star-myxbot picture {
  width: auto;
  height: 100%;
  display: block;
}

.golden-star-myxbot picture img {
  display: block;
  width: auto;
  height: 100%;
}

.golden-star-tzrtuc {
  margin: -24px 0;
}

.golden-star-tzrtuc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .golden-star-tzrtuc {
    margin: -16px 0;
  }
}

.golden-star-a3ygaj {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .golden-star-a3ygaj {
    flex-direction: row;
  }
}

.golden-star-wnc94g {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .golden-star-wnc94g {
    flex: 1;
  }
}

.golden-star-wnc94g::placeholder {
  color: var(--Text-400);
}

.golden-star-n5ojtp {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.golden-star-52eqii {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.golden-star-52eqii::-webkit-scrollbar {
  display: none;
}

.golden-star-h1e0sx {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.golden-star-h1e0sx img,
.golden-star-h1e0sx svg {
  margin-right: 8px;
}

.golden-star-lkwq6l {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.golden-star-tzrtuc + .golden-star-nuoxtz {
  margin-top: 0;
}

@media (min-width: 768px) {
  .golden-star-tzrtuc + .golden-star-nuoxtz {
    margin-top: -16px;
  }
}

.golden-star-zx5tm2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.golden-star-zx5tm2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.golden-star-zx5tm2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.golden-star-q2qtdg {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.golden-star-7ctsap {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.golden-star-q9eq1z {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.golden-star-6f8x5d {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.golden-star-skmr2j {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.golden-star-q2qtdg button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.golden-star-q2qtdg button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .golden-star-q2qtdg {
    padding: 39px 179px 39px 39px;
  }

  .golden-star-7ctsap {
    font-size: 40px;
    line-height: 48px;
  }

  .golden-star-skmr2j {
    height: 348px;
  }

  .golden-star-q2qtdg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .golden-star-q2qtdg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-q2qtdg {
    padding: 63px;
  }
}

.golden-star-hj6w2a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .golden-star-hj6w2a {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.golden-star-xjrkb6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .golden-star-xjrkb6 {
    width: auto;
  }
}

.golden-star-if9ycd {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.golden-star-if9ycd::-webkit-scrollbar {
  display: none;
}

.golden-star-if9ycd a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.golden-star-if9ycd a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .golden-star-if9ycd {
    margin-left: 16px;
    margin-top: 0;
  }
}

.golden-star-hj6w2a .golden-star-qtvu84 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.golden-star-3vx2p4,
    mask-image 0.3s;
}

.golden-star-hj6w2a .golden-star-qtvu84.golden-star-kx953y {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.golden-star-y5vmws {
  margin: 40px -16px;
}

.golden-star-wwnt6l + .golden-star-9lzvt0,
.golden-star-wwnt6l + .golden-star-gkbssi {
  margin-top: 24px;
}

.golden-star-xe3i4q {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.golden-star-xe3i4q picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.golden-star-qhkasp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .golden-star-qhkasp {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .golden-star-qhkasp {
    margin-top: 0;
  }
}

.golden-star-j8c2ry {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .golden-star-j8c2ry {
    font-size: 24px;
    line-height: 32px;
  }
}

.golden-star-d1qaw7 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .golden-star-d1qaw7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.golden-star-8j552m {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .golden-star-8j552m {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.golden-star-bb8i3t {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .golden-star-bb8i3t {
    font-size: 20px;
    line-height: 28px;
  }
}

.golden-star-r2u8aa {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .golden-star-r2u8aa {
    font-size: 32px;
    line-height: 40px;
  }
}

.golden-star-nrzdgj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.golden-star-bzpuwh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.golden-star-bzpuwh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.golden-star-nuoxtz {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.golden-star-3sbygl {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .golden-star-3sbygl {
    padding: 15px 48px;
  }
}

main > .golden-star-nuoxtz {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .golden-star-jhmo40.golden-star-4kyjq3 > div:nth-child(n+5) {
    display: none;
  }
}

.golden-star-i4r7tv p a img {
  display: block;
  margin: 0 auto;
}


.golden-star-tjx9c0 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.golden-star-zbx1xu {
  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;
}

.golden-star-zbx1xu label {
  font-size: 14px;
}

.golden-star-zbx1xu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.golden-star-zbx1xu input,
.golden-star-zbx1xu textarea,
.golden-star-zbx1xu 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;
}
.golden-star-zbx1xu button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.golden-star-9ilxxf ease;
}
.golden-star-zbx1xu button:hover {
  background-color: var(--button-bg-hover);
}
.golden-star-qcmetx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.golden-star-1xv4bb ease-in;
}

.golden-star-qcmetx 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;
}
.golden-star-z5d02q, .golden-star-27osvo, [class*="review-card"],
thead, thead th, table th, .golden-star-2ehlej,
.golden-star-uvld79, [class*="collapsible-header"],
.golden-star-xpqd6c, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
