@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);
}

.hyperino-x34hiu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hyperino-q8wj2o {
  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.hyperino-5yqc5k,
ul.hyperino-5yqc5k {
  padding-left: 20px;
}

ul.hyperino-5yqc5k {
  list-style: disc;
}

ol.hyperino-5yqc5k {
  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;
  }
}

.hyperino-0q3a2v > .hyperino-42wrgb,
.hyperino-0q3a2v > .hyperino-et11zj,
.hyperino-0q3a2v > blockquote,
.hyperino-0q3a2v > h1,
.hyperino-0q3a2v > h2,
.hyperino-0q3a2v > h3,
.hyperino-0q3a2v > h4,
.hyperino-0q3a2v > h5,
.hyperino-0q3a2v > h6,
.hyperino-0q3a2v > ol,
.hyperino-0q3a2v > p,
.hyperino-0q3a2v > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hyperino-0q3a2v > ol,
.hyperino-0q3a2v > ul {
  padding-left: 50px;
}

.hyperino-0q3a2v 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;
}

.hyperino-0q3a2v:not(:last-child) {
  margin-bottom: 2rem;
}

.hyperino-0q3a2v > :not(:first-child) {
  margin-top: 2rem;
}

.hyperino-0q3a2v {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hyperino-0q3a2v:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hyperino-0q3a2v:first-child {
    margin-top: 20px;
  }
}

.hyperino-0q3a2v > p:last-of-type {
  margin-bottom: 32px;
}

.hyperino-0q3a2v > .hyperino-6pbmtl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hyperino-grdn1n > .hyperino-6pbmtl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hyperino-et11zj {
  overflow: auto;
}

.hyperino-et11zj::-webkit-scrollbar {
  height: 5px;
}

.hyperino-et11zj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hyperino-et11zj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hyperino-et11zj table thead,
table thead {
  border-bottom: none;
}

.hyperino-et11zj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hyperino-et11zj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hyperino-et11zj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hyperino-et11zj .hyperino-jl3ib3 {
  table-layout: auto;
}

.hyperino-et11zj .hyperino-jl3ib3 th {
  word-break: normal;
}

.hyperino-et11zj .hyperino-jl3ib3 td {
  word-break: normal;
}

.hyperino-x34hiu .hyperino-x34hiu {
  padding-right: 0;
  padding-left: 0;
}

.hyperino-brc3jh {
  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;
}

.hyperino-874szc {
  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;
}

.hyperino-eq0u5f {
  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;
}

.hyperino-42wrgb {
  margin-top: 24px;
}

.hyperino-42wrgb.hyperino-jyuuqx {
  text-align: left;
}

.hyperino-42wrgb.hyperino-k2896q {
  text-align: right;
}

.hyperino-42wrgb.hyperino-xrg2ng {
  text-align: center;
}

.hyperino-rf7gs2 {
  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.hyperino-pevri5 ease-in-out;
  cursor: pointer;
}

.hyperino-rf7gs2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hyperino-rf7gs2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hyperino-rf7gs2 {
    min-width: unset;
  }
}

.hyperino-xvvr6n {
  background-color: var(--fh-bg-color);
}

.hyperino-sl3i9o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hyperino-v09d1s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.hyperino-v09d1s img {
  max-height: 80px;
  object-fit: contain;
}

.hyperino-lpmw0n {
  flex: 1 1;
}

.hyperino-10w00y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hyperino-8cwr45 {
  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;
}

.hyperino-8cwr45 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;
}

.hyperino-8cwr45.hyperino-r9nfoy span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hyperino-8cwr45.hyperino-r9nfoy span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hyperino-8cwr45.hyperino-r9nfoy span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hyperino-lpmw0n + .hyperino-10w00y {
  margin-left: 20px;
}

.hyperino-7xq7la {
  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;
}

.hyperino-7xq7la > svg {
  max-width: 24px;
  max-height: 24px;
}

.hyperino-7xq7la + .hyperino-7xq7la {
  margin-left: 5px;
}

.hyperino-knwmbo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hyperino-knwmbo:hover {
  background-color: var(--button-bg-hover);
}

.hyperino-rz79lp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hyperino-pevri5 ease-in-out;
  border: 1px solid var(--border-color);
}

.hyperino-rz79lp:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hyperino-fedb5q {
  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) {
  .hyperino-lpmw0n {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hyperino-fedb5q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hyperino-lpmw0n {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hyperino-7xq7la {
    min-width: unset;
    flex: 1 1;
  }
}

.hyperino-nxs7bs {
  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;
}

.hyperino-nxs7bs:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hyperino-nxs7bs:hover .hyperino-e341vj {
  opacity: 1;
  pointer-events: auto;
}

.hyperino-krfpze {
  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.hyperino-9xenqz ease-in-out;
  gap: 4px;
}

.hyperino-krfpze > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hyperino-krfpze .hyperino-brc3jh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hyperino-nmva1p,
.hyperino-krfpze:hover {
  color: var(--button-bg-hover);
}

.hyperino-2lsu2t {
  position: relative;
}

.hyperino-2lsu2t .hyperino-krfpze {
  margin-right: 0;
  padding-right: 4px;
}

.hyperino-uci08n svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hyperino-2lsu2t.hyperino-r9nfoy .hyperino-uci08n svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hyperino-2lsu2t.hyperino-r9nfoy .hyperino-e341vj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hyperino-2lsu2t.hyperino-r9nfoy .hyperino-e341vj::before {
  display: none;
}

.hyperino-uci08n svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hyperino-e341vj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hyperino-3k2iea 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hyperino-e341vj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hyperino-e341vj:hover {
  color: var(--fh-bg-color);
}

.hyperino-fjqsd9 {
  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.hyperino-3k2iea 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hyperino-9xenqz ease-in-out;
  -o-transition: 0.hyperino-9xenqz ease-in-out;
  transition: 0.hyperino-9xenqz ease-in-out;
}

.hyperino-fjqsd9 .hyperino-brc3jh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hyperino-y69et8,
.hyperino-fjqsd9:hover {
  color: var(--button-bg-hover);
}

.hyperino-v2h5hf {
  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%;
}

.hyperino-v2h5hf.hyperino-k5mgu1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hyperino-v2h5hf.hyperino-k5mgu1:after,
.hyperino-v2h5hf.hyperino-k5mgu1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hyperino-v2h5hf.hyperino-k5mgu1: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);
  }
}

