@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);
}

.staxino-skgpp0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.staxino-c890m9 {
  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.staxino-4fw2sj,
ul.staxino-4fw2sj {
  padding-left: 20px;
}

ul.staxino-4fw2sj {
  list-style: disc;
}

ol.staxino-4fw2sj {
  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;
  }
}

.staxino-78anab > .staxino-4c6vks,
.staxino-78anab > .staxino-vhwfff,
.staxino-78anab > blockquote,
.staxino-78anab > h1,
.staxino-78anab > h2,
.staxino-78anab > h3,
.staxino-78anab > h4,
.staxino-78anab > h5,
.staxino-78anab > h6,
.staxino-78anab > ol,
.staxino-78anab > p,
.staxino-78anab > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.staxino-78anab > ol,
.staxino-78anab > ul {
  padding-left: 50px;
}

.staxino-78anab 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;
}

.staxino-78anab:not(:last-child) {
  margin-bottom: 2rem;
}

.staxino-78anab > :not(:first-child) {
  margin-top: 2rem;
}

.staxino-78anab {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.staxino-78anab:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .staxino-78anab:first-child {
    margin-top: 20px;
  }
}

.staxino-78anab > p:last-of-type {
  margin-bottom: 32px;
}

.staxino-78anab > .staxino-x1hwcy:not(:first-child) {
  margin: 64px auto 16px auto;
}

.staxino-wpag8x > .staxino-x1hwcy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.staxino-vhwfff {
  overflow: auto;
}

.staxino-vhwfff::-webkit-scrollbar {
  height: 5px;
}

.staxino-vhwfff table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.staxino-vhwfff table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.staxino-vhwfff table thead,
table thead {
  border-bottom: none;
}

.staxino-vhwfff table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.staxino-vhwfff table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.staxino-vhwfff table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.staxino-vhwfff .staxino-owgu2v {
  table-layout: auto;
}

.staxino-vhwfff .staxino-owgu2v th {
  word-break: normal;
}

.staxino-vhwfff .staxino-owgu2v td {
  word-break: normal;
}

.staxino-skgpp0 .staxino-skgpp0 {
  padding-right: 0;
  padding-left: 0;
}

.staxino-ga171l {
  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;
}

.staxino-m30hyw {
  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;
}

.staxino-nhh23z {
  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;
}

.staxino-4c6vks {
  margin-top: 24px;
}

.staxino-4c6vks.staxino-y9vsrc {
  text-align: left;
}

.staxino-4c6vks.staxino-1r2ro5 {
  text-align: right;
}

.staxino-4c6vks.staxino-33klz8 {
  text-align: center;
}

.staxino-cl0vxg {
  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.staxino-4hswkj ease-in-out;
  cursor: pointer;
}

.staxino-cl0vxg:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.staxino-cl0vxg {
  min-width: 328px;
}

@media (max-width: 768px) {
  .staxino-cl0vxg {
    min-width: unset;
  }
}

.staxino-kevw9f {
  background-color: var(--fh-bg-color);
}

.staxino-m6qhfx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.staxino-80m6bj {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.staxino-80m6bj img {
  max-height: 44px;
  object-fit: contain;
}

.staxino-g9t8ra {
  flex: 1 1;
}

.staxino-c7t8up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.staxino-glld0o {
  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;
}

.staxino-glld0o 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;
}

.staxino-glld0o.staxino-m6hzkh span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.staxino-glld0o.staxino-m6hzkh span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.staxino-glld0o.staxino-m6hzkh span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.staxino-g9t8ra + .staxino-c7t8up {
  margin-left: 20px;
}

.staxino-qlfwcy {
  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;
}

.staxino-qlfwcy > svg {
  max-width: 24px;
  max-height: 24px;
}

.staxino-qlfwcy + .staxino-qlfwcy {
  margin-left: 5px;
}

.staxino-lzqf6y {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.staxino-lzqf6y:hover {
  background-color: var(--button-bg-hover);
}

.staxino-v3oztn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.staxino-4hswkj ease-in-out;
  border: 1px solid var(--border-color);
}

