@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-ooc1jl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-1g4o2n {
  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-zqy10i,
ul.golden-star-zqy10i {
  padding-left: 20px;
}

ul.golden-star-zqy10i {
  list-style: disc;
}

ol.golden-star-zqy10i {
  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-qpa6ty > .golden-star-j99xh7,
.golden-star-qpa6ty > .golden-star-kx9816,
.golden-star-qpa6ty > blockquote,
.golden-star-qpa6ty > h1,
.golden-star-qpa6ty > h2,
.golden-star-qpa6ty > h3,
.golden-star-qpa6ty > h4,
.golden-star-qpa6ty > h5,
.golden-star-qpa6ty > h6,
.golden-star-qpa6ty > ol,
.golden-star-qpa6ty > p,
.golden-star-qpa6ty > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-qpa6ty > ol,
.golden-star-qpa6ty > ul {
  padding-left: 50px;
}

.golden-star-qpa6ty 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-qpa6ty:not(:last-child) {
  margin-bottom: 2rem;
}

.golden-star-qpa6ty > :not(:first-child) {
  margin-top: 2rem;
}

.golden-star-qpa6ty {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.golden-star-qpa6ty:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .golden-star-qpa6ty:first-child {
    margin-top: 20px;
  }
}

.golden-star-qpa6ty > p:last-of-type {
  margin-bottom: 32px;
}

.golden-star-qpa6ty > .golden-star-klf516:not(:first-child) {
  margin: 64px auto 16px auto;
}

.golden-star-ara5is > .golden-star-klf516 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.golden-star-kx9816 {
  overflow: auto;
}

.golden-star-kx9816::-webkit-scrollbar {
  height: 5px;
}

.golden-star-kx9816 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.golden-star-kx9816 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.golden-star-kx9816 table thead,
table thead {
  border-bottom: none;
}

.golden-star-kx9816 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.golden-star-kx9816 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.golden-star-kx9816 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.golden-star-kx9816 .golden-star-emykyp {
  table-layout: auto;
}

.golden-star-kx9816 .golden-star-emykyp th {
  word-break: normal;
}

.golden-star-kx9816 .golden-star-emykyp td {
  word-break: normal;
}

.golden-star-ooc1jl .golden-star-ooc1jl {
  padding-right: 0;
  padding-left: 0;
}

.golden-star-e2y3c6 {
  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-idq6z6 {
  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-4hcnna {
  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-j99xh7 {
  margin-top: 24px;
}

.golden-star-j99xh7.golden-star-aq6qnw {
  text-align: left;
}

.golden-star-j99xh7.golden-star-x3zzbn {
  text-align: right;
}

.golden-star-j99xh7.golden-star-to2us1 {
  text-align: center;
}

.golden-star-vtxlwb {
  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-w163ej ease-in-out;
  cursor: pointer;
}

.golden-star-vtxlwb:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.golden-star-vtxlwb {
  min-width: 328px;
}

@media (max-width: 768px) {
  .golden-star-vtxlwb {
    min-width: unset;
  }
}

.golden-star-5i546t {
  background-color: var(--fh-bg-color);
}

.golden-star-vx2kzo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.golden-star-dvjtc5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.golden-star-dvjtc5 img {
  max-height: 80px;
  object-fit: contain;
}

.golden-star-7lleqk {
  flex: 1 1;
}

.golden-star-xl59u3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.golden-star-j9xeaw {
  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-j9xeaw 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-j9xeaw.golden-star-xdesdw span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.golden-star-j9xeaw.golden-star-xdesdw span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.golden-star-j9xeaw.golden-star-xdesdw span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.golden-star-7lleqk + .golden-star-xl59u3 {
  margin-left: 20px;
}

.golden-star-u20fxy {
  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-u20fxy > svg {
  max-width: 24px;
  max-height: 24px;
}

.golden-star-u20fxy + .golden-star-u20fxy {
  margin-left: 5px;
}

.golden-star-qq3xuh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.golden-star-qq3xuh:hover {
  background-color: var(--button-bg-hover);
}

.golden-star-ju2okb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.golden-star-w163ej ease-in-out;
  border: 1px solid var(--border-color);
}

.golden-star-ju2okb:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.golden-star-0vrzhy {
  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-7lleqk {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .golden-star-0vrzhy {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .golden-star-7lleqk {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .golden-star-u20fxy {
    min-width: unset;
    flex: 1 1;
  }
}

.golden-star-c0x533 {
  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-c0x533:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.golden-star-c0x533:hover .golden-star-5sx20h {
  opacity: 1;
  pointer-events: auto;
}

.golden-star-lcf52p {
  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-wulo2i ease-in-out;
  gap: 4px;
}

.golden-star-lcf52p > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.golden-star-lcf52p .golden-star-e2y3c6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.golden-star-2vq26k,
.golden-star-lcf52p:hover {
  color: var(--button-bg-hover);
}

.golden-star-k50h9e {
  position: relative;
}

.golden-star-k50h9e .golden-star-lcf52p {
  margin-right: 0;
  padding-right: 4px;
}

.golden-star-0ai3rm svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.golden-star-k50h9e.golden-star-xdesdw .golden-star-0ai3rm svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.golden-star-k50h9e.golden-star-xdesdw .golden-star-5sx20h {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.golden-star-k50h9e.golden-star-xdesdw .golden-star-5sx20h::before {
  display: none;
}

.golden-star-0ai3rm svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.golden-star-5sx20h {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.golden-star-cr4h8u 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.golden-star-5sx20h::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.golden-star-5sx20h:hover {
  color: var(--fh-bg-color);
}

.golden-star-zdgh6v {
  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-cr4h8u 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-wulo2i ease-in-out;
  -o-transition: 0.golden-star-wulo2i ease-in-out;
  transition: 0.golden-star-wulo2i ease-in-out;
}

.golden-star-zdgh6v .golden-star-e2y3c6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.golden-star-g14sz6,
.golden-star-zdgh6v:hover {
  color: var(--button-bg-hover);
}

.golden-star-x9ftsk {
  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-x9ftsk.golden-star-c65qrv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.golden-star-x9ftsk.golden-star-c65qrv:after,
.golden-star-x9ftsk.golden-star-c65qrv:before {
  content: "";
  position: absolute;
  margin: auto;
}

.golden-star-x9ftsk.golden-star-c65qrv: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-x9ftsk.golden-star-c65qrv:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.golden-star-x9ftsk.golden-star-c65qrv > * {
  z-index: 1;
}

.golden-star-x9ftsk b,
.golden-star-x9ftsk strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.golden-star-x9ftsk .golden-star-7ogn4u {
  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-x9ftsk .golden-star-vvlo7x {
  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-x9ftsk .golden-star-e2y3c6 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.golden-star-x9ftsk .golden-star-hegiwh {
  margin-top: 12px;
}

.golden-star-hegiwh {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.golden-star-6ftl37 {
  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-hegiwh .golden-star-v527lg {
  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-w163ej ease-in-out;
}

.golden-star-hegiwh .golden-star-v527lg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.golden-star-9th0zu {
  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-x9ftsk.golden-star-uvlr3h {
  gap: 12px;
  padding: 16px;
}

.golden-star-x9ftsk.golden-star-uvlr3h .golden-star-9th0zu {
  min-width: 240px;
}

.golden-star-x9ftsk.golden-star-uvlr3h .golden-star-9th0zu.golden-star-um58qp {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .golden-star-x9ftsk .golden-star-7ogn4u {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .golden-star-x9ftsk .golden-star-vvlo7x {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .golden-star-x9ftsk .golden-star-e2y3c6 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-e2y3c6 {
    max-width: 126px;
  }
  .golden-star-x9ftsk .golden-star-hegiwh {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .golden-star-x9ftsk .golden-star-6ftl37 {
    max-width: unset;
  }
  .golden-star-9th0zu {
    min-width: unset;
    width: 100%;
  }
  .golden-star-x9ftsk .golden-star-9th0zu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h {
    grid-template-rows: auto 1fr auto;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-9th0zu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .golden-star-x9ftsk {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .golden-star-x9ftsk .golden-star-7ogn4u {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .golden-star-x9ftsk .golden-star-e2y3c6 {
    max-width: 78px;
  }
  .golden-star-x9ftsk .golden-star-hegiwh {
    margin-top: -12px;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h {
    gap: 8px;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-7ogn4u {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-vvlo7x {
    grid-column: 1/3;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-e2y3c6 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .golden-star-x9ftsk.golden-star-uvlr3h .golden-star-e2y3c6 img {
    max-width: 114px;
  }
}

.golden-star-9th0zu.golden-star-fm87i9,
.golden-star-9th0zu.golden-star-3nbbw8,
.golden-star-9th0zu.golden-star-tujg81 {
  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-w163ej ease-in-out;
}

.golden-star-9th0zu.golden-star-fm87i9,
.golden-star-9th0zu.golden-star-tujg81 {
  padding: 10px;
}

.golden-star-9th0zu.golden-star-fm87i9:hover,
.golden-star-9th0zu.golden-star-3nbbw8:hover,
.golden-star-9th0zu.golden-star-tujg81:hover {
  background: var(--button-bg-hover);
}

.golden-star-9th0zu.golden-star-fm87i9:hover svg path,
.golden-star-9th0zu.golden-star-tujg81:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.golden-star-9th0zu.golden-star-um58qp {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.golden-star-w163ej ease-in-out;
  background: var(--button-bg-color);
}

.golden-star-9th0zu.golden-star-um58qp:hover {
  background-color: var(--button-bg-hover);
}

.golden-star-9th0zu.golden-star-3nbbw8: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-9th0zu.golden-star-3nbbw8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.golden-star-9th0zu.golden-star-um58qp: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-hb3z02 {
  max-width: 650px;
}

.golden-star-fvi1jy {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.golden-star-b46ney {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.golden-star-s27zgp {
  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-wulo2i ease-in-out;
  cursor: pointer;
}

.golden-star-s27zgp:hover {
  opacity: 0.5;
}

.golden-star-s27zgp:focus {
  outline: 0;
}

.golden-star-s27zgp:focus .golden-star-qdedsy,
.golden-star-s27zgp:hover .golden-star-qdedsy {
  fill: red;
  fill-opacity: 1;
}

.golden-star-s27zgp:hover {
  cursor: pointer;
}

.golden-star-lqeonb {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.golden-star-hb3z02.golden-star-to2us1 {
  margin: 0 auto;
}

.golden-star-hb3z02.golden-star-x3zzbn {
  margin-left: auto;
}

.golden-star-ohvd94 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.golden-star-cp1nkn {
  padding-bottom: 50px;
}

.golden-star-vmqyvw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.golden-star-3yrwgy {
  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-ex7pe7 {
  margin-top: 24px;
}

.golden-star-72rxw7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.golden-star-6ri1mq {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.golden-star-kceyn7 {
  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-t2xb5a {
  width: 468px;
}

.golden-star-kceyn7 .golden-star-5sx20h {
  margin: 0.golden-star-xdzlbb 0;
}

.golden-star-odynpr {
  display: flex;
  min-width: 224px;
}

.golden-star-v3jv98 {
  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-wulo2i ease-in-out;
}

.golden-star-uodebq,
.golden-star-v3jv98:hover {
  color: var(--text-color);
}

.golden-star-3u0qx4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.golden-star-qrb6lx {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .golden-star-ohvd94 {
    padding: 16px;
  }
  .golden-star-3u0qx4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .golden-star-qrb6lx {
    align-items: center;
  }
  .golden-star-t2xb5a {
    width: unset;
  }
  .golden-star-odynpr {
    min-width: unset;
  }
  .golden-star-kceyn7 {
    max-height: unset;
  }
  .golden-star-vmqyvw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .golden-star-ohvd94 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.golden-star-41ipqv {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.golden-star-41ipqv:not(:last-child) {
  margin-bottom: 16px;
}

.golden-star-hhawwl {
  outline: 0;
}

.golden-star-hhawwl .golden-star-h44wvn {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.golden-star-9j1hgk {
  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-9j1hgk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.golden-star-9j1hgk::-webkit-details-marker {
  display: none;
}

.golden-star-9j1hgk: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-9j1hgk: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-9j1hgk:after {
  transform: unset;
}

.golden-star-h44wvn {
  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-h44wvn 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-wulo2i ease-in-out;
  -o-transition: 0.golden-star-wulo2i ease-in-out;
  transition: 0.golden-star-wulo2i ease-in-out;
}

.golden-star-8kur2e {
  padding: 16px 0 0 0;
}

.golden-star-8kur2e * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .golden-star-8kur2e :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-9j1hgk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .golden-star-9j1hgk::after {
    margin-left: auto;
  }
  .golden-star-h44wvn {
    order: 3;
    flex: 1 1 100%;
  }
  .golden-star-9j1hgk {
    font-size: 14px;
    line-height: 130%;
  }
  .golden-star-h44wvn svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.golden-star-1n7i6z {
  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-r6pgtf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.golden-star-1n7i6z.golden-star-xdesdw .golden-star-r6pgtf {
  margin-bottom: 12px;
}

.golden-star-r6pgtf::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-1n7i6z.golden-star-xdesdw .golden-star-r6pgtf::after {
  transform: unset;
}

.golden-star-n1zvwu {
  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-e3v3rj {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.golden-star-wulo2i ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.golden-star-e3v3rj: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-1n7i6z.golden-star-xdesdw .golden-star-n1zvwu {
  max-height: 100%;
}

.golden-star-hgmi0x {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.golden-star-u3dhyk {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.golden-star-1ydjed {
  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-nsehps {
  margin-right: 4px;
}

.golden-star-m2gpxn {
  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-wulo2i ease-in-out;
}

.golden-star-m2gpxn svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.golden-star-b0vx1b,
.golden-star-m2gpxn:hover {
  color: var(--text-color);
}

.golden-star-0ymdz1 {
  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-0ymdz1 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.golden-star-0ymdz1 .golden-star-96m62t {
  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-0ymdz1 .golden-star-wjwx59 {
  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-u5pkau {
  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-0ebwsd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.golden-star-gop66o .golden-star-ooc1jl {
  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-gop66o {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.golden-star-3rwdj8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.golden-star-5nycdm {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.golden-star-c3q972 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.golden-star-1y5zur 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-c3q972:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.golden-star-ta84q6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.golden-star-2edo0s {
  -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-wulo2i ease-in-out;
  transition: transform 0.golden-star-wulo2i ease-in-out;
  -o-transition: transform 0.golden-star-wulo2i ease-in-out;
  transition:
    transform 0.golden-star-wulo2i ease-in-out,
    -webkit-transform 0.golden-star-wulo2i ease-in-out;
  cursor: pointer;
}

.golden-star-2edo0s svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.golden-star-2edo0s: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-4quq1b {
  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-4quq1b {
    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-224u6w {
  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-trv2yx {
  position: relative;
  width: 100%;
}

.golden-star-224u6w.golden-star-rm1ju9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.golden-star-224u6w.golden-star-to2us1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.golden-star-224u6w.golden-star-x3zzbn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.golden-star-a228ar {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.golden-star-09g6ii {
  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-wulo2i ease-in-out;
  cursor: pointer;
}

.golden-star-09g6ii:hover {
  opacity: 0.5;
}

.golden-star-224u6w.golden-star-2an0nw .golden-star-09g6ii {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.golden-star-224u6w.golden-star-2an0nw .golden-star-a228ar {
  cursor: pointer;
}

.golden-star-lwnqba {
  fill: #0009;
}

.golden-star-kxrzfx {
  fill: #fff;
}

.golden-star-09g6ii:hover .golden-star-lwnqba {
  fill: red;
}

.golden-star-09g6ii svg path {
  -webkit-transition: 0.golden-star-wulo2i ease-in-out;
  -o-transition: 0.golden-star-wulo2i ease-in-out;
  transition: 0.golden-star-wulo2i ease-in-out;
}

.golden-star-dtjjk3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.golden-star-dtjjk3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.golden-star-dtjjk3.golden-star-qs30oo > :not(.get-image) {
  grid-column: 1/3;
}

.golden-star-41zh6l:not(._h1-block) .golden-star-dtjjk3 > .golden-star-klf516 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.golden-star-dtjjk3.golden-star-qs30oo .golden-star-fji9l5 {
  grid-column: 2/3;
}

.golden-star-dtjjk3.golden-star-qs30oo > .golden-star-e2y3c6 {
  grid-column: 1/2;
}

.golden-star-dtjjk3.golden-star-qs30oo > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.golden-star-dtjjk3 > p:first-of-type {
  margin-top: 0;
}

.golden-star-dtjjk3 .golden-star-e2y3c6 {
  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-41zh6l:not(._h1-block) .golden-star-klf516 ~ .golden-star-e2y3c6 {
  grid-row: 2/10;
}

.golden-star-41zh6l.golden-star-mdbsms .golden-star-klf516 ~ .golden-star-e2y3c6 {
  grid-row: 1/10;
}

.golden-star-41zh6l.golden-star-mdbsms > .golden-star-klf516 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.golden-star-41zh6l.golden-star-mdbsms .golden-star-e2y3c6 {
  grid-row: 1/10;
}

.golden-star-dtjjk3.golden-star-3tdes8 .golden-star-e2y3c6 {
  align-items: flex-start;
}

.golden-star-dtjjk3.golden-star-to2us1 .golden-star-fji9l5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.golden-star-dtjjk3.golden-star-to2us1 .golden-star-e2y3c6 {
  align-items: center;
}

.golden-star-dtjjk3.golden-star-fpi5eb .golden-star-e2y3c6 {
  align-items: flex-end;
}

.golden-star-fji9l5 > :first-child {
  margin-top: 0;
}

.golden-star-fji9l5 > :last-child {
  margin-bottom: 0;
}

* + .golden-star-m2xyz2,
.golden-star-41zh6l + .golden-star-41zh6l {
  margin-top: 2rem;
}

.golden-star-l7j4cq td::before,
.golden-star-l7j4cq th::after {
  display: none !important;
}

.golden-star-l7j4cq #link-selector {
  color: #000;
}

.golden-star-l7j4cq .golden-star-c66k6c {
  color: #135e96;
}

.golden-star-l7j4cq .golden-star-90t6vv *,
.golden-star-l7j4cq .golden-star-xapue8 p,
.golden-star-l7j4cq .golden-star-fyueft * {
  color: #000;
}

.golden-star-l7j4cq .golden-star-7370k8 {
  background: 0 0 !important;
}

.golden-star-l7j4cq .golden-star-fpsrog {
  color: #000;
}

.golden-star-l7j4cq .golden-star-o0jp4j.golden-star-gim7wn {
  color: #fff;
}

.golden-star-l7j4cq .golden-star-nj70nv {
  color: #000;
}

.golden-star-l7j4cq
  .golden-star-cal8nf
  .golden-star-0g7tp1.golden-star-gim7wn.golden-star-u7hh3z {
  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-y2umjx,
body .golden-star-h18s9p {
  color: #000;
  background: var(--color-body) !important;
}

.golden-star-y2umjx .golden-star-mqi99o .golden-star-s6gshj,
body .golden-star-h18s9p .golden-star-mqi99o .golden-star-s6gshj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .golden-star-e3v3rj:focus,
  .golden-star-e3v3rj:hover {
    color: #f9cb16;
  }
  .golden-star-1gnn3c:focus,
  .golden-star-1gnn3c:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .golden-star-lifljd:focus img,
  .golden-star-lifljd:focus svg,
  .golden-star-lifljd:hover img,
  .golden-star-lifljd:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .golden-star-0ymdz1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .golden-star-k50h9e:hover .golden-star-0ai3rm svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .golden-star-0ai3rm {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .golden-star-5dhxs6 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .golden-star-h0w3fq {
    grid-template-columns: repeat(4, 1fr);
  }
  .golden-star-3pk3vp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .golden-star-mkse11 .golden-star-nha7zw {
    grid-template-columns: 1fr;
  }
  .golden-star-mkse11 .golden-star-ne17y7 {
    -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-mkse11 .golden-star-yoeumr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .golden-star-mkse11 .golden-star-mx1yle {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .golden-star-mkse11 .golden-star-wgyc8d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .golden-star-mkse11 .golden-star-yoeumr:not(:first-child) {
    border: none;
  }
  .golden-star-mkse11 .golden-star-yoeumr:first-child .golden-star-mx1yle {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .golden-star-mkse11 .golden-star-yoeumr:last-child .golden-star-mx1yle {
    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-vx2kzo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .golden-star-dvjtc5 {
    max-width: 100px;
  }
  .golden-star-7lleqk {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .golden-star-xl59u3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .golden-star-xl59u3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .golden-star-j9xeaw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .golden-star-7lleqk + .golden-star-xl59u3 {
    margin-left: auto;
  }
  .golden-star-202lad {
    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-202lad.golden-star-xdesdw {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .golden-star-0vrzhy {
    -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-c0x533 {
    width: 100%;
  }
  .golden-star-c0x533:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .golden-star-lcf52p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .golden-star-lcf52p svg {
    margin-right: 4px;
  }
  .golden-star-k50h9e {
    -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-0ai3rm svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .golden-star-0ai3rm {
    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-5sx20h {
    display: none;
    width: 100%;
  }
  .golden-star-k50h9e.golden-star-xdesdw .golden-star-5sx20h {
    padding: 0 0 0 48px;
  }
  .golden-star-zdgh6v {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .golden-star-3yrwgy .golden-star-e2y3c6 {
    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-9enhuv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .golden-star-9enhuv + .golden-star-9enhuv {
    margin-right: 0;
  }
  .golden-star-9enhuv + .golden-star-e2y3c6 {
    margin: 0;
  }
  .golden-star-5dhxs6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .golden-star-h0w3fq {
    grid-template-columns: repeat(3, 1fr);
  }
  .golden-star-fqrvwk,
  .golden-star-5iw6gq {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-dtjjk3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .golden-star-dtjjk3.golden-star-qs30oo .golden-star-fji9l5 {
    grid-column: auto;
    grid-row: auto;
  }
  .golden-star-dtjjk3 > .golden-star-klf516 {
    grid-column: 1/2;
  }
  .golden-star-dtjjk3.golden-star-qs30oo > :not(.get-image) {
    grid-column: 1/2;
  }
  .golden-star-dtjjk3 .golden-star-e2y3c6,
  .golden-star-dtjjk3.golden-star-qs30oo > .golden-star-e2y3c6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .golden-star-dtjjk3.golden-star-qs30oo > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .golden-star-41zh6l.golden-star-mdbsms .golden-star-dtjjk3 > .golden-star-e2y3c6 {
    grid-row: 1/2;
  }
  .golden-star-dtjjk3 .golden-star-klf516 ~ .golden-star-e2y3c6,
  .golden-star-dtjjk3.golden-star-qs30oo .golden-star-klf516 ~ .golden-star-e2y3c6 {
    grid-row: 2/3;
  }
  .golden-star-41zh6l.golden-star-mdbsms .golden-star-klf516 ~ .golden-star-e2y3c6 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .golden-star-qpa6ty:first-child .golden-star-88l3tf {
    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-qpa6ty:first-child .golden-star-88l3tf h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .golden-star-qpa6ty {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .golden-star-qpa6ty {
    padding: 0;
  }
  .golden-star-j99xh7 {
    margin-top: 1rem;
  }
  .golden-star-hhawwl {
    border-radius: 5px;
  }
  .golden-star-yg790p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .golden-star-r6pgtf::after {
    display: inline-block;
  }
  .golden-star-r6pgtf {
    margin: 0;
    width: 100%;
  }
  .golden-star-n1zvwu {
    width: 100%;
  }
  .golden-star-n1zvwu.golden-star-so7d08 {
    -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-n1zvwu.golden-star-so7d08 .golden-star-ecdsa4 {
    width: 100%;
  }
  .golden-star-n1zvwu.golden-star-so7d08 .golden-star-ecdsa4:not(:last-child) {
    margin-right: 0;
  }
  .golden-star-e3v3rj {
    width: 100%;
    text-align: center;
  }
  .golden-star-1n7i6z.golden-star-xdesdw .golden-star-n1zvwu {
    margin-top: 1rem;
  }
  .golden-star-5dhxs6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .golden-star-3pk3vp,
  .golden-star-h0w3fq {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-fqrvwk,
  .golden-star-5iw6gq,
  .golden-star-t8rwqx {
    grid-template-columns: 1fr;
  }
  .golden-star-26aqkw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .golden-star-wf1r4y {
    min-width: 300px;
    max-width: 325px;
  }
  .golden-star-mx1yle {
    cursor: auto;
  }
  .golden-star-djok5z .golden-star-mx1yle {
    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-4quq1b {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .golden-star-5sx20h {
    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-4quq1b {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.golden-star-9enhuv p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .golden-star-xl59u3 {
    margin: 0 -0.2rem;
  }
  .golden-star-9enhuv {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .golden-star-wcxwi5 {
    -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-ivg7rt {
    max-width: 100%;
  }
  .golden-star-5dhxs6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .golden-star-3pk3vp,
  .golden-star-h0w3fq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .golden-star-vx2kzo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .golden-star-xl59u3 {
    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-5i546t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .golden-star-u20fxy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .golden-star-li9h5n,
  .golden-star-zdl10h {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .golden-star-vtxlwb {
    width: 100%;
  }
  .golden-star-5dhxs6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .golden-star-4quq1b {
    top: 127px !important;
  }
}

.golden-star-bb7am1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .golden-star-bb7am1 {
  }
}

@media (max-width: 767px) {
  .golden-star-bb7am1 {
    margin-bottom: 12px;
  }
}

.golden-star-bb7am1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.golden-star-adkcld {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.golden-star-adkcld > .golden-star-805kuj {
  flex: 1 1;
}

@media (max-width: 767px) {
  .golden-star-adkcld {
    flex-direction: column;
    gap: 12px;
  }
}

.golden-star-avv3wq {
  display: flex;
}

.golden-star-avv3wq .golden-star-5lie3d {
  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-avv3wq .golden-star-dkbw7q {
  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-avv3wq .golden-star-g48g6q {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.golden-star-avv3wq .golden-star-j96fcx {
  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-avv3wq .golden-star-j96fcx:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-avv3wq .golden-star-dqmpc5 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.golden-star-6fdjhl {
  border: unset;
  background-color: unset;
}

.golden-star-6fdjhl tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.golden-star-6fdjhl .golden-star-bq315f,
.golden-star-6fdjhl .golden-star-2aryhe {
  flex: 0 1 330px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 {
  flex: 1 1;
}

.golden-star-6fdjhl 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-6fdjhl tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.golden-star-6fdjhl tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.golden-star-6fdjhl tr td p {
  color: #fff;
  margin: 0;
}

.golden-star-6fdjhl tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.golden-star-6fdjhl tr.golden-star-bq315f td p {
  padding: 16px 0;
}

.golden-star-6fdjhl tr.golden-star-bq315f td p:not(:last-child),
.golden-star-6fdjhl tr.golden-star-2aryhe td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.golden-star-6fdjhl tr.golden-star-bq315f td p:first-child,
.golden-star-6fdjhl tr.golden-star-2aryhe td p:first-child {
  padding-top: 0;
}

.golden-star-6fdjhl tr.golden-star-2aryhe td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.golden-star-6fdjhl tr.golden-star-2aryhe td p:last-child {
  padding-bottom: 0;
}

.golden-star-6fdjhl .golden-star-2aryhe img {
  max-width: 32px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 {
  min-width: 718px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td {
  display: flex;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h,
.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-90e3mm,
.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-qeroc4 {
  flex: 1 1 50%;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-i4ef45 {
  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-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-smt4d2,
.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-4p0eif {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h,
.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-90e3mm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h span,
.golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-90e3mm span {
  font-weight: 800;
}

.golden-star-6fdjhl .golden-star-fvpuc4 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .golden-star-6fdjhl tr.golden-star-bq315f td p:last-child {
    padding-bottom: 0;
  }
  .golden-star-6fdjhl .golden-star-2aryhe > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .golden-star-6fdjhl .golden-star-2aryhe > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .golden-star-6fdjhl tr.golden-star-bq315f td p:not(:last-child),
  .golden-star-6fdjhl tr.golden-star-2aryhe td p:not(:last-child) {
    border-bottom: unset;
  }
  .golden-star-6fdjhl tr.golden-star-2aryhe td p:last-child {
    padding-bottom: 12px;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h,
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-90e3mm,
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-qeroc4 {
    flex: 1 1 50%;
    padding: 0;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h,
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-90e3mm {
    margin-top: 16px;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-qeroc4 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-j8v60h {
    border-right: 1px solid var(--border-color);
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-qeroc4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td:last-child .golden-star-qeroc4:last-child {
    padding-bottom: 0;
  }
}

.golden-star-qeroc4 {
  display: flex;
  flex-direction: column;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4:not(:first-child) {
    padding-left: 0;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 td .golden-star-qeroc4:not(:last-of-type) {
    border-right: unset;
  }
}

.golden-star-6fdjhl .golden-star-nh6fph {
  flex: 0 1 485px;
}

.golden-star-6fdjhl .golden-star-9v8h6l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.golden-star-6fdjhl .golden-star-9v8h6l li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-6fdjhl .golden-star-9v8h6l li.golden-star-5j7tr9 {
  padding: 6px 12px;
}

.golden-star-6fdjhl .golden-star-9v8h6l li a,
.golden-star-6fdjhl .golden-star-9v8h6l 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-6fdjhl .golden-star-no3rav,
.golden-star-6fdjhl .golden-star-p5annj {
  flex: 1 1;
}

.golden-star-6fdjhl .golden-star-tkttrg,
.golden-star-6fdjhl .golden-star-ig8xq8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.golden-star-6fdjhl .golden-star-tkttrg li,
.golden-star-6fdjhl .golden-star-ig8xq8 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-6fdjhl .golden-star-p5annj img {
  max-width: 32px;
}

.golden-star-6fdjhl .golden-star-no3rav img {
  max-width: 32px;
}

.golden-star-6fdjhl .golden-star-k2encj {
  min-width: 280px;
}

.golden-star-6fdjhl .golden-star-k2encj img {
  max-width: 146px;
}

.golden-star-6fdjhl .golden-star-k2encj td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .golden-star-6fdjhl .golden-star-bq315f,
  .golden-star-6fdjhl .golden-star-2aryhe {
    flex: 0 1 auto;
  }
  .golden-star-6fdjhl .golden-star-fvpuc4 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .golden-star-6fdjhl .golden-star-bq315f,
  .golden-star-6fdjhl .golden-star-nh6fph,
  .golden-star-6fdjhl .golden-star-2aryhe,
  .golden-star-6fdjhl .golden-star-fvpuc4 {
    flex: 1 1 calc(50% - 20px);
  }
  .golden-star-6fdjhl .golden-star-no3rav,
  .golden-star-6fdjhl .golden-star-k2encj,
  .golden-star-6fdjhl .golden-star-p5annj {
    flex: 1 1 30%;
  }
  .golden-star-6fdjhl .golden-star-k2encj {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .golden-star-6fdjhl .golden-star-bq315f,
  .golden-star-6fdjhl .golden-star-nh6fph,
  .golden-star-6fdjhl .golden-star-no3rav,
  .golden-star-6fdjhl .golden-star-2aryhe,
  .golden-star-6fdjhl .golden-star-fvpuc4,
  .golden-star-6fdjhl .golden-star-k2encj,
  .golden-star-6fdjhl .golden-star-p5annj {
    flex: 1 1 100%;
  }
}

.golden-star-enomyc .golden-star-dvid91 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.golden-star-enomyc .golden-star-1llxer {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.golden-star-enomyc .golden-star-7wtgl9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.golden-star-enomyc .golden-star-gc2pgm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.golden-star-enomyc .golden-star-gc2pgm > :nth-child(3) {
  margin-top: 0;
}

.golden-star-enomyc .golden-star-e2y3c6 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.golden-star-enomyc .golden-star-668air {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.golden-star-enomyc .golden-star-j99xh7 {
  grid-column: 1/2;
}

.golden-star-enomyc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.golden-star-enomyc .golden-star-1llxer: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-enomyc .golden-star-1llxer:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.golden-star-enomyc .golden-star-vtxlwb {
  min-width: 240px;
}

@media (max-width: 768px) {
  .golden-star-enomyc .golden-star-1llxer:not(:last-child):before {
    bottom: 8px;
  }
  .golden-star-enomyc .golden-star-1llxer:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .golden-star-enomyc .golden-star-gc2pgm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .golden-star-enomyc .golden-star-e2y3c6 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .golden-star-enomyc .golden-star-e2y3c6 img {
    width: 100%;
    height: auto;
  }
  .golden-star-enomyc .golden-star-vtxlwb {
    width: 100%;
    min-width: unset;
  }
}

.golden-star-0o9lcb .golden-star-gc3uiu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.golden-star-0o9lcb .golden-star-jj1b1k {
  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-0o9lcb .golden-star-e2y3c6 {
  height: 100%;
}

.golden-star-0o9lcb .golden-star-e2y3c6 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.golden-star-0o9lcb .golden-star-u9kr3i {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.golden-star-0o9lcb .golden-star-oo55m3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.golden-star-0o9lcb .golden-star-kp9jk4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .golden-star-0o9lcb .golden-star-jj1b1k {
    flex: 1 1 100%;
  }
  .golden-star-0o9lcb .golden-star-9th0zu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .golden-star-0o9lcb .golden-star-jj1b1k {
    flex-direction: column;
  }
  .golden-star-0o9lcb .golden-star-e2y3c6 {
    width: 100%;
    height: auto;
  }
  .golden-star-0o9lcb .golden-star-e2y3c6 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .golden-star-0o9lcb .golden-star-u9kr3i {
    padding: 0 16px 16px 16px;
  }
  .golden-star-0o9lcb .golden-star-9th0zu {
    min-width: unset;
    width: 100%;
  }
}

.golden-star-yb3jjg .golden-star-lymnvs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.golden-star-yb3jjg .golden-star-g1x2ds {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.golden-star-yb3jjg 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-yb3jjg .golden-star-5xpocd {
  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-yb3jjg .golden-star-g1x2ds:hover .golden-star-5xpocd {
  display: flex;
}

.golden-star-yb3jjg .golden-star-al60s0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.golden-star-yb3jjg .golden-star-m6q94f {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.golden-star-42w82v {
  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-42w82v.golden-star-pn6iok {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.golden-star-w163ej ease-in-out;
}

.golden-star-42w82v.golden-star-pn6iok:hover {
  color: #f9cb16;
  background-color: transparent;
}

.golden-star-yb3jjg .golden-star-g8x4yp {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.golden-star-w163ej ease-in-out;
}

.golden-star-yb3jjg .golden-star-g8x4yp:hover {
  color: #196948;
  background-color: #f9cb16;
}

.golden-star-yb3jjg .golden-star-g8x4yp:after,
.golden-star-42w82v.golden-star-pn6iok:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.golden-star-42w82v.golden-star-pn6iok:after {
  background-image: url(../images/Cash.svg);
}

.golden-star-yb3jjg .golden-star-g8x4yp:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .golden-star-yb3jjg .golden-star-lymnvs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .golden-star-yb3jjg .golden-star-lymnvs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .golden-star-yb3jjg .golden-star-lymnvs {
    grid-template-columns: 1fr;
  }
  .golden-star-yb3jjg .golden-star-g1x2ds {
    height: auto;
  }
  .golden-star-yb3jjg .golden-star-g1x2ds .golden-star-5xpocd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .golden-star-yb3jjg .golden-star-al60s0,
  .golden-star-yb3jjg .golden-star-m6q94f {
    text-align: left;
  }
  .golden-star-yb3jjg .golden-star-m6q94f {
    margin-bottom: 8px;
  }
  .golden-star-yb3jjg img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.golden-star-n1s6lh {
  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-n1s6lh.golden-star-2an0nw {
  display: block;
}

.golden-star-n1s6lh .golden-star-zz2f2n {
  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-n1s6lh .golden-star-8egnlk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.golden-star-n1s6lh .golden-star-f6d9ku {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.golden-star-n1s6lh .golden-star-esoqad {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.golden-star-n1s6lh .golden-star-42w82v {
  min-width: 296px;
  margin-bottom: 0;
}

.golden-star-n1s6lh .golden-star-ax48w6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.golden-star-n1s6lh .golden-star-jdgvn8 {
  position: relative;
  flex: 1 1;
}

.golden-star-n1s6lh .golden-star-jdgvn8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .golden-star-n1s6lh .golden-star-8egnlk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .golden-star-n1s6lh .golden-star-f6d9ku {
    order: 1;
  }
  .golden-star-n1s6lh .golden-star-esoqad {
    order: 3;
    flex: 1 1 100%;
  }
  .golden-star-n1s6lh .golden-star-42w82v {
    width: 100%;
    min-width: unset;
  }
  .golden-star-n1s6lh .golden-star-ax48w6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .golden-star-dtjjk3 > .golden-star-klf516 {
    margin-bottom: 0;
  }
  .golden-star-dtjjk3 > .golden-star-j99xh7,
  .golden-star-dtjjk3 > p {
    margin-top: 0;
  }
}

.golden-star-xu4ovs img,
.golden-star-9enhuv img {
  width: auto;
  object-fit: contain;
}

.golden-star-xu4ovs {
  align-items: center;
}

.golden-star-xu4ovs img {
  max-height: 76px;
}

.golden-star-9enhuv img {
  max-height: 64px;
}

.golden-star-rwszr5 {
  overflow: auto;
}

.golden-star-hk2ijy {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.golden-star-8nxggm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.golden-star-k5u6xu {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.golden-star-p4o1ku {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.golden-star-k5u6xu .golden-star-e2y3c6 {
  margin-right: 20px;
  flex-shrink: 0;
}

.golden-star-k5u6xu img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.golden-star-w41fzi {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.golden-star-w41fzi > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-k5u6xu {
    padding: 15px 10px;
  }
  .golden-star-w41fzi {
    padding: 15px 10px;
  }
  .golden-star-k5u6xu .golden-star-e2y3c6 {
    margin-right: 10px;
  }
}

.golden-star-62jijp {
  overflow-x: auto;
}

.golden-star-zjvdnx {
  border-collapse: collapse;
  width: 100%;
}

.golden-star-62jijp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.golden-star-62jijp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.golden-star-62jijp td.golden-star-8zwjfv {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.golden-star-62jijp td.golden-star-9kw98z {
  border-right: none;
}

.golden-star-62jijp td.golden-star-9kw98z .golden-star-e2y3c6 {
  justify-content: flex-start;
}

.golden-star-62jijp td.golden-star-9kw98z .golden-star-e2y3c6 img {
  height: auto;
  width: 90px;
}

.golden-star-62jijp td.golden-star-hiyymd,
.golden-star-62jijp td.golden-star-cvmhy6 {
  font-weight: 600;
  text-align: right;
}

.golden-star-62jijp td.golden-star-rb1uqe,
.golden-star-62jijp td.golden-star-hiyymd {
  padding-bottom: 10px;
  border-bottom: none;
}

.golden-star-62jijp td.golden-star-hiyymd,
.golden-star-62jijp td.golden-star-cvmhy6 {
  border-left: none;
}

.golden-star-62jijp td.golden-star-rb1uqe,
.golden-star-62jijp td.golden-star-0cbz5c {
  border-right: none;
}

.golden-star-62jijp td.golden-star-0cbz5c,
.golden-star-62jijp td.golden-star-cvmhy6 {
  border-top: none;
  padding-top: 10px;
}

.golden-star-ldhb1g {
  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-ldhb1g .golden-star-9th0zu {
  min-width: unset;
  width: 100%;
}

.golden-star-ldhb1g .golden-star-9th0zu.golden-star-fm87i9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.golden-star-ldhb1g .golden-star-9th0zu.golden-star-tujg81 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.golden-star-ldhb1g .golden-star-lihd3c {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .golden-star-ldhb1g {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .golden-star-ldhb1g .golden-star-9th0zu.golden-star-fm87i9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .golden-star-ldhb1g .golden-star-9th0zu.golden-star-tujg81 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .golden-star-ldhb1g .golden-star-lihd3c {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.golden-star-lr5ufq {
  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-1a8im5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.golden-star-ara5is p a img {
  margin: 0 auto;
  display: block;
}

.golden-star-ara5is table {
  margin-bottom: 17px;
}

/* contanct form */
.golden-star-hxzb57 {
  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-hxzb57 label {
  font-size: 14px;
}

.golden-star-hxzb57 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.golden-star-hxzb57 input,
.golden-star-hxzb57 textarea,
.golden-star-hxzb57 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-hxzb57 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.golden-star-w163ej ease;
}
.golden-star-hxzb57 button:hover {
  background-color: #691204;
}
.golden-star-s48xfp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.golden-star-2zu38w ease-in;
}

.golden-star-s48xfp 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-crebhd, .golden-star-jc10cx, [class*="review-card"],
thead, thead th, table th, .golden-star-mu12h0,
.golden-star-5y86jj, [class*="collapsible-header"],
.golden-star-1upfes, [class*="updated-block"] {
  color: #ece7dc !important;
}
