@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.golden-star-n03w7t {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-pv1s4r {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.golden-star-rv1922,
ul.golden-star-rv1922 {
  padding-left: 20px;
}

ul.golden-star-rv1922 {
  list-style: disc;
}

ol.golden-star-rv1922 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.golden-star-nqcrps > .golden-star-20wwa2,
.golden-star-nqcrps > .golden-star-dnpn2y,
.golden-star-nqcrps > blockquote,
.golden-star-nqcrps > h1,
.golden-star-nqcrps > h2,
.golden-star-nqcrps > h3,
.golden-star-nqcrps > h4,
.golden-star-nqcrps > h5,
.golden-star-nqcrps > h6,
.golden-star-nqcrps > ol,
.golden-star-nqcrps > p,
.golden-star-nqcrps > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-nqcrps > ol,
.golden-star-nqcrps > ul {
  padding-left: 50px;
}

.golden-star-nqcrps blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.golden-star-nqcrps:not(:last-child) {
  margin-bottom: 2rem;
}

.golden-star-nqcrps > :not(:first-child) {
  margin-top: 2rem;
}

.golden-star-nqcrps {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.golden-star-nqcrps:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .golden-star-nqcrps:first-child {
    margin-top: 20px;
  }
}

.golden-star-nqcrps > p:last-of-type {
  margin-bottom: 32px;
}

.golden-star-nqcrps > .golden-star-whr77b:not(:first-child) {
  margin: 64px auto 16px auto;
}

.golden-star-zuy4ns > .golden-star-whr77b {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-dnpn2y {
  overflow: auto;
}

.golden-star-dnpn2y::-webkit-scrollbar {
  height: 5px;
}

.golden-star-dnpn2y table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.golden-star-dnpn2y table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.golden-star-dnpn2y table thead,
table thead {
  border-bottom: none;
}

.golden-star-dnpn2y table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.golden-star-dnpn2y table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.golden-star-dnpn2y table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.golden-star-dnpn2y .golden-star-71ag44 {
  table-layout: auto;
}

.golden-star-dnpn2y .golden-star-71ag44 th {
  word-break: normal;
}

.golden-star-dnpn2y .golden-star-71ag44 td {
  word-break: normal;
}

.golden-star-n03w7t .golden-star-n03w7t {
  padding-right: 0;
  padding-left: 0;
}

.golden-star-7tvx4b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.golden-star-0gzhfa {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.golden-star-9896nn {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.golden-star-20wwa2 {
  margin-top: 24px;
}

.golden-star-20wwa2.golden-star-ifooog {
  text-align: left;
}

.golden-star-20wwa2.golden-star-78h8c5 {
  text-align: right;
}

.golden-star-20wwa2.golden-star-ukytgs {
  text-align: center;
}

.golden-star-3o0ob4 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.golden-star-h4pwxu ease-in-out;
  cursor: pointer;
}

.golden-star-3o0ob4:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.golden-star-3o0ob4 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .golden-star-3o0ob4 {
    min-width: unset;
  }
}

.golden-star-p2mfrd {
  background-color: var(--fh-bg-color);
}

.golden-star-rr5oa1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.golden-star-fiemgh {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.golden-star-fiemgh img {
  max-height: 80px;
  object-fit: contain;
}

.golden-star-xz5fkb {
  flex: 1 1;
}

.golden-star-90nuzy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.golden-star-k9mwvp {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.golden-star-k9mwvp span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.golden-star-k9mwvp.golden-star-3z4j0q span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.golden-star-k9mwvp.golden-star-3z4j0q span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.golden-star-k9mwvp.golden-star-3z4j0q span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.golden-star-xz5fkb + .golden-star-90nuzy {
  margin-left: 20px;
}

.golden-star-m2srtb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.golden-star-m2srtb > svg {
  max-width: 24px;
  max-height: 24px;
}

.golden-star-m2srtb + .golden-star-m2srtb {
  margin-left: 5px;
}

.golden-star-b50o3g {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.golden-star-b50o3g:hover {
  background-color: var(--button-bg-hover);
}

.golden-star-8umn99 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.golden-star-h4pwxu ease-in-out;
  border: 1px solid var(--border-color);
}

.golden-star-8umn99:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.golden-star-ay9mhw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .golden-star-xz5fkb {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .golden-star-ay9mhw {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .golden-star-xz5fkb {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .golden-star-m2srtb {
    min-width: unset;
    flex: 1 1;
  }
}

.golden-star-534fx5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.golden-star-534fx5:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.golden-star-534fx5:hover .golden-star-h02ji2 {
  opacity: 1;
  pointer-events: auto;
}

.golden-star-yle2oa {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.golden-star-7pl274 ease-in-out;
  gap: 4px;
}

.golden-star-yle2oa > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.golden-star-yle2oa .golden-star-7tvx4b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.golden-star-7vb3tc,
.golden-star-yle2oa:hover {
  color: var(--button-bg-hover);
}

.golden-star-k94ve5 {
  position: relative;
}

.golden-star-k94ve5 .golden-star-yle2oa {
  margin-right: 0;
  padding-right: 4px;
}

.golden-star-5jblwb svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.golden-star-k94ve5.golden-star-3z4j0q .golden-star-5jblwb svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.golden-star-k94ve5.golden-star-3z4j0q .golden-star-h02ji2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.golden-star-k94ve5.golden-star-3z4j0q .golden-star-h02ji2::before {
  display: none;
}

.golden-star-5jblwb svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.golden-star-h02ji2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.golden-star-y3qfsy 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.golden-star-h02ji2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.golden-star-h02ji2:hover {
  color: var(--fh-bg-color);
}

.golden-star-b6n225 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.golden-star-y3qfsy 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.golden-star-7pl274 ease-in-out;
  -o-transition: 0.golden-star-7pl274 ease-in-out;
  transition: 0.golden-star-7pl274 ease-in-out;
}

.golden-star-b6n225 .golden-star-7tvx4b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.golden-star-bzk7lu,
.golden-star-b6n225:hover {
  color: var(--button-bg-hover);
}

.golden-star-3jfikc {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.golden-star-3jfikc.golden-star-8qh9en {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.golden-star-3jfikc.golden-star-8qh9en:after,
.golden-star-3jfikc.golden-star-8qh9en:before {
  content: "";
  position: absolute;
  margin: auto;
}

.golden-star-3jfikc.golden-star-8qh9en:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.golden-star-3jfikc.golden-star-8qh9en:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.golden-star-3jfikc.golden-star-8qh9en > * {
  z-index: 1;
}

.golden-star-3jfikc b,
.golden-star-3jfikc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.golden-star-3jfikc .golden-star-t4gewq {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.golden-star-3jfikc .golden-star-ks5uht {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.golden-star-3jfikc .golden-star-7tvx4b {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.golden-star-3jfikc .golden-star-ceeeyu {
  margin-top: 12px;
}

.golden-star-ceeeyu {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.golden-star-hn5mba {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.golden-star-ceeeyu .golden-star-l8gw6o {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.golden-star-h4pwxu ease-in-out;
}

.golden-star-ceeeyu .golden-star-l8gw6o:hover {
  background: rgba(255, 255, 255, 0.3);
}

.golden-star-o9ezoo {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.golden-star-3jfikc.golden-star-42srkm {
  gap: 12px;
  padding: 16px;
}

.golden-star-3jfikc.golden-star-42srkm .golden-star-o9ezoo {
  min-width: 240px;
}

.golden-star-3jfikc.golden-star-42srkm .golden-star-o9ezoo.golden-star-kkxacv {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .golden-star-3jfikc .golden-star-t4gewq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .golden-star-3jfikc .golden-star-ks5uht {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .golden-star-3jfikc .golden-star-7tvx4b {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-7tvx4b {
    max-width: 126px;
  }
  .golden-star-3jfikc .golden-star-ceeeyu {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .golden-star-3jfikc .golden-star-hn5mba {
    max-width: unset;
  }
  .golden-star-o9ezoo {
    min-width: unset;
    width: 100%;
  }
  .golden-star-3jfikc .golden-star-o9ezoo {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .golden-star-3jfikc.golden-star-42srkm {
    grid-template-rows: auto 1fr auto;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-o9ezoo {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .golden-star-3jfikc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .golden-star-3jfikc .golden-star-t4gewq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .golden-star-3jfikc .golden-star-7tvx4b {
    max-width: 78px;
  }
  .golden-star-3jfikc .golden-star-ceeeyu {
    margin-top: -12px;
  }
  .golden-star-3jfikc.golden-star-42srkm {
    gap: 8px;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-t4gewq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-ks5uht {
    grid-column: 1/3;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-7tvx4b {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .golden-star-3jfikc.golden-star-42srkm .golden-star-7tvx4b img {
    max-width: 114px;
  }
}

.golden-star-o9ezoo.golden-star-gbxrel,
.golden-star-o9ezoo.golden-star-lyrxts,
.golden-star-o9ezoo.golden-star-ygk7oq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.golden-star-h4pwxu ease-in-out;
}

.golden-star-o9ezoo.golden-star-gbxrel,
.golden-star-o9ezoo.golden-star-ygk7oq {
  padding: 10px;
}

.golden-star-o9ezoo.golden-star-gbxrel:hover,
.golden-star-o9ezoo.golden-star-lyrxts:hover,
.golden-star-o9ezoo.golden-star-ygk7oq:hover {
  background: var(--button-bg-hover);
}

.golden-star-o9ezoo.golden-star-gbxrel:hover svg path,
.golden-star-o9ezoo.golden-star-ygk7oq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.golden-star-o9ezoo.golden-star-kkxacv {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.golden-star-h4pwxu ease-in-out;
  background: var(--button-bg-color);
}

.golden-star-o9ezoo.golden-star-kkxacv:hover {
  background-color: var(--button-bg-hover);
}

.golden-star-o9ezoo.golden-star-lyrxts:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.golden-star-o9ezoo.golden-star-lyrxts:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.golden-star-o9ezoo.golden-star-kkxacv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.golden-star-wbmwlk {
  max-width: 650px;
}

.golden-star-gpueta {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.golden-star-bhfa9l {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.golden-star-xtz4x2 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.golden-star-7pl274 ease-in-out;
  cursor: pointer;
}

.golden-star-xtz4x2:hover {
  opacity: 0.5;
}

.golden-star-xtz4x2:focus {
  outline: 0;
}

.golden-star-xtz4x2:focus .golden-star-i5h78c,
.golden-star-xtz4x2:hover .golden-star-i5h78c {
  fill: red;
  fill-opacity: 1;
}

.golden-star-xtz4x2:hover {
  cursor: pointer;
}

.golden-star-ziwtqc {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.golden-star-wbmwlk.golden-star-ukytgs {
  margin: 0 auto;
}

.golden-star-wbmwlk.golden-star-78h8c5 {
  margin-left: auto;
}

.golden-star-sogke5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.golden-star-ylx2wj {
  padding-bottom: 50px;
}

.golden-star-xwcvq0 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.golden-star-nh26l0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.golden-star-6f7moz {
  margin-top: 24px;
}

.golden-star-nr9so0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.golden-star-xuylcn {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.golden-star-ga1q2q {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.golden-star-0xtlvy {
  width: 468px;
}

.golden-star-ga1q2q .golden-star-h02ji2 {
  margin: 0.golden-star-q3si3o 0;
}

.golden-star-b18csz {
  display: flex;
  min-width: 224px;
}

.golden-star-ba1c79 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.golden-star-7pl274 ease-in-out;
}

.golden-star-nor88o,
.golden-star-ba1c79:hover {
  color: var(--text-color);
}

.golden-star-8p1rc3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.golden-star-hgob26 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .golden-star-sogke5 {
    padding: 16px;
  }
  .golden-star-8p1rc3 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .golden-star-hgob26 {
    align-items: center;
  }
  .golden-star-0xtlvy {
    width: unset;
  }
  .golden-star-b18csz {
    min-width: unset;
  }
  .golden-star-ga1q2q {
    max-height: unset;
  }
  .golden-star-xwcvq0 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .golden-star-sogke5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.golden-star-q9u2c9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.golden-star-q9u2c9:not(:last-child) {
  margin-bottom: 16px;
}

.golden-star-g83jjm {
  outline: 0;
}

.golden-star-g83jjm .golden-star-iyjjz6 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.golden-star-lmfzc4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .golden-star-lmfzc4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.golden-star-lmfzc4::-webkit-details-marker {
  display: none;
}

.golden-star-lmfzc4:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-lmfzc4:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .golden-star-lmfzc4:after {
  transform: unset;
}

.golden-star-iyjjz6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.golden-star-iyjjz6 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.golden-star-7pl274 ease-in-out;
  -o-transition: 0.golden-star-7pl274 ease-in-out;
  transition: 0.golden-star-7pl274 ease-in-out;
}

.golden-star-mevkc2 {
  padding: 16px 0 0 0;
}

.golden-star-mevkc2 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .golden-star-mevkc2 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-lmfzc4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .golden-star-lmfzc4::after {
    margin-left: auto;
  }
  .golden-star-iyjjz6 {
    order: 3;
    flex: 1 1 100%;
  }
  .golden-star-lmfzc4 {
    font-size: 14px;
    line-height: 130%;
  }
  .golden-star-iyjjz6 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.golden-star-n7ywi2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.golden-star-jvtzuq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.golden-star-n7ywi2.golden-star-3z4j0q .golden-star-jvtzuq {
  margin-bottom: 12px;
}

.golden-star-jvtzuq::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.golden-star-n7ywi2.golden-star-3z4j0q .golden-star-jvtzuq::after {
  transform: unset;
}

.golden-star-k3nkx0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.golden-star-cqbu7z {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.golden-star-7pl274 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.golden-star-cqbu7z:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-n7ywi2.golden-star-3z4j0q .golden-star-k3nkx0 {
  max-height: 100%;
}

.golden-star-52u21j {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.golden-star-yml9a7 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.golden-star-d77ty9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.golden-star-nzcbz1 {
  margin-right: 4px;
}

.golden-star-drtwor {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.golden-star-7pl274 ease-in-out;
}

.golden-star-drtwor svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.golden-star-683a52,
.golden-star-drtwor:hover {
  color: var(--text-color);
}

.golden-star-3fzxbg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.golden-star-3fzxbg img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.golden-star-3fzxbg .golden-star-s5flk7 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.golden-star-3fzxbg .golden-star-9e61f9 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.golden-star-c3g52v {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.golden-star-vapwbd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.golden-star-v9jkpg .golden-star-n03w7t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.golden-star-v9jkpg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.golden-star-70935v {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.golden-star-kvf79s {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.golden-star-ltj52z {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.golden-star-jxyfk4 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.golden-star-ltj52z:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.golden-star-ip459e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.golden-star-c3ulsg {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.golden-star-7pl274 ease-in-out;
  transition: transform 0.golden-star-7pl274 ease-in-out;
  -o-transition: transform 0.golden-star-7pl274 ease-in-out;
  transition:
    transform 0.golden-star-7pl274 ease-in-out,
    -webkit-transform 0.golden-star-7pl274 ease-in-out;
  cursor: pointer;
}

.golden-star-c3ulsg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.golden-star-c3ulsg:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.golden-star-0n0a8u {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .golden-star-0n0a8u {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.golden-star-mfv5p4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.golden-star-q5cu8g {
  position: relative;
  width: 100%;
}

.golden-star-mfv5p4.golden-star-zd71u7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.golden-star-mfv5p4.golden-star-ukytgs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.golden-star-mfv5p4.golden-star-78h8c5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.golden-star-021ems {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.golden-star-ep3a3p {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.golden-star-7pl274 ease-in-out;
  cursor: pointer;
}

.golden-star-ep3a3p:hover {
  opacity: 0.5;
}

.golden-star-mfv5p4.golden-star-fh3j4q .golden-star-ep3a3p {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.golden-star-mfv5p4.golden-star-fh3j4q .golden-star-021ems {
  cursor: pointer;
}

.golden-star-8iqzfh {
  fill: #0009;
}

.golden-star-vc8m37 {
  fill: #fff;
}

.golden-star-ep3a3p:hover .golden-star-8iqzfh {
  fill: red;
}

.golden-star-ep3a3p svg path {
  -webkit-transition: 0.golden-star-7pl274 ease-in-out;
  -o-transition: 0.golden-star-7pl274 ease-in-out;
  transition: 0.golden-star-7pl274 ease-in-out;
}

.golden-star-1nszsv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.golden-star-1nszsv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.golden-star-1nszsv.golden-star-fn4qag > :not(.get-image) {
  grid-column: 1/3;
}

.golden-star-s0yp7g:not(._h1-block) .golden-star-1nszsv > .golden-star-whr77b {
  grid-row: 1/2;
  grid-column: 1/3;
}

.golden-star-1nszsv.golden-star-fn4qag .golden-star-x6bcoc {
  grid-column: 2/3;
}

.golden-star-1nszsv.golden-star-fn4qag > .golden-star-7tvx4b {
  grid-column: 1/2;
}

.golden-star-1nszsv.golden-star-fn4qag > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.golden-star-1nszsv > p:first-of-type {
  margin-top: 0;
}

.golden-star-1nszsv .golden-star-7tvx4b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.golden-star-s0yp7g:not(._h1-block) .golden-star-whr77b ~ .golden-star-7tvx4b {
  grid-row: 2/10;
}

.golden-star-s0yp7g.golden-star-sqrllr .golden-star-whr77b ~ .golden-star-7tvx4b {
  grid-row: 1/10;
}

.golden-star-s0yp7g.golden-star-sqrllr > .golden-star-whr77b {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.golden-star-s0yp7g.golden-star-sqrllr .golden-star-7tvx4b {
  grid-row: 1/10;
}

.golden-star-1nszsv.golden-star-hks687 .golden-star-7tvx4b {
  align-items: flex-start;
}

.golden-star-1nszsv.golden-star-ukytgs .golden-star-x6bcoc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.golden-star-1nszsv.golden-star-ukytgs .golden-star-7tvx4b {
  align-items: center;
}

.golden-star-1nszsv.golden-star-ue0on1 .golden-star-7tvx4b {
  align-items: flex-end;
}

.golden-star-x6bcoc > :first-child {
  margin-top: 0;
}

.golden-star-x6bcoc > :last-child {
  margin-bottom: 0;
}

* + .golden-star-2fqje1,
.golden-star-s0yp7g + .golden-star-s0yp7g {
  margin-top: 2rem;
}

.golden-star-lp0xh9 td::before,
.golden-star-lp0xh9 th::after {
  display: none !important;
}

.golden-star-lp0xh9 #link-selector {
  color: #000;
}

.golden-star-lp0xh9 .golden-star-g2b5q7 {
  color: #135e96;
}

.golden-star-lp0xh9 .golden-star-7zna0v *,
.golden-star-lp0xh9 .golden-star-akk3h2 p,
.golden-star-lp0xh9 .golden-star-jmzalv * {
  color: #000;
}

.golden-star-lp0xh9 .golden-star-wnv8mq {
  background: 0 0 !important;
}

.golden-star-lp0xh9 .golden-star-kcmzb3 {
  color: #000;
}

.golden-star-lp0xh9 .golden-star-cqklqg.golden-star-m1zrvc {
  color: #fff;
}

.golden-star-lp0xh9 .golden-star-l02r1k {
  color: #000;
}

.golden-star-lp0xh9
  .golden-star-uxy420
  .golden-star-37j3cj.golden-star-m1zrvc.golden-star-9njiq1 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.golden-star-m2rcvu,
body .golden-star-oss0vp {
  color: #000;
  background: var(--color-body) !important;
}

.golden-star-m2rcvu .golden-star-l1agap .golden-star-ulj6xt,
body .golden-star-oss0vp .golden-star-l1agap .golden-star-ulj6xt {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .golden-star-cqbu7z:focus,
  .golden-star-cqbu7z:hover {
    color: #f9cb16;
  }
  .golden-star-med7nk:focus,
  .golden-star-med7nk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .golden-star-aueshf:focus img,
  .golden-star-aueshf:focus svg,
  .golden-star-aueshf:hover img,
  .golden-star-aueshf:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .golden-star-3fzxbg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .golden-star-k94ve5:hover .golden-star-5jblwb svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .golden-star-5jblwb {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .golden-star-l81rhh {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .golden-star-3z57sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .golden-star-u3und9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .golden-star-825yj6 .golden-star-akuru1 {
    grid-template-columns: 1fr;
  }
  .golden-star-825yj6 .golden-star-uydqgj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .golden-star-825yj6 .golden-star-58be7f {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .golden-star-825yj6 .golden-star-3h28ds {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .golden-star-825yj6 .golden-star-ds74kx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .golden-star-825yj6 .golden-star-58be7f:not(:first-child) {
    border: none;
  }
  .golden-star-825yj6 .golden-star-58be7f:first-child .golden-star-3h28ds {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .golden-star-825yj6 .golden-star-58be7f:last-child .golden-star-3h28ds {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .golden-star-rr5oa1 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .golden-star-fiemgh {
    max-width: 100px;
  }
  .golden-star-xz5fkb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .golden-star-90nuzy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .golden-star-90nuzy svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .golden-star-k9mwvp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .golden-star-xz5fkb + .golden-star-90nuzy {
    margin-left: auto;
  }
  .golden-star-bfb8nx {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .golden-star-bfb8nx.golden-star-3z4j0q {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .golden-star-ay9mhw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .golden-star-534fx5 {
    width: 100%;
  }
  .golden-star-534fx5:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .golden-star-yle2oa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .golden-star-yle2oa svg {
    margin-right: 4px;
  }
  .golden-star-k94ve5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .golden-star-5jblwb svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .golden-star-5jblwb {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .golden-star-h02ji2 {
    display: none;
    width: 100%;
  }
  .golden-star-k94ve5.golden-star-3z4j0q .golden-star-h02ji2 {
    padding: 0 0 0 48px;
  }
  .golden-star-b6n225 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .golden-star-nh26l0 .golden-star-7tvx4b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .golden-star-7a763k {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .golden-star-7a763k + .golden-star-7a763k {
    margin-right: 0;
  }
  .golden-star-7a763k + .golden-star-7tvx4b {
    margin: 0;
  }
  .golden-star-l81rhh {
    grid-template-columns: repeat(4, 1fr);
  }
  .golden-star-3z57sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .golden-star-czuiwa,
  .golden-star-sknmt3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-1nszsv {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .golden-star-1nszsv.golden-star-fn4qag .golden-star-x6bcoc {
    grid-column: auto;
    grid-row: auto;
  }
  .golden-star-1nszsv > .golden-star-whr77b {
    grid-column: 1/2;
  }
  .golden-star-1nszsv.golden-star-fn4qag > :not(.get-image) {
    grid-column: 1/2;
  }
  .golden-star-1nszsv .golden-star-7tvx4b,
  .golden-star-1nszsv.golden-star-fn4qag > .golden-star-7tvx4b {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .golden-star-1nszsv.golden-star-fn4qag > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .golden-star-s0yp7g.golden-star-sqrllr .golden-star-1nszsv > .golden-star-7tvx4b {
    grid-row: 1/2;
  }
  .golden-star-1nszsv .golden-star-whr77b ~ .golden-star-7tvx4b,
  .golden-star-1nszsv.golden-star-fn4qag .golden-star-whr77b ~ .golden-star-7tvx4b {
    grid-row: 2/3;
  }
  .golden-star-s0yp7g.golden-star-sqrllr .golden-star-whr77b ~ .golden-star-7tvx4b {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .golden-star-nqcrps:first-child .golden-star-9ij0ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .golden-star-nqcrps:first-child .golden-star-9ij0ul h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .golden-star-nqcrps {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .golden-star-nqcrps {
    padding: 0;
  }
  .golden-star-20wwa2 {
    margin-top: 1rem;
  }
  .golden-star-g83jjm {
    border-radius: 5px;
  }
  .golden-star-qe877q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .golden-star-jvtzuq::after {
    display: inline-block;
  }
  .golden-star-jvtzuq {
    margin: 0;
    width: 100%;
  }
  .golden-star-k3nkx0 {
    width: 100%;
  }
  .golden-star-k3nkx0.golden-star-247el2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .golden-star-k3nkx0.golden-star-247el2 .golden-star-126yyv {
    width: 100%;
  }
  .golden-star-k3nkx0.golden-star-247el2 .golden-star-126yyv:not(:last-child) {
    margin-right: 0;
  }
  .golden-star-cqbu7z {
    width: 100%;
    text-align: center;
  }
  .golden-star-n7ywi2.golden-star-3z4j0q .golden-star-k3nkx0 {
    margin-top: 1rem;
  }
  .golden-star-l81rhh {
    grid-template-columns: repeat(3, 1fr);
  }
  .golden-star-u3und9,
  .golden-star-3z57sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-czuiwa,
  .golden-star-sknmt3,
  .golden-star-lpycbh {
    grid-template-columns: 1fr;
  }
  .golden-star-dxl1za {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .golden-star-zu87ro {
    min-width: 300px;
    max-width: 325px;
  }
  .golden-star-3h28ds {
    cursor: auto;
  }
  .golden-star-i6scjk .golden-star-3h28ds {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .golden-star-0n0a8u {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .golden-star-h02ji2 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .golden-star-0n0a8u {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.golden-star-7a763k p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .golden-star-90nuzy {
    margin: 0 -0.2rem;
  }
  .golden-star-7a763k {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .golden-star-y1ezc3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .golden-star-3smcdu {
    max-width: 100%;
  }
  .golden-star-l81rhh {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-u3und9,
  .golden-star-3z57sm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .golden-star-rr5oa1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .golden-star-90nuzy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .golden-star-p2mfrd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .golden-star-m2srtb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .golden-star-fr6akp,
  .golden-star-px1a7j {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .golden-star-3o0ob4 {
    width: 100%;
  }
  .golden-star-l81rhh {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .golden-star-0n0a8u {
    top: 127px !important;
  }
}

.golden-star-lxkphu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .golden-star-lxkphu {
  }
}

@media (max-width: 767px) {
  .golden-star-lxkphu {
    margin-bottom: 12px;
  }
}

.golden-star-lxkphu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.golden-star-4ugp1e {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.golden-star-4ugp1e > .golden-star-b024vf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .golden-star-4ugp1e {
    flex-direction: column;
    gap: 12px;
  }
}

.golden-star-v5fllh {
  display: flex;
}

.golden-star-v5fllh .golden-star-f3gymv {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.golden-star-v5fllh .golden-star-bl1761 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.golden-star-v5fllh .golden-star-esxt9w {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.golden-star-v5fllh .golden-star-z3gnsh {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.golden-star-v5fllh .golden-star-z3gnsh:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-v5fllh .golden-star-ves9d2 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.golden-star-fxesac {
  border: unset;
  background-color: unset;
}

.golden-star-fxesac tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.golden-star-fxesac .golden-star-1mhcqo,
.golden-star-fxesac .golden-star-wfs5av {
  flex: 0 1 330px;
}

.golden-star-fxesac .golden-star-si5sed {
  flex: 1 1;
}

.golden-star-fxesac tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.golden-star-fxesac tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.golden-star-fxesac tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.golden-star-fxesac tr td p {
  color: #fff;
  margin: 0;
}

.golden-star-fxesac tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.golden-star-fxesac tr.golden-star-1mhcqo td p {
  padding: 16px 0;
}

.golden-star-fxesac tr.golden-star-1mhcqo td p:not(:last-child),
.golden-star-fxesac tr.golden-star-wfs5av td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.golden-star-fxesac tr.golden-star-1mhcqo td p:first-child,
.golden-star-fxesac tr.golden-star-wfs5av td p:first-child {
  padding-top: 0;
}

.golden-star-fxesac tr.golden-star-wfs5av td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.golden-star-fxesac tr.golden-star-wfs5av td p:last-child {
  padding-bottom: 0;
}

.golden-star-fxesac .golden-star-wfs5av img {
  max-width: 32px;
}

.golden-star-fxesac .golden-star-si5sed {
  min-width: 718px;
}

.golden-star-fxesac .golden-star-si5sed td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.golden-star-fxesac .golden-star-si5sed td {
  display: flex;
}

.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo,
.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-hnchit,
.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ckcbaj {
  flex: 1 1 50%;
}

.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-mwdp30 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-b21u7r,
.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ql9hzr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo,
.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-hnchit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo span,
.golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-hnchit span {
  font-weight: 800;
}

.golden-star-fxesac .golden-star-si5sed img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .golden-star-fxesac tr.golden-star-1mhcqo td p:last-child {
    padding-bottom: 0;
  }
  .golden-star-fxesac .golden-star-wfs5av > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .golden-star-fxesac .golden-star-wfs5av > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .golden-star-fxesac tr.golden-star-1mhcqo td p:not(:last-child),
  .golden-star-fxesac tr.golden-star-wfs5av td p:not(:last-child) {
    border-bottom: unset;
  }
  .golden-star-fxesac tr.golden-star-wfs5av td p:last-child {
    padding-bottom: 12px;
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo,
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-hnchit,
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ckcbaj {
    flex: 1 1 50%;
    padding: 0;
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo,
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-hnchit {
    margin-top: 16px;
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ckcbaj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-s4twuo {
    border-right: 1px solid var(--border-color);
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ckcbaj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .golden-star-fxesac .golden-star-si5sed td:last-child .golden-star-ckcbaj:last-child {
    padding-bottom: 0;
  }
}

.golden-star-ckcbaj {
  display: flex;
  flex-direction: column;
}

.golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj:not(:first-child) {
    padding-left: 0;
  }
  .golden-star-fxesac .golden-star-si5sed td .golden-star-ckcbaj:not(:last-of-type) {
    border-right: unset;
  }
}

.golden-star-fxesac .golden-star-8vml3x {
  flex: 0 1 485px;
}

.golden-star-fxesac .golden-star-g1ddt3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.golden-star-fxesac .golden-star-g1ddt3 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-fxesac .golden-star-g1ddt3 li.golden-star-4qb5ty {
  padding: 6px 12px;
}

.golden-star-fxesac .golden-star-g1ddt3 li a,
.golden-star-fxesac .golden-star-g1ddt3 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.golden-star-fxesac .golden-star-av47xi,
.golden-star-fxesac .golden-star-5bgejx {
  flex: 1 1;
}

.golden-star-fxesac .golden-star-31ja7f,
.golden-star-fxesac .golden-star-44jirh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.golden-star-fxesac .golden-star-31ja7f li,
.golden-star-fxesac .golden-star-44jirh li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.golden-star-fxesac .golden-star-5bgejx img {
  max-width: 32px;
}

.golden-star-fxesac .golden-star-av47xi img {
  max-width: 32px;
}

.golden-star-fxesac .golden-star-6h0wss {
  min-width: 280px;
}

.golden-star-fxesac .golden-star-6h0wss img {
  max-width: 146px;
}

.golden-star-fxesac .golden-star-6h0wss td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .golden-star-fxesac .golden-star-1mhcqo,
  .golden-star-fxesac .golden-star-wfs5av {
    flex: 0 1 auto;
  }
  .golden-star-fxesac .golden-star-si5sed {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .golden-star-fxesac .golden-star-1mhcqo,
  .golden-star-fxesac .golden-star-8vml3x,
  .golden-star-fxesac .golden-star-wfs5av,
  .golden-star-fxesac .golden-star-si5sed {
    flex: 1 1 calc(50% - 20px);
  }
  .golden-star-fxesac .golden-star-av47xi,
  .golden-star-fxesac .golden-star-6h0wss,
  .golden-star-fxesac .golden-star-5bgejx {
    flex: 1 1 30%;
  }
  .golden-star-fxesac .golden-star-6h0wss {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .golden-star-fxesac .golden-star-1mhcqo,
  .golden-star-fxesac .golden-star-8vml3x,
  .golden-star-fxesac .golden-star-av47xi,
  .golden-star-fxesac .golden-star-wfs5av,
  .golden-star-fxesac .golden-star-si5sed,
  .golden-star-fxesac .golden-star-6h0wss,
  .golden-star-fxesac .golden-star-5bgejx {
    flex: 1 1 100%;
  }
}

.golden-star-h6id2t .golden-star-at53n0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.golden-star-h6id2t .golden-star-0b5ijl {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.golden-star-h6id2t .golden-star-m3f9uy {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.golden-star-h6id2t .golden-star-lqcfdp {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.golden-star-h6id2t .golden-star-lqcfdp > :nth-child(3) {
  margin-top: 0;
}

.golden-star-h6id2t .golden-star-7tvx4b {
  grid-column: 2/3;
  grid-row: 1/10;
}

.golden-star-h6id2t .golden-star-k3t9bp {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.golden-star-h6id2t .golden-star-20wwa2 {
  grid-column: 1/2;
}

.golden-star-h6id2t > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.golden-star-h6id2t .golden-star-0b5ijl:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.golden-star-h6id2t .golden-star-0b5ijl:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.golden-star-h6id2t .golden-star-3o0ob4 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .golden-star-h6id2t .golden-star-0b5ijl:not(:last-child):before {
    bottom: 8px;
  }
  .golden-star-h6id2t .golden-star-0b5ijl:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .golden-star-h6id2t .golden-star-lqcfdp {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .golden-star-h6id2t .golden-star-7tvx4b {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .golden-star-h6id2t .golden-star-7tvx4b img {
    width: 100%;
    height: auto;
  }
  .golden-star-h6id2t .golden-star-3o0ob4 {
    width: 100%;
    min-width: unset;
  }
}

.golden-star-bgt12c .golden-star-7wrv8q {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.golden-star-bgt12c .golden-star-ia4nsg {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.golden-star-bgt12c .golden-star-7tvx4b {
  height: 100%;
}

.golden-star-bgt12c .golden-star-7tvx4b img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.golden-star-bgt12c .golden-star-9nb2gu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.golden-star-bgt12c .golden-star-9295ee {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.golden-star-bgt12c .golden-star-eqdxrl {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .golden-star-bgt12c .golden-star-ia4nsg {
    flex: 1 1 100%;
  }
  .golden-star-bgt12c .golden-star-o9ezoo {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .golden-star-bgt12c .golden-star-ia4nsg {
    flex-direction: column;
  }
  .golden-star-bgt12c .golden-star-7tvx4b {
    width: 100%;
    height: auto;
  }
  .golden-star-bgt12c .golden-star-7tvx4b img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .golden-star-bgt12c .golden-star-9nb2gu {
    padding: 0 16px 16px 16px;
  }
  .golden-star-bgt12c .golden-star-o9ezoo {
    min-width: unset;
    width: 100%;
  }
}

.golden-star-bu4cdb .golden-star-wmgt4f {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.golden-star-bu4cdb .golden-star-go62my {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.golden-star-bu4cdb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.golden-star-bu4cdb .golden-star-wls78t {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.golden-star-bu4cdb .golden-star-go62my:hover .golden-star-wls78t {
  display: flex;
}

.golden-star-bu4cdb .golden-star-cquzhl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-bu4cdb .golden-star-nc24r9 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.golden-star-dmihbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.golden-star-dmihbl.golden-star-a9ys3k {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.golden-star-h4pwxu ease-in-out;
}

.golden-star-dmihbl.golden-star-a9ys3k:hover {
  color: #f9cb16;
  background-color: transparent;
}

.golden-star-bu4cdb .golden-star-oyfwsp {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.golden-star-h4pwxu ease-in-out;
}

.golden-star-bu4cdb .golden-star-oyfwsp:hover {
  color: #196948;
  background-color: #f9cb16;
}

.golden-star-bu4cdb .golden-star-oyfwsp:after,
.golden-star-dmihbl.golden-star-a9ys3k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-dmihbl.golden-star-a9ys3k:after {
  background-image: url(../images/Cash.svg);
}

.golden-star-bu4cdb .golden-star-oyfwsp:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .golden-star-bu4cdb .golden-star-wmgt4f {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .golden-star-bu4cdb .golden-star-wmgt4f {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .golden-star-bu4cdb .golden-star-wmgt4f {
    grid-template-columns: 1fr;
  }
  .golden-star-bu4cdb .golden-star-go62my {
    height: auto;
  }
  .golden-star-bu4cdb .golden-star-go62my .golden-star-wls78t {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .golden-star-bu4cdb .golden-star-cquzhl,
  .golden-star-bu4cdb .golden-star-nc24r9 {
    text-align: left;
  }
  .golden-star-bu4cdb .golden-star-nc24r9 {
    margin-bottom: 8px;
  }
  .golden-star-bu4cdb img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.golden-star-1zcknm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.golden-star-1zcknm.golden-star-fh3j4q {
  display: block;
}

.golden-star-1zcknm .golden-star-zcqrvc {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.golden-star-1zcknm .golden-star-eumzma {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.golden-star-1zcknm .golden-star-yh1exy {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.golden-star-1zcknm .golden-star-j9sl5l {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.golden-star-1zcknm .golden-star-dmihbl {
  min-width: 296px;
  margin-bottom: 0;
}

.golden-star-1zcknm .golden-star-kv99ik {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.golden-star-1zcknm .golden-star-tvy4p9 {
  position: relative;
  flex: 1 1;
}

.golden-star-1zcknm .golden-star-tvy4p9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .golden-star-1zcknm .golden-star-eumzma {
    flex-wrap: wrap;
    gap: 8px;
  }
  .golden-star-1zcknm .golden-star-yh1exy {
    order: 1;
  }
  .golden-star-1zcknm .golden-star-j9sl5l {
    order: 3;
    flex: 1 1 100%;
  }
  .golden-star-1zcknm .golden-star-dmihbl {
    width: 100%;
    min-width: unset;
  }
  .golden-star-1zcknm .golden-star-kv99ik {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .golden-star-1nszsv > .golden-star-whr77b {
    margin-bottom: 0;
  }
  .golden-star-1nszsv > .golden-star-20wwa2,
  .golden-star-1nszsv > p {
    margin-top: 0;
  }
}

.golden-star-9am4io img,
.golden-star-7a763k img {
  width: auto;
  object-fit: contain;
}

.golden-star-9am4io {
  align-items: center;
}

.golden-star-9am4io img {
  max-height: 76px;
}

.golden-star-7a763k img {
  max-height: 64px;
}

.golden-star-ccn3yp {
  overflow: auto;
}

.golden-star-wzolcp {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.golden-star-ou188u:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.golden-star-ml4fk6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.golden-star-iy36cf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.golden-star-ml4fk6 .golden-star-7tvx4b {
  margin-right: 20px;
  flex-shrink: 0;
}

.golden-star-ml4fk6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.golden-star-mxplvb {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.golden-star-mxplvb > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-ml4fk6 {
    padding: 15px 10px;
  }
  .golden-star-mxplvb {
    padding: 15px 10px;
  }
  .golden-star-ml4fk6 .golden-star-7tvx4b {
    margin-right: 10px;
  }
}

.golden-star-hjaonj {
  overflow-x: auto;
}

.golden-star-fwbj42 {
  border-collapse: collapse;
  width: 100%;
}

.golden-star-hjaonj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.golden-star-hjaonj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.golden-star-hjaonj td.golden-star-6mqst1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.golden-star-hjaonj td.golden-star-p3cj8f {
  border-right: none;
}

.golden-star-hjaonj td.golden-star-p3cj8f .golden-star-7tvx4b {
  justify-content: flex-start;
}

.golden-star-hjaonj td.golden-star-p3cj8f .golden-star-7tvx4b img {
  height: auto;
  width: 90px;
}

.golden-star-hjaonj td.golden-star-cxpdot,
.golden-star-hjaonj td.golden-star-6lefyz {
  font-weight: 600;
  text-align: right;
}

.golden-star-hjaonj td.golden-star-frutge,
.golden-star-hjaonj td.golden-star-cxpdot {
  padding-bottom: 10px;
  border-bottom: none;
}

.golden-star-hjaonj td.golden-star-cxpdot,
.golden-star-hjaonj td.golden-star-6lefyz {
  border-left: none;
}

.golden-star-hjaonj td.golden-star-frutge,
.golden-star-hjaonj td.golden-star-obfw8w {
  border-right: none;
}

.golden-star-hjaonj td.golden-star-obfw8w,
.golden-star-hjaonj td.golden-star-6lefyz {
  border-top: none;
  padding-top: 10px;
}

.golden-star-um85cy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.golden-star-um85cy .golden-star-o9ezoo {
  min-width: unset;
  width: 100%;
}

.golden-star-um85cy .golden-star-o9ezoo.golden-star-gbxrel {
  grid-column: 1/2;
  grid-row: 1/2;
}

.golden-star-um85cy .golden-star-o9ezoo.golden-star-ygk7oq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.golden-star-um85cy .golden-star-nvlj9r {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-um85cy {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .golden-star-um85cy .golden-star-o9ezoo.golden-star-gbxrel {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .golden-star-um85cy .golden-star-o9ezoo.golden-star-ygk7oq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .golden-star-um85cy .golden-star-nvlj9r {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.golden-star-8mklss {
  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;
}

.golden-star-z447jd {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.golden-star-zuy4ns p a img {
  margin: 0 auto;
  display: block;
}

.golden-star-zuy4ns table {
  margin-bottom: 17px;
}

/* contanct form */
.golden-star-r1xrgb {
  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-r1xrgb label {
  font-size: 14px;
}

.golden-star-r1xrgb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.golden-star-r1xrgb input,
.golden-star-r1xrgb textarea,
.golden-star-r1xrgb 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-r1xrgb button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.golden-star-h4pwxu ease;
}
.golden-star-r1xrgb button:hover {
  background-color: #691204;
}
.golden-star-oztm13 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.golden-star-a7a1wn ease-in;
}

.golden-star-oztm13 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.golden-star-57qsdu, .golden-star-t0freu, [class*="review-card"],
thead, thead th, table th, .golden-star-ao9ktg,
.golden-star-oehxcu, [class*="collapsible-header"],
.golden-star-6cn9s0, [class*="updated-block"] {
  color: #ece7dc !important;
}
