* {
  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-y8gogf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-y8gogf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-y8gogf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.golden-star-6pvabm {
  overflow: hidden;
}

.golden-star-wa6jtm img {
  background: var(--Neutral-300);
}

.golden-star-uisq7b {
  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-0fq74l {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.golden-star-0fq74l:hover {
  background: var(--button-bg-hover);
}

.golden-star-0fd5kw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.golden-star-0fd5kw:hover {
  background: var(--button-bg-hover);
}

.golden-star-gcyd0s {
  font-size: 12px;
  line-height: 18px;
}

.golden-star-foexcl {
  font-size: 18px;
  line-height: 26px;
}

.golden-star-kmoptp {
  width: 100%;
}

.golden-star-csz4k7 {
  padding: 6px 16px;
}

.golden-star-4gupi0 {
  padding: 10px 16px;
}

.golden-star-pkba3b {
  padding: 15px 26px;
}

.golden-star-qjpdec {
  flex-shrink: 0;
}

.golden-star-78dojq {
  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-gmtart {
  display: none;
}

.golden-star-u07i55 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.golden-star-c7ojce {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.golden-star-tu7j9q {
  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-q926gr {
  cursor: grab;
}

.golden-star-tu7j9q::-webkit-scrollbar {
  display: none;
}

.golden-star-94h7ky {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.golden-star-4nj5no {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.golden-star-onrets {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.golden-star-1mmtt8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.golden-star-jzr4x1 {
  visibility: visible;
}

.golden-star-82wtzc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.golden-star-u8eo15 ease;
}

.golden-star-avgoqn {
  background-color: var(--Primary-200);
  width: 16px;
}

.golden-star-okof78 {
  -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-u8eo15,
    mask-image 0.3s;
}

.golden-star-okof78.golden-star-zqag8a {
  -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-mzovul: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-vv8aot {
  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-vtc23a.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-vtc23a.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-5qxjrd {
  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-5qxjrd::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-7w30uc {
  position: relative;
  z-index: 1;
}

.golden-star-y9114p {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.golden-star-mcvt6r {
  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-d4mq3g {
  font-size: 40px;
  line-height: 48px;
}

.golden-star-e0bgau {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.golden-star-aoejzi {
  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-aoejzi:hover {
  background: var(--Primary-400);
}

.golden-star-aoejzi svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.golden-star-mzovul 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-5qxjrd {
    max-width: 600px;
    padding: 64px;
  }

  .golden-star-y9114p {
    font-size: 24px;
    line-height: 32px;
  }

  .golden-star-mcvt6r {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .golden-star-d4mq3g {
    font-size: 50px;
    line-height: 56px;
  }

  .golden-star-e0bgau {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .golden-star-vv8aot {
    top: 25px;
    right: 25px;
  }
}

.golden-star-t7dutj,
.golden-star-l0lskc {
  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-38op93.golden-star-chgb85::before,
.golden-star-l0lskc::before,
.golden-star-y41k7p::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-vtc23a.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.golden-star-33i5ja 14.golden-star-b1kbv4.golden-star-e76s9k 14.golden-star-mj70us 15.golden-star-zryqat 14.golden-star-2qt5oz 15.golden-star-dzdr4a 14.golden-star-jdpjuu.golden-star-iiusud 14.golden-star-xpbujc 19.golden-star-upx8p9 12.golden-star-i3b9l1 19.golden-star-upx8p9 10.golden-star-um20eq.golden-star-upx8p9 8.golden-star-txzhu0 17.golden-star-uh1u83 7.golden-star-mwpq8v 15.golden-star-at6941 7.golden-star-z17xkv.golden-star-dna5ab 7.golden-star-mwpq8v 11.golden-star-wsofpx 8.golden-star-txzhu0 11.golden-star-wsofpx 10.golden-star-8p4q1z.golden-star-wsofpx 12.golden-star-cvjjop 13.golden-star-7yapd2 14.golden-star-sk69fx 15.golden-star-lj7df7 14.golden-star-kdow7k.golden-star-oll07o 14.golden-star-k9itas 15.golden-star-wf6dmc 14.golden-star-ygd6u6 15.golden-star-opb93a 14.golden-star-eqp7z9.golden-star-33i5ja 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.golden-star-onff26 15.golden-star-knm4fg.golden-star-xoyjzc 15.golden-star-lflpgb 15.golden-star-9q9t1j 15.golden-star-mpbgih 15.golden-star-b6z5r9 15.golden-star-w5976g.golden-star-pxg225 15.golden-star-mpbgih 15.golden-star-lhit8e 15.golden-star-gmqlgl 15.golden-star-wnhugl 15.golden-star-burcd4.golden-star-h3h1ly 15.golden-star-isxoqx 7.golden-star-nzots9 18.golden-star-db5xpw 7.golden-star-97vmgh 23.golden-star-lfhwtp.golden-star-py46as.golden-star-hdsceh 18.golden-star-9skrh5 19.golden-star-bs8ytm 15.golden-star-s6bug3 15.golden-star-onff26 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-89fyb2 [type="submit"] *,
.golden-star-jw80f7 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .golden-star-6eebhp {
    display: none;
  }
}

.golden-star-h3qhed {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .golden-star-h3qhed {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-h3qhed {
    bottom: 22px;
  }
}

.golden-star-h3qhed input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .golden-star-h3qhed {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.golden-star-9pey37.static) .golden-star-h3qhed {
    bottom: 8px;
  }
}

.golden-star-6ixl0t {
  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-vtc23a.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.golden-star-115ven 3.golden-star-3tppjf.golden-star-y3gp05.golden-star-5md962 3.golden-star-6n0r9k 3.golden-star-cnyplz 5.golden-star-09hsqm 3.golden-star-cnyplz 8.golden-star-ph3m2n.golden-star-jmlhwh.golden-star-cnyplz 26.golden-star-zz1850 5.golden-star-cfip6p 28.golden-star-a7s6sa 8.golden-star-elb75l 28.golden-star-djb4kp.golden-star-e0qr9x 28.golden-star-985fys.golden-star-rfhq0r 34.golden-star-5dd1z0.golden-star-qvjmrb 36.golden-star-pqt2rz 11.golden-star-amm4xj 37.golden-star-rvxn4i 12.golden-star-t4pre1 36.golden-star-hixe4x.golden-star-su0ost 28.golden-star-4b24sh.golden-star-x2lul6.golden-star-edljax 28.golden-star-e6j08h 36.golden-star-di5k3p 26.golden-star-sqiqqt 36.golden-star-di5k3p 23.golden-star-dbqyg9.golden-star-s411s0.golden-star-di5k3p 5.golden-star-k8ub6q 34.golden-star-jl3z16 3.golden-star-6n0r9k 31.golden-star-115ven 3.golden-star-ec4s4e.golden-star-2pt8z1 18.golden-star-5fofw3.golden-star-aq0ky1 18.golden-star-658kfv 8.golden-star-5b9wfz 17.golden-star-k7kzmo 8.golden-star-5b9wfz 15.golden-star-f12mg9.golden-star-5b9wfz 14.golden-star-dc4u67 9.golden-star-aq0ky1 13.golden-star-3iuuny 11.golden-star-2pt8z1 13.golden-star-fp808e.golden-star-nwuli1 13.golden-star-3iuuny 13.golden-star-7bj375 14.golden-star-dc4u67 13.golden-star-7bj375 15.golden-star-8h6fex.golden-star-7bj375 17.golden-star-k7kzmo 12.golden-star-nwuli1 18.golden-star-658kfv 11.golden-star-2pt8z1 18.golden-star-knxhce.golden-star-b2swx0 18.golden-star-mu2n5a.golden-star-lgu05v 18.golden-star-658kfv 17.golden-star-qf3i5a 17.golden-star-k7kzmo 17.golden-star-qf3i5a 15.golden-star-xh8vi4.golden-star-qf3i5a 14.golden-star-dc4u67 18.golden-star-lgu05v 13.golden-star-3iuuny 20.golden-star-b2swx0 13.golden-star-lwxp66.golden-star-6sqyt7 13.golden-star-3iuuny 22.golden-star-ntdmgf 14.golden-star-dc4u67 22.golden-star-ntdmgf 15.golden-star-5a99nh.golden-star-8bgph8 17.golden-star-k7kzmo 21.golden-star-6sqyt7 18.golden-star-658kfv 20.golden-star-b2swx0 18.golden-star-9n76dq.golden-star-jnnidy 18.golden-star-sooob4.golden-star-v7pja4 18.golden-star-658kfv 26.golden-star-yjum5d 17.golden-star-k7kzmo 26.golden-star-yjum5d 15.golden-star-uqsf0j.golden-star-yjum5d 14.golden-star-dc4u67 27.golden-star-v7pja4 13.golden-star-3iuuny 28.golden-star-jnnidy 13.golden-star-2k79md.golden-star-zu0uyu 13.golden-star-3iuuny 31.golden-star-397p3x 14.golden-star-dc4u67 31.golden-star-397p3x 15.golden-star-fzwlwq.golden-star-yjum5d 17.golden-star-k7kzmo 30.golden-star-zu0uyu 18.golden-star-658kfv 28.golden-star-jnnidy 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-6ixl0t {
    display: none;
  }
}

.golden-star-i6nwb1 {
  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-i6nwb1 {
    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-jw80f7 {
  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-jw80f7 {
    padding: 14px 16px;
  }
}

.golden-star-jw80f7 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.golden-star-jw80f7 button:first-child {
  align-content: end;
}

.golden-star-jw80f7 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .golden-star-jw80f7
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .golden-star-jw80f7
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.golden-star-jw80f7 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.golden-star-jw80f7 button:last-child svg {
  width: 38px;
  height: 38px;
}

.golden-star-y41k7p {
  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-y41k7p::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .golden-star-y41k7p,
.pc61d126-chatbot[data-active-screen="3"]
  .golden-star-y41k7p {
  opacity: 1;
  visibility: visible;
}

.golden-star-ye4ude {
  flex: 1 1;
}

.golden-star-pinlkp {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-pinlkp {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .golden-star-w5m0n5 {
  display: block;
}

.golden-star-cnymi2 {
  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-cnymi2 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.golden-star-l0lskc {
  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-l0lskc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.golden-star-0xpc0c span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.golden-star-0xpc0c p {
  color: var(--Text-100);
}

.golden-star-l0lskc .golden-star-32mkri {
  grid-area: button;
}

.golden-star-l0lskc .golden-star-32mkri::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-vtc23a.org/2000/svg'%3E%3Cpath d='M4.golden-star-el46gu 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.golden-star-rlithi 15L16.golden-star-rlithi 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.golden-star-rlithi 5L16.golden-star-rlithi 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-apij5z {
  display: block;
}

.golden-star-jwznrw {
  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-jwznrw {
    margin-top: 40px;
  }
}

.golden-star-t7dutj label,
.golden-star-t7dutj input {
  display: block;
  width: 100%;
}

.golden-star-t7dutj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.golden-star-t7dutj label.golden-star-zgg1gq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.golden-star-t7dutj label.golden-star-zgg1gq::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-t7dutj 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-t7dutj input::placeholder {
  color: var(--Text-400);
}

.golden-star-pxyech {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .golden-star-pxyech {
  display: flex;
}

.golden-star-pxyech ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .golden-star-pxyech ol {
    height: 420px;
    padding: 24px;
  }
}

.golden-star-pxyech ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.golden-star-89fyb2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .golden-star-89fyb2 {
    padding: 0 24px 24px;
  }
}

.golden-star-89fyb2 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-89fyb2 input::placeholder {
  color: var(--Text-400);
}

.golden-star-89fyb2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.golden-star-89fyb2 [type="submit"]:disabled {
  opacity: 0.5;
}

.golden-star-89fyb2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .golden-star-89fyb2 [type="submit"] {
    right: 40px;
  }
}

.golden-star-38op93 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.golden-star-38op93.golden-star-chgb85 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.golden-star-38op93.golden-star-chgb85::before {
  content: "";
  width: 31px;
}

.golden-star-38op93.golden-star-chgb85 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.golden-star-38op93.golden-star-u3lp8w p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.golden-star-38op93 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-h3qhed .golden-star-32mkri {
  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-6eebhp {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .golden-star-6eebhp {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .golden-star-6eebhp {
    padding: 18px 0;
  }
}

.golden-star-6eebhp .golden-star-y8gogf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .golden-star-6eebhp .golden-star-y8gogf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.golden-star-mta06k {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .golden-star-mta06k {
    max-width: 160px;
    height: 40px;
  }
}

.golden-star-mta06k picture,
.golden-star-mta06k img {
  display: block;
  width: 100%;
  height: 100%;
}

.golden-star-mta06k img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .golden-star-1awk83 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.golden-star-u8eo15 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .golden-star-6eebhp.golden-star-qrhsl8 .golden-star-1awk83 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .golden-star-1awk83 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .golden-star-1awk83 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.golden-star-tig2zu,
.golden-star-9k1nm2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .golden-star-tig2zu,
  .golden-star-9k1nm2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .golden-star-9k1nm2 {
    display: none;
  }
}

.golden-star-70t3j8 {
  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-qrhsl8 .golden-star-70t3j8 {
  background: var(--fh-bg-color);
}

.golden-star-70t3j8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .golden-star-70t3j8 {
    display: none;
  }
}

.golden-star-v92etr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .golden-star-v92etr {
    display: none;
  }
}

.golden-star-2rr468 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.golden-star-6eebhp.golden-star-qrhsl8 .golden-star-2rr468:first-child {
  display: none;
}

.golden-star-6eebhp.golden-star-qrhsl8 .golden-star-2rr468:last-child {
  display: block;
}

.golden-star-2rr468:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .golden-star-2rr468 {
    display: none;
  }
}

.golden-star-j7008f {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .golden-star-j7008f {
    display: flex;
  }
}

.golden-star-j7008f ul {
  max-height: 350px;
  overflow-y: auto;
}

.golden-star-j7008f:hover ul {
  visibility: visible;
  opacity: 1;
}

.golden-star-j7008f:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.golden-star-j7008f:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.golden-star-j7008f:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.golden-star-j7008f:hover .golden-star-6gy36y svg {
  transform: rotate(180deg);
}

.golden-star-01c8ad {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.golden-star-6l12h1 {
  padding: 0 8px;
}

.golden-star-ig7f0v {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.golden-star-ig7f0v:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .golden-star-ig7f0v {
    padding: 4px 8px;
  }
}

.golden-star-uft42e {
  display: flex;
}

.golden-star-uft42e img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.golden-star-6gy36y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.golden-star-6gy36y svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.golden-star-0bv07g {
  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-0bv07g {
    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-ar2wiv {
  width: 100%;
}

@media (min-width: 1200px) {
  .golden-star-ar2wiv {
    display: none;
  }
}

.golden-star-cousew {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.golden-star-z63wah {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.golden-star-qmpxt8 {
  display: flex;
}

.golden-star-l0jyn3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.golden-star-hlvtuo {
  list-style: none;
}

@media (max-width: 1199px) {
  .golden-star-hlvtuo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .golden-star-hlvtuo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .golden-star-hlvtuo .golden-star-3yakqs [data-ref-el],
  .golden-star-hlvtuo .golden-star-3yakqs span,
  .golden-star-hlvtuo .golden-star-3yakqs a {
    white-space: nowrap;
  }
}

.golden-star-i60nl6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .golden-star-i60nl6.golden-star-15nrl1 > .golden-star-3yakqs {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .golden-star-i60nl6.golden-star-4seyeb:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .golden-star-i60nl6.golden-star-15nrl1 > .golden-star-fq94o4 {
    height: auto;
  }

  .golden-star-i60nl6.golden-star-15nrl1 > div > .golden-star-37agwr {
    transform: rotate(180deg);
  }
}

.golden-star-i60nl6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.golden-star-i60nl6 [data-ref-el],
.golden-star-i60nl6 span {
  cursor: pointer;
}

.golden-star-i60nl6 [data-ref-el],
.golden-star-i60nl6 span,
.golden-star-i60nl6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .golden-star-i60nl6 [data-ref-el],
  .golden-star-i60nl6 span,
  .golden-star-i60nl6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .golden-star-i60nl6 [data-ref-el],
  .golden-star-i60nl6 span,
  .golden-star-i60nl6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.golden-star-fq94o4 {
  height: 0;
  overflow: hidden;
  transition: height 0.golden-star-u8eo15 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.golden-star-fq94o4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.golden-star-fq94o4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.golden-star-fq94o4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .golden-star-fq94o4 {
    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-fq94o4:has(> .golden-star-i60nl6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .golden-star-fq94o4 .golden-star-fq94o4 {
    padding: 0;
  }

  .golden-star-fq94o4 .golden-star-i60nl6 {
    font-weight: 400;
  }

  .golden-star-fq94o4 .golden-star-i60nl6:hover > .golden-star-3yakqs {
    background: var(--Neutral-300);
  }

  .golden-star-fq94o4 .golden-star-37agwr {
    rotate: -90deg;
  }
}

.golden-star-3yakqs {
  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-3yakqs {
    padding: 8px;
  }

  .golden-star-i60nl6.golden-star-0z2hy1 > .golden-star-3yakqs {
    background: var(--Neutral-300);
  }
}

.golden-star-37agwr {
  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-vtc23a.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.golden-star-h4cp7c 0.golden-star-c9rpak.golden-star-pnahiq -0.golden-star-ejqb21 0.golden-star-gc662q -0.golden-star-ejqb21 1.golden-star-82n1vb 0.golden-star-vq5n9a.golden-star-ox33nf 4.golden-star-nn2zjg.golden-star-h4cp7c 0.golden-star-p5w25u.golden-star-oo6tmt -0.golden-star-ejqb21 9.golden-star-4mg0jm -0.golden-star-ejqb21 10.golden-star-3x406k 0.golden-star-yipiv3.golden-star-foqvix 0.golden-star-pnahiq 10.golden-star-foqvix 0.golden-star-gc662q 10.golden-star-3x406k 1.golden-star-wx7g1y.golden-star-7xlx42 5.golden-star-qf0blk.golden-star-tjbq5n 6.golden-star-zoxxjw 5.golden-star-lkmy6b 6.golden-star-zoxxjw 4.golden-star-2kc6nz 5.golden-star-dwndsn.golden-star-h4cp7c 1.golden-star-qxh22h.golden-star-ejqb21 0.golden-star-gc662q -0.golden-star-ejqb21 0.golden-star-pnahiq 0.golden-star-h4cp7c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.golden-star-u8eo15 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .golden-star-37agwr {
    cursor: default;
  }
}

.golden-star-otngn7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.golden-star-ht8hlx {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .golden-star-ht8hlx {
    padding: 40px 4px;
  }
}

.golden-star-u84wgw {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .golden-star-u84wgw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.golden-star-gk924p {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .golden-star-gk924p {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.golden-star-gk924p ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.golden-star-gk924p [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.golden-star-gk924p [data-ref-el],
.golden-star-gk924p span,
.golden-star-gk924p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.golden-star-6s0igu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .golden-star-6s0igu {
    margin-bottom: 12px;
  }
}

.golden-star-0frkr7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.golden-star-0frkr7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .golden-star-0frkr7:last-child {
    margin-right: 0;
  }
}

.golden-star-szus8a {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.golden-star-6s0igu:hover .golden-star-u2bnol {
  visibility: visible;
  opacity: 1;
}

.golden-star-u2bnol {
  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-kaehyj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.golden-star-g4g3ar {
  display: flex;
  margin: 6px;
}

.golden-star-g4g3ar img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.golden-star-u2bnol::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-u2bnol::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-7m98ek {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .golden-star-7m98ek {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.golden-star-sqcz2d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .golden-star-sqcz2d {
    margin-right: 32px;
  }
}

.golden-star-q4a334 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .golden-star-q4a334 {
    margin-top: 0;
    width: 340px;
  }
}

.golden-star-q4a334 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.golden-star-u9qe4v {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.golden-star-z0g6u4 {
  position: relative;
}

@media (min-width: 768px) {
  .golden-star-z0g6u4 {
    margin-top: 40px;
  }
}

.golden-star-z0g6u4 + .golden-star-2m9sqr,
.golden-star-z0g6u4 + .golden-star-z0g6u4 {
  margin-top: 24px;
}

.golden-star-k4x334 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .golden-star-k4x334 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-k4x334 {
    padding: 80px;
  }
}

.golden-star-3embgv {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .golden-star-3embgv {
    padding: 0 16px;
}


}

.golden-star-9frd54 {
  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-9frd54 {
    font-size: 48px;
    line-height: 56px;
  }
}

.golden-star-pp0a39 {
  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-pp0a39 {
    font-size: 24px;
    line-height: 32px;
  }
}

.golden-star-dlcney {
  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-dlcney:hover {
  background: var(--button-bg-hover);
}

.golden-star-5qoxf1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.golden-star-5qoxf1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .golden-star-5qoxf1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .golden-star-5qoxf1 img {
  min-height: 100%;
  }
}

.golden-star-k4x334::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.golden-star-j8fryk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.golden-star-j8fryk h1,
.golden-star-j8fryk h2,
.golden-star-j8fryk h3,
.golden-star-j8fryk h4 {
  margin-bottom: 6px;
}

.golden-star-j8fryk h1:not(:first-child),
.golden-star-j8fryk h2:not(:first-child),
.golden-star-j8fryk h3:not(:first-child),
.golden-star-j8fryk h4:not(:first-child) {
  margin-top: 16px;
}

.golden-star-j8fryk h1,
.golden-star-j8fryk h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .golden-star-j8fryk h1,
  .golden-star-j8fryk h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.golden-star-j8fryk h2,
.golden-star-j8fryk h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .golden-star-j8fryk h2,
  .golden-star-j8fryk h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-j8fryk h3,
.golden-star-j8fryk h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .golden-star-j8fryk h3,
  .golden-star-j8fryk h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.golden-star-j8fryk h4,
.golden-star-j8fryk h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.golden-star-j8fryk ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.golden-star-j8fryk ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.golden-star-j8fryk 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-j8fryk ul ul {
  margin-bottom: 8px;
}

.golden-star-j8fryk ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.golden-star-j8fryk ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.golden-star-j8fryk ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.golden-star-j8fryk ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.golden-star-j8fryk ol li::marker {
  font-weight: 700;
}

.golden-star-j8fryk ol ol {
  margin-bottom: 8px;
}

.golden-star-j8fryk ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.golden-star-j8fryk ol ul li {
  padding-left: 16px;
}

.golden-star-j8fryk 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-j8fryk table {
    padding: 24px;
  }
}

.golden-star-j8fryk table.golden-star-ws5lik {
  -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-u8eo15,
    mask-image 0.3s;
}

.golden-star-j8fryk table.golden-star-ws5lik.golden-star-zqag8a {
  -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-j8fryk table {
    display: table;
  }
}

.golden-star-j8fryk table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.golden-star-j8fryk table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.golden-star-j8fryk table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.golden-star-j8fryk 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-j8fryk table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.golden-star-j8fryk table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.golden-star-j8fryk table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.golden-star-j8fryk table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.golden-star-j8fryk img {
  max-width: 100%;
  height: auto;
}

.golden-star-2ma2sc {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .golden-star-2ma2sc {
    padding: 24px;
  }
}

.golden-star-55p1yd {
  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-55p1yd {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.golden-star-55p1yd > * {
  margin: 0 !important;
}

.golden-star-55p1yd img,
.golden-star-daqrcz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-55p1yd img,
  .golden-star-daqrcz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-y0lcoe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-y0lcoe {
    width: 32px;
    height: 32px;
  }
}

.golden-star-mlk043 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.golden-star-mlk043 .golden-star-2kuq4p {
  flex-shrink: 0;
}

.golden-star-mlk043 .golden-star-iugu61 svg {
  display: none;
}

.golden-star-jjwtuz {
  display: grid;
  transition: max-height 0.golden-star-u8eo15 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .golden-star-jjwtuz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .golden-star-jjwtuz {
    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-jjwtuz.golden-star-5kxlde + .golden-star-2kuq4p svg {
  transform: rotate(180deg);
}

.golden-star-diyy64 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.golden-star-diyy64 > div:nth-child(3n) {
  grid-column: span 2;
}

.golden-star-diyy64
  > div:nth-child(3n)
  .golden-star-djs8k5
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .golden-star-diyy64 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .golden-star-diyy64 > div:nth-child(3n) {
    grid-column: unset;
  }

  .golden-star-diyy64
    > div:nth-child(3n)
    .golden-star-djs8k5
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .golden-star-diyy64 {
    max-width: 270px;
  }
}

.golden-star-diyy64 .golden-star-djs8k5 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .golden-star-diyy64 .golden-star-djs8k5 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .golden-star-diyy64 .golden-star-djs8k5 button {
    max-width: 104px;
  }
}

.golden-star-azhq9k {
  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-azhq9k {
    margin-bottom: 0;
  }
}

.golden-star-yhycfn {
  display: none;
  opacity: 0;
}

.golden-star-ry6zhn {
  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-ry6zhn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.golden-star-djs8k5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.golden-star-djs8k5 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-djs8k5
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .golden-star-djs8k5
    button {
    max-width: 145px;
  }
}

.golden-star-hmtlr5:first-child
  .golden-star-djs8k5
  button {
  max-width: 270px;
}

.golden-star-07btds {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.golden-star-azhq9k picture {
  width: 100%;
  max-width: 100%;
}

.golden-star-z2wwop {
  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-z2wwop svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.golden-star-azhq9k:hover .golden-star-z2wwop {
  display: flex;
}

.golden-star-8mo295 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.golden-star-nnw9me {
  display: flex;
}

.golden-star-nnw9me:hover .golden-star-dg6ybf,
.golden-star-nnw9me .golden-star-0z2hy1 .golden-star-dg6ybf {
  display: flex;
}

.golden-star-nnw9me svg {
  flex-shrink: 0;
}

.golden-star-dg6ybf {
  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-dg6ybf {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.golden-star-dg6ybf:hover {
  display: flex;
}

.golden-star-dg6ybf svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.golden-star-trd2gx {
  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-trd2gx {
    font-size: 12px;
  }
}

.golden-star-ewj88v,
.golden-star-vygsqm {
  width: 50%;
  flex-shrink: 0;
}

.golden-star-ewj88v {
  font-weight: 700;
}

.golden-star-wid28k .golden-star-jjwtuz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .golden-star-wid28k .golden-star-jjwtuz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .golden-star-wid28k .golden-star-jjwtuz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.golden-star-wid28k
  .golden-star-07btds:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.golden-star-wid28k .golden-star-ry6zhn {
  height: 100% !important;
  border-radius: 16px;
}

.golden-star-wid28k .golden-star-djs8k5 {
  gap: 4px;
  align-items: center;
}

.golden-star-wid28k .golden-star-djs8k5 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.golden-star-wid28k .golden-star-djs8k5 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.golden-star-wid28k .golden-star-0v5cqd,
.golden-star-wid28k .golden-star-r9k576 {
  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-vtc23a.org/2000/svg'%3E%3Cpath d='M9.golden-star-bexzt1 4.golden-star-t7kbz5.golden-star-1t3mvh 5.golden-star-5z88dz.golden-star-tbz38d 5.golden-star-1u7m7t.golden-star-xwwxr7 5.golden-star-dmk8iv.golden-star-ukk627 8.golden-star-mv223u.golden-star-j1ie10 9.golden-star-x18g3l.golden-star-xd561n 9.golden-star-zkaln0.golden-star-4uchhk 13.golden-star-0ypzit.golden-star-z1520n 11.golden-star-zj5odt.golden-star-7w9gd2 11.golden-star-gdsx2i.golden-star-p24p9o 11.golden-star-d8jwpk.golden-star-bb83zz 13.golden-star-wvvha7.golden-star-pylvcc 9.golden-star-urllx4.golden-star-15wqjj 9.golden-star-d8iyv2.golden-star-u24mhb 8.golden-star-9x52lq.golden-star-7y249v 5.golden-star-2rt7ze.golden-star-qo2sou 5.golden-star-0flb4j.golden-star-no1z39 5.golden-star-i9rvbj.golden-star-jdr0ui 4.golden-star-ln1p2h.golden-star-7w9gd2 1.golden-star-3mltx2.golden-star-bexzt1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.golden-star-wid28k .golden-star-0v5cqd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.golden-star-wid28k .golden-star-r9k576 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.golden-star-z8vnga {
  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-z8vnga {
    padding: 24px;
  }
}

.golden-star-z8vnga .golden-star-2kuq4p {
  display: flex;
}

@media (min-width: 768px) {
  .golden-star-z8vnga .golden-star-2kuq4p {
    display: none;
  }
}

.golden-star-z8vnga .golden-star-iugu61 svg {
  display: none;
}

.golden-star-yue574 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.golden-star-yue574 .golden-star-uisq7b {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-yue574 .golden-star-uisq7b {
    display: flex;
  }
}

.golden-star-tcqunc {
  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-tcqunc {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-tcqunc > * {
  margin: 0 !important;
}

.golden-star-tcqunc img,
.golden-star-a4myad {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-tcqunc img,
  .golden-star-a4myad {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-iezx55 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-iezx55 {
    width: 32px;
    height: 32px;
  }
}

.golden-star-5rxpxa {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .golden-star-5rxpxa {
    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-5rxpxa::-webkit-scrollbar {
    display: none;
  }
}

.golden-star-sclz4r {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .golden-star-sclz4r {
    padding: 7px 15px;
  }
}

.golden-star-sclz4r:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.golden-star-o3nfbu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .golden-star-o3nfbu {
    display: flex;
    opacity: 1;
  }
}

.golden-star-sclz4r picture {
  height: 100%;
  display: block;
}

.golden-star-sclz4r img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .golden-star-sclz4r img {
    width: 88px;
    height: 44px;
  }
}

.golden-star-sclz4r p {
  text-align: center;
  width: 100%;
}

.golden-star-s3rpgq {
  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-s3rpgq {
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-s3rpgq img,
.golden-star-penljm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-s3rpgq img,
  .golden-star-penljm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-n9g12a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-n9g12a {
    width: 32px;
    height: 32px;
  }
}

.golden-star-fvs09d {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.golden-star-bn99i7 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.golden-star-2bm5u2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.golden-star-2bm5u2.golden-star-0z2hy1 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.golden-star-b1492a {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .golden-star-b1492a {
    font-size: 20px;
    line-height: 28px;
  }
}

.golden-star-s77ot2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.golden-star-4r9she {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.golden-star-u8eo15 ease;
  opacity: 0;
  color: var(--text-color);
}

.golden-star-52bqgz {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.golden-star-52bqgz ol,
.golden-star-52bqgz ul {
  padding-left: 1.3em;
}

.golden-star-2bm5u2.golden-star-0z2hy1 .golden-star-4r9she {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.golden-star-2bm5u2.golden-star-0z2hy1 .golden-star-s77ot2 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.golden-star-r8ncno {
  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-r8ncno {
    padding: 24px;
  }
}

.golden-star-r8ncno .golden-star-2kuq4p {
  display: flex;
}

@media (min-width: 768px) {
  .golden-star-r8ncno .golden-star-2kuq4p {
    display: none;
  }
}

.golden-star-r8ncno .golden-star-iugu61 svg {
  display: none;
}

.golden-star-rbymz4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.golden-star-rbymz4 .golden-star-uisq7b {
  display: none;
}

@media (min-width: 768px) {
  .golden-star-rbymz4 .golden-star-uisq7b {
    display: flex;
  }
}

.golden-star-9mkruv {
  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-9mkruv {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.golden-star-9mkruv > * {
  margin: 0 !important;
}

.golden-star-9mkruv img,
.golden-star-wibak1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .golden-star-9mkruv img,
  .golden-star-wibak1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.golden-star-p4bd2s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .golden-star-p4bd2s {
    width: 32px;
    height: 32px;
  }
}

.golden-star-cc2h28 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .golden-star-cc2h28 {
    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-cc2h28::-webkit-scrollbar {
    display: none;
  }
}

.golden-star-o374cd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.golden-star-o374cd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.golden-star-bipbio {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .golden-star-bipbio {
    display: flex;
    opacity: 1;
  }
}

.golden-star-o374cd picture {
  width: auto;
  height: 100%;
  display: block;
}

.golden-star-o374cd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.golden-star-xipxpp {
  margin: -24px 0;
}

.golden-star-xipxpp:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .golden-star-xipxpp {
    margin: -16px 0;
  }
}

.golden-star-zxgyr4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .golden-star-zxgyr4 {
    flex-direction: row;
  }
}

.golden-star-i0o0ot {
  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-i0o0ot {
    flex: 1;
  }
}

.golden-star-i0o0ot::placeholder {
  color: var(--Text-400);
}

.golden-star-acq69n {
  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-hhrow6 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.golden-star-hhrow6::-webkit-scrollbar {
  display: none;
}

.golden-star-dlob8l {
  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-dlob8l img,
.golden-star-dlob8l svg {
  margin-right: 8px;
}

.golden-star-drv2ij {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.golden-star-xipxpp + .golden-star-uy0qd8 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .golden-star-xipxpp + .golden-star-uy0qd8 {
    margin-top: -16px;
  }
}

.golden-star-ruub6g {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.golden-star-ruub6g > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.golden-star-ruub6g > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.golden-star-vnr7mh {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.golden-star-n8a51l {
  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-e88yzt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.golden-star-6aql7q {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.golden-star-kcrkcm {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.golden-star-vnr7mh 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-vnr7mh 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-vnr7mh {
    padding: 39px 179px 39px 39px;
  }

  .golden-star-n8a51l {
    font-size: 40px;
    line-height: 48px;
  }

  .golden-star-kcrkcm {
    height: 348px;
  }

  .golden-star-vnr7mh button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .golden-star-vnr7mh button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .golden-star-vnr7mh {
    padding: 63px;
  }
}

.golden-star-r68tp7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .golden-star-r68tp7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.golden-star-1ub2xj {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .golden-star-1ub2xj {
    width: auto;
  }
}

.golden-star-a985m2 {
  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-a985m2::-webkit-scrollbar {
  display: none;
}

.golden-star-a985m2 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-a985m2 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .golden-star-a985m2 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.golden-star-r68tp7 .golden-star-6yo93v {
  -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-u8eo15,
    mask-image 0.3s;
}

.golden-star-r68tp7 .golden-star-6yo93v.golden-star-zqag8a {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.golden-star-q5kta5 {
  margin: 40px -16px;
}

.golden-star-nihmrw + .golden-star-2m9sqr,
.golden-star-nihmrw + .golden-star-z0g6u4 {
  margin-top: 24px;
}

.golden-star-ji4e87 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.golden-star-ji4e87 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.golden-star-3z1jbt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .golden-star-3z1jbt {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .golden-star-3z1jbt {
    margin-top: 0;
  }
}

.golden-star-uygtb1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .golden-star-uygtb1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.golden-star-a4z6ej {
  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-a4z6ej {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.golden-star-s8ts74 {
  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-s8ts74 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.golden-star-gdtv5t {
  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-gdtv5t {
    font-size: 20px;
    line-height: 28px;
  }
}

.golden-star-i8qd0g {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .golden-star-i8qd0g {
    font-size: 32px;
    line-height: 40px;
  }
}

.golden-star-447nmm {
  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-5g6dwj {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.golden-star-5g6dwj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.golden-star-uy0qd8 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.golden-star-3hgr82 {
  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-3hgr82 {
    padding: 15px 48px;
  }
}

main > .golden-star-uy0qd8 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .golden-star-jjwtuz.golden-star-32ooav > div:nth-child(n+5) {
    display: none;
  }
}

.golden-star-j8fryk p a img {
  display: block;
  margin: 0 auto;
}


.golden-star-eipe8d {
  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-206zvd {
  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-206zvd label {
  font-size: 14px;
}

.golden-star-206zvd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.golden-star-206zvd input,
.golden-star-206zvd textarea,
.golden-star-206zvd 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-206zvd button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.golden-star-klgiqv ease;
}
.golden-star-206zvd button:hover {
  background-color: var(--button-bg-hover);
}
.golden-star-z7kihv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.golden-star-hrcljp ease-in;
}

.golden-star-z7kihv 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-iw9cu6, .golden-star-9ypjvv, [class*="review-card"],
thead, thead th, table th, .golden-star-bb1m3o,
.golden-star-h763jj, [class*="collapsible-header"],
.golden-star-2vj0s1, [class*="updated-block"] {
  color: #ece7dc !important;
}

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