@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);
}

.lex-z8q6ej {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lex-q1k1kx {
  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.lex-y2zi1c,
ul.lex-y2zi1c {
  padding-left: 20px;
}

ul.lex-y2zi1c {
  list-style: disc;
}

ol.lex-y2zi1c {
  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;
  }
}

.lex-x54j3w > .lex-r63e0k,
.lex-x54j3w > .lex-wz4ifa,
.lex-x54j3w > blockquote,
.lex-x54j3w > h1,
.lex-x54j3w > h2,
.lex-x54j3w > h3,
.lex-x54j3w > h4,
.lex-x54j3w > h5,
.lex-x54j3w > h6,
.lex-x54j3w > ol,
.lex-x54j3w > p,
.lex-x54j3w > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lex-x54j3w > ol,
.lex-x54j3w > ul {
  padding-left: 50px;
}

.lex-x54j3w 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;
}

.lex-x54j3w:not(:last-child) {
  margin-bottom: 2rem;
}

.lex-x54j3w > :not(:first-child) {
  margin-top: 2rem;
}

.lex-x54j3w {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lex-x54j3w:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .lex-x54j3w:first-child {
    margin-top: 20px;
  }
}

.lex-x54j3w > p:last-of-type {
  margin-bottom: 32px;
}

.lex-x54j3w > .lex-q8qou2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.lex-7fv2vd > .lex-q8qou2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lex-wz4ifa {
  overflow: auto;
}

.lex-wz4ifa::-webkit-scrollbar {
  height: 5px;
}

.lex-wz4ifa table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.lex-wz4ifa table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.lex-wz4ifa table thead,
table thead {
  border-bottom: none;
}

.lex-wz4ifa table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.lex-wz4ifa table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.lex-wz4ifa table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.lex-wz4ifa .lex-2wcse0 {
  table-layout: auto;
}

.lex-wz4ifa .lex-2wcse0 th {
  word-break: normal;
}

.lex-wz4ifa .lex-2wcse0 td {
  word-break: normal;
}

.lex-z8q6ej .lex-z8q6ej {
  padding-right: 0;
  padding-left: 0;
}

.lex-a38aw0 {
  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;
}

.lex-2zx27a {
  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;
}

.lex-7gkr9m {
  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;
}

.lex-r63e0k {
  margin-top: 24px;
}

.lex-r63e0k.lex-l5la6j {
  text-align: left;
}

.lex-r63e0k.lex-4hsb19 {
  text-align: right;
}

.lex-r63e0k.lex-pqxri4 {
  text-align: center;
}

.lex-t9xs1h {
  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.lex-3bcd7s ease-in-out;
  cursor: pointer;
}

.lex-t9xs1h:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.lex-t9xs1h {
  min-width: 328px;
}

@media (max-width: 768px) {
  .lex-t9xs1h {
    min-width: unset;
  }
}

.lex-49v4nm {
  background-color: var(--fh-bg-color);
}

.lex-2sfbyy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.lex-y0iybl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.lex-y0iybl img {
  max-height: 44px;
  object-fit: contain;
}

.lex-pd9vvl {
  flex: 1 1;
}

.lex-v017se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.lex-222om2 {
  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;
}

.lex-222om2 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;
}

.lex-222om2.lex-6842gc span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.lex-222om2.lex-6842gc span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.lex-222om2.lex-6842gc span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.lex-pd9vvl + .lex-v017se {
  margin-left: 20px;
}

.lex-39ytdf {
  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;
}

.lex-39ytdf > svg {
  max-width: 24px;
  max-height: 24px;
}

.lex-39ytdf + .lex-39ytdf {
  margin-left: 5px;
}

.lex-0dar72 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.lex-0dar72:hover {
  background-color: var(--button-bg-hover);
}

.lex-pm67a2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.lex-3bcd7s ease-in-out;
  border: 1px solid var(--border-color);
}

