@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-s4jb3p {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-6vywpe {
  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-rkh6r7,
ul.neo-spin-rkh6r7 {
  padding-left: 20px;
}

ul.neo-spin-rkh6r7 {
  list-style: disc;
}

ol.neo-spin-rkh6r7 {
  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-6efwpq > .neo-spin-g0dglt,
.neo-spin-6efwpq > .neo-spin-oawdvv,
.neo-spin-6efwpq > blockquote,
.neo-spin-6efwpq > h1,
.neo-spin-6efwpq > h2,
.neo-spin-6efwpq > h3,
.neo-spin-6efwpq > h4,
.neo-spin-6efwpq > h5,
.neo-spin-6efwpq > h6,
.neo-spin-6efwpq > ol,
.neo-spin-6efwpq > p,
.neo-spin-6efwpq > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-6efwpq > ol,
.neo-spin-6efwpq > ul {
  padding-left: 50px;
}

.neo-spin-6efwpq 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-6efwpq:not(:last-child) {
  margin-bottom: 2rem;
}

.neo-spin-6efwpq > :not(:first-child) {
  margin-top: 2rem;
}

.neo-spin-6efwpq {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.neo-spin-6efwpq:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .neo-spin-6efwpq:first-child {
    margin-top: 20px;
  }
}

.neo-spin-6efwpq > p:last-of-type {
  margin-bottom: 32px;
}

.neo-spin-6efwpq > .neo-spin-1vbcow:not(:first-child) {
  margin: 64px auto 16px auto;
}

.neo-spin-ciphar > .neo-spin-1vbcow {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.neo-spin-oawdvv {
  overflow: auto;
}

.neo-spin-oawdvv::-webkit-scrollbar {
  height: 5px;
}

.neo-spin-oawdvv table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.neo-spin-oawdvv table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.neo-spin-oawdvv table thead,
table thead {
  border-bottom: none;
}

.neo-spin-oawdvv table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.neo-spin-oawdvv table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.neo-spin-oawdvv table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.neo-spin-oawdvv .neo-spin-th0kq6 {
  table-layout: auto;
}

.neo-spin-oawdvv .neo-spin-th0kq6 th {
  word-break: normal;
}

.neo-spin-oawdvv .neo-spin-th0kq6 td {
  word-break: normal;
}

.neo-spin-s4jb3p .neo-spin-s4jb3p {
  padding-right: 0;
  padding-left: 0;
}

.neo-spin-49zkd6 {
  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-sleo48 {
  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-kf7644 {
  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-g0dglt {
  margin-top: 24px;
}

.neo-spin-g0dglt.neo-spin-i6d39t {
  text-align: left;
}

.neo-spin-g0dglt.neo-spin-37fvjr {
  text-align: right;
}

.neo-spin-g0dglt.neo-spin-3vxc88 {
  text-align: center;
}

.neo-spin-zyh595 {
  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-j3vgrr ease-in-out;
  cursor: pointer;
}

.neo-spin-zyh595:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.neo-spin-zyh595 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .neo-spin-zyh595 {
    min-width: unset;
  }
}

.neo-spin-j519l6 {
  background-color: var(--fh-bg-color);
}

.neo-spin-iaq0x4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.neo-spin-4sfao3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.neo-spin-4sfao3 img {
  max-height: 80px;
  object-fit: contain;
}

.neo-spin-5pocsx {
  flex: 1 1;
}

.neo-spin-ri3tc9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.neo-spin-yf91c4 {
  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-yf91c4 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-yf91c4.neo-spin-fe81dl span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.neo-spin-yf91c4.neo-spin-fe81dl span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.neo-spin-yf91c4.neo-spin-fe81dl span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.neo-spin-5pocsx + .neo-spin-ri3tc9 {
  margin-left: 20px;
}

.neo-spin-yq6hhd {
  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-yq6hhd > svg {
  max-width: 24px;
  max-height: 24px;
}

.neo-spin-yq6hhd + .neo-spin-yq6hhd {
  margin-left: 5px;
}

.neo-spin-srakpo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.neo-spin-srakpo:hover {
  background-color: var(--button-bg-hover);
}

.neo-spin-6q6dlc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.neo-spin-j3vgrr ease-in-out;
  border: 1px solid var(--border-color);
}

.neo-spin-6q6dlc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.neo-spin-kb6dgg {
  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-5pocsx {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .neo-spin-kb6dgg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .neo-spin-5pocsx {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .neo-spin-yq6hhd {
    min-width: unset;
    flex: 1 1;
  }
}

.neo-spin-pg7utc {
  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-pg7utc:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.neo-spin-pg7utc:hover .neo-spin-d3r77h {
  opacity: 1;
  pointer-events: auto;
}

.neo-spin-hrozw2 {
  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-n1ke3f ease-in-out;
  gap: 4px;
}

.neo-spin-hrozw2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.neo-spin-hrozw2 .neo-spin-49zkd6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.neo-spin-ej8vkb,
.neo-spin-hrozw2:hover {
  color: var(--button-bg-hover);
}

.neo-spin-vtddks {
  position: relative;
}

.neo-spin-vtddks .neo-spin-hrozw2 {
  margin-right: 0;
  padding-right: 4px;
}

.neo-spin-zoc3um svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.neo-spin-vtddks.neo-spin-fe81dl .neo-spin-zoc3um svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.neo-spin-vtddks.neo-spin-fe81dl .neo-spin-d3r77h {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.neo-spin-vtddks.neo-spin-fe81dl .neo-spin-d3r77h::before {
  display: none;
}

.neo-spin-zoc3um svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.neo-spin-d3r77h {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.neo-spin-6kdjwf 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.neo-spin-d3r77h::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.neo-spin-d3r77h:hover {
  color: var(--fh-bg-color);
}

.neo-spin-rt2r0e {
  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-6kdjwf 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-n1ke3f ease-in-out;
  -o-transition: 0.neo-spin-n1ke3f ease-in-out;
  transition: 0.neo-spin-n1ke3f ease-in-out;
}

.neo-spin-rt2r0e .neo-spin-49zkd6 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.neo-spin-wifw9z,
.neo-spin-rt2r0e:hover {
  color: var(--button-bg-hover);
}

.neo-spin-0pfqd1 {
  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-0pfqd1.neo-spin-9b07ys {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.neo-spin-0pfqd1.neo-spin-9b07ys:after,
.neo-spin-0pfqd1.neo-spin-9b07ys:before {
  content: "";
  position: absolute;
  margin: auto;
}

.neo-spin-0pfqd1.neo-spin-9b07ys: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-0pfqd1.neo-spin-9b07ys:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.neo-spin-0pfqd1.neo-spin-9b07ys > * {
  z-index: 1;
}

.neo-spin-0pfqd1 b,
.neo-spin-0pfqd1 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.neo-spin-0pfqd1 .neo-spin-zq0699 {
  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-0pfqd1 .neo-spin-qif2mr {
  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-0pfqd1 .neo-spin-49zkd6 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.neo-spin-0pfqd1 .neo-spin-vxy98r {
  margin-top: 12px;
}

.neo-spin-vxy98r {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.neo-spin-dwenwd {
  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-vxy98r .neo-spin-v7tjlb {
  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-j3vgrr ease-in-out;
}

.neo-spin-vxy98r .neo-spin-v7tjlb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.neo-spin-ov6431 {
  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-0pfqd1.neo-spin-4p8zx5 {
  gap: 12px;
  padding: 16px;
}

.neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-ov6431 {
  min-width: 240px;
}

.neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-ov6431.neo-spin-tmu5n0 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .neo-spin-0pfqd1 .neo-spin-zq0699 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .neo-spin-0pfqd1 .neo-spin-qif2mr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .neo-spin-0pfqd1 .neo-spin-49zkd6 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-49zkd6 {
    max-width: 126px;
  }
  .neo-spin-0pfqd1 .neo-spin-vxy98r {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .neo-spin-0pfqd1 .neo-spin-dwenwd {
    max-width: unset;
  }
  .neo-spin-ov6431 {
    min-width: unset;
    width: 100%;
  }
  .neo-spin-0pfqd1 .neo-spin-ov6431 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 {
    grid-template-rows: auto 1fr auto;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-ov6431 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .neo-spin-0pfqd1 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .neo-spin-0pfqd1 .neo-spin-zq0699 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .neo-spin-0pfqd1 .neo-spin-49zkd6 {
    max-width: 78px;
  }
  .neo-spin-0pfqd1 .neo-spin-vxy98r {
    margin-top: -12px;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 {
    gap: 8px;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-zq0699 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-qif2mr {
    grid-column: 1/3;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-49zkd6 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .neo-spin-0pfqd1.neo-spin-4p8zx5 .neo-spin-49zkd6 img {
    max-width: 114px;
  }
}

.neo-spin-ov6431.neo-spin-xsteny,
.neo-spin-ov6431.neo-spin-feed99,
.neo-spin-ov6431.neo-spin-oju4ff {
  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-j3vgrr ease-in-out;
}

.neo-spin-ov6431.neo-spin-xsteny,
.neo-spin-ov6431.neo-spin-oju4ff {
  padding: 10px;
}

.neo-spin-ov6431.neo-spin-xsteny:hover,
.neo-spin-ov6431.neo-spin-feed99:hover,
.neo-spin-ov6431.neo-spin-oju4ff:hover {
  background: var(--button-bg-hover);
}

.neo-spin-ov6431.neo-spin-xsteny:hover svg path,
.neo-spin-ov6431.neo-spin-oju4ff:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.neo-spin-ov6431.neo-spin-tmu5n0 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.neo-spin-j3vgrr ease-in-out;
  background: var(--button-bg-color);
}

.neo-spin-ov6431.neo-spin-tmu5n0:hover {
  background-color: var(--button-bg-hover);
}

.neo-spin-ov6431.neo-spin-feed99: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-ov6431.neo-spin-feed99:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.neo-spin-ov6431.neo-spin-tmu5n0: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-uo51gf {
  max-width: 650px;
}

.neo-spin-3s3rfm {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.neo-spin-befcg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.neo-spin-mcfe7y {
  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-n1ke3f ease-in-out;
  cursor: pointer;
}

.neo-spin-mcfe7y:hover {
  opacity: 0.5;
}

.neo-spin-mcfe7y:focus {
  outline: 0;
}

.neo-spin-mcfe7y:focus .neo-spin-22i824,
.neo-spin-mcfe7y:hover .neo-spin-22i824 {
  fill: red;
  fill-opacity: 1;
}

.neo-spin-mcfe7y:hover {
  cursor: pointer;
}

.neo-spin-mkmcva {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.neo-spin-uo51gf.neo-spin-3vxc88 {
  margin: 0 auto;
}

.neo-spin-uo51gf.neo-spin-37fvjr {
  margin-left: auto;
}

.neo-spin-fwvxpu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.neo-spin-fjjjg7 {
  padding-bottom: 50px;
}

.neo-spin-oi6mrh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.neo-spin-4e7yft {
  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-i9yhif {
  margin-top: 24px;
}

.neo-spin-2d8k32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.neo-spin-w99sn6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.neo-spin-de696l {
  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-y4e51x {
  width: 468px;
}

.neo-spin-de696l .neo-spin-d3r77h {
  margin: 0.neo-spin-jd5d8i 0;
}

.neo-spin-40ao3w {
  display: flex;
  min-width: 224px;
}

.neo-spin-yclp4c {
  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-n1ke3f ease-in-out;
}

.neo-spin-nbbmwh,
.neo-spin-yclp4c:hover {
  color: var(--text-color);
}

.neo-spin-rv7qq3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.neo-spin-mzrg6h {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .neo-spin-fwvxpu {
    padding: 16px;
  }
  .neo-spin-rv7qq3 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .neo-spin-mzrg6h {
    align-items: center;
  }
  .neo-spin-y4e51x {
    width: unset;
  }
  .neo-spin-40ao3w {
    min-width: unset;
  }
  .neo-spin-de696l {
    max-height: unset;
  }
  .neo-spin-oi6mrh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .neo-spin-fwvxpu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.neo-spin-vv5hds {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.neo-spin-vv5hds:not(:last-child) {
  margin-bottom: 16px;
}

.neo-spin-q2lgnz {
  outline: 0;
}

.neo-spin-q2lgnz .neo-spin-qxyek7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.neo-spin-q2p3bg {
  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-q2p3bg {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.neo-spin-q2p3bg::-webkit-details-marker {
  display: none;
}

.neo-spin-q2p3bg: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-q2p3bg: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-q2p3bg:after {
  transform: unset;
}

.neo-spin-qxyek7 {
  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-qxyek7 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-n1ke3f ease-in-out;
  -o-transition: 0.neo-spin-n1ke3f ease-in-out;
  transition: 0.neo-spin-n1ke3f ease-in-out;
}

.neo-spin-7koc0n {
  padding: 16px 0 0 0;
}

.neo-spin-7koc0n * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .neo-spin-7koc0n :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-q2p3bg {
    flex-wrap: wrap;
    gap: 12px;
  }
  .neo-spin-q2p3bg::after {
    margin-left: auto;
  }
  .neo-spin-qxyek7 {
    order: 3;
    flex: 1 1 100%;
  }
  .neo-spin-q2p3bg {
    font-size: 14px;
    line-height: 130%;
  }
  .neo-spin-qxyek7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.neo-spin-rgtero {
  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-c3tsp6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.neo-spin-rgtero.neo-spin-fe81dl .neo-spin-c3tsp6 {
  margin-bottom: 12px;
}

.neo-spin-c3tsp6::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-rgtero.neo-spin-fe81dl .neo-spin-c3tsp6::after {
  transform: unset;
}

.neo-spin-8q6drx {
  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-ibn806 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.neo-spin-n1ke3f ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.neo-spin-ibn806: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-rgtero.neo-spin-fe81dl .neo-spin-8q6drx {
  max-height: 100%;
}

.neo-spin-38dl8u {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.neo-spin-mfuw2s {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.neo-spin-il30tu {
  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-icp42v {
  margin-right: 4px;
}

.neo-spin-c7bjfh {
  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-n1ke3f ease-in-out;
}

.neo-spin-c7bjfh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.neo-spin-xqe6k6,
.neo-spin-c7bjfh:hover {
  color: var(--text-color);
}

.neo-spin-bp9b5c {
  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-bp9b5c img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.neo-spin-bp9b5c .neo-spin-ghbmfn {
  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-bp9b5c .neo-spin-10gm4f {
  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-7u6mj4 {
  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-x70ik3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.neo-spin-yaep78 .neo-spin-s4jb3p {
  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-yaep78 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.neo-spin-zuftg4 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.neo-spin-aqbqr6 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.neo-spin-8wtvvl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.neo-spin-mzmdbj 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-8wtvvl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.neo-spin-tibvsx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.neo-spin-8da0o3 {
  -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-n1ke3f ease-in-out;
  transition: transform 0.neo-spin-n1ke3f ease-in-out;
  -o-transition: transform 0.neo-spin-n1ke3f ease-in-out;
  transition:
    transform 0.neo-spin-n1ke3f ease-in-out,
    -webkit-transform 0.neo-spin-n1ke3f ease-in-out;
  cursor: pointer;
}

.neo-spin-8da0o3 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.neo-spin-8da0o3: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-iss93f {
  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-iss93f {
    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-pafapk {
  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-r0bp9m {
  position: relative;
  width: 100%;
}

.neo-spin-pafapk.neo-spin-prgjg4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.neo-spin-pafapk.neo-spin-3vxc88 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.neo-spin-pafapk.neo-spin-37fvjr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.neo-spin-vbyypx {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.neo-spin-5bpzwl {
  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-n1ke3f ease-in-out;
  cursor: pointer;
}

.neo-spin-5bpzwl:hover {
  opacity: 0.5;
}

.neo-spin-pafapk.neo-spin-barbpd .neo-spin-5bpzwl {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.neo-spin-pafapk.neo-spin-barbpd .neo-spin-vbyypx {
  cursor: pointer;
}

.neo-spin-8jqfoi {
  fill: #0009;
}

.neo-spin-78xavj {
  fill: #fff;
}

.neo-spin-5bpzwl:hover .neo-spin-8jqfoi {
  fill: red;
}

.neo-spin-5bpzwl svg path {
  -webkit-transition: 0.neo-spin-n1ke3f ease-in-out;
  -o-transition: 0.neo-spin-n1ke3f ease-in-out;
  transition: 0.neo-spin-n1ke3f ease-in-out;
}

.neo-spin-a0slu8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.neo-spin-a0slu8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.neo-spin-a0slu8.neo-spin-c33rmp > :not(.get-image) {
  grid-column: 1/3;
}

.neo-spin-t0nq84:not(._h1-block) .neo-spin-a0slu8 > .neo-spin-1vbcow {
  grid-row: 1/2;
  grid-column: 1/3;
}

.neo-spin-a0slu8.neo-spin-c33rmp .neo-spin-krt1e2 {
  grid-column: 2/3;
}

.neo-spin-a0slu8.neo-spin-c33rmp > .neo-spin-49zkd6 {
  grid-column: 1/2;
}

.neo-spin-a0slu8.neo-spin-c33rmp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.neo-spin-a0slu8 > p:first-of-type {
  margin-top: 0;
}

.neo-spin-a0slu8 .neo-spin-49zkd6 {
  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-t0nq84:not(._h1-block) .neo-spin-1vbcow ~ .neo-spin-49zkd6 {
  grid-row: 2/10;
}

.neo-spin-t0nq84.neo-spin-c61i7l .neo-spin-1vbcow ~ .neo-spin-49zkd6 {
  grid-row: 1/10;
}

.neo-spin-t0nq84.neo-spin-c61i7l > .neo-spin-1vbcow {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.neo-spin-t0nq84.neo-spin-c61i7l .neo-spin-49zkd6 {
  grid-row: 1/10;
}

.neo-spin-a0slu8.neo-spin-0iqfqm .neo-spin-49zkd6 {
  align-items: flex-start;
}

.neo-spin-a0slu8.neo-spin-3vxc88 .neo-spin-krt1e2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.neo-spin-a0slu8.neo-spin-3vxc88 .neo-spin-49zkd6 {
  align-items: center;
}

.neo-spin-a0slu8.neo-spin-0k4k35 .neo-spin-49zkd6 {
  align-items: flex-end;
}

.neo-spin-krt1e2 > :first-child {
  margin-top: 0;
}

.neo-spin-krt1e2 > :last-child {
  margin-bottom: 0;
}

* + .neo-spin-th2ecs,
.neo-spin-t0nq84 + .neo-spin-t0nq84 {
  margin-top: 2rem;
}

.neo-spin-zk9f14 td::before,
.neo-spin-zk9f14 th::after {
  display: none !important;
}

.neo-spin-zk9f14 #link-selector {
  color: #000;
}

.neo-spin-zk9f14 .neo-spin-mls7ua {
  color: #135e96;
}

.neo-spin-zk9f14 .neo-spin-ycd2yi *,
.neo-spin-zk9f14 .neo-spin-3pgzym p,
.neo-spin-zk9f14 .neo-spin-fnmacx * {
  color: #000;
}

.neo-spin-zk9f14 .neo-spin-s9qa6w {
  background: 0 0 !important;
}

.neo-spin-zk9f14 .neo-spin-l0ib1s {
  color: #000;
}

.neo-spin-zk9f14 .neo-spin-oti11f.neo-spin-9btgr7 {
  color: #fff;
}

.neo-spin-zk9f14 .neo-spin-5yjjde {
  color: #000;
}

.neo-spin-zk9f14
  .neo-spin-q4cqaz
  .neo-spin-uovqhs.neo-spin-9btgr7.neo-spin-ome9oc {
  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-lybj6c,
body .neo-spin-n5csno {
  color: #000;
  background: var(--color-body) !important;
}

.neo-spin-lybj6c .neo-spin-fcgz13 .neo-spin-tr5zz3,
body .neo-spin-n5csno .neo-spin-fcgz13 .neo-spin-tr5zz3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .neo-spin-ibn806:focus,
  .neo-spin-ibn806:hover {
    color: #f9cb16;
  }
  .neo-spin-uuuqg2:focus,
  .neo-spin-uuuqg2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .neo-spin-arxtwz:focus img,
  .neo-spin-arxtwz:focus svg,
  .neo-spin-arxtwz:hover img,
  .neo-spin-arxtwz:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .neo-spin-bp9b5c {
    display: none;
  }
}

@media (min-width: 1024px) {
  .neo-spin-vtddks:hover .neo-spin-zoc3um svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .neo-spin-zoc3um {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .neo-spin-sgyd2t {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .neo-spin-10b369 {
    grid-template-columns: repeat(4, 1fr);
  }
  .neo-spin-36wcis {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .neo-spin-9iiixe .neo-spin-jwvs21 {
    grid-template-columns: 1fr;
  }
  .neo-spin-9iiixe .neo-spin-93qgdc {
    -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-9iiixe .neo-spin-gbkt82 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .neo-spin-9iiixe .neo-spin-xeryi3 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .neo-spin-9iiixe .neo-spin-whopgn {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .neo-spin-9iiixe .neo-spin-gbkt82:not(:first-child) {
    border: none;
  }
  .neo-spin-9iiixe .neo-spin-gbkt82:first-child .neo-spin-xeryi3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .neo-spin-9iiixe .neo-spin-gbkt82:last-child .neo-spin-xeryi3 {
    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-iaq0x4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .neo-spin-4sfao3 {
    max-width: 100px;
  }
  .neo-spin-5pocsx {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .neo-spin-ri3tc9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .neo-spin-ri3tc9 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .neo-spin-yf91c4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .neo-spin-5pocsx + .neo-spin-ri3tc9 {
    margin-left: auto;
  }
  .neo-spin-whx85m {
    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-whx85m.neo-spin-fe81dl {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .neo-spin-kb6dgg {
    -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-pg7utc {
    width: 100%;
  }
  .neo-spin-pg7utc:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .neo-spin-hrozw2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .neo-spin-hrozw2 svg {
    margin-right: 4px;
  }
  .neo-spin-vtddks {
    -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-zoc3um svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .neo-spin-zoc3um {
    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-d3r77h {
    display: none;
    width: 100%;
  }
  .neo-spin-vtddks.neo-spin-fe81dl .neo-spin-d3r77h {
    padding: 0 0 0 48px;
  }
  .neo-spin-rt2r0e {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .neo-spin-4e7yft .neo-spin-49zkd6 {
    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-pig2zq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .neo-spin-pig2zq + .neo-spin-pig2zq {
    margin-right: 0;
  }
  .neo-spin-pig2zq + .neo-spin-49zkd6 {
    margin: 0;
  }
  .neo-spin-sgyd2t {
    grid-template-columns: repeat(4, 1fr);
  }
  .neo-spin-10b369 {
    grid-template-columns: repeat(3, 1fr);
  }
  .neo-spin-p37ke4,
  .neo-spin-d4xgat {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-a0slu8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .neo-spin-a0slu8.neo-spin-c33rmp .neo-spin-krt1e2 {
    grid-column: auto;
    grid-row: auto;
  }
  .neo-spin-a0slu8 > .neo-spin-1vbcow {
    grid-column: 1/2;
  }
  .neo-spin-a0slu8.neo-spin-c33rmp > :not(.get-image) {
    grid-column: 1/2;
  }
  .neo-spin-a0slu8 .neo-spin-49zkd6,
  .neo-spin-a0slu8.neo-spin-c33rmp > .neo-spin-49zkd6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .neo-spin-a0slu8.neo-spin-c33rmp > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .neo-spin-t0nq84.neo-spin-c61i7l .neo-spin-a0slu8 > .neo-spin-49zkd6 {
    grid-row: 1/2;
  }
  .neo-spin-a0slu8 .neo-spin-1vbcow ~ .neo-spin-49zkd6,
  .neo-spin-a0slu8.neo-spin-c33rmp .neo-spin-1vbcow ~ .neo-spin-49zkd6 {
    grid-row: 2/3;
  }
  .neo-spin-t0nq84.neo-spin-c61i7l .neo-spin-1vbcow ~ .neo-spin-49zkd6 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .neo-spin-6efwpq:first-child .neo-spin-w8lrhv {
    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-6efwpq:first-child .neo-spin-w8lrhv h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .neo-spin-6efwpq {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .neo-spin-6efwpq {
    padding: 0;
  }
  .neo-spin-g0dglt {
    margin-top: 1rem;
  }
  .neo-spin-q2lgnz {
    border-radius: 5px;
  }
  .neo-spin-55s2oj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .neo-spin-c3tsp6::after {
    display: inline-block;
  }
  .neo-spin-c3tsp6 {
    margin: 0;
    width: 100%;
  }
  .neo-spin-8q6drx {
    width: 100%;
  }
  .neo-spin-8q6drx.neo-spin-ibts52 {
    -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-8q6drx.neo-spin-ibts52 .neo-spin-4yxhuo {
    width: 100%;
  }
  .neo-spin-8q6drx.neo-spin-ibts52 .neo-spin-4yxhuo:not(:last-child) {
    margin-right: 0;
  }
  .neo-spin-ibn806 {
    width: 100%;
    text-align: center;
  }
  .neo-spin-rgtero.neo-spin-fe81dl .neo-spin-8q6drx {
    margin-top: 1rem;
  }
  .neo-spin-sgyd2t {
    grid-template-columns: repeat(3, 1fr);
  }
  .neo-spin-36wcis,
  .neo-spin-10b369 {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-p37ke4,
  .neo-spin-d4xgat,
  .neo-spin-7cs3jx {
    grid-template-columns: 1fr;
  }
  .neo-spin-py2yb7 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .neo-spin-e7m2f6 {
    min-width: 300px;
    max-width: 325px;
  }
  .neo-spin-xeryi3 {
    cursor: auto;
  }
  .neo-spin-0fucby .neo-spin-xeryi3 {
    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-iss93f {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .neo-spin-d3r77h {
    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-iss93f {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.neo-spin-pig2zq p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .neo-spin-ri3tc9 {
    margin: 0 -0.2rem;
  }
  .neo-spin-pig2zq {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .neo-spin-r8uwog {
    -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-2zgy9f {
    max-width: 100%;
  }
  .neo-spin-sgyd2t {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-spin-36wcis,
  .neo-spin-10b369 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .neo-spin-iaq0x4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .neo-spin-ri3tc9 {
    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-j519l6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .neo-spin-yq6hhd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .neo-spin-9jauj4,
  .neo-spin-jhlxqg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .neo-spin-zyh595 {
    width: 100%;
  }
  .neo-spin-sgyd2t {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .neo-spin-iss93f {
    top: 127px !important;
  }
}

.neo-spin-woaddu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .neo-spin-woaddu {
  }
}

@media (max-width: 767px) {
  .neo-spin-woaddu {
    margin-bottom: 12px;
  }
}

.neo-spin-woaddu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.neo-spin-8qapua {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.neo-spin-8qapua > .neo-spin-gq5qfc {
  flex: 1 1;
}

@media (max-width: 767px) {
  .neo-spin-8qapua {
    flex-direction: column;
    gap: 12px;
  }
}

.neo-spin-kgdtfg {
  display: flex;
}

.neo-spin-kgdtfg .neo-spin-z5vqiq {
  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-kgdtfg .neo-spin-xiu7dh {
  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-kgdtfg .neo-spin-6430r2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.neo-spin-kgdtfg .neo-spin-gckbgj {
  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-kgdtfg .neo-spin-gckbgj:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.neo-spin-kgdtfg .neo-spin-o9vtkk {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.neo-spin-zsrqy4 {
  border: unset;
  background-color: unset;
}

.neo-spin-zsrqy4 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.neo-spin-zsrqy4 .neo-spin-4egi53,
.neo-spin-zsrqy4 .neo-spin-mc8ovq {
  flex: 0 1 330px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 {
  flex: 1 1;
}

.neo-spin-zsrqy4 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-zsrqy4 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.neo-spin-zsrqy4 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.neo-spin-zsrqy4 tr td p {
  color: #fff;
  margin: 0;
}

.neo-spin-zsrqy4 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.neo-spin-zsrqy4 tr.neo-spin-4egi53 td p {
  padding: 16px 0;
}

.neo-spin-zsrqy4 tr.neo-spin-4egi53 td p:not(:last-child),
.neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.neo-spin-zsrqy4 tr.neo-spin-4egi53 td p:first-child,
.neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p:first-child {
  padding-top: 0;
}

.neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p:last-child {
  padding-bottom: 0;
}

.neo-spin-zsrqy4 .neo-spin-mc8ovq img {
  max-width: 32px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 {
  min-width: 718px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td {
  display: flex;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx,
.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3to9zf,
.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3t6dil {
  flex: 1 1 50%;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-g2ilh1 {
  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-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-bzazly,
.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-2ym4po {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx,
.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3to9zf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx span,
.neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3to9zf span {
  font-weight: 800;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .neo-spin-zsrqy4 tr.neo-spin-4egi53 td p:last-child {
    padding-bottom: 0;
  }
  .neo-spin-zsrqy4 .neo-spin-mc8ovq > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .neo-spin-zsrqy4 .neo-spin-mc8ovq > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .neo-spin-zsrqy4 tr.neo-spin-4egi53 td p:not(:last-child),
  .neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p:not(:last-child) {
    border-bottom: unset;
  }
  .neo-spin-zsrqy4 tr.neo-spin-mc8ovq td p:last-child {
    padding-bottom: 12px;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx,
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3to9zf,
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3t6dil {
    flex: 1 1 50%;
    padding: 0;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx,
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3to9zf {
    margin-top: 16px;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3t6dil {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-v1wzmx {
    border-right: 1px solid var(--border-color);
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3t6dil:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td:last-child .neo-spin-3t6dil:last-child {
    padding-bottom: 0;
  }
}

.neo-spin-3t6dil {
  display: flex;
  flex-direction: column;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil:not(:first-child) {
    padding-left: 0;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 td .neo-spin-3t6dil:not(:last-of-type) {
    border-right: unset;
  }
}

.neo-spin-zsrqy4 .neo-spin-o91v8y {
  flex: 0 1 485px;
}

.neo-spin-zsrqy4 .neo-spin-fjny1q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.neo-spin-zsrqy4 .neo-spin-fjny1q li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-zsrqy4 .neo-spin-fjny1q li.neo-spin-lb2kpt {
  padding: 6px 12px;
}

.neo-spin-zsrqy4 .neo-spin-fjny1q li a,
.neo-spin-zsrqy4 .neo-spin-fjny1q 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-zsrqy4 .neo-spin-jsq3av,
.neo-spin-zsrqy4 .neo-spin-fh2gel {
  flex: 1 1;
}

.neo-spin-zsrqy4 .neo-spin-hzyvfl,
.neo-spin-zsrqy4 .neo-spin-ewq4n6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.neo-spin-zsrqy4 .neo-spin-hzyvfl li,
.neo-spin-zsrqy4 .neo-spin-ewq4n6 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-zsrqy4 .neo-spin-fh2gel img {
  max-width: 32px;
}

.neo-spin-zsrqy4 .neo-spin-jsq3av img {
  max-width: 32px;
}

.neo-spin-zsrqy4 .neo-spin-9s3ule {
  min-width: 280px;
}

.neo-spin-zsrqy4 .neo-spin-9s3ule img {
  max-width: 146px;
}

.neo-spin-zsrqy4 .neo-spin-9s3ule td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .neo-spin-zsrqy4 .neo-spin-4egi53,
  .neo-spin-zsrqy4 .neo-spin-mc8ovq {
    flex: 0 1 auto;
  }
  .neo-spin-zsrqy4 .neo-spin-ipofc6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .neo-spin-zsrqy4 .neo-spin-4egi53,
  .neo-spin-zsrqy4 .neo-spin-o91v8y,
  .neo-spin-zsrqy4 .neo-spin-mc8ovq,
  .neo-spin-zsrqy4 .neo-spin-ipofc6 {
    flex: 1 1 calc(50% - 20px);
  }
  .neo-spin-zsrqy4 .neo-spin-jsq3av,
  .neo-spin-zsrqy4 .neo-spin-9s3ule,
  .neo-spin-zsrqy4 .neo-spin-fh2gel {
    flex: 1 1 30%;
  }
  .neo-spin-zsrqy4 .neo-spin-9s3ule {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .neo-spin-zsrqy4 .neo-spin-4egi53,
  .neo-spin-zsrqy4 .neo-spin-o91v8y,
  .neo-spin-zsrqy4 .neo-spin-jsq3av,
  .neo-spin-zsrqy4 .neo-spin-mc8ovq,
  .neo-spin-zsrqy4 .neo-spin-ipofc6,
  .neo-spin-zsrqy4 .neo-spin-9s3ule,
  .neo-spin-zsrqy4 .neo-spin-fh2gel {
    flex: 1 1 100%;
  }
}

.neo-spin-pehq1a .neo-spin-vztbnk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.neo-spin-pehq1a .neo-spin-41enek {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.neo-spin-pehq1a .neo-spin-i13mwp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.neo-spin-pehq1a .neo-spin-m7do2r {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.neo-spin-pehq1a .neo-spin-m7do2r > :nth-child(3) {
  margin-top: 0;
}

.neo-spin-pehq1a .neo-spin-49zkd6 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.neo-spin-pehq1a .neo-spin-sfeowv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.neo-spin-pehq1a .neo-spin-g0dglt {
  grid-column: 1/2;
}

.neo-spin-pehq1a > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.neo-spin-pehq1a .neo-spin-41enek: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-pehq1a .neo-spin-41enek:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.neo-spin-pehq1a .neo-spin-zyh595 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .neo-spin-pehq1a .neo-spin-41enek:not(:last-child):before {
    bottom: 8px;
  }
  .neo-spin-pehq1a .neo-spin-41enek:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .neo-spin-pehq1a .neo-spin-m7do2r {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .neo-spin-pehq1a .neo-spin-49zkd6 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .neo-spin-pehq1a .neo-spin-49zkd6 img {
    width: 100%;
    height: auto;
  }
  .neo-spin-pehq1a .neo-spin-zyh595 {
    width: 100%;
    min-width: unset;
  }
}

.neo-spin-ufj22t .neo-spin-jbsm6m {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.neo-spin-ufj22t .neo-spin-ten5jr {
  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-ufj22t .neo-spin-49zkd6 {
  height: 100%;
}

.neo-spin-ufj22t .neo-spin-49zkd6 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.neo-spin-ufj22t .neo-spin-irdc6i {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.neo-spin-ufj22t .neo-spin-5hb53o {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.neo-spin-ufj22t .neo-spin-oh9vle {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .neo-spin-ufj22t .neo-spin-ten5jr {
    flex: 1 1 100%;
  }
  .neo-spin-ufj22t .neo-spin-ov6431 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .neo-spin-ufj22t .neo-spin-ten5jr {
    flex-direction: column;
  }
  .neo-spin-ufj22t .neo-spin-49zkd6 {
    width: 100%;
    height: auto;
  }
  .neo-spin-ufj22t .neo-spin-49zkd6 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .neo-spin-ufj22t .neo-spin-irdc6i {
    padding: 0 16px 16px 16px;
  }
  .neo-spin-ufj22t .neo-spin-ov6431 {
    min-width: unset;
    width: 100%;
  }
}

.neo-spin-ykfpq4 .neo-spin-srr841 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.neo-spin-ykfpq4 .neo-spin-lsvzf4 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.neo-spin-ykfpq4 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-ykfpq4 .neo-spin-pido76 {
  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-ykfpq4 .neo-spin-lsvzf4:hover .neo-spin-pido76 {
  display: flex;
}

.neo-spin-ykfpq4 .neo-spin-xwsqne {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.neo-spin-ykfpq4 .neo-spin-4ny1yx {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.neo-spin-zcnyxb {
  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-zcnyxb.neo-spin-ny7jsy {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.neo-spin-j3vgrr ease-in-out;
}

.neo-spin-zcnyxb.neo-spin-ny7jsy:hover {
  color: #f9cb16;
  background-color: transparent;
}

.neo-spin-ykfpq4 .neo-spin-lbdw2c {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.neo-spin-j3vgrr ease-in-out;
}

.neo-spin-ykfpq4 .neo-spin-lbdw2c:hover {
  color: #196948;
  background-color: #f9cb16;
}

.neo-spin-ykfpq4 .neo-spin-lbdw2c:after,
.neo-spin-zcnyxb.neo-spin-ny7jsy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.neo-spin-zcnyxb.neo-spin-ny7jsy:after {
  background-image: url(../images/Cash.svg);
}

.neo-spin-ykfpq4 .neo-spin-lbdw2c:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .neo-spin-ykfpq4 .neo-spin-srr841 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .neo-spin-ykfpq4 .neo-spin-srr841 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .neo-spin-ykfpq4 .neo-spin-srr841 {
    grid-template-columns: 1fr;
  }
  .neo-spin-ykfpq4 .neo-spin-lsvzf4 {
    height: auto;
  }
  .neo-spin-ykfpq4 .neo-spin-lsvzf4 .neo-spin-pido76 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .neo-spin-ykfpq4 .neo-spin-xwsqne,
  .neo-spin-ykfpq4 .neo-spin-4ny1yx {
    text-align: left;
  }
  .neo-spin-ykfpq4 .neo-spin-4ny1yx {
    margin-bottom: 8px;
  }
  .neo-spin-ykfpq4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.neo-spin-nfq2m7 {
  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-nfq2m7.neo-spin-barbpd {
  display: block;
}

.neo-spin-nfq2m7 .neo-spin-x9uhp7 {
  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-nfq2m7 .neo-spin-8dnn11 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.neo-spin-nfq2m7 .neo-spin-zpimid {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.neo-spin-nfq2m7 .neo-spin-uj1vqn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.neo-spin-nfq2m7 .neo-spin-zcnyxb {
  min-width: 296px;
  margin-bottom: 0;
}

.neo-spin-nfq2m7 .neo-spin-180vsb {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.neo-spin-nfq2m7 .neo-spin-y8xku7 {
  position: relative;
  flex: 1 1;
}

.neo-spin-nfq2m7 .neo-spin-y8xku7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .neo-spin-nfq2m7 .neo-spin-8dnn11 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .neo-spin-nfq2m7 .neo-spin-zpimid {
    order: 1;
  }
  .neo-spin-nfq2m7 .neo-spin-uj1vqn {
    order: 3;
    flex: 1 1 100%;
  }
  .neo-spin-nfq2m7 .neo-spin-zcnyxb {
    width: 100%;
    min-width: unset;
  }
  .neo-spin-nfq2m7 .neo-spin-180vsb {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .neo-spin-a0slu8 > .neo-spin-1vbcow {
    margin-bottom: 0;
  }
  .neo-spin-a0slu8 > .neo-spin-g0dglt,
  .neo-spin-a0slu8 > p {
    margin-top: 0;
  }
}

.neo-spin-mxidml img,
.neo-spin-pig2zq img {
  width: auto;
  object-fit: contain;
}

.neo-spin-mxidml {
  align-items: center;
}

.neo-spin-mxidml img {
  max-height: 76px;
}

.neo-spin-pig2zq img {
  max-height: 64px;
}

.neo-spin-s78p1p {
  overflow: auto;
}

.neo-spin-e67igl {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.neo-spin-cf0vf2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.neo-spin-xx1vlv {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.neo-spin-p8w5dj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.neo-spin-xx1vlv .neo-spin-49zkd6 {
  margin-right: 20px;
  flex-shrink: 0;
}

.neo-spin-xx1vlv img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.neo-spin-dcta47 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.neo-spin-dcta47 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-xx1vlv {
    padding: 15px 10px;
  }
  .neo-spin-dcta47 {
    padding: 15px 10px;
  }
  .neo-spin-xx1vlv .neo-spin-49zkd6 {
    margin-right: 10px;
  }
}

.neo-spin-xkyv9o {
  overflow-x: auto;
}

.neo-spin-xf79fd {
  border-collapse: collapse;
  width: 100%;
}

.neo-spin-xkyv9o th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.neo-spin-xkyv9o td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.neo-spin-xkyv9o td.neo-spin-6dxdiy {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.neo-spin-xkyv9o td.neo-spin-goeuzd {
  border-right: none;
}

.neo-spin-xkyv9o td.neo-spin-goeuzd .neo-spin-49zkd6 {
  justify-content: flex-start;
}

.neo-spin-xkyv9o td.neo-spin-goeuzd .neo-spin-49zkd6 img {
  height: auto;
  width: 90px;
}

.neo-spin-xkyv9o td.neo-spin-ckbpku,
.neo-spin-xkyv9o td.neo-spin-9kw2f5 {
  font-weight: 600;
  text-align: right;
}

.neo-spin-xkyv9o td.neo-spin-w2s668,
.neo-spin-xkyv9o td.neo-spin-ckbpku {
  padding-bottom: 10px;
  border-bottom: none;
}

.neo-spin-xkyv9o td.neo-spin-ckbpku,
.neo-spin-xkyv9o td.neo-spin-9kw2f5 {
  border-left: none;
}

.neo-spin-xkyv9o td.neo-spin-w2s668,
.neo-spin-xkyv9o td.neo-spin-6vrpa9 {
  border-right: none;
}

.neo-spin-xkyv9o td.neo-spin-6vrpa9,
.neo-spin-xkyv9o td.neo-spin-9kw2f5 {
  border-top: none;
  padding-top: 10px;
}

.neo-spin-y2an53 {
  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-y2an53 .neo-spin-ov6431 {
  min-width: unset;
  width: 100%;
}

.neo-spin-y2an53 .neo-spin-ov6431.neo-spin-xsteny {
  grid-column: 1/2;
  grid-row: 1/2;
}

.neo-spin-y2an53 .neo-spin-ov6431.neo-spin-oju4ff {
  grid-column: 2/3;
  grid-row: 1/2;
}

.neo-spin-y2an53 .neo-spin-6qg1rw {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .neo-spin-y2an53 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .neo-spin-y2an53 .neo-spin-ov6431.neo-spin-xsteny {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .neo-spin-y2an53 .neo-spin-ov6431.neo-spin-oju4ff {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .neo-spin-y2an53 .neo-spin-6qg1rw {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.neo-spin-gmnz7q {
  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-z9js3u {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.neo-spin-ciphar p a img {
  margin: 0 auto;
  display: block;
}

.neo-spin-ciphar table {
  margin-bottom: 17px;
}

/* contanct form */
.neo-spin-q79umq {
  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-q79umq label {
  font-size: 14px;
}

.neo-spin-q79umq h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neo-spin-q79umq input,
.neo-spin-q79umq textarea,
.neo-spin-q79umq 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-q79umq button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neo-spin-j3vgrr ease;
}
.neo-spin-q79umq button:hover {
  background-color: #691204;
}
.neo-spin-flh584 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neo-spin-grk7z5 ease-in;
}

.neo-spin-flh584 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-o7x8b0, .neo-spin-17qip2, [class*="review-card"],
thead, thead th, table th, .neo-spin-tneo5h,
.neo-spin-doyv4r, [class*="collapsible-header"],
.neo-spin-oy4k7w, [class*="updated-block"] {
  color: #ece7dc !important;
}
