@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);
}

.neo-spin-g8keil {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-tl6dkw {
  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.neo-spin-3222b2,
ul.neo-spin-3222b2 {
  padding-left: 20px;
}

ul.neo-spin-3222b2 {
  list-style: disc;
}

ol.neo-spin-3222b2 {
  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;
  }
}

.neo-spin-1gons3 > .neo-spin-xc40vc,
.neo-spin-1gons3 > .neo-spin-opzcs3,
.neo-spin-1gons3 > blockquote,
.neo-spin-1gons3 > h1,
.neo-spin-1gons3 > h2,
.neo-spin-1gons3 > h3,
.neo-spin-1gons3 > h4,
.neo-spin-1gons3 > h5,
.neo-spin-1gons3 > h6,
.neo-spin-1gons3 > ol,
.neo-spin-1gons3 > p,
.neo-spin-1gons3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-1gons3 > ol,
.neo-spin-1gons3 > ul {
  padding-left: 50px;
}

.neo-spin-1gons3 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;
}

.neo-spin-1gons3:not(:last-child) {
  margin-bottom: 2rem;
}

.neo-spin-1gons3 > :not(:first-child) {
  margin-top: 2rem;
}

.neo-spin-1gons3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.neo-spin-1gons3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .neo-spin-1gons3:first-child {
    margin-top: 20px;
  }
}

.neo-spin-1gons3 > p:last-of-type {
  margin-bottom: 32px;
}

.neo-spin-1gons3 > .neo-spin-0exqny:not(:first-child) {
  margin: 64px auto 16px auto;
}

.neo-spin-6mxcr6 > .neo-spin-0exqny {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-opzcs3 {
  overflow: auto;
}

.neo-spin-opzcs3::-webkit-scrollbar {
  height: 5px;
}

.neo-spin-opzcs3 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.neo-spin-opzcs3 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.neo-spin-opzcs3 table thead,
table thead {
  border-bottom: none;
}

.neo-spin-opzcs3 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.neo-spin-opzcs3 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.neo-spin-opzcs3 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.neo-spin-opzcs3 .neo-spin-nsxh6k {
  table-layout: auto;
}

.neo-spin-opzcs3 .neo-spin-nsxh6k th {
  word-break: normal;
}

.neo-spin-opzcs3 .neo-spin-nsxh6k td {
  word-break: normal;
}

.neo-spin-g8keil .neo-spin-g8keil {
  padding-right: 0;
  padding-left: 0;
}

.neo-spin-x2uoos {
  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;
}

.neo-spin-9o42nh {
  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;
}

.neo-spin-1wtyc9 {
  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;
}

.neo-spin-xc40vc {
  margin-top: 24px;
}

.neo-spin-xc40vc.neo-spin-gcw3g3 {
  text-align: left;
}

.neo-spin-xc40vc.neo-spin-1r0pt5 {
  text-align: right;
}

.neo-spin-xc40vc.neo-spin-0okohw {
  text-align: center;
}

.neo-spin-qwxho2 {
  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.neo-spin-q958r4 ease-in-out;
  cursor: pointer;
}

.neo-spin-qwxho2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.neo-spin-qwxho2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .neo-spin-qwxho2 {
    min-width: unset;
  }
}

.neo-spin-z1la3q {
  background-color: var(--fh-bg-color);
}

.neo-spin-abkayc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.neo-spin-1abxo3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.neo-spin-1abxo3 img {
  max-height: 80px;
  object-fit: contain;
}

.neo-spin-ixoiez {
  flex: 1 1;
}

.neo-spin-n892l7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.neo-spin-6zegcx {
  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;
}

.neo-spin-6zegcx 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;
}

.neo-spin-6zegcx.neo-spin-f459iw span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.neo-spin-6zegcx.neo-spin-f459iw span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.neo-spin-6zegcx.neo-spin-f459iw span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.neo-spin-ixoiez + .neo-spin-n892l7 {
  margin-left: 20px;
}

.neo-spin-pnra5t {
  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;
}

.neo-spin-pnra5t > svg {
  max-width: 24px;
  max-height: 24px;
}

.neo-spin-pnra5t + .neo-spin-pnra5t {
  margin-left: 5px;
}

.neo-spin-2t35d2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.neo-spin-2t35d2:hover {
  background-color: var(--button-bg-hover);
}

.neo-spin-zpl5pu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.neo-spin-q958r4 ease-in-out;
  border: 1px solid var(--border-color);
}