.hyperino-v2h5hf.hyperino-k5mgu1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hyperino-v2h5hf.hyperino-k5mgu1 > * {
  z-index: 1;
}

.hyperino-v2h5hf b,
.hyperino-v2h5hf strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hyperino-v2h5hf .hyperino-5sgcxx {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.hyperino-v2h5hf .hyperino-8prl56 {
  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;
}

.hyperino-v2h5hf .hyperino-brc3jh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hyperino-v2h5hf .hyperino-qsv5lj {
  margin-top: 12px;
}

.hyperino-qsv5lj {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hyperino-0057ve {
  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;
}

.hyperino-qsv5lj .hyperino-06lu7g {
  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.hyperino-pevri5 ease-in-out;
}

.hyperino-qsv5lj .hyperino-06lu7g:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hyperino-f2ezkc {
  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;
}

.hyperino-v2h5hf.hyperino-35a7eo {
  gap: 12px;
  padding: 16px;
}

.hyperino-v2h5hf.hyperino-35a7eo .hyperino-f2ezkc {
  min-width: 240px;
}

.hyperino-v2h5hf.hyperino-35a7eo .hyperino-f2ezkc.hyperino-1g04au {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hyperino-v2h5hf .hyperino-5sgcxx {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hyperino-v2h5hf .hyperino-8prl56 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hyperino-v2h5hf .hyperino-brc3jh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-brc3jh {
    max-width: 126px;
  }
  .hyperino-v2h5hf .hyperino-qsv5lj {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hyperino-v2h5hf .hyperino-0057ve {
    max-width: unset;
  }
  .hyperino-f2ezkc {
    min-width: unset;
    width: 100%;
  }
  .hyperino-v2h5hf .hyperino-f2ezkc {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hyperino-v2h5hf.hyperino-35a7eo {
    grid-template-rows: auto 1fr auto;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-f2ezkc {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hyperino-v2h5hf {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hyperino-v2h5hf .hyperino-5sgcxx {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hyperino-v2h5hf .hyperino-brc3jh {
    max-width: 78px;
  }
  .hyperino-v2h5hf .hyperino-qsv5lj {
    margin-top: -12px;
  }
  .hyperino-v2h5hf.hyperino-35a7eo {
    gap: 8px;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-5sgcxx {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-8prl56 {
    grid-column: 1/3;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-brc3jh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hyperino-v2h5hf.hyperino-35a7eo .hyperino-brc3jh img {
    max-width: 114px;
  }
}

.hyperino-f2ezkc.hyperino-xxbj0n,
.hyperino-f2ezkc.hyperino-26xcu7,
.hyperino-f2ezkc.hyperino-9cp8am {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.hyperino-pevri5 ease-in-out;
}

.hyperino-f2ezkc.hyperino-xxbj0n,
.hyperino-f2ezkc.hyperino-9cp8am {
  padding: 10px;
}

.hyperino-f2ezkc.hyperino-xxbj0n:hover,
.hyperino-f2ezkc.hyperino-26xcu7:hover,
.hyperino-f2ezkc.hyperino-9cp8am:hover {
  background: var(--button-bg-hover);
}

.hyperino-f2ezkc.hyperino-xxbj0n:hover svg path,
.hyperino-f2ezkc.hyperino-9cp8am:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hyperino-f2ezkc.hyperino-1g04au {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hyperino-pevri5 ease-in-out;
  background: var(--button-bg-color);
}

.hyperino-f2ezkc.hyperino-1g04au:hover {
  background-color: var(--button-bg-hover);
}

.hyperino-f2ezkc.hyperino-26xcu7: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);
  }
}

.hyperino-f2ezkc.hyperino-26xcu7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hyperino-f2ezkc.hyperino-1g04au:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hyperino-5eblka {
  max-width: 650px;
}

.hyperino-iqs5xa {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hyperino-d7o1wa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hyperino-14zra8 {
  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.hyperino-9xenqz ease-in-out;
  cursor: pointer;
}

.hyperino-14zra8:hover {
  opacity: 0.5;
}

.hyperino-14zra8:focus {
  outline: 0;
}

.hyperino-14zra8:focus .hyperino-o1v297,
.hyperino-14zra8:hover .hyperino-o1v297 {
  fill: red;
  fill-opacity: 1;
}

.hyperino-14zra8:hover {
  cursor: pointer;
}

.hyperino-1wntat {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hyperino-5eblka.hyperino-xrg2ng {
  margin: 0 auto;
}

.hyperino-5eblka.hyperino-k2896q {
  margin-left: auto;
}

.hyperino-cbr0pj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hyperino-9j6r0x {
  padding-bottom: 50px;
}

.hyperino-zci6xm {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hyperino-sa4aip {
  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;
}

.hyperino-42kh0e {
  margin-top: 24px;
}

.hyperino-iwob1c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hyperino-z8rsad {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hyperino-k4dcf7 {
  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;
}

.hyperino-0kv1pj {
  width: 468px;
}

.hyperino-k4dcf7 .hyperino-e341vj {
  margin: 0.hyperino-uxah6x 0;
}

.hyperino-7zp9ln {
  display: flex;
  min-width: 224px;
}

.hyperino-de6m04 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.hyperino-9xenqz ease-in-out;
}

.hyperino-1fr2gs,
.hyperino-de6m04:hover {
  color: var(--text-color);
}

.hyperino-gk3gni {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hyperino-qa0xco {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hyperino-cbr0pj {
    padding: 16px;
  }
  .hyperino-gk3gni {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hyperino-qa0xco {
    align-items: center;
  }
  .hyperino-0kv1pj {
    width: unset;
  }
  .hyperino-7zp9ln {
    min-width: unset;
  }
  .hyperino-k4dcf7 {
    max-height: unset;
  }
  .hyperino-zci6xm {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hyperino-cbr0pj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hyperino-01uxg3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hyperino-01uxg3:not(:last-child) {
  margin-bottom: 16px;
}

.hyperino-lvefcm {
  outline: 0;
}

.hyperino-lvefcm .hyperino-6ajogi {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hyperino-8gd9fn {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hyperino-8gd9fn {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hyperino-8gd9fn::-webkit-details-marker {
  display: none;
}

.hyperino-8gd9fn: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;
}

.hyperino-8gd9fn: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] .hyperino-8gd9fn:after {
  transform: unset;
}

.hyperino-6ajogi {
  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);
}

.hyperino-6ajogi 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.hyperino-9xenqz ease-in-out;
  -o-transition: 0.hyperino-9xenqz ease-in-out;
  transition: 0.hyperino-9xenqz ease-in-out;
}

.hyperino-qfyynp {
  padding: 16px 0 0 0;
}

.hyperino-qfyynp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hyperino-qfyynp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hyperino-8gd9fn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hyperino-8gd9fn::after {
    margin-left: auto;
  }
  .hyperino-6ajogi {
    order: 3;
    flex: 1 1 100%;
  }
  .hyperino-8gd9fn {
    font-size: 14px;
    line-height: 130%;
  }
  .hyperino-6ajogi svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hyperino-xypri4 {
  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;
}

.hyperino-mvd6lv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hyperino-xypri4.hyperino-r9nfoy .hyperino-mvd6lv {
  margin-bottom: 12px;
}

.hyperino-mvd6lv::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;
}

.hyperino-xypri4.hyperino-r9nfoy .hyperino-mvd6lv::after {
  transform: unset;
}

.hyperino-19tafq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hyperino-g1ijjg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hyperino-9xenqz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hyperino-g1ijjg: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;
}

.hyperino-xypri4.hyperino-r9nfoy .hyperino-19tafq {
  max-height: 100%;
}

.hyperino-vv7etn {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hyperino-5iwrp2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hyperino-mo9jfp {
  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;
}

.hyperino-fkgz1e {
  margin-right: 4px;
}

.hyperino-29js6e {
  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.hyperino-9xenqz ease-in-out;
}

.hyperino-29js6e svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hyperino-rj8pvh,
.hyperino-29js6e:hover {
  color: var(--text-color);
}

.hyperino-lz89fa {
  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;
}

.hyperino-lz89fa img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hyperino-lz89fa .hyperino-l8yrq8 {
  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;
}

.hyperino-lz89fa .hyperino-9sivr8 {
  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;
}

.hyperino-r771qe {
  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;
}

.hyperino-2j9d45 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hyperino-1xovn5 .hyperino-x34hiu {
  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;
}

.hyperino-1xovn5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hyperino-iwgz6n {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hyperino-tqrtnb {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hyperino-k76npt {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hyperino-og4owf 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;
}

.hyperino-k76npt:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hyperino-u6nw87 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hyperino-qjna2b {
  -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.hyperino-9xenqz ease-in-out;
  transition: transform 0.hyperino-9xenqz ease-in-out;
  -o-transition: transform 0.hyperino-9xenqz ease-in-out;
  transition:
    transform 0.hyperino-9xenqz ease-in-out,
    -webkit-transform 0.hyperino-9xenqz ease-in-out;
  cursor: pointer;
}

.hyperino-qjna2b svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hyperino-qjna2b: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;
}

.hyperino-j69cpe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hyperino-j69cpe {
    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);
}

.hyperino-57pvle {
  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;
}

.hyperino-yv186t {
  position: relative;
  width: 100%;
}

.hyperino-57pvle.hyperino-c16bag {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hyperino-57pvle.hyperino-xrg2ng {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hyperino-57pvle.hyperino-k2896q {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hyperino-6rnra1 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hyperino-lmeltc {
  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.hyperino-9xenqz ease-in-out;
  cursor: pointer;
}

.hyperino-lmeltc:hover {
  opacity: 0.5;
}

.hyperino-57pvle.hyperino-z9xdyc .hyperino-lmeltc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hyperino-57pvle.hyperino-z9xdyc .hyperino-6rnra1 {
  cursor: pointer;
}

.hyperino-fzfhjc {
  fill: #0009;
}

.hyperino-8tpdxv {
  fill: #fff;
}

.hyperino-lmeltc:hover .hyperino-fzfhjc {
  fill: red;
}

.hyperino-lmeltc svg path {
  -webkit-transition: 0.hyperino-9xenqz ease-in-out;
  -o-transition: 0.hyperino-9xenqz ease-in-out;
  transition: 0.hyperino-9xenqz ease-in-out;
}

.hyperino-1o5tld {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hyperino-1o5tld > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hyperino-1o5tld.hyperino-pasbmm > :not(.get-image) {
  grid-column: 1/3;
}

.hyperino-nty8c0:not(._h1-block) .hyperino-1o5tld > .hyperino-6pbmtl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hyperino-1o5tld.hyperino-pasbmm .hyperino-z3n6r7 {
  grid-column: 2/3;
}

.hyperino-1o5tld.hyperino-pasbmm > .hyperino-brc3jh {
  grid-column: 1/2;
}

.hyperino-1o5tld.hyperino-pasbmm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hyperino-1o5tld > p:first-of-type {
  margin-top: 0;
}

.hyperino-1o5tld .hyperino-brc3jh {
  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;
}

.hyperino-nty8c0:not(._h1-block) .hyperino-6pbmtl ~ .hyperino-brc3jh {
  grid-row: 2/10;
}

.hyperino-nty8c0.hyperino-rk1d73 .hyperino-6pbmtl ~ .hyperino-brc3jh {
  grid-row: 1/10;
}

.hyperino-nty8c0.hyperino-rk1d73 > .hyperino-6pbmtl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hyperino-nty8c0.hyperino-rk1d73 .hyperino-brc3jh {
  grid-row: 1/10;
}

.hyperino-1o5tld.hyperino-kdqzzs .hyperino-brc3jh {
  align-items: flex-start;
}

.hyperino-1o5tld.hyperino-xrg2ng .hyperino-z3n6r7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hyperino-1o5tld.hyperino-xrg2ng .hyperino-brc3jh {
  align-items: center;
}

.hyperino-1o5tld.hyperino-5d8qyg .hyperino-brc3jh {
  align-items: flex-end;
}

.hyperino-z3n6r7 > :first-child {
  margin-top: 0;
}

.hyperino-z3n6r7 > :last-child {
  margin-bottom: 0;
}

* + .hyperino-6m6g9u,
.hyperino-nty8c0 + .hyperino-nty8c0 {
  margin-top: 2rem;
}

.hyperino-h7fpjd td::before,
.hyperino-h7fpjd th::after {
  display: none !important;
}

.hyperino-h7fpjd #link-selector {
  color: #000;
}

.hyperino-h7fpjd .hyperino-nl6pvb {
  color: #135e96;
}

.hyperino-h7fpjd .hyperino-roixgw *,
.hyperino-h7fpjd .hyperino-ys19nf p,
.hyperino-h7fpjd .hyperino-syc4et * {
  color: #000;
}

.hyperino-h7fpjd .hyperino-2kqrzx {
  background: 0 0 !important;
}

.hyperino-h7fpjd .hyperino-8lv4ij {
  color: #000;
}

.hyperino-h7fpjd .hyperino-31dbpr.hyperino-ifffoq {
  color: #fff;
}

.hyperino-h7fpjd .hyperino-tm6kq0 {
  color: #000;
}

.hyperino-h7fpjd
  .hyperino-0le24t
  .hyperino-hg3q90.hyperino-ifffoq.hyperino-vqrtqr {
  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;
}

.hyperino-v8vriw,
body .hyperino-l77dxi {
  color: #000;
  background: var(--color-body) !important;
}

.hyperino-v8vriw .hyperino-r20kuq .hyperino-0ax386,
body .hyperino-l77dxi .hyperino-r20kuq .hyperino-0ax386 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hyperino-g1ijjg:focus,
  .hyperino-g1ijjg:hover {
    color: #f9cb16;
  }
  .hyperino-9iq82s:focus,
  .hyperino-9iq82s:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hyperino-xzpn9t:focus img,
  .hyperino-xzpn9t:focus svg,
  .hyperino-xzpn9t:hover img,
  .hyperino-xzpn9t:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hyperino-lz89fa {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hyperino-2lsu2t:hover .hyperino-uci08n svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hyperino-uci08n {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hyperino-jiihbt {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hyperino-1ajcbb {
    grid-template-columns: repeat(4, 1fr);
  }
  .hyperino-je5xc2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hyperino-37cuxr .hyperino-vnp3fc {
    grid-template-columns: 1fr;
  }
  .hyperino-37cuxr .hyperino-wubb1n {
    -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;
  }
  .hyperino-37cuxr .hyperino-rhtnt8 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hyperino-37cuxr .hyperino-cfaib3 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hyperino-37cuxr .hyperino-tui5an {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hyperino-37cuxr .hyperino-rhtnt8:not(:first-child) {
    border: none;
  }
  .hyperino-37cuxr .hyperino-rhtnt8:first-child .hyperino-cfaib3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hyperino-37cuxr .hyperino-rhtnt8:last-child .hyperino-cfaib3 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hyperino-sl3i9o {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hyperino-v09d1s {
    max-width: 100px;
  }
  .hyperino-lpmw0n {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hyperino-10w00y {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hyperino-10w00y svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hyperino-8cwr45 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hyperino-lpmw0n + .hyperino-10w00y {
    margin-left: auto;
  }
  .hyperino-x9281f {
    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;
  }
  .hyperino-x9281f.hyperino-r9nfoy {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hyperino-fedb5q {
    -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;
  }
  .hyperino-nxs7bs {
    width: 100%;
  }
  .hyperino-nxs7bs:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hyperino-krfpze {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hyperino-krfpze svg {
    margin-right: 4px;
  }
  .hyperino-2lsu2t {
    -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;
  }
  .hyperino-uci08n svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hyperino-uci08n {
    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;
  }
  .hyperino-e341vj {
    display: none;
    width: 100%;
  }
  .hyperino-2lsu2t.hyperino-r9nfoy .hyperino-e341vj {
    padding: 0 0 0 48px;
  }
  .hyperino-fjqsd9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hyperino-sa4aip .hyperino-brc3jh {
    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;
  }
  .hyperino-5m8s9x {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hyperino-5m8s9x + .hyperino-5m8s9x {
    margin-right: 0;
  }
  .hyperino-5m8s9x + .hyperino-brc3jh {
    margin: 0;
  }
  .hyperino-jiihbt {
    grid-template-columns: repeat(4, 1fr);
  }
  .hyperino-1ajcbb {
    grid-template-columns: repeat(3, 1fr);
  }
  .hyperino-q9dzy0,
  .hyperino-fmr1zo {
    grid-template-columns: repeat(2, 1fr);
  }
  .hyperino-1o5tld {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hyperino-1o5tld.hyperino-pasbmm .hyperino-z3n6r7 {
    grid-column: auto;
    grid-row: auto;
  }
  .hyperino-1o5tld > .hyperino-6pbmtl {
    grid-column: 1/2;
  }
  .hyperino-1o5tld.hyperino-pasbmm > :not(.get-image) {
    grid-column: 1/2;
  }
  .hyperino-1o5tld .hyperino-brc3jh,
  .hyperino-1o5tld.hyperino-pasbmm > .hyperino-brc3jh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hyperino-1o5tld.hyperino-pasbmm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hyperino-nty8c0.hyperino-rk1d73 .hyperino-1o5tld > .hyperino-brc3jh {
    grid-row: 1/2;
  }
  .hyperino-1o5tld .hyperino-6pbmtl ~ .hyperino-brc3jh,
  .hyperino-1o5tld.hyperino-pasbmm .hyperino-6pbmtl ~ .hyperino-brc3jh {
    grid-row: 2/3;
  }
  .hyperino-nty8c0.hyperino-rk1d73 .hyperino-6pbmtl ~ .hyperino-brc3jh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hyperino-0q3a2v:first-child .hyperino-80kbl5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hyperino-0q3a2v:first-child .hyperino-80kbl5 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hyperino-0q3a2v {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hyperino-0q3a2v {
    padding: 0;
  }
  .hyperino-42wrgb {
    margin-top: 1rem;
  }
  .hyperino-lvefcm {
    border-radius: 5px;
  }
  .hyperino-r9n90n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hyperino-mvd6lv::after {
    display: inline-block;
  }
  .hyperino-mvd6lv {
    margin: 0;
    width: 100%;
  }
  .hyperino-19tafq {
    width: 100%;
  }
  .hyperino-19tafq.hyperino-3azox4 {
    -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%;
  }
  .hyperino-19tafq.hyperino-3azox4 .hyperino-twq4vs {
    width: 100%;
  }
  .hyperino-19tafq.hyperino-3azox4 .hyperino-twq4vs:not(:last-child) {
    margin-right: 0;
  }
  .hyperino-g1ijjg {
    width: 100%;
    text-align: center;
  }
  .hyperino-xypri4.hyperino-r9nfoy .hyperino-19tafq {
    margin-top: 1rem;
  }
  .hyperino-jiihbt {
    grid-template-columns: repeat(3, 1fr);
  }
  .hyperino-je5xc2,
  .hyperino-1ajcbb {
    grid-template-columns: repeat(2, 1fr);
  }
  .hyperino-q9dzy0,
  .hyperino-fmr1zo,
  .hyperino-xeye13 {
    grid-template-columns: 1fr;
  }
  .hyperino-2rje4q {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hyperino-qk9en9 {
    min-width: 300px;
    max-width: 325px;
  }
  .hyperino-cfaib3 {
    cursor: auto;
  }
  .hyperino-os7nzw .hyperino-cfaib3 {
    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;
  }
  .hyperino-j69cpe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hyperino-e341vj {
    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) {
  .hyperino-j69cpe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hyperino-5m8s9x p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hyperino-10w00y {
    margin: 0 -0.2rem;
  }
  .hyperino-5m8s9x {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hyperino-358qy8 {
    -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;
  }
  .hyperino-gn9rj8 {
    max-width: 100%;
  }
  .hyperino-jiihbt {
    grid-template-columns: repeat(2, 1fr);
  }
  .hyperino-je5xc2,
  .hyperino-1ajcbb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hyperino-sl3i9o {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hyperino-10w00y {
    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;
  }
  .hyperino-xvvr6n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hyperino-7xq7la {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hyperino-ow1hj5,
  .hyperino-chqbpi {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hyperino-rf7gs2 {
    width: 100%;
  }
  .hyperino-jiihbt {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hyperino-j69cpe {
    top: 127px !important;
  }
}

.hyperino-wljyl1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hyperino-wljyl1 {
  }
}

@media (max-width: 767px) {
  .hyperino-wljyl1 {
    margin-bottom: 12px;
  }
}

.hyperino-wljyl1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hyperino-3sbxp3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hyperino-3sbxp3 > .hyperino-muv0qp {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hyperino-3sbxp3 {
    flex-direction: column;
    gap: 12px;
  }
}

.hyperino-ikwfni {
  display: flex;
}

.hyperino-ikwfni .hyperino-b6zp7r {
  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;
}

.hyperino-ikwfni .hyperino-r19inn {
  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;
}

.hyperino-ikwfni .hyperino-hlk52x {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hyperino-ikwfni .hyperino-7zz9nh {
  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));
  }
}

.hyperino-ikwfni .hyperino-7zz9nh:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hyperino-ikwfni .hyperino-nkoy4v {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hyperino-5bd5m9 {
  border: unset;
  background-color: unset;
}

.hyperino-5bd5m9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hyperino-5bd5m9 .hyperino-x9sdip,
.hyperino-5bd5m9 .hyperino-cfccen {
  flex: 0 1 330px;
}

.hyperino-5bd5m9 .hyperino-nznpno {
  flex: 1 1;
}

.hyperino-5bd5m9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hyperino-5bd5m9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hyperino-5bd5m9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hyperino-5bd5m9 tr td p {
  color: #fff;
  margin: 0;
}

.hyperino-5bd5m9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hyperino-5bd5m9 tr.hyperino-x9sdip td p {
  padding: 16px 0;
}

.hyperino-5bd5m9 tr.hyperino-x9sdip td p:not(:last-child),
.hyperino-5bd5m9 tr.hyperino-cfccen td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hyperino-5bd5m9 tr.hyperino-x9sdip td p:first-child,
.hyperino-5bd5m9 tr.hyperino-cfccen td p:first-child {
  padding-top: 0;
}

.hyperino-5bd5m9 tr.hyperino-cfccen td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hyperino-5bd5m9 tr.hyperino-cfccen td p:last-child {
  padding-bottom: 0;
}

.hyperino-5bd5m9 .hyperino-cfccen img {
  max-width: 32px;
}

.hyperino-5bd5m9 .hyperino-nznpno {
  min-width: 718px;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hyperino-5bd5m9 .hyperino-nznpno td {
  display: flex;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64,
.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-nx1pby,
.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-jv2zcu {
  flex: 1 1 50%;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-7g6x2p {
  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;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-dxv4n6,
.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-urg241 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64,
.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-nx1pby {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64 span,
.hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-nx1pby span {
  font-weight: 800;
}

.hyperino-5bd5m9 .hyperino-nznpno img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hyperino-5bd5m9 tr.hyperino-x9sdip td p:last-child {
    padding-bottom: 0;
  }
  .hyperino-5bd5m9 .hyperino-cfccen > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hyperino-5bd5m9 .hyperino-cfccen > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hyperino-5bd5m9 tr.hyperino-x9sdip td p:not(:last-child),
  .hyperino-5bd5m9 tr.hyperino-cfccen td p:not(:last-child) {
    border-bottom: unset;
  }
  .hyperino-5bd5m9 tr.hyperino-cfccen td p:last-child {
    padding-bottom: 12px;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64,
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-nx1pby,
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-jv2zcu {
    flex: 1 1 50%;
    padding: 0;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64,
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-nx1pby {
    margin-top: 16px;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-jv2zcu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-1xrw64 {
    border-right: 1px solid var(--border-color);
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-jv2zcu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td:last-child .hyperino-jv2zcu:last-child {
    padding-bottom: 0;
  }
}

.hyperino-jv2zcu {
  display: flex;
  flex-direction: column;
}

.hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu:not(:first-child) {
    padding-left: 0;
  }
  .hyperino-5bd5m9 .hyperino-nznpno td .hyperino-jv2zcu:not(:last-of-type) {
    border-right: unset;
  }
}

.hyperino-5bd5m9 .hyperino-rinice {
  flex: 0 1 485px;
}

.hyperino-5bd5m9 .hyperino-vzy6qu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hyperino-5bd5m9 .hyperino-vzy6qu li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hyperino-5bd5m9 .hyperino-vzy6qu li.hyperino-79zikh {
  padding: 6px 12px;
}

.hyperino-5bd5m9 .hyperino-vzy6qu li a,
.hyperino-5bd5m9 .hyperino-vzy6qu 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;
}

.hyperino-5bd5m9 .hyperino-60uo6a,
.hyperino-5bd5m9 .hyperino-cvrui1 {
  flex: 1 1;
}

.hyperino-5bd5m9 .hyperino-ieerzh,
.hyperino-5bd5m9 .hyperino-0449sg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hyperino-5bd5m9 .hyperino-ieerzh li,
.hyperino-5bd5m9 .hyperino-0449sg li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hyperino-5bd5m9 .hyperino-cvrui1 img {
  max-width: 32px;
}

.hyperino-5bd5m9 .hyperino-60uo6a img {
  max-width: 32px;
}

.hyperino-5bd5m9 .hyperino-71ah7o {
  min-width: 280px;
}

.hyperino-5bd5m9 .hyperino-71ah7o img {
  max-width: 146px;
}

.hyperino-5bd5m9 .hyperino-71ah7o td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hyperino-5bd5m9 .hyperino-x9sdip,
  .hyperino-5bd5m9 .hyperino-cfccen {
    flex: 0 1 auto;
  }
  .hyperino-5bd5m9 .hyperino-nznpno {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hyperino-5bd5m9 .hyperino-x9sdip,
  .hyperino-5bd5m9 .hyperino-rinice,
  .hyperino-5bd5m9 .hyperino-cfccen,
  .hyperino-5bd5m9 .hyperino-nznpno {
    flex: 1 1 calc(50% - 20px);
  }
  .hyperino-5bd5m9 .hyperino-60uo6a,
  .hyperino-5bd5m9 .hyperino-71ah7o,
  .hyperino-5bd5m9 .hyperino-cvrui1 {
    flex: 1 1 30%;
  }
  .hyperino-5bd5m9 .hyperino-71ah7o {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hyperino-5bd5m9 .hyperino-x9sdip,
  .hyperino-5bd5m9 .hyperino-rinice,
  .hyperino-5bd5m9 .hyperino-60uo6a,
  .hyperino-5bd5m9 .hyperino-cfccen,
  .hyperino-5bd5m9 .hyperino-nznpno,
  .hyperino-5bd5m9 .hyperino-71ah7o,
  .hyperino-5bd5m9 .hyperino-cvrui1 {
    flex: 1 1 100%;
  }
}

.hyperino-6k558a .hyperino-p0sdfy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hyperino-6k558a .hyperino-31lmwy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hyperino-6k558a .hyperino-bdl7wd {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hyperino-6k558a .hyperino-sksjiz {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hyperino-6k558a .hyperino-sksjiz > :nth-child(3) {
  margin-top: 0;
}

.hyperino-6k558a .hyperino-brc3jh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hyperino-6k558a .hyperino-4ioiji {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hyperino-6k558a .hyperino-42wrgb {
  grid-column: 1/2;
}

.hyperino-6k558a > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hyperino-6k558a .hyperino-31lmwy: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;
}

.hyperino-6k558a .hyperino-31lmwy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hyperino-6k558a .hyperino-rf7gs2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hyperino-6k558a .hyperino-31lmwy:not(:last-child):before {
    bottom: 8px;
  }
  .hyperino-6k558a .hyperino-31lmwy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hyperino-6k558a .hyperino-sksjiz {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hyperino-6k558a .hyperino-brc3jh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hyperino-6k558a .hyperino-brc3jh img {
    width: 100%;
    height: auto;
  }
  .hyperino-6k558a .hyperino-rf7gs2 {
    width: 100%;
    min-width: unset;
  }
}

.hyperino-bgavti .hyperino-n633ko {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hyperino-bgavti .hyperino-amtiiz {
  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;
}

.hyperino-bgavti .hyperino-brc3jh {
  height: 100%;
}

.hyperino-bgavti .hyperino-brc3jh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hyperino-bgavti .hyperino-dymim0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hyperino-bgavti .hyperino-89d6a6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hyperino-bgavti .hyperino-b3lix6 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hyperino-bgavti .hyperino-amtiiz {
    flex: 1 1 100%;
  }
  .hyperino-bgavti .hyperino-f2ezkc {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hyperino-bgavti .hyperino-amtiiz {
    flex-direction: column;
  }
  .hyperino-bgavti .hyperino-brc3jh {
    width: 100%;
    height: auto;
  }
  .hyperino-bgavti .hyperino-brc3jh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hyperino-bgavti .hyperino-dymim0 {
    padding: 0 16px 16px 16px;
  }
  .hyperino-bgavti .hyperino-f2ezkc {
    min-width: unset;
    width: 100%;
  }
}

.hyperino-tpq069 .hyperino-fa2puk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hyperino-tpq069 .hyperino-oybsx7 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hyperino-tpq069 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;
}

.hyperino-tpq069 .hyperino-zjzs89 {
  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;
}

.hyperino-tpq069 .hyperino-oybsx7:hover .hyperino-zjzs89 {
  display: flex;
}

.hyperino-tpq069 .hyperino-i9ei3r {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hyperino-tpq069 .hyperino-v9bm1k {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hyperino-5v0j7d {
  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;
}

.hyperino-5v0j7d.hyperino-f49998 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hyperino-pevri5 ease-in-out;
}

.hyperino-5v0j7d.hyperino-f49998:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hyperino-tpq069 .hyperino-od2dma {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hyperino-pevri5 ease-in-out;
}

.hyperino-tpq069 .hyperino-od2dma:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hyperino-tpq069 .hyperino-od2dma:after,
.hyperino-5v0j7d.hyperino-f49998:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hyperino-5v0j7d.hyperino-f49998:after {
  background-image: url(../images/Cash.svg);
}

.hyperino-tpq069 .hyperino-od2dma:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hyperino-tpq069 .hyperino-fa2puk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hyperino-tpq069 .hyperino-fa2puk {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hyperino-tpq069 .hyperino-fa2puk {
    grid-template-columns: 1fr;
  }
  .hyperino-tpq069 .hyperino-oybsx7 {
    height: auto;
  }
  .hyperino-tpq069 .hyperino-oybsx7 .hyperino-zjzs89 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hyperino-tpq069 .hyperino-i9ei3r,
  .hyperino-tpq069 .hyperino-v9bm1k {
    text-align: left;
  }
  .hyperino-tpq069 .hyperino-v9bm1k {
    margin-bottom: 8px;
  }
  .hyperino-tpq069 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hyperino-d0yq0o {
  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;
}

.hyperino-d0yq0o.hyperino-z9xdyc {
  display: block;
}

.hyperino-d0yq0o .hyperino-5vwxqb {
  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;
}

.hyperino-d0yq0o .hyperino-o2e97j {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hyperino-d0yq0o .hyperino-7g3o8g {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hyperino-d0yq0o .hyperino-osuljh {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hyperino-d0yq0o .hyperino-5v0j7d {
  min-width: 296px;
  margin-bottom: 0;
}

.hyperino-d0yq0o .hyperino-4ok3ik {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hyperino-d0yq0o .hyperino-6bm5uz {
  position: relative;
  flex: 1 1;
}

.hyperino-d0yq0o .hyperino-6bm5uz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hyperino-d0yq0o .hyperino-o2e97j {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hyperino-d0yq0o .hyperino-7g3o8g {
    order: 1;
  }
  .hyperino-d0yq0o .hyperino-osuljh {
    order: 3;
    flex: 1 1 100%;
  }
  .hyperino-d0yq0o .hyperino-5v0j7d {
    width: 100%;
    min-width: unset;
  }
  .hyperino-d0yq0o .hyperino-4ok3ik {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hyperino-1o5tld > .hyperino-6pbmtl {
    margin-bottom: 0;
  }
  .hyperino-1o5tld > .hyperino-42wrgb,
  .hyperino-1o5tld > p {
    margin-top: 0;
  }
}

.hyperino-6u15ty img,
.hyperino-5m8s9x img {
  width: auto;
  object-fit: contain;
}

.hyperino-6u15ty {
  align-items: center;
}

.hyperino-6u15ty img {
  max-height: 76px;
}

.hyperino-5m8s9x img {
  max-height: 64px;
}

.hyperino-0ff5co {
  overflow: auto;
}

.hyperino-pze2ls {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hyperino-50g1vr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hyperino-wmxtxl {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hyperino-ybccsa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hyperino-wmxtxl .hyperino-brc3jh {
  margin-right: 20px;
  flex-shrink: 0;
}

.hyperino-wmxtxl img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hyperino-29yzmo {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hyperino-29yzmo > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hyperino-wmxtxl {
    padding: 15px 10px;
  }
  .hyperino-29yzmo {
    padding: 15px 10px;
  }
  .hyperino-wmxtxl .hyperino-brc3jh {
    margin-right: 10px;
  }
}

.hyperino-zhjamo {
  overflow-x: auto;
}

.hyperino-r9vtvt {
  border-collapse: collapse;
  width: 100%;
}

.hyperino-zhjamo th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hyperino-zhjamo td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hyperino-zhjamo td.hyperino-o7f4oy {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hyperino-zhjamo td.hyperino-aw1bh5 {
  border-right: none;
}

.hyperino-zhjamo td.hyperino-aw1bh5 .hyperino-brc3jh {
  justify-content: flex-start;
}

.hyperino-zhjamo td.hyperino-aw1bh5 .hyperino-brc3jh img {
  height: auto;
  width: 90px;
}

.hyperino-zhjamo td.hyperino-m7n6yk,
.hyperino-zhjamo td.hyperino-7mvero {
  font-weight: 600;
  text-align: right;
}

.hyperino-zhjamo td.hyperino-k5m1od,
.hyperino-zhjamo td.hyperino-m7n6yk {
  padding-bottom: 10px;
  border-bottom: none;
}

.hyperino-zhjamo td.hyperino-m7n6yk,
.hyperino-zhjamo td.hyperino-7mvero {
  border-left: none;
}

.hyperino-zhjamo td.hyperino-k5m1od,
.hyperino-zhjamo td.hyperino-tcjf98 {
  border-right: none;
}

.hyperino-zhjamo td.hyperino-tcjf98,
.hyperino-zhjamo td.hyperino-7mvero {
  border-top: none;
  padding-top: 10px;
}

.hyperino-52wing {
  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;
}

.hyperino-52wing .hyperino-f2ezkc {
  min-width: unset;
  width: 100%;
}

.hyperino-52wing .hyperino-f2ezkc.hyperino-xxbj0n {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hyperino-52wing .hyperino-f2ezkc.hyperino-9cp8am {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hyperino-52wing .hyperino-vs5j9c {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hyperino-52wing {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hyperino-52wing .hyperino-f2ezkc.hyperino-xxbj0n {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hyperino-52wing .hyperino-f2ezkc.hyperino-9cp8am {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hyperino-52wing .hyperino-vs5j9c {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hyperino-oegs9q {
  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;
}

.hyperino-un5lax {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hyperino-grdn1n p a img {
  margin: 0 auto;
  display: block;
}

.hyperino-grdn1n table {
  margin-bottom: 17px;
}

/* contanct form */
.hyperino-wu57jr {
  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;
}

.hyperino-wu57jr label {
  font-size: 14px;
}

.hyperino-wu57jr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hyperino-wu57jr input,
.hyperino-wu57jr textarea,
.hyperino-wu57jr 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;
}
.hyperino-wu57jr button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hyperino-pevri5 ease;
}
.hyperino-wu57jr button:hover {
  background-color: #691204;
}
.hyperino-z6wdos {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hyperino-s8xjw1 ease-in;
}

.hyperino-z6wdos 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;
}
.hyperino-w87092, .hyperino-3gnig8, [class*="review-card"],
thead, thead th, table th, .hyperino-z2z94w,
.hyperino-4wwhxp, [class*="collapsible-header"],
.hyperino-8bvlbc, [class*="updated-block"] {
  color: #ece7dc !important;
}