.lex-pm67a2:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.lex-ugr0yh {
  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) {
  .lex-pd9vvl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .lex-ugr0yh {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .lex-pd9vvl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .lex-39ytdf {
    min-width: unset;
    flex: 1 1;
  }
}

.lex-49kpf5 {
  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;
}

.lex-49kpf5:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.lex-49kpf5:hover .lex-14eswo {
  opacity: 1;
  pointer-events: auto;
}

.lex-i3wn1e {
  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.lex-eznmrl ease-in-out;
  gap: 4px;
}

.lex-i3wn1e > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lex-i3wn1e .lex-a38aw0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lex-c0ekhm,
.lex-i3wn1e:hover {
  color: var(--button-bg-hover);
}

.lex-88m3kd {
  position: relative;
}

.lex-88m3kd .lex-i3wn1e {
  margin-right: 0;
  padding-right: 4px;
}

.lex-npdq0x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lex-88m3kd.lex-6842gc .lex-npdq0x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.lex-88m3kd.lex-6842gc .lex-14eswo {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.lex-88m3kd.lex-6842gc .lex-14eswo::before {
  display: none;
}

.lex-npdq0x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.lex-14eswo {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.lex-nv8nhr 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.lex-14eswo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.lex-14eswo:hover {
  color: var(--fh-bg-color);
}

.lex-e70bvl {
  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.lex-nv8nhr 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.lex-eznmrl ease-in-out;
  -o-transition: 0.lex-eznmrl ease-in-out;
  transition: 0.lex-eznmrl ease-in-out;
}

.lex-e70bvl .lex-a38aw0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lex-waz6dk,
.lex-e70bvl:hover {
  color: var(--button-bg-hover);
}

.lex-drfo3y {
  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%;
}

.lex-drfo3y.lex-wnebyp {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.lex-drfo3y.lex-wnebyp:after,
.lex-drfo3y.lex-wnebyp:before {
  content: "";
  position: absolute;
  margin: auto;
}

.lex-drfo3y.lex-wnebyp: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);
  }
}

.lex-drfo3y.lex-wnebyp:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.lex-drfo3y.lex-wnebyp > * {
  z-index: 1;
}

.lex-drfo3y b,
.lex-drfo3y strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.lex-drfo3y .lex-4zcyav {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.lex-drfo3y .lex-ng3lmo {
  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;
}

.lex-drfo3y .lex-a38aw0 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.lex-drfo3y .lex-blku0d {
  margin-top: 12px;
}

.lex-blku0d {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.lex-0o74id {
  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;
}

.lex-blku0d .lex-dpgykb {
  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.lex-3bcd7s ease-in-out;
}

.lex-blku0d .lex-dpgykb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lex-ehd9l1 {
  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;
}

.lex-drfo3y.lex-vr3gss {
  gap: 12px;
  padding: 16px;
}

.lex-drfo3y.lex-vr3gss .lex-ehd9l1 {
  min-width: 240px;
}

.lex-drfo3y.lex-vr3gss .lex-ehd9l1.lex-zxjskl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .lex-drfo3y .lex-4zcyav {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .lex-drfo3y .lex-ng3lmo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .lex-drfo3y .lex-a38aw0 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .lex-drfo3y.lex-vr3gss .lex-a38aw0 {
    max-width: 126px;
  }
  .lex-drfo3y .lex-blku0d {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .lex-drfo3y .lex-0o74id {
    max-width: unset;
  }
  .lex-ehd9l1 {
    min-width: unset;
    width: 100%;
  }
  .lex-drfo3y .lex-ehd9l1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .lex-drfo3y.lex-vr3gss {
    grid-template-rows: auto 1fr auto;
  }
  .lex-drfo3y.lex-vr3gss .lex-ehd9l1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .lex-drfo3y {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .lex-drfo3y .lex-4zcyav {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .lex-drfo3y .lex-a38aw0 {
    max-width: 78px;
  }
  .lex-drfo3y .lex-blku0d {
    margin-top: -12px;
  }
  .lex-drfo3y.lex-vr3gss {
    gap: 8px;
  }
  .lex-drfo3y.lex-vr3gss .lex-4zcyav {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .lex-drfo3y.lex-vr3gss .lex-ng3lmo {
    grid-column: 1/3;
  }
  .lex-drfo3y.lex-vr3gss .lex-a38aw0 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .lex-drfo3y.lex-vr3gss .lex-a38aw0 img {
    max-width: 114px;
  }
}

.lex-ehd9l1.lex-4j0hen,
.lex-ehd9l1.lex-d6gth8,
.lex-ehd9l1.lex-m46qhc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.lex-3bcd7s ease-in-out;
}

.lex-ehd9l1.lex-4j0hen,
.lex-ehd9l1.lex-m46qhc {
  padding: 10px;
}

.lex-ehd9l1.lex-4j0hen:hover,
.lex-ehd9l1.lex-d6gth8:hover,
.lex-ehd9l1.lex-m46qhc:hover {
  background: var(--button-bg-hover);
}

.lex-ehd9l1.lex-4j0hen:hover svg path,
.lex-ehd9l1.lex-m46qhc:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.lex-ehd9l1.lex-zxjskl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.lex-3bcd7s ease-in-out;
  background: var(--button-bg-color);
}

.lex-ehd9l1.lex-zxjskl:hover {
  background-color: var(--button-bg-hover);
}

.lex-ehd9l1.lex-d6gth8: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);
  }
}

.lex-ehd9l1.lex-d6gth8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lex-ehd9l1.lex-zxjskl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lex-jzzgv2 {
  max-width: 650px;
}

.lex-4kkst4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.lex-8f9r0l {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lex-p269v6 {
  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.lex-eznmrl ease-in-out;
  cursor: pointer;
}

.lex-p269v6:hover {
  opacity: 0.5;
}

.lex-p269v6:focus {
  outline: 0;
}

.lex-p269v6:focus .lex-goaagc,
.lex-p269v6:hover .lex-goaagc {
  fill: red;
  fill-opacity: 1;
}

.lex-p269v6:hover {
  cursor: pointer;
}

.lex-k5boab {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.lex-jzzgv2.lex-pqxri4 {
  margin: 0 auto;
}

.lex-jzzgv2.lex-4hsb19 {
  margin-left: auto;
}

.lex-o3z0v9 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.lex-qw56ma {
  padding-bottom: 50px;
}

.lex-o2tbhr {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.lex-py4w5r {
  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;
}

.lex-vgm1gl {
  margin-top: 24px;
}

.lex-b6gwc0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lex-q4doyo {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.lex-7gpuyg {
  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;
}

.lex-z4qxjo {
  width: 468px;
}

.lex-7gpuyg .lex-14eswo {
  margin: 0.lex-dazwu0 0;
}

.lex-zk50w6 {
  display: flex;
  min-width: 224px;
}

.lex-rz4wkk {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.lex-eznmrl ease-in-out;
}

.lex-8gcrgc,
.lex-rz4wkk:hover {
  color: var(--text-color);
}

.lex-hgvbwm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.lex-9mmyls {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .lex-o3z0v9 {
    padding: 16px;
  }
  .lex-hgvbwm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .lex-9mmyls {
    align-items: center;
  }
  .lex-z4qxjo {
    width: unset;
  }
  .lex-zk50w6 {
    min-width: unset;
  }
  .lex-7gpuyg {
    max-height: unset;
  }
  .lex-o2tbhr {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .lex-o3z0v9 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.lex-wlaydc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lex-wlaydc:not(:last-child) {
  margin-bottom: 16px;
}

.lex-jae8cq {
  outline: 0;
}

.lex-jae8cq .lex-otcgu0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.lex-8g5t9l {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .lex-8g5t9l {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.lex-8g5t9l::-webkit-details-marker {
  display: none;
}

.lex-8g5t9l: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;
}

.lex-8g5t9l: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] .lex-8g5t9l:after {
  transform: unset;
}

.lex-otcgu0 {
  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);
}

.lex-otcgu0 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.lex-eznmrl ease-in-out;
  -o-transition: 0.lex-eznmrl ease-in-out;
  transition: 0.lex-eznmrl ease-in-out;
}

.lex-j84vbf {
  padding: 16px 0 0 0;
}

.lex-j84vbf * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .lex-j84vbf :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lex-8g5t9l {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lex-8g5t9l::after {
    margin-left: auto;
  }
  .lex-otcgu0 {
    order: 3;
    flex: 1 1 100%;
  }
  .lex-8g5t9l {
    font-size: 14px;
    line-height: 130%;
  }
  .lex-otcgu0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.lex-nvqe1z {
  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;
}

.lex-1gighf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.lex-nvqe1z.lex-6842gc .lex-1gighf {
  margin-bottom: 12px;
}

.lex-1gighf::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;
}

.lex-nvqe1z.lex-6842gc .lex-1gighf::after {
  transform: unset;
}

.lex-zuyd3i {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.lex-gktgoq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.lex-eznmrl ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.lex-gktgoq: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;
}

.lex-nvqe1z.lex-6842gc .lex-zuyd3i {
  max-height: 100%;
}

.lex-5cy7ry {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.lex-2lup8l {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.lex-4fxw83 {
  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;
}

.lex-bgvhkz {
  margin-right: 4px;
}

.lex-lobwsp {
  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.lex-eznmrl ease-in-out;
}

.lex-lobwsp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.lex-ujtunz,
.lex-lobwsp:hover {
  color: var(--text-color);
}

.lex-opgt56 {
  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;
}

.lex-opgt56 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.lex-opgt56 .lex-vrcakm {
  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;
}

.lex-opgt56 .lex-uw9g54 {
  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;
}

.lex-sd8zza {
  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;
}

.lex-ode727 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lex-fx2ba8 .lex-z8q6ej {
  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;
}

.lex-fx2ba8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.lex-01cov2 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.lex-yswspx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.lex-x23omm {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.lex-w8kju1 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;
}

.lex-x23omm:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.lex-av597f {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.lex-5myx9x {
  -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.lex-eznmrl ease-in-out;
  transition: transform 0.lex-eznmrl ease-in-out;
  -o-transition: transform 0.lex-eznmrl ease-in-out;
  transition:
    transform 0.lex-eznmrl ease-in-out,
    -webkit-transform 0.lex-eznmrl ease-in-out;
  cursor: pointer;
}

.lex-5myx9x svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.lex-5myx9x: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;
}

.lex-vj8y0e {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .lex-vj8y0e {
    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);
}

.lex-g8zu73 {
  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;
}

.lex-7eaiks {
  position: relative;
  width: 100%;
}

.lex-g8zu73.lex-f9hyuo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lex-g8zu73.lex-pqxri4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lex-g8zu73.lex-4hsb19 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lex-3r2lho {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.lex-nq4fgw {
  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.lex-eznmrl ease-in-out;
  cursor: pointer;
}

.lex-nq4fgw:hover {
  opacity: 0.5;
}

.lex-g8zu73.lex-r9ide4 .lex-nq4fgw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lex-g8zu73.lex-r9ide4 .lex-3r2lho {
  cursor: pointer;
}

.lex-ayhto8 {
  fill: #0009;
}

.lex-pcxspn {
  fill: #fff;
}

.lex-nq4fgw:hover .lex-ayhto8 {
  fill: red;
}

.lex-nq4fgw svg path {
  -webkit-transition: 0.lex-eznmrl ease-in-out;
  -o-transition: 0.lex-eznmrl ease-in-out;
  transition: 0.lex-eznmrl ease-in-out;
}

.lex-cyjlw2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.lex-cyjlw2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.lex-cyjlw2.lex-fxnkg3 > :not(.get-image) {
  grid-column: 1/3;
}

.lex-xwmjfp:not(._h1-block) .lex-cyjlw2 > .lex-q8qou2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.lex-cyjlw2.lex-fxnkg3 .lex-jwb7ks {
  grid-column: 2/3;
}

.lex-cyjlw2.lex-fxnkg3 > .lex-a38aw0 {
  grid-column: 1/2;
}

.lex-cyjlw2.lex-fxnkg3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.lex-cyjlw2 > p:first-of-type {
  margin-top: 0;
}

.lex-cyjlw2 .lex-a38aw0 {
  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;
}

.lex-xwmjfp:not(._h1-block) .lex-q8qou2 ~ .lex-a38aw0 {
  grid-row: 2/10;
}

.lex-xwmjfp.lex-41aj5j .lex-q8qou2 ~ .lex-a38aw0 {
  grid-row: 1/10;
}

.lex-xwmjfp.lex-41aj5j > .lex-q8qou2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.lex-xwmjfp.lex-41aj5j .lex-a38aw0 {
  grid-row: 1/10;
}

.lex-cyjlw2.lex-idqwpk .lex-a38aw0 {
  align-items: flex-start;
}

.lex-cyjlw2.lex-pqxri4 .lex-jwb7ks {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.lex-cyjlw2.lex-pqxri4 .lex-a38aw0 {
  align-items: center;
}

.lex-cyjlw2.lex-c4dhm8 .lex-a38aw0 {
  align-items: flex-end;
}

.lex-jwb7ks > :first-child {
  margin-top: 0;
}

.lex-jwb7ks > :last-child {
  margin-bottom: 0;
}

* + .lex-aj92ab,
.lex-xwmjfp + .lex-xwmjfp {
  margin-top: 2rem;
}

.lex-pdhhll td::before,
.lex-pdhhll th::after {
  display: none !important;
}

.lex-pdhhll #link-selector {
  color: #000;
}

.lex-pdhhll .lex-pxldik {
  color: #135e96;
}

.lex-pdhhll .lex-4oqwwc *,
.lex-pdhhll .lex-vvwpmk p,
.lex-pdhhll .lex-pahi65 * {
  color: #000;
}

.lex-pdhhll .lex-korkli {
  background: 0 0 !important;
}

.lex-pdhhll .lex-98bt1r {
  color: #000;
}

.lex-pdhhll .lex-vng177.lex-3vzfd4 {
  color: #fff;
}

.lex-pdhhll .lex-oo2dkt {
  color: #000;
}

.lex-pdhhll
  .lex-volxbs
  .lex-81puzd.lex-3vzfd4.lex-m5i9e6 {
  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;
}

.lex-1qqkfr,
body .lex-af34ui {
  color: #000;
  background: var(--color-body) !important;
}

.lex-1qqkfr .lex-7oax62 .lex-4ouivs,
body .lex-af34ui .lex-7oax62 .lex-4ouivs {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lex-gktgoq:focus,
  .lex-gktgoq:hover {
    color: #f9cb16;
  }
  .lex-mjo8zm:focus,
  .lex-mjo8zm:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lex-xm8dbf:focus img,
  .lex-xm8dbf:focus svg,
  .lex-xm8dbf:hover img,
  .lex-xm8dbf:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .lex-opgt56 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lex-88m3kd:hover .lex-npdq0x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .lex-npdq0x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .lex-yog8n3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .lex-159pql {
    grid-template-columns: repeat(4, 1fr);
  }
  .lex-i0a945 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .lex-3ts9x4 .lex-dcy3kf {
    grid-template-columns: 1fr;
  }
  .lex-3ts9x4 .lex-igcbud {
    -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;
  }
  .lex-3ts9x4 .lex-pwolt3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lex-3ts9x4 .lex-7frmtd {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lex-3ts9x4 .lex-byxa9j {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .lex-3ts9x4 .lex-pwolt3:not(:first-child) {
    border: none;
  }
  .lex-3ts9x4 .lex-pwolt3:first-child .lex-7frmtd {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .lex-3ts9x4 .lex-pwolt3:last-child .lex-7frmtd {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .lex-2sfbyy {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .lex-y0iybl {
    max-width: 100px;
  }
  .lex-pd9vvl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lex-v017se {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lex-v017se svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .lex-222om2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .lex-pd9vvl + .lex-v017se {
    margin-left: auto;
  }
  .lex-f3qacl {
    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;
  }
  .lex-f3qacl.lex-6842gc {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .lex-ugr0yh {
    -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;
  }
  .lex-49kpf5 {
    width: 100%;
  }
  .lex-49kpf5:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .lex-i3wn1e {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .lex-i3wn1e svg {
    margin-right: 4px;
  }
  .lex-88m3kd {
    -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;
  }
  .lex-npdq0x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .lex-npdq0x {
    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;
  }
  .lex-14eswo {
    display: none;
    width: 100%;
  }
  .lex-88m3kd.lex-6842gc .lex-14eswo {
    padding: 0 0 0 48px;
  }
  .lex-e70bvl {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .lex-py4w5r .lex-a38aw0 {
    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;
  }
  .lex-rvp9c3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lex-rvp9c3 + .lex-rvp9c3 {
    margin-right: 0;
  }
  .lex-rvp9c3 + .lex-a38aw0 {
    margin: 0;
  }
  .lex-yog8n3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lex-159pql {
    grid-template-columns: repeat(3, 1fr);
  }
  .lex-jjmr3o,
  .lex-245124 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lex-cyjlw2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lex-cyjlw2.lex-fxnkg3 .lex-jwb7ks {
    grid-column: auto;
    grid-row: auto;
  }
  .lex-cyjlw2 > .lex-q8qou2 {
    grid-column: 1/2;
  }
  .lex-cyjlw2.lex-fxnkg3 > :not(.get-image) {
    grid-column: 1/2;
  }
  .lex-cyjlw2 .lex-a38aw0,
  .lex-cyjlw2.lex-fxnkg3 > .lex-a38aw0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lex-cyjlw2.lex-fxnkg3 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .lex-xwmjfp.lex-41aj5j .lex-cyjlw2 > .lex-a38aw0 {
    grid-row: 1/2;
  }
  .lex-cyjlw2 .lex-q8qou2 ~ .lex-a38aw0,
  .lex-cyjlw2.lex-fxnkg3 .lex-q8qou2 ~ .lex-a38aw0 {
    grid-row: 2/3;
  }
  .lex-xwmjfp.lex-41aj5j .lex-q8qou2 ~ .lex-a38aw0 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .lex-x54j3w:first-child .lex-xgt66q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lex-x54j3w:first-child .lex-xgt66q h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .lex-x54j3w {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .lex-x54j3w {
    padding: 0;
  }
  .lex-r63e0k {
    margin-top: 1rem;
  }
  .lex-jae8cq {
    border-radius: 5px;
  }
  .lex-ajs62k {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lex-1gighf::after {
    display: inline-block;
  }
  .lex-1gighf {
    margin: 0;
    width: 100%;
  }
  .lex-zuyd3i {
    width: 100%;
  }
  .lex-zuyd3i.lex-8xmlga {
    -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%;
  }
  .lex-zuyd3i.lex-8xmlga .lex-qr1m2g {
    width: 100%;
  }
  .lex-zuyd3i.lex-8xmlga .lex-qr1m2g:not(:last-child) {
    margin-right: 0;
  }
  .lex-gktgoq {
    width: 100%;
    text-align: center;
  }
  .lex-nvqe1z.lex-6842gc .lex-zuyd3i {
    margin-top: 1rem;
  }
  .lex-yog8n3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lex-i0a945,
  .lex-159pql {
    grid-template-columns: repeat(2, 1fr);
  }
  .lex-jjmr3o,
  .lex-245124,
  .lex-ucyjh6 {
    grid-template-columns: 1fr;
  }
  .lex-xhquku {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .lex-jra08j {
    min-width: 300px;
    max-width: 325px;
  }
  .lex-7frmtd {
    cursor: auto;
  }
  .lex-72585j .lex-7frmtd {
    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;
  }
  .lex-vj8y0e {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .lex-14eswo {
    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) {
  .lex-vj8y0e {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.lex-rvp9c3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .lex-v017se {
    margin: 0 -0.2rem;
  }
  .lex-rvp9c3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .lex-fgfoit {
    -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;
  }
  .lex-4mhuvd {
    max-width: 100%;
  }
  .lex-yog8n3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lex-i0a945,
  .lex-159pql {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .lex-2sfbyy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lex-v017se {
    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;
  }
  .lex-49v4nm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lex-39ytdf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lex-5l1e5a,
  .lex-vpootc {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .lex-t9xs1h {
    width: 100%;
  }
  .lex-yog8n3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .lex-vj8y0e {
    top: 127px !important;
  }
}

.lex-qou6yk {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .lex-qou6yk {
  }
}

@media (max-width: 767px) {
  .lex-qou6yk {
    margin-bottom: 12px;
  }
}

.lex-qou6yk img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.lex-dscrd4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.lex-dscrd4 > .lex-t9s23c {
  flex: 1 1;
}

@media (max-width: 767px) {
  .lex-dscrd4 {
    flex-direction: column;
    gap: 12px;
  }
}

.lex-8i8vkm {
  display: flex;
}

.lex-8i8vkm .lex-sqh7c5 {
  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;
}

.lex-8i8vkm .lex-70u8j9 {
  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;
}

.lex-8i8vkm .lex-kiqyqg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.lex-8i8vkm .lex-dz5xuc {
  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));
  }
}

.lex-8i8vkm .lex-dz5xuc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.lex-8i8vkm .lex-m6suim {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.lex-wujbqj {
  border: unset;
  background-color: unset;
}

.lex-wujbqj tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lex-wujbqj .lex-m38ozv,
.lex-wujbqj .lex-jl3uh2 {
  flex: 0 1 330px;
}

.lex-wujbqj .lex-3j4s1m {
  flex: 1 1;
}

.lex-wujbqj tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lex-wujbqj tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.lex-wujbqj tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.lex-wujbqj tr td p {
  color: #fff;
  margin: 0;
}

.lex-wujbqj tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.lex-wujbqj tr.lex-m38ozv td p {
  padding: 16px 0;
}

.lex-wujbqj tr.lex-m38ozv td p:not(:last-child),
.lex-wujbqj tr.lex-jl3uh2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.lex-wujbqj tr.lex-m38ozv td p:first-child,
.lex-wujbqj tr.lex-jl3uh2 td p:first-child {
  padding-top: 0;
}

.lex-wujbqj tr.lex-jl3uh2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lex-wujbqj tr.lex-jl3uh2 td p:last-child {
  padding-bottom: 0;
}

.lex-wujbqj .lex-jl3uh2 img {
  max-width: 32px;
}

.lex-wujbqj .lex-3j4s1m {
  min-width: 718px;
}

.lex-wujbqj .lex-3j4s1m td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.lex-wujbqj .lex-3j4s1m td {
  display: flex;
}

.lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7,
.lex-wujbqj .lex-3j4s1m td:last-child .lex-zx0wty,
.lex-wujbqj .lex-3j4s1m td:last-child .lex-idlehg {
  flex: 1 1 50%;
}

.lex-wujbqj .lex-3j4s1m td:last-child .lex-kyv1b2 {
  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;
}

.lex-wujbqj .lex-3j4s1m td:last-child .lex-a1lojb,
.lex-wujbqj .lex-3j4s1m td:last-child .lex-cdc8a2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7,
.lex-wujbqj .lex-3j4s1m td:last-child .lex-zx0wty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7 span,
.lex-wujbqj .lex-3j4s1m td:last-child .lex-zx0wty span {
  font-weight: 800;
}

.lex-wujbqj .lex-3j4s1m img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .lex-wujbqj .lex-3j4s1m td .lex-idlehg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .lex-wujbqj tr.lex-m38ozv td p:last-child {
    padding-bottom: 0;
  }
  .lex-wujbqj .lex-jl3uh2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .lex-wujbqj .lex-jl3uh2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .lex-wujbqj tr.lex-m38ozv td p:not(:last-child),
  .lex-wujbqj tr.lex-jl3uh2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .lex-wujbqj tr.lex-jl3uh2 td p:last-child {
    padding-bottom: 12px;
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7,
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-zx0wty,
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-idlehg {
    flex: 1 1 50%;
    padding: 0;
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7,
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-zx0wty {
    margin-top: 16px;
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-idlehg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-jpb3h7 {
    border-right: 1px solid var(--border-color);
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-idlehg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .lex-wujbqj .lex-3j4s1m td:last-child .lex-idlehg:last-child {
    padding-bottom: 0;
  }
}

.lex-idlehg {
  display: flex;
  flex-direction: column;
}

.lex-wujbqj .lex-3j4s1m td .lex-idlehg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.lex-wujbqj .lex-3j4s1m td .lex-idlehg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.lex-wujbqj .lex-3j4s1m td .lex-idlehg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .lex-wujbqj .lex-3j4s1m td .lex-idlehg:not(:first-child) {
    padding-left: 0;
  }
  .lex-wujbqj .lex-3j4s1m td .lex-idlehg:not(:last-of-type) {
    border-right: unset;
  }
}

.lex-wujbqj .lex-6gvcv9 {
  flex: 0 1 485px;
}

.lex-wujbqj .lex-hpu7on {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.lex-wujbqj .lex-hpu7on li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lex-wujbqj .lex-hpu7on li.lex-p5jrn6 {
  padding: 6px 12px;
}

.lex-wujbqj .lex-hpu7on li a,
.lex-wujbqj .lex-hpu7on 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;
}

.lex-wujbqj .lex-fl0t6t,
.lex-wujbqj .lex-c0kx77 {
  flex: 1 1;
}

.lex-wujbqj .lex-bdjey1,
.lex-wujbqj .lex-76yeys {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lex-wujbqj .lex-bdjey1 li,
.lex-wujbqj .lex-76yeys li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lex-wujbqj .lex-c0kx77 img {
  max-width: 32px;
}

.lex-wujbqj .lex-fl0t6t img {
  max-width: 32px;
}

.lex-wujbqj .lex-8uqghx {
  min-width: 280px;
}

.lex-wujbqj .lex-8uqghx img {
  max-width: 146px;
}

.lex-wujbqj .lex-8uqghx td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .lex-wujbqj .lex-m38ozv,
  .lex-wujbqj .lex-jl3uh2 {
    flex: 0 1 auto;
  }
  .lex-wujbqj .lex-3j4s1m {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .lex-wujbqj .lex-m38ozv,
  .lex-wujbqj .lex-6gvcv9,
  .lex-wujbqj .lex-jl3uh2,
  .lex-wujbqj .lex-3j4s1m {
    flex: 1 1 calc(50% - 20px);
  }
  .lex-wujbqj .lex-fl0t6t,
  .lex-wujbqj .lex-8uqghx,
  .lex-wujbqj .lex-c0kx77 {
    flex: 1 1 30%;
  }
  .lex-wujbqj .lex-8uqghx {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .lex-wujbqj .lex-m38ozv,
  .lex-wujbqj .lex-6gvcv9,
  .lex-wujbqj .lex-fl0t6t,
  .lex-wujbqj .lex-jl3uh2,
  .lex-wujbqj .lex-3j4s1m,
  .lex-wujbqj .lex-8uqghx,
  .lex-wujbqj .lex-c0kx77 {
    flex: 1 1 100%;
  }
}

.lex-yqvhky .lex-ld1wv4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lex-yqvhky .lex-0tymh3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.lex-yqvhky .lex-4106vb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.lex-yqvhky .lex-36fnhg {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.lex-yqvhky .lex-36fnhg > :nth-child(3) {
  margin-top: 0;
}

.lex-yqvhky .lex-a38aw0 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.lex-yqvhky .lex-w693u5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.lex-yqvhky .lex-r63e0k {
  grid-column: 1/2;
}

.lex-yqvhky > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.lex-yqvhky .lex-0tymh3: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;
}

.lex-yqvhky .lex-0tymh3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.lex-yqvhky .lex-t9xs1h {
  min-width: 240px;
}

@media (max-width: 768px) {
  .lex-yqvhky .lex-0tymh3:not(:last-child):before {
    bottom: 8px;
  }
  .lex-yqvhky .lex-0tymh3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .lex-yqvhky .lex-36fnhg {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .lex-yqvhky .lex-a38aw0 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .lex-yqvhky .lex-a38aw0 img {
    width: 100%;
    height: auto;
  }
  .lex-yqvhky .lex-t9xs1h {
    width: 100%;
    min-width: unset;
  }
}

.lex-2uvbci .lex-1ytyxo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.lex-2uvbci .lex-uzk803 {
  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;
}

.lex-2uvbci .lex-a38aw0 {
  height: 100%;
}

.lex-2uvbci .lex-a38aw0 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.lex-2uvbci .lex-ibb6zy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.lex-2uvbci .lex-wqyege {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.lex-2uvbci .lex-sjzv6e {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .lex-2uvbci .lex-uzk803 {
    flex: 1 1 100%;
  }
  .lex-2uvbci .lex-ehd9l1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .lex-2uvbci .lex-uzk803 {
    flex-direction: column;
  }
  .lex-2uvbci .lex-a38aw0 {
    width: 100%;
    height: auto;
  }
  .lex-2uvbci .lex-a38aw0 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .lex-2uvbci .lex-ibb6zy {
    padding: 0 16px 16px 16px;
  }
  .lex-2uvbci .lex-ehd9l1 {
    min-width: unset;
    width: 100%;
  }
}

.lex-56n9mq .lex-4md7y1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.lex-56n9mq .lex-zaxo5t {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.lex-56n9mq 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;
}

.lex-56n9mq .lex-22a9cn {
  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;
}

.lex-56n9mq .lex-zaxo5t:hover .lex-22a9cn {
  display: flex;
}

.lex-56n9mq .lex-ki395z {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lex-56n9mq .lex-krtbif {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.lex-a8w8a6 {
  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;
}

.lex-a8w8a6.lex-xsv0ye {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.lex-3bcd7s ease-in-out;
}

.lex-a8w8a6.lex-xsv0ye:hover {
  color: #f9cb16;
  background-color: transparent;
}

.lex-56n9mq .lex-gr5pm6 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.lex-3bcd7s ease-in-out;
}

.lex-56n9mq .lex-gr5pm6:hover {
  color: #196948;
  background-color: #f9cb16;
}

.lex-56n9mq .lex-gr5pm6:after,
.lex-a8w8a6.lex-xsv0ye:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.lex-a8w8a6.lex-xsv0ye:after {
  background-image: url(../images/Cash.svg);
}

.lex-56n9mq .lex-gr5pm6:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .lex-56n9mq .lex-4md7y1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .lex-56n9mq .lex-4md7y1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lex-56n9mq .lex-4md7y1 {
    grid-template-columns: 1fr;
  }
  .lex-56n9mq .lex-zaxo5t {
    height: auto;
  }
  .lex-56n9mq .lex-zaxo5t .lex-22a9cn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .lex-56n9mq .lex-ki395z,
  .lex-56n9mq .lex-krtbif {
    text-align: left;
  }
  .lex-56n9mq .lex-krtbif {
    margin-bottom: 8px;
  }
  .lex-56n9mq img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.lex-ug740n {
  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;
}

.lex-ug740n.lex-r9ide4 {
  display: block;
}

.lex-ug740n .lex-nyu8fw {
  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;
}

.lex-ug740n .lex-tcf8j3 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.lex-ug740n .lex-a2obzc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.lex-ug740n .lex-mapyrn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.lex-ug740n .lex-a8w8a6 {
  min-width: 296px;
  margin-bottom: 0;
}

.lex-ug740n .lex-70mr9e {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lex-ug740n .lex-4o5133 {
  position: relative;
  flex: 1 1;
}

.lex-ug740n .lex-4o5133 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .lex-ug740n .lex-tcf8j3 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .lex-ug740n .lex-a2obzc {
    order: 1;
  }
  .lex-ug740n .lex-mapyrn {
    order: 3;
    flex: 1 1 100%;
  }
  .lex-ug740n .lex-a8w8a6 {
    width: 100%;
    min-width: unset;
  }
  .lex-ug740n .lex-70mr9e {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .lex-cyjlw2 > .lex-q8qou2 {
    margin-bottom: 0;
  }
  .lex-cyjlw2 > .lex-r63e0k,
  .lex-cyjlw2 > p {
    margin-top: 0;
  }
}

.lex-2uw7mz img,
.lex-rvp9c3 img {
  width: auto;
  object-fit: contain;
}

.lex-2uw7mz {
  align-items: center;
}

.lex-2uw7mz img {
  max-height: 76px;
}

.lex-rvp9c3 img {
  max-height: 64px;
}

.lex-csol91 {
  overflow: auto;
}

.lex-ts00wl {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.lex-dmcjql:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.lex-e9micj {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.lex-d0gkmq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lex-e9micj .lex-a38aw0 {
  margin-right: 20px;
  flex-shrink: 0;
}

.lex-e9micj img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.lex-m6txlp {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.lex-m6txlp > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lex-e9micj {
    padding: 15px 10px;
  }
  .lex-m6txlp {
    padding: 15px 10px;
  }
  .lex-e9micj .lex-a38aw0 {
    margin-right: 10px;
  }
}

.lex-3qly4u {
  overflow-x: auto;
}

.lex-80db2f {
  border-collapse: collapse;
  width: 100%;
}

.lex-3qly4u th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.lex-3qly4u td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.lex-3qly4u td.lex-jk6b8u {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.lex-3qly4u td.lex-qi9ihj {
  border-right: none;
}

.lex-3qly4u td.lex-qi9ihj .lex-a38aw0 {
  justify-content: flex-start;
}

.lex-3qly4u td.lex-qi9ihj .lex-a38aw0 img {
  height: auto;
  width: 90px;
}

.lex-3qly4u td.lex-mfc9fz,
.lex-3qly4u td.lex-9k4qi3 {
  font-weight: 600;
  text-align: right;
}

.lex-3qly4u td.lex-v19vr2,
.lex-3qly4u td.lex-mfc9fz {
  padding-bottom: 10px;
  border-bottom: none;
}

.lex-3qly4u td.lex-mfc9fz,
.lex-3qly4u td.lex-9k4qi3 {
  border-left: none;
}

.lex-3qly4u td.lex-v19vr2,
.lex-3qly4u td.lex-75a0lu {
  border-right: none;
}

.lex-3qly4u td.lex-75a0lu,
.lex-3qly4u td.lex-9k4qi3 {
  border-top: none;
  padding-top: 10px;
}

.lex-kuljnz {
  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;
}

.lex-kuljnz .lex-ehd9l1 {
  min-width: unset;
  width: 100%;
}

.lex-kuljnz .lex-ehd9l1.lex-4j0hen {
  grid-column: 1/2;
  grid-row: 1/2;
}

.lex-kuljnz .lex-ehd9l1.lex-m46qhc {
  grid-column: 2/3;
  grid-row: 1/2;
}

.lex-kuljnz .lex-opao47 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .lex-kuljnz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .lex-kuljnz .lex-ehd9l1.lex-4j0hen {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lex-kuljnz .lex-ehd9l1.lex-m46qhc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .lex-kuljnz .lex-opao47 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.lex-obbpo6 {
  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;
}

.lex-3g6v6v {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.lex-7fv2vd p a img {
  margin: 0 auto;
  display: block;
}

.lex-7fv2vd table {
  margin-bottom: 17px;
}

/* contanct form */
.lex-k7uymt {
  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;
}

.lex-k7uymt label {
  font-size: 14px;
}

.lex-k7uymt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.lex-k7uymt input,
.lex-k7uymt textarea,
.lex-k7uymt 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;
}
.lex-k7uymt button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.lex-3bcd7s ease;
}
.lex-k7uymt button:hover {
  background-color: #691204;
}
.lex-ocgs7d {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.lex-9j123y ease-in;
}

.lex-ocgs7d h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}