.staxino-v3oztn:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.staxino-uq2v99 {
  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) {
  .staxino-g9t8ra {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .staxino-uq2v99 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .staxino-g9t8ra {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .staxino-qlfwcy {
    min-width: unset;
    flex: 1 1;
  }
}

.staxino-tci9is {
  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;
}

.staxino-tci9is:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.staxino-tci9is:hover .staxino-05jk8l {
  opacity: 1;
  pointer-events: auto;
}

.staxino-a2t8ff {
  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.staxino-zis2dg ease-in-out;
  gap: 4px;
}

.staxino-a2t8ff > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.staxino-a2t8ff .staxino-ga171l img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.staxino-r5yqy2,
.staxino-a2t8ff:hover {
  color: var(--button-bg-hover);
}

.staxino-xeps0w {
  position: relative;
}

.staxino-xeps0w .staxino-a2t8ff {
  margin-right: 0;
  padding-right: 4px;
}

.staxino-x1vm4o svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.staxino-xeps0w.staxino-m6hzkh .staxino-x1vm4o svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.staxino-xeps0w.staxino-m6hzkh .staxino-05jk8l {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.staxino-xeps0w.staxino-m6hzkh .staxino-05jk8l::before {
  display: none;
}

.staxino-x1vm4o svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.staxino-05jk8l {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.staxino-03vci7 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.staxino-05jk8l::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.staxino-05jk8l:hover {
  color: var(--fh-bg-color);
}

.staxino-vhjk8f {
  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.staxino-03vci7 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.staxino-zis2dg ease-in-out;
  -o-transition: 0.staxino-zis2dg ease-in-out;
  transition: 0.staxino-zis2dg ease-in-out;
}

.staxino-vhjk8f .staxino-ga171l img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.staxino-j9gm3x,
.staxino-vhjk8f:hover {
  color: var(--button-bg-hover);
}

.staxino-0wkbts {
  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%;
}

.staxino-0wkbts.staxino-uqxwvn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.staxino-0wkbts.staxino-uqxwvn:after,
.staxino-0wkbts.staxino-uqxwvn:before {
  content: "";
  position: absolute;
  margin: auto;
}

.staxino-0wkbts.staxino-uqxwvn: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);
  }
}

.staxino-0wkbts.staxino-uqxwvn:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.staxino-0wkbts.staxino-uqxwvn > * {
  z-index: 1;
}

.staxino-0wkbts b,
.staxino-0wkbts strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.staxino-0wkbts .staxino-ykuaz2 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.staxino-0wkbts .staxino-cj4lvr {
  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;
}

.staxino-0wkbts .staxino-ga171l {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.staxino-0wkbts .staxino-lka34h {
  margin-top: 12px;
}

.staxino-lka34h {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.staxino-p7nw32 {
  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;
}

.staxino-lka34h .staxino-3qhjf6 {
  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.staxino-4hswkj ease-in-out;
}

.staxino-lka34h .staxino-3qhjf6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.staxino-luwnhk {
  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;
}

.staxino-0wkbts.staxino-y33zrv {
  gap: 12px;
  padding: 16px;
}

.staxino-0wkbts.staxino-y33zrv .staxino-luwnhk {
  min-width: 240px;
}

.staxino-0wkbts.staxino-y33zrv .staxino-luwnhk.staxino-o3kptl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .staxino-0wkbts .staxino-ykuaz2 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .staxino-0wkbts .staxino-cj4lvr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .staxino-0wkbts .staxino-ga171l {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-ga171l {
    max-width: 126px;
  }
  .staxino-0wkbts .staxino-lka34h {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .staxino-0wkbts .staxino-p7nw32 {
    max-width: unset;
  }
  .staxino-luwnhk {
    min-width: unset;
    width: 100%;
  }
  .staxino-0wkbts .staxino-luwnhk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .staxino-0wkbts.staxino-y33zrv {
    grid-template-rows: auto 1fr auto;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-luwnhk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .staxino-0wkbts {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .staxino-0wkbts .staxino-ykuaz2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .staxino-0wkbts .staxino-ga171l {
    max-width: 78px;
  }
  .staxino-0wkbts .staxino-lka34h {
    margin-top: -12px;
  }
  .staxino-0wkbts.staxino-y33zrv {
    gap: 8px;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-ykuaz2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-cj4lvr {
    grid-column: 1/3;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-ga171l {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .staxino-0wkbts.staxino-y33zrv .staxino-ga171l img {
    max-width: 114px;
  }
}

.staxino-luwnhk.staxino-tax1nb,
.staxino-luwnhk.staxino-ead9zy,
.staxino-luwnhk.staxino-ta9zuu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.staxino-4hswkj ease-in-out;
}

.staxino-luwnhk.staxino-tax1nb,
.staxino-luwnhk.staxino-ta9zuu {
  padding: 10px;
}

.staxino-luwnhk.staxino-tax1nb:hover,
.staxino-luwnhk.staxino-ead9zy:hover,
.staxino-luwnhk.staxino-ta9zuu:hover {
  background: var(--button-bg-hover);
}

.staxino-luwnhk.staxino-tax1nb:hover svg path,
.staxino-luwnhk.staxino-ta9zuu:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.staxino-luwnhk.staxino-o3kptl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.staxino-4hswkj ease-in-out;
  background: var(--button-bg-color);
}

.staxino-luwnhk.staxino-o3kptl:hover {
  background-color: var(--button-bg-hover);
}

.staxino-luwnhk.staxino-ead9zy: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);
  }
}

.staxino-luwnhk.staxino-ead9zy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.staxino-luwnhk.staxino-o3kptl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.staxino-685maf {
  max-width: 650px;
}

.staxino-wn636z {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.staxino-luo0yu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.staxino-xwjn7h {
  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.staxino-zis2dg ease-in-out;
  cursor: pointer;
}

.staxino-xwjn7h:hover {
  opacity: 0.5;
}

.staxino-xwjn7h:focus {
  outline: 0;
}

.staxino-xwjn7h:focus .staxino-pjec32,
.staxino-xwjn7h:hover .staxino-pjec32 {
  fill: red;
  fill-opacity: 1;
}

.staxino-xwjn7h:hover {
  cursor: pointer;
}

.staxino-q7eum1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.staxino-685maf.staxino-33klz8 {
  margin: 0 auto;
}

.staxino-685maf.staxino-1r2ro5 {
  margin-left: auto;
}

.staxino-0pzdkg {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.staxino-3tlyrj {
  padding-bottom: 50px;
}

.staxino-9libnv {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.staxino-sugpu5 {
  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;
}

.staxino-v93p6r {
  margin-top: 24px;
}

.staxino-j10wkb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staxino-dnrey5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.staxino-4kzcxq {
  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;
}

.staxino-ce7ylj {
  width: 468px;
}

.staxino-4kzcxq .staxino-05jk8l {
  margin: 0.staxino-yrushy 0;
}

.staxino-vdp49a {
  display: flex;
  min-width: 224px;
}

.staxino-ten7hj {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.staxino-zis2dg ease-in-out;
}

.staxino-a0zq65,
.staxino-ten7hj:hover {
  color: var(--text-color);
}

.staxino-gexsy5 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.staxino-jlwatq {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .staxino-0pzdkg {
    padding: 16px;
  }
  .staxino-gexsy5 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .staxino-jlwatq {
    align-items: center;
  }
  .staxino-ce7ylj {
    width: unset;
  }
  .staxino-vdp49a {
    min-width: unset;
  }
  .staxino-4kzcxq {
    max-height: unset;
  }
  .staxino-9libnv {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .staxino-0pzdkg {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.staxino-q3vr8z {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.staxino-q3vr8z:not(:last-child) {
  margin-bottom: 16px;
}

.staxino-vqpy6r {
  outline: 0;
}

.staxino-vqpy6r .staxino-9mmy3v {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.staxino-p5fshl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .staxino-p5fshl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.staxino-p5fshl::-webkit-details-marker {
  display: none;
}

.staxino-p5fshl: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;
}

.staxino-p5fshl: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] .staxino-p5fshl:after {
  transform: unset;
}

.staxino-9mmy3v {
  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);
}

.staxino-9mmy3v 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.staxino-zis2dg ease-in-out;
  -o-transition: 0.staxino-zis2dg ease-in-out;
  transition: 0.staxino-zis2dg ease-in-out;
}

.staxino-ayibes {
  padding: 16px 0 0 0;
}

.staxino-ayibes * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .staxino-ayibes :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .staxino-p5fshl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .staxino-p5fshl::after {
    margin-left: auto;
  }
  .staxino-9mmy3v {
    order: 3;
    flex: 1 1 100%;
  }
  .staxino-p5fshl {
    font-size: 14px;
    line-height: 130%;
  }
  .staxino-9mmy3v svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.staxino-63mdcj {
  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;
}

.staxino-g8yj2q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.staxino-63mdcj.staxino-m6hzkh .staxino-g8yj2q {
  margin-bottom: 12px;
}

.staxino-g8yj2q::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;
}

.staxino-63mdcj.staxino-m6hzkh .staxino-g8yj2q::after {
  transform: unset;
}

.staxino-4tpx0z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.staxino-jneilo {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.staxino-zis2dg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.staxino-jneilo: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;
}

.staxino-63mdcj.staxino-m6hzkh .staxino-4tpx0z {
  max-height: 100%;
}

.staxino-w51u5k {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.staxino-nwige2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.staxino-a62jhz {
  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;
}

.staxino-654dz7 {
  margin-right: 4px;
}

.staxino-z49qqo {
  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.staxino-zis2dg ease-in-out;
}

.staxino-z49qqo svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.staxino-c90rr9,
.staxino-z49qqo:hover {
  color: var(--text-color);
}

.staxino-joxzb6 {
  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;
}

.staxino-joxzb6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.staxino-joxzb6 .staxino-c3xsc0 {
  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;
}

.staxino-joxzb6 .staxino-fqcvlp {
  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;
}

.staxino-6xq0u0 {
  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;
}

.staxino-wg5enu {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.staxino-t9zp97 .staxino-skgpp0 {
  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;
}

.staxino-t9zp97 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.staxino-39rlyw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.staxino-rt405k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.staxino-bk4e7p {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.staxino-labjzm 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;
}

.staxino-bk4e7p:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.staxino-047bea {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.staxino-mc3je9 {
  -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.staxino-zis2dg ease-in-out;
  transition: transform 0.staxino-zis2dg ease-in-out;
  -o-transition: transform 0.staxino-zis2dg ease-in-out;
  transition:
    transform 0.staxino-zis2dg ease-in-out,
    -webkit-transform 0.staxino-zis2dg ease-in-out;
  cursor: pointer;
}

.staxino-mc3je9 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.staxino-mc3je9: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;
}

.staxino-j8epkn {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .staxino-j8epkn {
    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);
}

.staxino-niv615 {
  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;
}

.staxino-s8ww8d {
  position: relative;
  width: 100%;
}

.staxino-niv615.staxino-svspff {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.staxino-niv615.staxino-33klz8 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.staxino-niv615.staxino-1r2ro5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.staxino-kme93k {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.staxino-mqrd7c {
  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.staxino-zis2dg ease-in-out;
  cursor: pointer;
}

.staxino-mqrd7c:hover {
  opacity: 0.5;
}

.staxino-niv615.staxino-37lret .staxino-mqrd7c {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.staxino-niv615.staxino-37lret .staxino-kme93k {
  cursor: pointer;
}

.staxino-ntfhr5 {
  fill: #0009;
}

.staxino-qaqho9 {
  fill: #fff;
}

.staxino-mqrd7c:hover .staxino-ntfhr5 {
  fill: red;
}

.staxino-mqrd7c svg path {
  -webkit-transition: 0.staxino-zis2dg ease-in-out;
  -o-transition: 0.staxino-zis2dg ease-in-out;
  transition: 0.staxino-zis2dg ease-in-out;
}

.staxino-sjge12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.staxino-sjge12 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.staxino-sjge12.staxino-ekw9o8 > :not(.get-image) {
  grid-column: 1/3;
}

.staxino-gfc6ux:not(._h1-block) .staxino-sjge12 > .staxino-x1hwcy {
  grid-row: 1/2;
  grid-column: 1/3;
}

.staxino-sjge12.staxino-ekw9o8 .staxino-h27vzj {
  grid-column: 2/3;
}

.staxino-sjge12.staxino-ekw9o8 > .staxino-ga171l {
  grid-column: 1/2;
}

.staxino-sjge12.staxino-ekw9o8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.staxino-sjge12 > p:first-of-type {
  margin-top: 0;
}

.staxino-sjge12 .staxino-ga171l {
  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;
}

.staxino-gfc6ux:not(._h1-block) .staxino-x1hwcy ~ .staxino-ga171l {
  grid-row: 2/10;
}

.staxino-gfc6ux.staxino-bwew2y .staxino-x1hwcy ~ .staxino-ga171l {
  grid-row: 1/10;
}

.staxino-gfc6ux.staxino-bwew2y > .staxino-x1hwcy {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.staxino-gfc6ux.staxino-bwew2y .staxino-ga171l {
  grid-row: 1/10;
}

.staxino-sjge12.staxino-who4wd .staxino-ga171l {
  align-items: flex-start;
}

.staxino-sjge12.staxino-33klz8 .staxino-h27vzj {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.staxino-sjge12.staxino-33klz8 .staxino-ga171l {
  align-items: center;
}

.staxino-sjge12.staxino-xzemjf .staxino-ga171l {
  align-items: flex-end;
}

.staxino-h27vzj > :first-child {
  margin-top: 0;
}

.staxino-h27vzj > :last-child {
  margin-bottom: 0;
}

* + .staxino-s72cx9,
.staxino-gfc6ux + .staxino-gfc6ux {
  margin-top: 2rem;
}

.staxino-d9utz6 td::before,
.staxino-d9utz6 th::after {
  display: none !important;
}

.staxino-d9utz6 #link-selector {
  color: #000;
}

.staxino-d9utz6 .staxino-1u71vr {
  color: #135e96;
}

.staxino-d9utz6 .staxino-a9yezu *,
.staxino-d9utz6 .staxino-4y7okv p,
.staxino-d9utz6 .staxino-1x2b8f * {
  color: #000;
}

.staxino-d9utz6 .staxino-5gt83b {
  background: 0 0 !important;
}

.staxino-d9utz6 .staxino-w1dshm {
  color: #000;
}

.staxino-d9utz6 .staxino-gk0lr3.staxino-ek9b41 {
  color: #fff;
}

.staxino-d9utz6 .staxino-nsvb22 {
  color: #000;
}

.staxino-d9utz6
  .staxino-xrtt25
  .staxino-jvzyrf.staxino-ek9b41.staxino-ohrxa5 {
  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;
}

.staxino-oga1fu,
body .staxino-w41bzr {
  color: #000;
  background: var(--color-body) !important;
}

.staxino-oga1fu .staxino-ao7kt9 .staxino-onk9kr,
body .staxino-w41bzr .staxino-ao7kt9 .staxino-onk9kr {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .staxino-jneilo:focus,
  .staxino-jneilo:hover {
    color: #f9cb16;
  }
  .staxino-d43v1d:focus,
  .staxino-d43v1d:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .staxino-aqjmkm:focus img,
  .staxino-aqjmkm:focus svg,
  .staxino-aqjmkm:hover img,
  .staxino-aqjmkm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .staxino-joxzb6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .staxino-xeps0w:hover .staxino-x1vm4o svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .staxino-x1vm4o {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .staxino-2ogw0h {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .staxino-txtcdr {
    grid-template-columns: repeat(4, 1fr);
  }
  .staxino-tq9z9q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .staxino-m9km01 .staxino-1sz6tw {
    grid-template-columns: 1fr;
  }
  .staxino-m9km01 .staxino-ijj4d2 {
    -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;
  }
  .staxino-m9km01 .staxino-9youny {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .staxino-m9km01 .staxino-0moz4f {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .staxino-m9km01 .staxino-tems5d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .staxino-m9km01 .staxino-9youny:not(:first-child) {
    border: none;
  }
  .staxino-m9km01 .staxino-9youny:first-child .staxino-0moz4f {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .staxino-m9km01 .staxino-9youny:last-child .staxino-0moz4f {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .staxino-m6qhfx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .staxino-80m6bj {
    max-width: 100px;
  }
  .staxino-g9t8ra {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .staxino-c7t8up {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .staxino-c7t8up svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .staxino-glld0o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .staxino-g9t8ra + .staxino-c7t8up {
    margin-left: auto;
  }
  .staxino-xux047 {
    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;
  }
  .staxino-xux047.staxino-m6hzkh {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .staxino-uq2v99 {
    -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;
  }
  .staxino-tci9is {
    width: 100%;
  }
  .staxino-tci9is:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .staxino-a2t8ff {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .staxino-a2t8ff svg {
    margin-right: 4px;
  }
  .staxino-xeps0w {
    -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;
  }
  .staxino-x1vm4o svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .staxino-x1vm4o {
    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;
  }
  .staxino-05jk8l {
    display: none;
    width: 100%;
  }
  .staxino-xeps0w.staxino-m6hzkh .staxino-05jk8l {
    padding: 0 0 0 48px;
  }
  .staxino-vhjk8f {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .staxino-sugpu5 .staxino-ga171l {
    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;
  }
  .staxino-kb7jyc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .staxino-kb7jyc + .staxino-kb7jyc {
    margin-right: 0;
  }
  .staxino-kb7jyc + .staxino-ga171l {
    margin: 0;
  }
  .staxino-2ogw0h {
    grid-template-columns: repeat(4, 1fr);
  }
  .staxino-txtcdr {
    grid-template-columns: repeat(3, 1fr);
  }
  .staxino-meosm8,
  .staxino-a9sqy8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .staxino-sjge12 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .staxino-sjge12.staxino-ekw9o8 .staxino-h27vzj {
    grid-column: auto;
    grid-row: auto;
  }
  .staxino-sjge12 > .staxino-x1hwcy {
    grid-column: 1/2;
  }
  .staxino-sjge12.staxino-ekw9o8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .staxino-sjge12 .staxino-ga171l,
  .staxino-sjge12.staxino-ekw9o8 > .staxino-ga171l {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .staxino-sjge12.staxino-ekw9o8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .staxino-gfc6ux.staxino-bwew2y .staxino-sjge12 > .staxino-ga171l {
    grid-row: 1/2;
  }
  .staxino-sjge12 .staxino-x1hwcy ~ .staxino-ga171l,
  .staxino-sjge12.staxino-ekw9o8 .staxino-x1hwcy ~ .staxino-ga171l {
    grid-row: 2/3;
  }
  .staxino-gfc6ux.staxino-bwew2y .staxino-x1hwcy ~ .staxino-ga171l {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .staxino-78anab:first-child .staxino-52fw2h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staxino-78anab:first-child .staxino-52fw2h h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .staxino-78anab {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .staxino-78anab {
    padding: 0;
  }
  .staxino-4c6vks {
    margin-top: 1rem;
  }
  .staxino-vqpy6r {
    border-radius: 5px;
  }
  .staxino-8v2c1t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staxino-g8yj2q::after {
    display: inline-block;
  }
  .staxino-g8yj2q {
    margin: 0;
    width: 100%;
  }
  .staxino-4tpx0z {
    width: 100%;
  }
  .staxino-4tpx0z.staxino-ne34g7 {
    -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%;
  }
  .staxino-4tpx0z.staxino-ne34g7 .staxino-3119w1 {
    width: 100%;
  }
  .staxino-4tpx0z.staxino-ne34g7 .staxino-3119w1:not(:last-child) {
    margin-right: 0;
  }
  .staxino-jneilo {
    width: 100%;
    text-align: center;
  }
  .staxino-63mdcj.staxino-m6hzkh .staxino-4tpx0z {
    margin-top: 1rem;
  }
  .staxino-2ogw0h {
    grid-template-columns: repeat(3, 1fr);
  }
  .staxino-tq9z9q,
  .staxino-txtcdr {
    grid-template-columns: repeat(2, 1fr);
  }
  .staxino-meosm8,
  .staxino-a9sqy8,
  .staxino-nhfp7p {
    grid-template-columns: 1fr;
  }
  .staxino-uof1n3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .staxino-z2oklq {
    min-width: 300px;
    max-width: 325px;
  }
  .staxino-0moz4f {
    cursor: auto;
  }
  .staxino-hrq6do .staxino-0moz4f {
    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;
  }
  .staxino-j8epkn {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .staxino-05jk8l {
    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) {
  .staxino-j8epkn {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.staxino-kb7jyc p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .staxino-c7t8up {
    margin: 0 -0.2rem;
  }
  .staxino-kb7jyc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .staxino-182d4g {
    -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;
  }
  .staxino-h9lim6 {
    max-width: 100%;
  }
  .staxino-2ogw0h {
    grid-template-columns: repeat(2, 1fr);
  }
  .staxino-tq9z9q,
  .staxino-txtcdr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .staxino-m6qhfx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staxino-c7t8up {
    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;
  }
  .staxino-kevw9f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staxino-qlfwcy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .staxino-5i9lof,
  .staxino-s3udcz {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .staxino-cl0vxg {
    width: 100%;
  }
  .staxino-2ogw0h {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .staxino-j8epkn {
    top: 127px !important;
  }
}

.staxino-ubqvtp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .staxino-ubqvtp {
  }
}

@media (max-width: 767px) {
  .staxino-ubqvtp {
    margin-bottom: 12px;
  }
}

.staxino-ubqvtp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.staxino-8l5r4t {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.staxino-8l5r4t > .staxino-nvm792 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .staxino-8l5r4t {
    flex-direction: column;
    gap: 12px;
  }
}

.staxino-yv6wot {
  display: flex;
}

.staxino-yv6wot .staxino-yglhjq {
  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;
}

.staxino-yv6wot .staxino-1afy3g {
  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;
}

.staxino-yv6wot .staxino-3r96aa {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.staxino-yv6wot .staxino-253ix2 {
  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));
  }
}

.staxino-yv6wot .staxino-253ix2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.staxino-yv6wot .staxino-2j2qqc {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.staxino-byytfb {
  border: unset;
  background-color: unset;
}

.staxino-byytfb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.staxino-byytfb .staxino-vgtp7e,
.staxino-byytfb .staxino-arq8wq {
  flex: 0 1 330px;
}

.staxino-byytfb .staxino-gwwnn2 {
  flex: 1 1;
}

.staxino-byytfb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.staxino-byytfb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.staxino-byytfb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.staxino-byytfb tr td p {
  color: #fff;
  margin: 0;
}

.staxino-byytfb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.staxino-byytfb tr.staxino-vgtp7e td p {
  padding: 16px 0;
}

.staxino-byytfb tr.staxino-vgtp7e td p:not(:last-child),
.staxino-byytfb tr.staxino-arq8wq td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.staxino-byytfb tr.staxino-vgtp7e td p:first-child,
.staxino-byytfb tr.staxino-arq8wq td p:first-child {
  padding-top: 0;
}

.staxino-byytfb tr.staxino-arq8wq td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.staxino-byytfb tr.staxino-arq8wq td p:last-child {
  padding-bottom: 0;
}

.staxino-byytfb .staxino-arq8wq img {
  max-width: 32px;
}

.staxino-byytfb .staxino-gwwnn2 {
  min-width: 718px;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.staxino-byytfb .staxino-gwwnn2 td {
  display: flex;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je,
.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-o6y6m2,
.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-4byper {
  flex: 1 1 50%;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-xlx3k8 {
  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;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-3hqowc,
.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-10nns7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je,
.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-o6y6m2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je span,
.staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-o6y6m2 span {
  font-weight: 800;
}

.staxino-byytfb .staxino-gwwnn2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .staxino-byytfb .staxino-gwwnn2 td .staxino-4byper:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .staxino-byytfb tr.staxino-vgtp7e td p:last-child {
    padding-bottom: 0;
  }
  .staxino-byytfb .staxino-arq8wq > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .staxino-byytfb .staxino-arq8wq > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .staxino-byytfb tr.staxino-vgtp7e td p:not(:last-child),
  .staxino-byytfb tr.staxino-arq8wq td p:not(:last-child) {
    border-bottom: unset;
  }
  .staxino-byytfb tr.staxino-arq8wq td p:last-child {
    padding-bottom: 12px;
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je,
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-o6y6m2,
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-4byper {
    flex: 1 1 50%;
    padding: 0;
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je,
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-o6y6m2 {
    margin-top: 16px;
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-4byper {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-una7je {
    border-right: 1px solid var(--border-color);
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-4byper:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .staxino-byytfb .staxino-gwwnn2 td:last-child .staxino-4byper:last-child {
    padding-bottom: 0;
  }
}

.staxino-4byper {
  display: flex;
  flex-direction: column;
}

.staxino-byytfb .staxino-gwwnn2 td .staxino-4byper {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.staxino-byytfb .staxino-gwwnn2 td .staxino-4byper:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.staxino-byytfb .staxino-gwwnn2 td .staxino-4byper:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .staxino-byytfb .staxino-gwwnn2 td .staxino-4byper:not(:first-child) {
    padding-left: 0;
  }
  .staxino-byytfb .staxino-gwwnn2 td .staxino-4byper:not(:last-of-type) {
    border-right: unset;
  }
}

.staxino-byytfb .staxino-1x73fw {
  flex: 0 1 485px;
}

.staxino-byytfb .staxino-tdsihr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.staxino-byytfb .staxino-tdsihr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.staxino-byytfb .staxino-tdsihr li.staxino-mxqaw4 {
  padding: 6px 12px;
}

.staxino-byytfb .staxino-tdsihr li a,
.staxino-byytfb .staxino-tdsihr 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;
}

.staxino-byytfb .staxino-fubuva,
.staxino-byytfb .staxino-zl8pgk {
  flex: 1 1;
}

.staxino-byytfb .staxino-n6hah5,
.staxino-byytfb .staxino-vea8o9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.staxino-byytfb .staxino-n6hah5 li,
.staxino-byytfb .staxino-vea8o9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.staxino-byytfb .staxino-zl8pgk img {
  max-width: 32px;
}

.staxino-byytfb .staxino-fubuva img {
  max-width: 32px;
}

.staxino-byytfb .staxino-kibsbl {
  min-width: 280px;
}

.staxino-byytfb .staxino-kibsbl img {
  max-width: 146px;
}

.staxino-byytfb .staxino-kibsbl td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .staxino-byytfb .staxino-vgtp7e,
  .staxino-byytfb .staxino-arq8wq {
    flex: 0 1 auto;
  }
  .staxino-byytfb .staxino-gwwnn2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .staxino-byytfb .staxino-vgtp7e,
  .staxino-byytfb .staxino-1x73fw,
  .staxino-byytfb .staxino-arq8wq,
  .staxino-byytfb .staxino-gwwnn2 {
    flex: 1 1 calc(50% - 20px);
  }
  .staxino-byytfb .staxino-fubuva,
  .staxino-byytfb .staxino-kibsbl,
  .staxino-byytfb .staxino-zl8pgk {
    flex: 1 1 30%;
  }
  .staxino-byytfb .staxino-kibsbl {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .staxino-byytfb .staxino-vgtp7e,
  .staxino-byytfb .staxino-1x73fw,
  .staxino-byytfb .staxino-fubuva,
  .staxino-byytfb .staxino-arq8wq,
  .staxino-byytfb .staxino-gwwnn2,
  .staxino-byytfb .staxino-kibsbl,
  .staxino-byytfb .staxino-zl8pgk {
    flex: 1 1 100%;
  }
}

.staxino-h76zbt .staxino-ygvfn5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.staxino-h76zbt .staxino-0rcdh6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.staxino-h76zbt .staxino-xqo981 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.staxino-h76zbt .staxino-eb1kiw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.staxino-h76zbt .staxino-eb1kiw > :nth-child(3) {
  margin-top: 0;
}

.staxino-h76zbt .staxino-ga171l {
  grid-column: 2/3;
  grid-row: 1/10;
}

.staxino-h76zbt .staxino-ciei4q {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.staxino-h76zbt .staxino-4c6vks {
  grid-column: 1/2;
}

.staxino-h76zbt > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.staxino-h76zbt .staxino-0rcdh6: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;
}

.staxino-h76zbt .staxino-0rcdh6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.staxino-h76zbt .staxino-cl0vxg {
  min-width: 240px;
}

@media (max-width: 768px) {
  .staxino-h76zbt .staxino-0rcdh6:not(:last-child):before {
    bottom: 8px;
  }
  .staxino-h76zbt .staxino-0rcdh6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .staxino-h76zbt .staxino-eb1kiw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .staxino-h76zbt .staxino-ga171l {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .staxino-h76zbt .staxino-ga171l img {
    width: 100%;
    height: auto;
  }
  .staxino-h76zbt .staxino-cl0vxg {
    width: 100%;
    min-width: unset;
  }
}

.staxino-nspp75 .staxino-ov0l4d {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.staxino-nspp75 .staxino-rij2nm {
  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;
}

.staxino-nspp75 .staxino-ga171l {
  height: 100%;
}

.staxino-nspp75 .staxino-ga171l img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.staxino-nspp75 .staxino-zyd247 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.staxino-nspp75 .staxino-jxtady {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.staxino-nspp75 .staxino-ikcaxc {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .staxino-nspp75 .staxino-rij2nm {
    flex: 1 1 100%;
  }
  .staxino-nspp75 .staxino-luwnhk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .staxino-nspp75 .staxino-rij2nm {
    flex-direction: column;
  }
  .staxino-nspp75 .staxino-ga171l {
    width: 100%;
    height: auto;
  }
  .staxino-nspp75 .staxino-ga171l img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .staxino-nspp75 .staxino-zyd247 {
    padding: 0 16px 16px 16px;
  }
  .staxino-nspp75 .staxino-luwnhk {
    min-width: unset;
    width: 100%;
  }
}

.staxino-jux9j1 .staxino-kqiebe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.staxino-jux9j1 .staxino-in2485 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.staxino-jux9j1 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;
}

.staxino-jux9j1 .staxino-eoztjo {
  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;
}

.staxino-jux9j1 .staxino-in2485:hover .staxino-eoztjo {
  display: flex;
}

.staxino-jux9j1 .staxino-2vjbjb {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.staxino-jux9j1 .staxino-vn4nmc {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.staxino-kw4bve {
  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;
}

.staxino-kw4bve.staxino-bvg2u5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.staxino-4hswkj ease-in-out;
}

.staxino-kw4bve.staxino-bvg2u5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.staxino-jux9j1 .staxino-dhq7br {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.staxino-4hswkj ease-in-out;
}

.staxino-jux9j1 .staxino-dhq7br:hover {
  color: #196948;
  background-color: #f9cb16;
}

.staxino-jux9j1 .staxino-dhq7br:after,
.staxino-kw4bve.staxino-bvg2u5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.staxino-kw4bve.staxino-bvg2u5:after {
  background-image: url(../images/Cash.svg);
}

.staxino-jux9j1 .staxino-dhq7br:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .staxino-jux9j1 .staxino-kqiebe {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .staxino-jux9j1 .staxino-kqiebe {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .staxino-jux9j1 .staxino-kqiebe {
    grid-template-columns: 1fr;
  }
  .staxino-jux9j1 .staxino-in2485 {
    height: auto;
  }
  .staxino-jux9j1 .staxino-in2485 .staxino-eoztjo {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .staxino-jux9j1 .staxino-2vjbjb,
  .staxino-jux9j1 .staxino-vn4nmc {
    text-align: left;
  }
  .staxino-jux9j1 .staxino-vn4nmc {
    margin-bottom: 8px;
  }
  .staxino-jux9j1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.staxino-conpko {
  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;
}

.staxino-conpko.staxino-37lret {
  display: block;
}

.staxino-conpko .staxino-1v2kui {
  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;
}

.staxino-conpko .staxino-746uyk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.staxino-conpko .staxino-7vgy5w {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.staxino-conpko .staxino-pou2zy {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.staxino-conpko .staxino-kw4bve {
  min-width: 296px;
  margin-bottom: 0;
}

.staxino-conpko .staxino-u8nmzk {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.staxino-conpko .staxino-2jlody {
  position: relative;
  flex: 1 1;
}

.staxino-conpko .staxino-2jlody iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .staxino-conpko .staxino-746uyk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .staxino-conpko .staxino-7vgy5w {
    order: 1;
  }
  .staxino-conpko .staxino-pou2zy {
    order: 3;
    flex: 1 1 100%;
  }
  .staxino-conpko .staxino-kw4bve {
    width: 100%;
    min-width: unset;
  }
  .staxino-conpko .staxino-u8nmzk {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .staxino-sjge12 > .staxino-x1hwcy {
    margin-bottom: 0;
  }
  .staxino-sjge12 > .staxino-4c6vks,
  .staxino-sjge12 > p {
    margin-top: 0;
  }
}

.staxino-a575d4 img,
.staxino-kb7jyc img {
  width: auto;
  object-fit: contain;
}

.staxino-a575d4 {
  align-items: center;
}

.staxino-a575d4 img {
  max-height: 76px;
}

.staxino-kb7jyc img {
  max-height: 64px;
}

.staxino-8t6w8s {
  overflow: auto;
}

.staxino-mqyo0f {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.staxino-tcsyf8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.staxino-dg0z5h {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.staxino-runggm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.staxino-dg0z5h .staxino-ga171l {
  margin-right: 20px;
  flex-shrink: 0;
}

.staxino-dg0z5h img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.staxino-tn6z7f {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.staxino-tn6z7f > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .staxino-dg0z5h {
    padding: 15px 10px;
  }
  .staxino-tn6z7f {
    padding: 15px 10px;
  }
  .staxino-dg0z5h .staxino-ga171l {
    margin-right: 10px;
  }
}

.staxino-j0lpma {
  overflow-x: auto;
}

.staxino-gx9rtp {
  border-collapse: collapse;
  width: 100%;
}

.staxino-j0lpma th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.staxino-j0lpma td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.staxino-j0lpma td.staxino-l6zayb {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.staxino-j0lpma td.staxino-iyh92w {
  border-right: none;
}

.staxino-j0lpma td.staxino-iyh92w .staxino-ga171l {
  justify-content: flex-start;
}

.staxino-j0lpma td.staxino-iyh92w .staxino-ga171l img {
  height: auto;
  width: 90px;
}

.staxino-j0lpma td.staxino-voit4e,
.staxino-j0lpma td.staxino-flfb9b {
  font-weight: 600;
  text-align: right;
}

.staxino-j0lpma td.staxino-7y6z2w,
.staxino-j0lpma td.staxino-voit4e {
  padding-bottom: 10px;
  border-bottom: none;
}

.staxino-j0lpma td.staxino-voit4e,
.staxino-j0lpma td.staxino-flfb9b {
  border-left: none;
}

.staxino-j0lpma td.staxino-7y6z2w,
.staxino-j0lpma td.staxino-g67pgu {
  border-right: none;
}

.staxino-j0lpma td.staxino-g67pgu,
.staxino-j0lpma td.staxino-flfb9b {
  border-top: none;
  padding-top: 10px;
}

.staxino-i62d0v {
  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;
}

.staxino-i62d0v .staxino-luwnhk {
  min-width: unset;
  width: 100%;
}

.staxino-i62d0v .staxino-luwnhk.staxino-tax1nb {
  grid-column: 1/2;
  grid-row: 1/2;
}

.staxino-i62d0v .staxino-luwnhk.staxino-ta9zuu {
  grid-column: 2/3;
  grid-row: 1/2;
}

.staxino-i62d0v .staxino-fi0bz9 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .staxino-i62d0v {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .staxino-i62d0v .staxino-luwnhk.staxino-tax1nb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .staxino-i62d0v .staxino-luwnhk.staxino-ta9zuu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .staxino-i62d0v .staxino-fi0bz9 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.staxino-2y6naz {
  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;
}

.staxino-xeirll {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.staxino-wpag8x p a img {
  margin: 0 auto;
  display: block;
}

.staxino-wpag8x table {
  margin-bottom: 17px;
}

/* contanct form */
.staxino-z0akqg {
  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;
}

.staxino-z0akqg label {
  font-size: 14px;
}

.staxino-z0akqg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.staxino-z0akqg input,
.staxino-z0akqg textarea,
.staxino-z0akqg 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;
}
.staxino-z0akqg button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.staxino-4hswkj ease;
}
.staxino-z0akqg button:hover {
  background-color: #691204;
}
.staxino-ng9njq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.staxino-z60kdy ease-in;
}

.staxino-ng9njq h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}