.neo-spin-zpl5pu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.neo-spin-6zelv2 {
  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) {
  .neo-spin-ixoiez {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .neo-spin-6zelv2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .neo-spin-ixoiez {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .neo-spin-pnra5t {
    min-width: unset;
    flex: 1 1;
  }
}

.neo-spin-t3en5m {
  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;
}

.neo-spin-t3en5m:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.neo-spin-t3en5m:hover .neo-spin-rzenph {
  opacity: 1;
  pointer-events: auto;
}

.neo-spin-gn1hja {
  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.neo-spin-krrtfe ease-in-out;
  gap: 4px;
}

.neo-spin-gn1hja > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.neo-spin-gn1hja .neo-spin-x2uoos img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.neo-spin-v7h8xe,
.neo-spin-gn1hja:hover {
  color: var(--button-bg-hover);
}

.neo-spin-s1dfvg {
  position: relative;
}

.neo-spin-s1dfvg .neo-spin-gn1hja {
  margin-right: 0;
  padding-right: 4px;
}

.neo-spin-07fxdf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.neo-spin-s1dfvg.neo-spin-f459iw .neo-spin-07fxdf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.neo-spin-s1dfvg.neo-spin-f459iw .neo-spin-rzenph {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.neo-spin-s1dfvg.neo-spin-f459iw .neo-spin-rzenph::before {
  display: none;
}

.neo-spin-07fxdf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.neo-spin-rzenph {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.neo-spin-1zohts 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.neo-spin-rzenph::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.neo-spin-rzenph:hover {
  color: var(--fh-bg-color);
}

.neo-spin-hdm17f {
  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.neo-spin-1zohts 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.neo-spin-krrtfe ease-in-out;
  -o-transition: 0.neo-spin-krrtfe ease-in-out;
  transition: 0.neo-spin-krrtfe ease-in-out;
}

.neo-spin-hdm17f .neo-spin-x2uoos img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.neo-spin-kby2hh,
.neo-spin-hdm17f:hover {
  color: var(--button-bg-hover);
}

.neo-spin-ggmxdn {
  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%;
}

.neo-spin-ggmxdn.neo-spin-nz4yj8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.neo-spin-ggmxdn.neo-spin-nz4yj8:after,
.neo-spin-ggmxdn.neo-spin-nz4yj8:before {
  content: "";
  position: absolute;
  margin: auto;
}

.neo-spin-ggmxdn.neo-spin-nz4yj8: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);
  }
}

.neo-spin-ggmxdn.neo-spin-nz4yj8:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.neo-spin-ggmxdn.neo-spin-nz4yj8 > * {
  z-index: 1;
}

.neo-spin-ggmxdn b,
.neo-spin-ggmxdn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.neo-spin-ggmxdn .neo-spin-wd5eay {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.neo-spin-ggmxdn .neo-spin-sxxe5u {
  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;
}

.neo-spin-ggmxdn .neo-spin-x2uoos {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.neo-spin-ggmxdn .neo-spin-z5l7d1 {
  margin-top: 12px;
}

.neo-spin-z5l7d1 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.neo-spin-axh7zj {
  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;
}

.neo-spin-z5l7d1 .neo-spin-2lh5yt {
  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.neo-spin-q958r4 ease-in-out;
}

.neo-spin-z5l7d1 .neo-spin-2lh5yt:hover {
  background: rgba(255, 255, 255, 0.3);
}

.neo-spin-re4cmf {
  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;
}

.neo-spin-ggmxdn.neo-spin-7tmpck {
  gap: 12px;
  padding: 16px;
}

.neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-re4cmf {
  min-width: 240px;
}

.neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-re4cmf.neo-spin-78jrq3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .neo-spin-ggmxdn .neo-spin-wd5eay {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .neo-spin-ggmxdn .neo-spin-sxxe5u {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .neo-spin-ggmxdn .neo-spin-x2uoos {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-x2uoos {
    max-width: 126px;
  }
  .neo-spin-ggmxdn .neo-spin-z5l7d1 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .neo-spin-ggmxdn .neo-spin-axh7zj {
    max-width: unset;
  }
  .neo-spin-re4cmf {
    min-width: unset;
    width: 100%;
  }
  .neo-spin-ggmxdn .neo-spin-re4cmf {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck {
    grid-template-rows: auto 1fr auto;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-re4cmf {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .neo-spin-ggmxdn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .neo-spin-ggmxdn .neo-spin-wd5eay {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .neo-spin-ggmxdn .neo-spin-x2uoos {
    max-width: 78px;
  }
  .neo-spin-ggmxdn .neo-spin-z5l7d1 {
    margin-top: -12px;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck {
    gap: 8px;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-wd5eay {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-sxxe5u {
    grid-column: 1/3;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-x2uoos {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .neo-spin-ggmxdn.neo-spin-7tmpck .neo-spin-x2uoos img {
    max-width: 114px;
  }
}

.neo-spin-re4cmf.neo-spin-tvax6u,
.neo-spin-re4cmf.neo-spin-o7ft4u,
.neo-spin-re4cmf.neo-spin-4q1tbh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.neo-spin-q958r4 ease-in-out;
}

.neo-spin-re4cmf.neo-spin-tvax6u,
.neo-spin-re4cmf.neo-spin-4q1tbh {
  padding: 10px;
}

.neo-spin-re4cmf.neo-spin-tvax6u:hover,
.neo-spin-re4cmf.neo-spin-o7ft4u:hover,
.neo-spin-re4cmf.neo-spin-4q1tbh:hover {
  background: var(--button-bg-hover);
}

.neo-spin-re4cmf.neo-spin-tvax6u:hover svg path,
.neo-spin-re4cmf.neo-spin-4q1tbh:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.neo-spin-re4cmf.neo-spin-78jrq3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.neo-spin-q958r4 ease-in-out;
  background: var(--button-bg-color);
}

.neo-spin-re4cmf.neo-spin-78jrq3:hover {
  background-color: var(--button-bg-hover);
}

.neo-spin-re4cmf.neo-spin-o7ft4u: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);
  }
}

.neo-spin-re4cmf.neo-spin-o7ft4u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.neo-spin-re4cmf.neo-spin-78jrq3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.neo-spin-rr6gd7 {
  max-width: 650px;
}

.neo-spin-ktxpow {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.neo-spin-mcv395 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.neo-spin-i2mhqt {
  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.neo-spin-krrtfe ease-in-out;
  cursor: pointer;
}

.neo-spin-i2mhqt:hover {
  opacity: 0.5;
}

.neo-spin-i2mhqt:focus {
  outline: 0;
}

.neo-spin-i2mhqt:focus .neo-spin-setl95,
.neo-spin-i2mhqt:hover .neo-spin-setl95 {
  fill: red;
  fill-opacity: 1;
}

.neo-spin-i2mhqt:hover {
  cursor: pointer;
}

.neo-spin-gpb4eb {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.neo-spin-rr6gd7.neo-spin-0okohw {
  margin: 0 auto;
}

.neo-spin-rr6gd7.neo-spin-1r0pt5 {
  margin-left: auto;
}

.neo-spin-v90zxt {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.neo-spin-0qo5xi {
  padding-bottom: 50px;
}

.neo-spin-6hm34s {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.neo-spin-jciai1 {
  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;
}

.neo-spin-jsatq5 {
  margin-top: 24px;
}

.neo-spin-wdlp1l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.neo-spin-60ccjo {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.neo-spin-9m2nz4 {
  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;
}

.neo-spin-8bqq06 {
  width: 468px;
}

.neo-spin-9m2nz4 .neo-spin-rzenph {
  margin: 0.neo-spin-jwnsrj 0;
}

.neo-spin-yseasc {
  display: flex;
  min-width: 224px;
}

.neo-spin-p9c1ee {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.neo-spin-krrtfe ease-in-out;
}

.neo-spin-4n5byc,
.neo-spin-p9c1ee:hover {
  color: var(--text-color);
}

.neo-spin-w5sos8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.neo-spin-ocityg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .neo-spin-v90zxt {
    padding: 16px;
  }
  .neo-spin-w5sos8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .neo-spin-ocityg {
    align-items: center;
  }
  .neo-spin-8bqq06 {
    width: unset;
  }
  .neo-spin-yseasc {
    min-width: unset;
  }
  .neo-spin-9m2nz4 {
    max-height: unset;
  }
  .neo-spin-6hm34s {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .neo-spin-v90zxt {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.neo-spin-otd94m {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.neo-spin-otd94m:not(:last-child) {
  margin-bottom: 16px;
}

.neo-spin-f9fu77 {
  outline: 0;
}

.neo-spin-f9fu77 .neo-spin-nb9qkr {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.neo-spin-8hiud8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .neo-spin-8hiud8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.neo-spin-8hiud8::-webkit-details-marker {
  display: none;
}

.neo-spin-8hiud8: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;
}

.neo-spin-8hiud8: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] .neo-spin-8hiud8:after {
  transform: unset;
}

.neo-spin-nb9qkr {
  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);
}

.neo-spin-nb9qkr 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.neo-spin-krrtfe ease-in-out;
  -o-transition: 0.neo-spin-krrtfe ease-in-out;
  transition: 0.neo-spin-krrtfe ease-in-out;
}

.neo-spin-db0kcg {
  padding: 16px 0 0 0;
}

.neo-spin-db0kcg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .neo-spin-db0kcg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-8hiud8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .neo-spin-8hiud8::after {
    margin-left: auto;
  }
  .neo-spin-nb9qkr {
    order: 3;
    flex: 1 1 100%;
  }
  .neo-spin-8hiud8 {
    font-size: 14px;
    line-height: 130%;
  }
  .neo-spin-nb9qkr svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.neo-spin-40g3ha {
  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;
}

.neo-spin-w3in0u {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.neo-spin-40g3ha.neo-spin-f459iw .neo-spin-w3in0u {
  margin-bottom: 12px;
}

.neo-spin-w3in0u::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;
}

.neo-spin-40g3ha.neo-spin-f459iw .neo-spin-w3in0u::after {
  transform: unset;
}

.neo-spin-anjwzn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.neo-spin-m8uz2u {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.neo-spin-krrtfe ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.neo-spin-m8uz2u: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;
}

.neo-spin-40g3ha.neo-spin-f459iw .neo-spin-anjwzn {
  max-height: 100%;
}

.neo-spin-akkb7e {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.neo-spin-z8xhgv {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.neo-spin-uvdw86 {
  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;
}

.neo-spin-c8hecx {
  margin-right: 4px;
}

.neo-spin-eemu33 {
  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.neo-spin-krrtfe ease-in-out;
}

.neo-spin-eemu33 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.neo-spin-qfy0sn,
.neo-spin-eemu33:hover {
  color: var(--text-color);
}

.neo-spin-raxnlp {
  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;
}

.neo-spin-raxnlp img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.neo-spin-raxnlp .neo-spin-rr5pn8 {
  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;
}

.neo-spin-raxnlp .neo-spin-5c7zlp {
  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;
}

.neo-spin-k8ize9 {
  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;
}

.neo-spin-fnu9qi {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.neo-spin-60thad .neo-spin-g8keil {
  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;
}

.neo-spin-60thad {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.neo-spin-ktiac9 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.neo-spin-k7qle7 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.neo-spin-4wos45 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.neo-spin-1mdzh7 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;
}

.neo-spin-4wos45:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.neo-spin-k1u9gu {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.neo-spin-3hihh0 {
  -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.neo-spin-krrtfe ease-in-out;
  transition: transform 0.neo-spin-krrtfe ease-in-out;
  -o-transition: transform 0.neo-spin-krrtfe ease-in-out;
  transition:
    transform 0.neo-spin-krrtfe ease-in-out,
    -webkit-transform 0.neo-spin-krrtfe ease-in-out;
  cursor: pointer;
}

.neo-spin-3hihh0 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.neo-spin-3hihh0: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;
}

.neo-spin-xh4oi8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .neo-spin-xh4oi8 {
    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);
}

.neo-spin-xcma0f {
  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;
}

.neo-spin-z28eu6 {
  position: relative;
  width: 100%;
}

.neo-spin-xcma0f.neo-spin-absw5a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.neo-spin-xcma0f.neo-spin-0okohw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.neo-spin-xcma0f.neo-spin-1r0pt5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.neo-spin-krk5yh {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.neo-spin-afv6iz {
  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.neo-spin-krrtfe ease-in-out;
  cursor: pointer;
}

.neo-spin-afv6iz:hover {
  opacity: 0.5;
}

.neo-spin-xcma0f.neo-spin-79xkuv .neo-spin-afv6iz {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.neo-spin-xcma0f.neo-spin-79xkuv .neo-spin-krk5yh {
  cursor: pointer;
}

.neo-spin-6sicv4 {
  fill: #0009;
}

.neo-spin-zegmb6 {
  fill: #fff;
}

.neo-spin-afv6iz:hover .neo-spin-6sicv4 {
  fill: red;
}

.neo-spin-afv6iz svg path {
  -webkit-transition: 0.neo-spin-krrtfe ease-in-out;
  -o-transition: 0.neo-spin-krrtfe ease-in-out;
  transition: 0.neo-spin-krrtfe ease-in-out;
}

.neo-spin-dowyfw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.neo-spin-dowyfw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.neo-spin-dowyfw.neo-spin-k95efe > :not(.get-image) {
  grid-column: 1/3;
}

.neo-spin-f0igwi:not(._h1-block) .neo-spin-dowyfw > .neo-spin-0exqny {
  grid-row: 1/2;
  grid-column: 1/3;
}

.neo-spin-dowyfw.neo-spin-k95efe .neo-spin-ccbz82 {
  grid-column: 2/3;
}

.neo-spin-dowyfw.neo-spin-k95efe > .neo-spin-x2uoos {
  grid-column: 1/2;
}

.neo-spin-dowyfw.neo-spin-k95efe > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.neo-spin-dowyfw > p:first-of-type {
  margin-top: 0;
}

.neo-spin-dowyfw .neo-spin-x2uoos {
  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;
}

.neo-spin-f0igwi:not(._h1-block) .neo-spin-0exqny ~ .neo-spin-x2uoos {
  grid-row: 2/10;
}

.neo-spin-f0igwi.neo-spin-8dt05k .neo-spin-0exqny ~ .neo-spin-x2uoos {
  grid-row: 1/10;
}

.neo-spin-f0igwi.neo-spin-8dt05k > .neo-spin-0exqny {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.neo-spin-f0igwi.neo-spin-8dt05k .neo-spin-x2uoos {
  grid-row: 1/10;
}

.neo-spin-dowyfw.neo-spin-wzt9rk .neo-spin-x2uoos {
  align-items: flex-start;
}

.neo-spin-dowyfw.neo-spin-0okohw .neo-spin-ccbz82 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.neo-spin-dowyfw.neo-spin-0okohw .neo-spin-x2uoos {
  align-items: center;
}

.neo-spin-dowyfw.neo-spin-v6avb6 .neo-spin-x2uoos {
  align-items: flex-end;
}

.neo-spin-ccbz82 > :first-child {
  margin-top: 0;
}

.neo-spin-ccbz82 > :last-child {
  margin-bottom: 0;
}

* + .neo-spin-oobhlm,
.neo-spin-f0igwi + .neo-spin-f0igwi {
  margin-top: 2rem;
}

.neo-spin-lxgir8 td::before,
.neo-spin-lxgir8 th::after {
  display: none !important;
}

.neo-spin-lxgir8 #link-selector {
  color: #000;
}

.neo-spin-lxgir8 .neo-spin-0y3zhz {
  color: #135e96;
}

.neo-spin-lxgir8 .neo-spin-2ory66 *,
.neo-spin-lxgir8 .neo-spin-bzt118 p,
.neo-spin-lxgir8 .neo-spin-awdm5q * {
  color: #000;
}

.neo-spin-lxgir8 .neo-spin-9s9pe8 {
  background: 0 0 !important;
}

.neo-spin-lxgir8 .neo-spin-dsk0wv {
  color: #000;
}

.neo-spin-lxgir8 .neo-spin-t7togo.neo-spin-dzaznn {
  color: #fff;
}

.neo-spin-lxgir8 .neo-spin-m90kwo {
  color: #000;
}

.neo-spin-lxgir8
  .neo-spin-rtzh2o
  .neo-spin-776pxx.neo-spin-dzaznn.neo-spin-2kn6zz {
  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;
}

.neo-spin-6cwyf6,
body .neo-spin-cp1yro {
  color: #000;
  background: var(--color-body) !important;
}

.neo-spin-6cwyf6 .neo-spin-ls9d5s .neo-spin-knikhd,
body .neo-spin-cp1yro .neo-spin-ls9d5s .neo-spin-knikhd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .neo-spin-m8uz2u:focus,
  .neo-spin-m8uz2u:hover {
    color: #f9cb16;
  }
  .neo-spin-q599sv:focus,
  .neo-spin-q599sv:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .neo-spin-9mkh9y:focus img,
  .neo-spin-9mkh9y:focus svg,
  .neo-spin-9mkh9y:hover img,
  .neo-spin-9mkh9y:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .neo-spin-raxnlp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .neo-spin-s1dfvg:hover .neo-spin-07fxdf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .neo-spin-07fxdf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .neo-spin-5hw6u6 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .neo-spin-4l764n {
    grid-template-columns: repeat(4, 1fr);
  }
  .neo-spin-e6201g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .neo-spin-cbsf45 .neo-spin-nt44sf {
    grid-template-columns: 1fr;
  }
  .neo-spin-cbsf45 .neo-spin-hidexo {
    -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;
  }
  .neo-spin-cbsf45 .neo-spin-i06ojd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .neo-spin-cbsf45 .neo-spin-kzv95m {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .neo-spin-cbsf45 .neo-spin-obq5ti {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .neo-spin-cbsf45 .neo-spin-i06ojd:not(:first-child) {
    border: none;
  }
  .neo-spin-cbsf45 .neo-spin-i06ojd:first-child .neo-spin-kzv95m {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .neo-spin-cbsf45 .neo-spin-i06ojd:last-child .neo-spin-kzv95m {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .neo-spin-abkayc {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .neo-spin-1abxo3 {
    max-width: 100px;
  }
  .neo-spin-ixoiez {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .neo-spin-n892l7 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .neo-spin-n892l7 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .neo-spin-6zegcx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .neo-spin-ixoiez + .neo-spin-n892l7 {
    margin-left: auto;
  }
  .neo-spin-c5j7xj {
    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;
  }
  .neo-spin-c5j7xj.neo-spin-f459iw {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .neo-spin-6zelv2 {
    -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;
  }
  .neo-spin-t3en5m {
    width: 100%;
  }
  .neo-spin-t3en5m:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .neo-spin-gn1hja {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .neo-spin-gn1hja svg {
    margin-right: 4px;
  }
  .neo-spin-s1dfvg {
    -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;
  }
  .neo-spin-07fxdf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .neo-spin-07fxdf {
    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;
  }
  .neo-spin-rzenph {
    display: none;
    width: 100%;
  }
  .neo-spin-s1dfvg.neo-spin-f459iw .neo-spin-rzenph {
    padding: 0 0 0 48px;
  }
  .neo-spin-hdm17f {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .neo-spin-jciai1 .neo-spin-x2uoos {
    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;
  }
  .neo-spin-vitoj8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .neo-spin-vitoj8 + .neo-spin-vitoj8 {
    margin-right: 0;
  }
  .neo-spin-vitoj8 + .neo-spin-x2uoos {
    margin: 0;
  }
  .neo-spin-5hw6u6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .neo-spin-4l764n {
    grid-template-columns: repeat(3, 1fr);
  }
  .neo-spin-e3emyp,
  .neo-spin-va34nf {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-dowyfw {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .neo-spin-dowyfw.neo-spin-k95efe .neo-spin-ccbz82 {
    grid-column: auto;
    grid-row: auto;
  }
  .neo-spin-dowyfw > .neo-spin-0exqny {
    grid-column: 1/2;
  }
  .neo-spin-dowyfw.neo-spin-k95efe > :not(.get-image) {
    grid-column: 1/2;
  }
  .neo-spin-dowyfw .neo-spin-x2uoos,
  .neo-spin-dowyfw.neo-spin-k95efe > .neo-spin-x2uoos {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .neo-spin-dowyfw.neo-spin-k95efe > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .neo-spin-f0igwi.neo-spin-8dt05k .neo-spin-dowyfw > .neo-spin-x2uoos {
    grid-row: 1/2;
  }
  .neo-spin-dowyfw .neo-spin-0exqny ~ .neo-spin-x2uoos,
  .neo-spin-dowyfw.neo-spin-k95efe .neo-spin-0exqny ~ .neo-spin-x2uoos {
    grid-row: 2/3;
  }
  .neo-spin-f0igwi.neo-spin-8dt05k .neo-spin-0exqny ~ .neo-spin-x2uoos {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .neo-spin-1gons3:first-child .neo-spin-ie3cue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neo-spin-1gons3:first-child .neo-spin-ie3cue h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .neo-spin-1gons3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .neo-spin-1gons3 {
    padding: 0;
  }
  .neo-spin-xc40vc {
    margin-top: 1rem;
  }
  .neo-spin-f9fu77 {
    border-radius: 5px;
  }
  .neo-spin-6ri50r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neo-spin-w3in0u::after {
    display: inline-block;
  }
  .neo-spin-w3in0u {
    margin: 0;
    width: 100%;
  }
  .neo-spin-anjwzn {
    width: 100%;
  }
  .neo-spin-anjwzn.neo-spin-xoix97 {
    -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%;
  }
  .neo-spin-anjwzn.neo-spin-xoix97 .neo-spin-egrjrf {
    width: 100%;
  }
  .neo-spin-anjwzn.neo-spin-xoix97 .neo-spin-egrjrf:not(:last-child) {
    margin-right: 0;
  }
  .neo-spin-m8uz2u {
    width: 100%;
    text-align: center;
  }
  .neo-spin-40g3ha.neo-spin-f459iw .neo-spin-anjwzn {
    margin-top: 1rem;
  }
  .neo-spin-5hw6u6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .neo-spin-e6201g,
  .neo-spin-4l764n {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-e3emyp,
  .neo-spin-va34nf,
  .neo-spin-29pwyz {
    grid-template-columns: 1fr;
  }
  .neo-spin-wmhxpl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .neo-spin-77pysn {
    min-width: 300px;
    max-width: 325px;
  }
  .neo-spin-kzv95m {
    cursor: auto;
  }
  .neo-spin-ndv3v6 .neo-spin-kzv95m {
    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;
  }
  .neo-spin-xh4oi8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .neo-spin-rzenph {
    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) {
  .neo-spin-xh4oi8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.neo-spin-vitoj8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .neo-spin-n892l7 {
    margin: 0 -0.2rem;
  }
  .neo-spin-vitoj8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .neo-spin-bkbowq {
    -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;
  }
  .neo-spin-dg77ax {
    max-width: 100%;
  }
  .neo-spin-5hw6u6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-e6201g,
  .neo-spin-4l764n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .neo-spin-abkayc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .neo-spin-n892l7 {
    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;
  }
  .neo-spin-z1la3q {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .neo-spin-pnra5t {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .neo-spin-u5mvh4,
  .neo-spin-aqkp7z {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .neo-spin-qwxho2 {
    width: 100%;
  }
  .neo-spin-5hw6u6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .neo-spin-xh4oi8 {
    top: 127px !important;
  }
}

.neo-spin-p4tkwk {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .neo-spin-p4tkwk {
  }
}

@media (max-width: 767px) {
  .neo-spin-p4tkwk {
    margin-bottom: 12px;
  }
}

.neo-spin-p4tkwk img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.neo-spin-k7j8x3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.neo-spin-k7j8x3 > .neo-spin-ze0u7d {
  flex: 1 1;
}

@media (max-width: 767px) {
  .neo-spin-k7j8x3 {
    flex-direction: column;
    gap: 12px;
  }
}

.neo-spin-imchop {
  display: flex;
}

.neo-spin-imchop .neo-spin-bp1e0s {
  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;
}

.neo-spin-imchop .neo-spin-mc2krp {
  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;
}

.neo-spin-imchop .neo-spin-gfhznb {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.neo-spin-imchop .neo-spin-zmoiy7 {
  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));
  }
}

.neo-spin-imchop .neo-spin-zmoiy7:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.neo-spin-imchop .neo-spin-k5ux7p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.neo-spin-bfxnz5 {
  border: unset;
  background-color: unset;
}

.neo-spin-bfxnz5 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.neo-spin-bfxnz5 .neo-spin-ihn8xn,
.neo-spin-bfxnz5 .neo-spin-tqbvxl {
  flex: 0 1 330px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa {
  flex: 1 1;
}

.neo-spin-bfxnz5 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.neo-spin-bfxnz5 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.neo-spin-bfxnz5 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.neo-spin-bfxnz5 tr td p {
  color: #fff;
  margin: 0;
}

.neo-spin-bfxnz5 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.neo-spin-bfxnz5 tr.neo-spin-ihn8xn td p {
  padding: 16px 0;
}

.neo-spin-bfxnz5 tr.neo-spin-ihn8xn td p:not(:last-child),
.neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.neo-spin-bfxnz5 tr.neo-spin-ihn8xn td p:first-child,
.neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p:first-child {
  padding-top: 0;
}

.neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p:last-child {
  padding-bottom: 0;
}

.neo-spin-bfxnz5 .neo-spin-tqbvxl img {
  max-width: 32px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa {
  min-width: 718px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td {
  display: flex;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs,
.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-52cr82,
.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-96bf37 {
  flex: 1 1 50%;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-lnhxkv {
  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;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-ez4luw,
.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-4jl0bn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs,
.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-52cr82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs span,
.neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-52cr82 span {
  font-weight: 800;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .neo-spin-bfxnz5 tr.neo-spin-ihn8xn td p:last-child {
    padding-bottom: 0;
  }
  .neo-spin-bfxnz5 .neo-spin-tqbvxl > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .neo-spin-bfxnz5 .neo-spin-tqbvxl > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .neo-spin-bfxnz5 tr.neo-spin-ihn8xn td p:not(:last-child),
  .neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p:not(:last-child) {
    border-bottom: unset;
  }
  .neo-spin-bfxnz5 tr.neo-spin-tqbvxl td p:last-child {
    padding-bottom: 12px;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs,
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-52cr82,
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-96bf37 {
    flex: 1 1 50%;
    padding: 0;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs,
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-52cr82 {
    margin-top: 16px;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-96bf37 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-wepfvs {
    border-right: 1px solid var(--border-color);
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-96bf37:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td:last-child .neo-spin-96bf37:last-child {
    padding-bottom: 0;
  }
}

.neo-spin-96bf37 {
  display: flex;
  flex-direction: column;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37:not(:first-child) {
    padding-left: 0;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa td .neo-spin-96bf37:not(:last-of-type) {
    border-right: unset;
  }
}

.neo-spin-bfxnz5 .neo-spin-uq3dml {
  flex: 0 1 485px;
}

.neo-spin-bfxnz5 .neo-spin-qelqku {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.neo-spin-bfxnz5 .neo-spin-qelqku li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-bfxnz5 .neo-spin-qelqku li.neo-spin-ynmp0j {
  padding: 6px 12px;
}

.neo-spin-bfxnz5 .neo-spin-qelqku li a,
.neo-spin-bfxnz5 .neo-spin-qelqku 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;
}

.neo-spin-bfxnz5 .neo-spin-dsfbod,
.neo-spin-bfxnz5 .neo-spin-chvqxn {
  flex: 1 1;
}

.neo-spin-bfxnz5 .neo-spin-m2c5b8,
.neo-spin-bfxnz5 .neo-spin-hm98nm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.neo-spin-bfxnz5 .neo-spin-m2c5b8 li,
.neo-spin-bfxnz5 .neo-spin-hm98nm li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.neo-spin-bfxnz5 .neo-spin-chvqxn img {
  max-width: 32px;
}

.neo-spin-bfxnz5 .neo-spin-dsfbod img {
  max-width: 32px;
}

.neo-spin-bfxnz5 .neo-spin-i33pyg {
  min-width: 280px;
}

.neo-spin-bfxnz5 .neo-spin-i33pyg img {
  max-width: 146px;
}

.neo-spin-bfxnz5 .neo-spin-i33pyg td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .neo-spin-bfxnz5 .neo-spin-ihn8xn,
  .neo-spin-bfxnz5 .neo-spin-tqbvxl {
    flex: 0 1 auto;
  }
  .neo-spin-bfxnz5 .neo-spin-tw4epa {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .neo-spin-bfxnz5 .neo-spin-ihn8xn,
  .neo-spin-bfxnz5 .neo-spin-uq3dml,
  .neo-spin-bfxnz5 .neo-spin-tqbvxl,
  .neo-spin-bfxnz5 .neo-spin-tw4epa {
    flex: 1 1 calc(50% - 20px);
  }
  .neo-spin-bfxnz5 .neo-spin-dsfbod,
  .neo-spin-bfxnz5 .neo-spin-i33pyg,
  .neo-spin-bfxnz5 .neo-spin-chvqxn {
    flex: 1 1 30%;
  }
  .neo-spin-bfxnz5 .neo-spin-i33pyg {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .neo-spin-bfxnz5 .neo-spin-ihn8xn,
  .neo-spin-bfxnz5 .neo-spin-uq3dml,
  .neo-spin-bfxnz5 .neo-spin-dsfbod,
  .neo-spin-bfxnz5 .neo-spin-tqbvxl,
  .neo-spin-bfxnz5 .neo-spin-tw4epa,
  .neo-spin-bfxnz5 .neo-spin-i33pyg,
  .neo-spin-bfxnz5 .neo-spin-chvqxn {
    flex: 1 1 100%;
  }
}

.neo-spin-ah03s4 .neo-spin-y6uet0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.neo-spin-ah03s4 .neo-spin-7o4lqi {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.neo-spin-ah03s4 .neo-spin-pc0rte {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.neo-spin-ah03s4 .neo-spin-swhbrg {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.neo-spin-ah03s4 .neo-spin-swhbrg > :nth-child(3) {
  margin-top: 0;
}

.neo-spin-ah03s4 .neo-spin-x2uoos {
  grid-column: 2/3;
  grid-row: 1/10;
}

.neo-spin-ah03s4 .neo-spin-4fov4r {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.neo-spin-ah03s4 .neo-spin-xc40vc {
  grid-column: 1/2;
}

.neo-spin-ah03s4 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.neo-spin-ah03s4 .neo-spin-7o4lqi: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;
}

.neo-spin-ah03s4 .neo-spin-7o4lqi:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.neo-spin-ah03s4 .neo-spin-qwxho2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .neo-spin-ah03s4 .neo-spin-7o4lqi:not(:last-child):before {
    bottom: 8px;
  }
  .neo-spin-ah03s4 .neo-spin-7o4lqi:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .neo-spin-ah03s4 .neo-spin-swhbrg {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .neo-spin-ah03s4 .neo-spin-x2uoos {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .neo-spin-ah03s4 .neo-spin-x2uoos img {
    width: 100%;
    height: auto;
  }
  .neo-spin-ah03s4 .neo-spin-qwxho2 {
    width: 100%;
    min-width: unset;
  }
}

.neo-spin-f46zsp .neo-spin-08iry4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.neo-spin-f46zsp .neo-spin-yo31hd {
  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;
}

.neo-spin-f46zsp .neo-spin-x2uoos {
  height: 100%;
}

.neo-spin-f46zsp .neo-spin-x2uoos img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.neo-spin-f46zsp .neo-spin-w9u9ic {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.neo-spin-f46zsp .neo-spin-vzhpyg {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.neo-spin-f46zsp .neo-spin-fp5wzz {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .neo-spin-f46zsp .neo-spin-yo31hd {
    flex: 1 1 100%;
  }
  .neo-spin-f46zsp .neo-spin-re4cmf {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .neo-spin-f46zsp .neo-spin-yo31hd {
    flex-direction: column;
  }
  .neo-spin-f46zsp .neo-spin-x2uoos {
    width: 100%;
    height: auto;
  }
  .neo-spin-f46zsp .neo-spin-x2uoos img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .neo-spin-f46zsp .neo-spin-w9u9ic {
    padding: 0 16px 16px 16px;
  }
  .neo-spin-f46zsp .neo-spin-re4cmf {
    min-width: unset;
    width: 100%;
  }
}

.neo-spin-4xigeu .neo-spin-3ft2ft {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.neo-spin-4xigeu .neo-spin-1mzn9k {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.neo-spin-4xigeu 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;
}

.neo-spin-4xigeu .neo-spin-evrf8e {
  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;
}

.neo-spin-4xigeu .neo-spin-1mzn9k:hover .neo-spin-evrf8e {
  display: flex;
}

.neo-spin-4xigeu .neo-spin-0r9oqn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-4xigeu .neo-spin-02qrw8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.neo-spin-74bd3u {
  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;
}

.neo-spin-74bd3u.neo-spin-k3fg7c {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.neo-spin-q958r4 ease-in-out;
}

.neo-spin-74bd3u.neo-spin-k3fg7c:hover {
  color: #f9cb16;
  background-color: transparent;
}

.neo-spin-4xigeu .neo-spin-b8lble {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.neo-spin-q958r4 ease-in-out;
}

.neo-spin-4xigeu .neo-spin-b8lble:hover {
  color: #196948;
  background-color: #f9cb16;
}

.neo-spin-4xigeu .neo-spin-b8lble:after,
.neo-spin-74bd3u.neo-spin-k3fg7c:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.neo-spin-74bd3u.neo-spin-k3fg7c:after {
  background-image: url(../images/Cash.svg);
}

.neo-spin-4xigeu .neo-spin-b8lble:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .neo-spin-4xigeu .neo-spin-3ft2ft {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .neo-spin-4xigeu .neo-spin-3ft2ft {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .neo-spin-4xigeu .neo-spin-3ft2ft {
    grid-template-columns: 1fr;
  }
  .neo-spin-4xigeu .neo-spin-1mzn9k {
    height: auto;
  }
  .neo-spin-4xigeu .neo-spin-1mzn9k .neo-spin-evrf8e {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .neo-spin-4xigeu .neo-spin-0r9oqn,
  .neo-spin-4xigeu .neo-spin-02qrw8 {
    text-align: left;
  }
  .neo-spin-4xigeu .neo-spin-02qrw8 {
    margin-bottom: 8px;
  }
  .neo-spin-4xigeu img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.neo-spin-q68x08 {
  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;
}

.neo-spin-q68x08.neo-spin-79xkuv {
  display: block;
}

.neo-spin-q68x08 .neo-spin-ek4ugg {
  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;
}

.neo-spin-q68x08 .neo-spin-fw2gxz {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.neo-spin-q68x08 .neo-spin-m3nrjq {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.neo-spin-q68x08 .neo-spin-qizbl3 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.neo-spin-q68x08 .neo-spin-74bd3u {
  min-width: 296px;
  margin-bottom: 0;
}

.neo-spin-q68x08 .neo-spin-13tju5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.neo-spin-q68x08 .neo-spin-2btxvg {
  position: relative;
  flex: 1 1;
}

.neo-spin-q68x08 .neo-spin-2btxvg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .neo-spin-q68x08 .neo-spin-fw2gxz {
    flex-wrap: wrap;
    gap: 8px;
  }
  .neo-spin-q68x08 .neo-spin-m3nrjq {
    order: 1;
  }
  .neo-spin-q68x08 .neo-spin-qizbl3 {
    order: 3;
    flex: 1 1 100%;
  }
  .neo-spin-q68x08 .neo-spin-74bd3u {
    width: 100%;
    min-width: unset;
  }
  .neo-spin-q68x08 .neo-spin-13tju5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .neo-spin-dowyfw > .neo-spin-0exqny {
    margin-bottom: 0;
  }
  .neo-spin-dowyfw > .neo-spin-xc40vc,
  .neo-spin-dowyfw > p {
    margin-top: 0;
  }
}

.neo-spin-16a9v0 img,
.neo-spin-vitoj8 img {
  width: auto;
  object-fit: contain;
}

.neo-spin-16a9v0 {
  align-items: center;
}

.neo-spin-16a9v0 img {
  max-height: 76px;
}

.neo-spin-vitoj8 img {
  max-height: 64px;
}

.neo-spin-3d9sgt {
  overflow: auto;
}

.neo-spin-gqq7wv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.neo-spin-2hqe95:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.neo-spin-mp3bbm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.neo-spin-8hvg7p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.neo-spin-mp3bbm .neo-spin-x2uoos {
  margin-right: 20px;
  flex-shrink: 0;
}

.neo-spin-mp3bbm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.neo-spin-6wpgod {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.neo-spin-6wpgod > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-mp3bbm {
    padding: 15px 10px;
  }
  .neo-spin-6wpgod {
    padding: 15px 10px;
  }
  .neo-spin-mp3bbm .neo-spin-x2uoos {
    margin-right: 10px;
  }
}

.neo-spin-ee3mlt {
  overflow-x: auto;
}

.neo-spin-6ygqe3 {
  border-collapse: collapse;
  width: 100%;
}

.neo-spin-ee3mlt th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.neo-spin-ee3mlt td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.neo-spin-ee3mlt td.neo-spin-h691y8 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.neo-spin-ee3mlt td.neo-spin-vb3jff {
  border-right: none;
}

.neo-spin-ee3mlt td.neo-spin-vb3jff .neo-spin-x2uoos {
  justify-content: flex-start;
}

.neo-spin-ee3mlt td.neo-spin-vb3jff .neo-spin-x2uoos img {
  height: auto;
  width: 90px;
}

.neo-spin-ee3mlt td.neo-spin-5knqt8,
.neo-spin-ee3mlt td.neo-spin-te8n39 {
  font-weight: 600;
  text-align: right;
}

.neo-spin-ee3mlt td.neo-spin-u4lu0x,
.neo-spin-ee3mlt td.neo-spin-5knqt8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.neo-spin-ee3mlt td.neo-spin-5knqt8,
.neo-spin-ee3mlt td.neo-spin-te8n39 {
  border-left: none;
}

.neo-spin-ee3mlt td.neo-spin-u4lu0x,
.neo-spin-ee3mlt td.neo-spin-04t3mu {
  border-right: none;
}

.neo-spin-ee3mlt td.neo-spin-04t3mu,
.neo-spin-ee3mlt td.neo-spin-te8n39 {
  border-top: none;
  padding-top: 10px;
}

.neo-spin-rchmo7 {
  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;
}

.neo-spin-rchmo7 .neo-spin-re4cmf {
  min-width: unset;
  width: 100%;
}

.neo-spin-rchmo7 .neo-spin-re4cmf.neo-spin-tvax6u {
  grid-column: 1/2;
  grid-row: 1/2;
}

.neo-spin-rchmo7 .neo-spin-re4cmf.neo-spin-4q1tbh {
  grid-column: 2/3;
  grid-row: 1/2;
}

.neo-spin-rchmo7 .neo-spin-yaguam {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-rchmo7 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .neo-spin-rchmo7 .neo-spin-re4cmf.neo-spin-tvax6u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .neo-spin-rchmo7 .neo-spin-re4cmf.neo-spin-4q1tbh {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .neo-spin-rchmo7 .neo-spin-yaguam {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.neo-spin-ehpx7x {
  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;
}

.neo-spin-91wzuw {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.neo-spin-6mxcr6 p a img {
  margin: 0 auto;
  display: block;
}

.neo-spin-6mxcr6 table {
  margin-bottom: 17px;
}

/* contanct form */
.neo-spin-kntib2 {
  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;
}

.neo-spin-kntib2 label {
  font-size: 14px;
}

.neo-spin-kntib2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neo-spin-kntib2 input,
.neo-spin-kntib2 textarea,
.neo-spin-kntib2 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;
}
.neo-spin-kntib2 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neo-spin-q958r4 ease;
}
.neo-spin-kntib2 button:hover {
  background-color: #691204;
}
.neo-spin-lelx52 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neo-spin-9npijp ease-in;
}

.neo-spin-lelx52 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;
}
.neo-spin-noydeu, .neo-spin-rt1qaj, [class*="review-card"],
thead, thead th, table th, .neo-spin-06svml,
.neo-spin-nbzpps, [class*="collapsible-header"],
.neo-spin-eqn77u, [class*="updated-block"] {
  color: #ece7dc !important;
}
