@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);
}

.leon-u6egk3 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.leon-3vvv5n {
  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.leon-psrlny,
ul.leon-psrlny {
  padding-left: 20px;
}

ul.leon-psrlny {
  list-style: disc;
}

ol.leon-psrlny {
  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;
  }
}

.leon-78t86w > .leon-y0nfza,
.leon-78t86w > .leon-9jg6fm,
.leon-78t86w > blockquote,
.leon-78t86w > h1,
.leon-78t86w > h2,
.leon-78t86w > h3,
.leon-78t86w > h4,
.leon-78t86w > h5,
.leon-78t86w > h6,
.leon-78t86w > ol,
.leon-78t86w > p,
.leon-78t86w > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.leon-78t86w > ol,
.leon-78t86w > ul {
  padding-left: 50px;
}

.leon-78t86w 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;
}

.leon-78t86w:not(:last-child) {
  margin-bottom: 2rem;
}

.leon-78t86w > :not(:first-child) {
  margin-top: 2rem;
}

.leon-78t86w {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.leon-78t86w:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .leon-78t86w:first-child {
    margin-top: 20px;
  }
}

.leon-78t86w > p:last-of-type {
  margin-bottom: 32px;
}

.leon-78t86w > .leon-qbccv8:not(:first-child) {
  margin: 64px auto 16px auto;
}

.leon-0jncwk > .leon-qbccv8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.leon-9jg6fm {
  overflow: auto;
}

.leon-9jg6fm::-webkit-scrollbar {
  height: 5px;
}

.leon-9jg6fm table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}

.leon-9jg6fm table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.leon-9jg6fm table thead,
table thead {
  border-bottom: none;
}

.leon-9jg6fm table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.leon-9jg6fm table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.leon-9jg6fm table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.leon-9jg6fm .leon-5enr97 {
  table-layout: auto;
}

.leon-9jg6fm .leon-5enr97 th {
  word-break: normal;
}

.leon-9jg6fm .leon-5enr97 td {
  word-break: normal;
}

.leon-u6egk3 .leon-u6egk3 {
  padding-right: 0;
  padding-left: 0;
}

.leon-zlztg4 {
  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;
}

.leon-ujauoj {
  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;
}

.leon-gygjsq {
  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;
}

.leon-y0nfza {
  margin-top: 24px;
}

.leon-y0nfza.leon-ckri0f {
  text-align: left;
}

.leon-y0nfza.leon-cn4fpg {
  text-align: right;
}

.leon-y0nfza.leon-1p56qo {
  text-align: center;
}

.leon-fnbxau {
  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.leon-k4hzyt ease-in-out;
  cursor: pointer;
}

.leon-fnbxau:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.leon-fnbxau {
  min-width: 328px;
}

@media (max-width: 768px) {
  .leon-fnbxau {
    min-width: unset;
  }
}

.leon-oqqrzv {
  background-color: var(--fh-bg-color);
}

.leon-svmyn7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.leon-rf440n {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.leon-rf440n img {
  max-height: 44px;
  object-fit: contain;
}

.leon-u9rhz3 {
  flex: 1 1;
}

.leon-yxbpu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.leon-nyl023 {
  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;
}

.leon-nyl023 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;
}

.leon-nyl023.leon-vomd0u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.leon-nyl023.leon-vomd0u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.leon-nyl023.leon-vomd0u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.leon-u9rhz3 + .leon-yxbpu2 {
  margin-left: 20px;
}

.leon-l0lepq {
  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;
}

.leon-l0lepq > svg {
  max-width: 24px;
  max-height: 24px;
}

.leon-l0lepq + .leon-l0lepq {
  margin-left: 5px;
}

.leon-e4g17s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.leon-e4g17s:hover {
  background-color: var(--button-bg-hover);
}

.leon-ypq82n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.leon-k4hzyt ease-in-out;
  border: 1px solid var(--border-color);
}

.leon-ypq82n:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.leon-65r0rh {
  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) {
  .leon-u9rhz3 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .leon-65r0rh {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .leon-u9rhz3 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .leon-l0lepq {
    min-width: unset;
    flex: 1 1;
  }
}

.leon-baz9m2 {
  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;
}

.leon-baz9m2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.leon-baz9m2:hover .leon-itoj72 {
  opacity: 1;
  pointer-events: auto;
}

.leon-b819kf {
  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.leon-rqsfdz ease-in-out;
  gap: 4px;
}

.leon-b819kf > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.leon-b819kf .leon-zlztg4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.leon-n2ji7n,
.leon-b819kf:hover {
  color: var(--button-bg-hover);
}

.leon-zibsh1 {
  position: relative;
}

.leon-zibsh1 .leon-b819kf {
  margin-right: 0;
  padding-right: 4px;
}

.leon-ry772z svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.leon-zibsh1.leon-vomd0u .leon-ry772z svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.leon-zibsh1.leon-vomd0u .leon-itoj72 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.leon-zibsh1.leon-vomd0u .leon-itoj72::before {
  display: none;
}

.leon-ry772z svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.leon-itoj72 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.leon-fz0tjg 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.leon-itoj72::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.leon-itoj72:hover {
  color: var(--fh-bg-color);
}

.leon-j6x29l {
  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.leon-fz0tjg 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.leon-rqsfdz ease-in-out;
  -o-transition: 0.leon-rqsfdz ease-in-out;
  transition: 0.leon-rqsfdz ease-in-out;
}

.leon-j6x29l .leon-zlztg4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.leon-meq52m,
.leon-j6x29l:hover {
  color: var(--button-bg-hover);
}

.leon-lrhsry {
  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%;
}

.leon-lrhsry.leon-bw85zo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.leon-lrhsry.leon-bw85zo:after,
.leon-lrhsry.leon-bw85zo:before {
  content: "";
  position: absolute;
  margin: auto;
}

.leon-lrhsry.leon-bw85zo: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);
  }
}

.leon-lrhsry.leon-bw85zo:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.leon-lrhsry.leon-bw85zo > * {
  z-index: 1;
}

.leon-lrhsry b,
.leon-lrhsry strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.leon-lrhsry .leon-razvek {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.leon-lrhsry .leon-i7vk7b {
  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;
}

.leon-lrhsry .leon-zlztg4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.leon-lrhsry .leon-z9ewyd {
  margin-top: 12px;
}

.leon-z9ewyd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.leon-ntp3oh {
  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;
}

.leon-z9ewyd .leon-gxjlme {
  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.leon-k4hzyt ease-in-out;
}

.leon-z9ewyd .leon-gxjlme:hover {
  background: rgba(255, 255, 255, 0.3);
}

.leon-421yrl {
  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;
}

.leon-lrhsry.leon-hfl5p2 {
  gap: 12px;
  padding: 16px;
}

.leon-lrhsry.leon-hfl5p2 .leon-421yrl {
  min-width: 240px;
}

.leon-lrhsry.leon-hfl5p2 .leon-421yrl.leon-021211 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .leon-lrhsry .leon-razvek {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .leon-lrhsry .leon-i7vk7b {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .leon-lrhsry .leon-zlztg4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-zlztg4 {
    max-width: 126px;
  }
  .leon-lrhsry .leon-z9ewyd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .leon-lrhsry .leon-ntp3oh {
    max-width: unset;
  }
  .leon-421yrl {
    min-width: unset;
    width: 100%;
  }
  .leon-lrhsry .leon-421yrl {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .leon-lrhsry.leon-hfl5p2 {
    grid-template-rows: auto 1fr auto;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-421yrl {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .leon-lrhsry {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .leon-lrhsry .leon-razvek {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .leon-lrhsry .leon-zlztg4 {
    max-width: 78px;
  }
  .leon-lrhsry .leon-z9ewyd {
    margin-top: -12px;
  }
  .leon-lrhsry.leon-hfl5p2 {
    gap: 8px;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-razvek {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-i7vk7b {
    grid-column: 1/3;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-zlztg4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .leon-lrhsry.leon-hfl5p2 .leon-zlztg4 img {
    max-width: 114px;
  }
}

.leon-421yrl.leon-abh9gl,
.leon-421yrl.leon-as98w1,
.leon-421yrl.leon-fftdbq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.leon-k4hzyt ease-in-out;
}

.leon-421yrl.leon-abh9gl,
.leon-421yrl.leon-fftdbq {
  padding: 10px;
}

.leon-421yrl.leon-abh9gl:hover,
.leon-421yrl.leon-as98w1:hover,
.leon-421yrl.leon-fftdbq:hover {
  background: var(--button-bg-hover);
}

.leon-421yrl.leon-abh9gl:hover svg path,
.leon-421yrl.leon-fftdbq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.leon-421yrl.leon-021211 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.leon-k4hzyt ease-in-out;
  background: var(--button-bg-color);
}

.leon-421yrl.leon-021211:hover {
  background-color: var(--button-bg-hover);
}

.leon-421yrl.leon-as98w1: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);
  }
}

.leon-421yrl.leon-as98w1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.leon-421yrl.leon-021211:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.leon-id53xt {
  max-width: 650px;
}

.leon-rxr2yw {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.leon-8fpcfk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.leon-wahfnl {
  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.leon-rqsfdz ease-in-out;
  cursor: pointer;
}

.leon-wahfnl:hover {
  opacity: 0.5;
}

.leon-wahfnl:focus {
  outline: 0;
}

.leon-wahfnl:focus .leon-ouwd6o,
.leon-wahfnl:hover .leon-ouwd6o {
  fill: red;
  fill-opacity: 1;
}

.leon-wahfnl:hover {
  cursor: pointer;
}

.leon-2tjg9x {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.leon-id53xt.leon-1p56qo {
  margin: 0 auto;
}

.leon-id53xt.leon-cn4fpg {
  margin-left: auto;
}

.leon-c76tnf {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.leon-a7mvd8 {
  padding-bottom: 50px;
}

.leon-j1r5hk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.leon-voe5w6 {
  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;
}

.leon-dupfre {
  margin-top: 24px;
}

.leon-e3i59w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leon-77l8o6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
  
}

.leon-75203x {
  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;
}

.leon-7wm7qv {
  width: 468px;
}

.leon-75203x .leon-itoj72 {
  margin: 0.leon-kia8tt 0;
}

.leon-ac3qif {
  display: flex;
  min-width: 224px;
}

.leon-pf4ru5 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.leon-rqsfdz ease-in-out;
}

.leon-i29aqe,
.leon-pf4ru5:hover {
  color: var(--text-color);
}

.leon-0758bx {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.leon-k2eoxm {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .leon-c76tnf {
    padding: 16px;
  }
  .leon-0758bx {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .leon-k2eoxm {
    align-items: center;
  }
  .leon-7wm7qv {
    width: unset;
  }
  .leon-ac3qif {
    min-width: unset;
  }
  .leon-75203x {
    max-height: unset;
  }
  .leon-j1r5hk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .leon-c76tnf {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.leon-137dp4 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.leon-137dp4:not(:last-child) {
  margin-bottom: 16px;
}

.leon-lglbtt {
  outline: 0;
}

.leon-lglbtt .leon-85b8ny {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.leon-8i406g {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .leon-8i406g {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.leon-8i406g::-webkit-details-marker {
  display: none;
}

.leon-8i406g: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;
}

.leon-8i406g: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] .leon-8i406g:after {
  transform: unset;
}

.leon-85b8ny {
  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);
}

.leon-85b8ny 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.leon-rqsfdz ease-in-out;
  -o-transition: 0.leon-rqsfdz ease-in-out;
  transition: 0.leon-rqsfdz ease-in-out;
}

.leon-1zwxbu {
  padding: 16px 0 0 0;
}

.leon-1zwxbu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .leon-1zwxbu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .leon-8i406g {
    flex-wrap: wrap;
    gap: 12px;
  }
  .leon-8i406g::after {
    margin-left: auto;
  }
  .leon-85b8ny {
    order: 3;
    flex: 1 1 100%;
  }
  .leon-8i406g {
    font-size: 14px;
    line-height: 130%;
  }
  .leon-85b8ny svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.leon-qke3iq {
  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;
}

.leon-jeqybn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.leon-qke3iq.leon-vomd0u .leon-jeqybn {
  margin-bottom: 12px;
}

.leon-jeqybn::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;
}

.leon-qke3iq.leon-vomd0u .leon-jeqybn::after {
  transform: unset;
}

.leon-ayimkn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.leon-627y5x {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.leon-rqsfdz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.leon-627y5x: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;
}

.leon-qke3iq.leon-vomd0u .leon-ayimkn {
  max-height: 100%;
}

.leon-z89ml1 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.leon-b7vkvr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.leon-ijeqm3 {
  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;
}

.leon-dsqifg {
  margin-right: 4px;
}

.leon-9sccyi {
  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.leon-rqsfdz ease-in-out;
}

.leon-9sccyi svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.leon-dl76xk,
.leon-9sccyi:hover {
  color: var(--text-color);
}

.leon-usr63h {
  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;
}

.leon-usr63h img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.leon-usr63h .leon-wc0ac4 {
  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;
}

.leon-usr63h .leon-o36r3y {
  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;
}

.leon-rr0wm2 {
  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;
}

.leon-ceyye4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.leon-dq6dr0 .leon-u6egk3 {
  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;
}

.leon-dq6dr0 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.leon-wsofzt {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.leon-obwukp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.leon-zw2be5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.leon-2497jd 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;
}

.leon-zw2be5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.leon-0sqt7c {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.leon-9jbzhm {
  -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.leon-rqsfdz ease-in-out;
  transition: transform 0.leon-rqsfdz ease-in-out;
  -o-transition: transform 0.leon-rqsfdz ease-in-out;
  transition:
    transform 0.leon-rqsfdz ease-in-out,
    -webkit-transform 0.leon-rqsfdz ease-in-out;
  cursor: pointer;
}

.leon-9jbzhm svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.leon-9jbzhm: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;
}

.leon-x138jp {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .leon-x138jp {
    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);
}

.leon-bahawm {
  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;
}

.leon-swi1tn {
  position: relative;
  width: 100%;
}

.leon-bahawm.leon-b8f1b9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leon-bahawm.leon-1p56qo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leon-bahawm.leon-cn4fpg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.leon-0j15ir {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.leon-q37jnt {
  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.leon-rqsfdz ease-in-out;
  cursor: pointer;
}

.leon-q37jnt:hover {
  opacity: 0.5;
}

.leon-bahawm.leon-d83zbm .leon-q37jnt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.leon-bahawm.leon-d83zbm .leon-0j15ir {
  cursor: pointer;
}

.leon-buzqhk {
  fill: #0009;
}

.leon-2ke3gx {
  fill: #fff;
}

.leon-q37jnt:hover .leon-buzqhk {
  fill: red;
}

.leon-q37jnt svg path {
  -webkit-transition: 0.leon-rqsfdz ease-in-out;
  -o-transition: 0.leon-rqsfdz ease-in-out;
  transition: 0.leon-rqsfdz ease-in-out;
}

.leon-tg2vv8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.leon-tg2vv8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.leon-tg2vv8.leon-p62ox9 > :not(.get-image) {
  grid-column: 1/3;
}

.leon-s33eic:not(._h1-block) .leon-tg2vv8 > .leon-qbccv8 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.leon-tg2vv8.leon-p62ox9 .leon-u9vnnc {
  grid-column: 2/3;
}

.leon-tg2vv8.leon-p62ox9 > .leon-zlztg4 {
  grid-column: 1/2;
}

.leon-tg2vv8.leon-p62ox9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.leon-tg2vv8 > p:first-of-type {
  margin-top: 0;
}

.leon-tg2vv8 .leon-zlztg4 {
  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;
}

.leon-s33eic:not(._h1-block) .leon-qbccv8 ~ .leon-zlztg4 {
  grid-row: 2/10;
}

.leon-s33eic.leon-4e7yde .leon-qbccv8 ~ .leon-zlztg4 {
  grid-row: 1/10;
}

.leon-s33eic.leon-4e7yde > .leon-qbccv8 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.leon-s33eic.leon-4e7yde .leon-zlztg4 {
  grid-row: 1/10;
}

.leon-tg2vv8.leon-yqjg76 .leon-zlztg4 {
  align-items: flex-start;
}

.leon-tg2vv8.leon-1p56qo .leon-u9vnnc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.leon-tg2vv8.leon-1p56qo .leon-zlztg4 {
  align-items: center;
}

.leon-tg2vv8.leon-4ori8s .leon-zlztg4 {
  align-items: flex-end;
}

.leon-u9vnnc > :first-child {
  margin-top: 0;
}

.leon-u9vnnc > :last-child {
  margin-bottom: 0;
}

* + .leon-radml4,
.leon-s33eic + .leon-s33eic {
  margin-top: 2rem;
}

.leon-sfyrzq td::before,
.leon-sfyrzq th::after {
  display: none !important;
}

.leon-sfyrzq #link-selector {
  color: #000;
}

.leon-sfyrzq .leon-i71vtd {
  color: #135e96;
}

.leon-sfyrzq .leon-7ou6re *,
.leon-sfyrzq .leon-dr6ds5 p,
.leon-sfyrzq .leon-r0odja * {
  color: #000;
}

.leon-sfyrzq .leon-5m56xx {
  background: 0 0 !important;
}

.leon-sfyrzq .leon-b46vpa {
  color: #000;
}

.leon-sfyrzq .leon-0tx8tp.leon-jnk67m {
  color: #fff;
}

.leon-sfyrzq .leon-81v58w {
  color: #000;
}

.leon-sfyrzq
  .leon-tv9x1h
  .leon-5nn5tp.leon-jnk67m.leon-weswrp {
  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;
}

.leon-7vw3yr,
body .leon-yhmzrs {
  color: #000;
  background: var(--color-body) !important;
}

.leon-7vw3yr .leon-da1nhk .leon-vpdwgd,
body .leon-yhmzrs .leon-da1nhk .leon-vpdwgd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .leon-627y5x:focus,
  .leon-627y5x:hover {
    color: #f9cb16;
  }
  .leon-bajqne:focus,
  .leon-bajqne:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .leon-ak234x:focus img,
  .leon-ak234x:focus svg,
  .leon-ak234x:hover img,
  .leon-ak234x:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .leon-usr63h {
    display: none;
  }
}

@media (min-width: 1024px) {
  .leon-zibsh1:hover .leon-ry772z svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .leon-ry772z {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .leon-bbdkqe {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .leon-r4vdai {
    grid-template-columns: repeat(4, 1fr);
  }
  .leon-ki1mtm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .leon-k70egs .leon-s5tb36 {
    grid-template-columns: 1fr;
  }
  .leon-k70egs .leon-p6xt38 {
    -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;
  }
  .leon-k70egs .leon-g0uce9 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .leon-k70egs .leon-urrnvi {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .leon-k70egs .leon-s3bpd8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .leon-k70egs .leon-g0uce9:not(:first-child) {
    border: none;
  }
  .leon-k70egs .leon-g0uce9:first-child .leon-urrnvi {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .leon-k70egs .leon-g0uce9:last-child .leon-urrnvi {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .leon-svmyn7 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .leon-rf440n {
    max-width: 100px;
  }
  .leon-u9rhz3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .leon-yxbpu2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .leon-yxbpu2 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .leon-nyl023 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .leon-u9rhz3 + .leon-yxbpu2 {
    margin-left: auto;
  }
  .leon-w1yh3h {
    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;
  }
  .leon-w1yh3h.leon-vomd0u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .leon-65r0rh {
    -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;
  }
  .leon-baz9m2 {
    width: 100%;
  }
  .leon-baz9m2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .leon-b819kf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .leon-b819kf svg {
    margin-right: 4px;
  }
  .leon-zibsh1 {
    -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;
  }
  .leon-ry772z svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .leon-ry772z {
    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;
  }
  .leon-itoj72 {
    display: none;
    width: 100%;
  }
  .leon-zibsh1.leon-vomd0u .leon-itoj72 {
    padding: 0 0 0 48px;
  }
  .leon-j6x29l {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .leon-voe5w6 .leon-zlztg4 {
    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;
  }
  .leon-67mwgi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .leon-67mwgi + .leon-67mwgi {
    margin-right: 0;
  }
  .leon-67mwgi + .leon-zlztg4 {
    margin: 0;
  }
  .leon-bbdkqe {
    grid-template-columns: repeat(4, 1fr);
  }
  .leon-r4vdai {
    grid-template-columns: repeat(3, 1fr);
  }
  .leon-zqslbk,
  .leon-mrurx9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .leon-tg2vv8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .leon-tg2vv8.leon-p62ox9 .leon-u9vnnc {
    grid-column: auto;
    grid-row: auto;
  }
  .leon-tg2vv8 > .leon-qbccv8 {
    grid-column: 1/2;
  }
  .leon-tg2vv8.leon-p62ox9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .leon-tg2vv8 .leon-zlztg4,
  .leon-tg2vv8.leon-p62ox9 > .leon-zlztg4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .leon-tg2vv8.leon-p62ox9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .leon-s33eic.leon-4e7yde .leon-tg2vv8 > .leon-zlztg4 {
    grid-row: 1/2;
  }
  .leon-tg2vv8 .leon-qbccv8 ~ .leon-zlztg4,
  .leon-tg2vv8.leon-p62ox9 .leon-qbccv8 ~ .leon-zlztg4 {
    grid-row: 2/3;
  }
  .leon-s33eic.leon-4e7yde .leon-qbccv8 ~ .leon-zlztg4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .leon-78t86w:first-child .leon-1l6c8p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leon-78t86w:first-child .leon-1l6c8p h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .leon-78t86w {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .leon-78t86w {
    padding: 0;
  }
  .leon-y0nfza {
    margin-top: 1rem;
  }
  .leon-lglbtt {
    border-radius: 5px;
  }
  .leon-xse0au {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leon-jeqybn::after {
    display: inline-block;
  }
  .leon-jeqybn {
    margin: 0;
    width: 100%;
  }
  .leon-ayimkn {
    width: 100%;
  }
  .leon-ayimkn.leon-zu3q6o {
    -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%;
  }
  .leon-ayimkn.leon-zu3q6o .leon-9kek30 {
    width: 100%;
  }
  .leon-ayimkn.leon-zu3q6o .leon-9kek30:not(:last-child) {
    margin-right: 0;
  }
  .leon-627y5x {
    width: 100%;
    text-align: center;
  }
  .leon-qke3iq.leon-vomd0u .leon-ayimkn {
    margin-top: 1rem;
  }
  .leon-bbdkqe {
    grid-template-columns: repeat(3, 1fr);
  }
  .leon-ki1mtm,
  .leon-r4vdai {
    grid-template-columns: repeat(2, 1fr);
  }
  .leon-zqslbk,
  .leon-mrurx9,
  .leon-27y278 {
    grid-template-columns: 1fr;
  }
  .leon-orjhl6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .leon-gdyp4i {
    min-width: 300px;
    max-width: 325px;
  }
  .leon-urrnvi {
    cursor: auto;
  }
  .leon-bij8ni .leon-urrnvi {
    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;
  }
  .leon-x138jp {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .leon-itoj72 {
    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) {
  .leon-x138jp {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.leon-67mwgi p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .leon-yxbpu2 {
    margin: 0 -0.2rem;
  }
  .leon-67mwgi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .leon-9neah5 {
    -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;
  }
  .leon-oovsg9 {
    max-width: 100%;
  }
  .leon-bbdkqe {
    grid-template-columns: repeat(2, 1fr);
  }
  .leon-ki1mtm,
  .leon-r4vdai {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .leon-svmyn7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leon-yxbpu2 {
    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;
  }
  .leon-oqqrzv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leon-l0lepq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .leon-nj9jqb,
  .leon-btfg4u {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .leon-fnbxau {
    width: 100%;
  }
  .leon-bbdkqe {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .leon-x138jp {
    top: 127px !important;
  }
}

.leon-7oy9np {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .leon-7oy9np {
  }
}

@media (max-width: 767px) {
  .leon-7oy9np {
    margin-bottom: 12px;
  }
}

.leon-7oy9np img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.leon-oaifrb {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.leon-oaifrb > .leon-yic5cp {
  flex: 1 1;
}

@media (max-width: 767px) {
  .leon-oaifrb {
    flex-direction: column;
    gap: 12px;
  }
}

.leon-g1uppo {
  display: flex;
}

.leon-g1uppo .leon-x2z4sw {
  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;
}

.leon-g1uppo .leon-3davtl {
  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;
}

.leon-g1uppo .leon-zxucnd {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.leon-g1uppo .leon-1v2502 {
  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));
  }
}

.leon-g1uppo .leon-1v2502:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.leon-g1uppo .leon-3he8od {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.leon-qwemez {
  border: unset;
  background-color: unset;
}

.leon-qwemez tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.leon-qwemez .leon-6u4r9a,
.leon-qwemez .leon-wjomrk {
  flex: 0 1 330px;
}

.leon-qwemez .leon-ks5829 {
  flex: 1 1;
}

.leon-qwemez tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.leon-qwemez tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.leon-qwemez tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.leon-qwemez tr td p {
  color: #fff;
  margin: 0;
}

.leon-qwemez tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.leon-qwemez tr.leon-6u4r9a td p {
  padding: 16px 0;
}

.leon-qwemez tr.leon-6u4r9a td p:not(:last-child),
.leon-qwemez tr.leon-wjomrk td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.leon-qwemez tr.leon-6u4r9a td p:first-child,
.leon-qwemez tr.leon-wjomrk td p:first-child {
  padding-top: 0;
}

.leon-qwemez tr.leon-wjomrk td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.leon-qwemez tr.leon-wjomrk td p:last-child {
  padding-bottom: 0;
}

.leon-qwemez .leon-wjomrk img {
  max-width: 32px;
}

.leon-qwemez .leon-ks5829 {
  min-width: 718px;
}

.leon-qwemez .leon-ks5829 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.leon-qwemez .leon-ks5829 td {
  display: flex;
}

.leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd,
.leon-qwemez .leon-ks5829 td:last-child .leon-54y69d,
.leon-qwemez .leon-ks5829 td:last-child .leon-m8qlac {
  flex: 1 1 50%;
}

.leon-qwemez .leon-ks5829 td:last-child .leon-oo9qiw {
  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;
}

.leon-qwemez .leon-ks5829 td:last-child .leon-tlpd58,
.leon-qwemez .leon-ks5829 td:last-child .leon-xixeq7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd,
.leon-qwemez .leon-ks5829 td:last-child .leon-54y69d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd span,
.leon-qwemez .leon-ks5829 td:last-child .leon-54y69d span {
  font-weight: 800;
}

.leon-qwemez .leon-ks5829 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .leon-qwemez .leon-ks5829 td .leon-m8qlac:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .leon-qwemez tr.leon-6u4r9a td p:last-child {
    padding-bottom: 0;
  }
  .leon-qwemez .leon-wjomrk > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .leon-qwemez .leon-wjomrk > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .leon-qwemez tr.leon-6u4r9a td p:not(:last-child),
  .leon-qwemez tr.leon-wjomrk td p:not(:last-child) {
    border-bottom: unset;
  }
  .leon-qwemez tr.leon-wjomrk td p:last-child {
    padding-bottom: 12px;
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd,
  .leon-qwemez .leon-ks5829 td:last-child .leon-54y69d,
  .leon-qwemez .leon-ks5829 td:last-child .leon-m8qlac {
    flex: 1 1 50%;
    padding: 0;
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd,
  .leon-qwemez .leon-ks5829 td:last-child .leon-54y69d {
    margin-top: 16px;
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-m8qlac {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-3i7jyd {
    border-right: 1px solid var(--border-color);
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-m8qlac:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .leon-qwemez .leon-ks5829 td:last-child .leon-m8qlac:last-child {
    padding-bottom: 0;
  }
}

.leon-m8qlac {
  display: flex;
  flex-direction: column;
}

.leon-qwemez .leon-ks5829 td .leon-m8qlac {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.leon-qwemez .leon-ks5829 td .leon-m8qlac:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.leon-qwemez .leon-ks5829 td .leon-m8qlac:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .leon-qwemez .leon-ks5829 td .leon-m8qlac:not(:first-child) {
    padding-left: 0;
  }
  .leon-qwemez .leon-ks5829 td .leon-m8qlac:not(:last-of-type) {
    border-right: unset;
  }
}

.leon-qwemez .leon-ekth0i {
  flex: 0 1 485px;
}

.leon-qwemez .leon-yf152k {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.leon-qwemez .leon-yf152k li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leon-qwemez .leon-yf152k li.leon-sq6id6 {
  padding: 6px 12px;
}

.leon-qwemez .leon-yf152k li a,
.leon-qwemez .leon-yf152k 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;
}

.leon-qwemez .leon-nw3jcd,
.leon-qwemez .leon-jgpegr {
  flex: 1 1;
}

.leon-qwemez .leon-8mbi2l,
.leon-qwemez .leon-u5244x {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.leon-qwemez .leon-8mbi2l li,
.leon-qwemez .leon-u5244x li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.leon-qwemez .leon-jgpegr img {
  max-width: 32px;
}

.leon-qwemez .leon-nw3jcd img {
  max-width: 32px;
}

.leon-qwemez .leon-t4fjrp {
  min-width: 280px;
}

.leon-qwemez .leon-t4fjrp img {
  max-width: 146px;
}

.leon-qwemez .leon-t4fjrp td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .leon-qwemez .leon-6u4r9a,
  .leon-qwemez .leon-wjomrk {
    flex: 0 1 auto;
  }
  .leon-qwemez .leon-ks5829 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .leon-qwemez .leon-6u4r9a,
  .leon-qwemez .leon-ekth0i,
  .leon-qwemez .leon-wjomrk,
  .leon-qwemez .leon-ks5829 {
    flex: 1 1 calc(50% - 20px);
  }
  .leon-qwemez .leon-nw3jcd,
  .leon-qwemez .leon-t4fjrp,
  .leon-qwemez .leon-jgpegr {
    flex: 1 1 30%;
  }
  .leon-qwemez .leon-t4fjrp {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .leon-qwemez .leon-6u4r9a,
  .leon-qwemez .leon-ekth0i,
  .leon-qwemez .leon-nw3jcd,
  .leon-qwemez .leon-wjomrk,
  .leon-qwemez .leon-ks5829,
  .leon-qwemez .leon-t4fjrp,
  .leon-qwemez .leon-jgpegr {
    flex: 1 1 100%;
  }
}

.leon-099uoc .leon-aaemjf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leon-099uoc .leon-i1y37a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.leon-099uoc .leon-uofcdw {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.leon-099uoc .leon-7g52u3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.leon-099uoc .leon-7g52u3 > :nth-child(3) {
  margin-top: 0;
}

.leon-099uoc .leon-zlztg4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.leon-099uoc .leon-ek3ela {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.leon-099uoc .leon-y0nfza {
  grid-column: 1/2;
}

.leon-099uoc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.leon-099uoc .leon-i1y37a: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;
}

.leon-099uoc .leon-i1y37a:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.leon-099uoc .leon-fnbxau {
  min-width: 240px;
}

@media (max-width: 768px) {
  .leon-099uoc .leon-i1y37a:not(:last-child):before {
    bottom: 8px;
  }
  .leon-099uoc .leon-i1y37a:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .leon-099uoc .leon-7g52u3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .leon-099uoc .leon-zlztg4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .leon-099uoc .leon-zlztg4 img {
    width: 100%;
    height: auto;
  }
  .leon-099uoc .leon-fnbxau {
    width: 100%;
    min-width: unset;
  }
}

.leon-3uvluw .leon-yupfcj {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.leon-3uvluw .leon-4tih6v {
  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;
}

.leon-3uvluw .leon-zlztg4 {
  height: 100%;
}

.leon-3uvluw .leon-zlztg4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.leon-3uvluw .leon-zntyuf {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.leon-3uvluw .leon-8bzma5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.leon-3uvluw .leon-fqt9gi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .leon-3uvluw .leon-4tih6v {
    flex: 1 1 100%;
  }
  .leon-3uvluw .leon-421yrl {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .leon-3uvluw .leon-4tih6v {
    flex-direction: column;
  }
  .leon-3uvluw .leon-zlztg4 {
    width: 100%;
    height: auto;
  }
  .leon-3uvluw .leon-zlztg4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .leon-3uvluw .leon-zntyuf {
    padding: 0 16px 16px 16px;
  }
  .leon-3uvluw .leon-421yrl {
    min-width: unset;
    width: 100%;
  }
}

.leon-ylgmur .leon-vw3lpf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.leon-ylgmur .leon-p2t0zk {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.leon-ylgmur 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;
}

.leon-ylgmur .leon-kne26q {
  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;
}

.leon-ylgmur .leon-p2t0zk:hover .leon-kne26q {
  display: flex;
}

.leon-ylgmur .leon-pxx8v1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leon-ylgmur .leon-9dmi74 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.leon-kiejmo {
  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;
}

.leon-kiejmo.leon-wd1rts {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.leon-k4hzyt ease-in-out;
}

.leon-kiejmo.leon-wd1rts:hover {
  color: #f9cb16;
  background-color: transparent;
}

.leon-ylgmur .leon-ooz6eu {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.leon-k4hzyt ease-in-out;
}

.leon-ylgmur .leon-ooz6eu:hover {
  color: #196948;
  background-color: #f9cb16;
}

.leon-ylgmur .leon-ooz6eu:after,
.leon-kiejmo.leon-wd1rts:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.leon-kiejmo.leon-wd1rts:after {
  background-image: url(../images/Cash.svg);
}

.leon-ylgmur .leon-ooz6eu:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .leon-ylgmur .leon-vw3lpf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .leon-ylgmur .leon-vw3lpf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .leon-ylgmur .leon-vw3lpf {
    grid-template-columns: 1fr;
  }
  .leon-ylgmur .leon-p2t0zk {
    height: auto;
  }
  .leon-ylgmur .leon-p2t0zk .leon-kne26q {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .leon-ylgmur .leon-pxx8v1,
  .leon-ylgmur .leon-9dmi74 {
    text-align: left;
  }
  .leon-ylgmur .leon-9dmi74 {
    margin-bottom: 8px;
  }
  .leon-ylgmur img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.leon-kcntx7 {
  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;
}

.leon-kcntx7.leon-d83zbm {
  display: block;
}

.leon-kcntx7 .leon-r9l97u {
  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;
}

.leon-kcntx7 .leon-1u9hbx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.leon-kcntx7 .leon-ei9ny5 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.leon-kcntx7 .leon-phxzu0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.leon-kcntx7 .leon-kiejmo {
  min-width: 296px;
  margin-bottom: 0;
}

.leon-kcntx7 .leon-206ouf {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.leon-kcntx7 .leon-87rvfx {
  position: relative;
  flex: 1 1;
}

.leon-kcntx7 .leon-87rvfx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .leon-kcntx7 .leon-1u9hbx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .leon-kcntx7 .leon-ei9ny5 {
    order: 1;
  }
  .leon-kcntx7 .leon-phxzu0 {
    order: 3;
    flex: 1 1 100%;
  }
  .leon-kcntx7 .leon-kiejmo {
    width: 100%;
    min-width: unset;
  }
  .leon-kcntx7 .leon-206ouf {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .leon-tg2vv8 > .leon-qbccv8 {
    margin-bottom: 0;
  }
  .leon-tg2vv8 > .leon-y0nfza,
  .leon-tg2vv8 > p {
    margin-top: 0;
  }
}

.leon-mryulu img,
.leon-67mwgi img {
  width: auto;
  object-fit: contain;
}

.leon-mryulu {
  align-items: center;
}

.leon-mryulu img {
  max-height: 76px;
}

.leon-67mwgi img {
  max-height: 64px;
}

.leon-vkxkup {
  overflow: auto;
}

.leon-5ycrbd {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.leon-znmnk6:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.leon-v2augm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.leon-r8yqvo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.leon-v2augm .leon-zlztg4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.leon-v2augm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.leon-dfqq5h {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.leon-dfqq5h > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .leon-v2augm {
    padding: 15px 10px;
  }
  .leon-dfqq5h {
    padding: 15px 10px;
  }
  .leon-v2augm .leon-zlztg4 {
    margin-right: 10px;
  }
}

.leon-cmqdg9 {
  overflow-x: auto;
}

.leon-kj1kss {
  border-collapse: collapse;
  width: 100%;
}

.leon-cmqdg9 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.leon-cmqdg9 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.leon-cmqdg9 td.leon-phagq6 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.leon-cmqdg9 td.leon-kap9mm {
  border-right: none;
}

.leon-cmqdg9 td.leon-kap9mm .leon-zlztg4 {
  justify-content: flex-start;
}

.leon-cmqdg9 td.leon-kap9mm .leon-zlztg4 img {
  height: auto;
  width: 90px;
}

.leon-cmqdg9 td.leon-jo5i2a,
.leon-cmqdg9 td.leon-uv6r7d {
  font-weight: 600;
  text-align: right;
}

.leon-cmqdg9 td.leon-dk99qk,
.leon-cmqdg9 td.leon-jo5i2a {
  padding-bottom: 10px;
  border-bottom: none;
}

.leon-cmqdg9 td.leon-jo5i2a,
.leon-cmqdg9 td.leon-uv6r7d {
  border-left: none;
}

.leon-cmqdg9 td.leon-dk99qk,
.leon-cmqdg9 td.leon-jvkflv {
  border-right: none;
}

.leon-cmqdg9 td.leon-jvkflv,
.leon-cmqdg9 td.leon-uv6r7d {
  border-top: none;
  padding-top: 10px;
}

.leon-ot8uk0 {
  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;
}

.leon-ot8uk0 .leon-421yrl {
  min-width: unset;
  width: 100%;
}

.leon-ot8uk0 .leon-421yrl.leon-abh9gl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.leon-ot8uk0 .leon-421yrl.leon-fftdbq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.leon-ot8uk0 .leon-v225oc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .leon-ot8uk0 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .leon-ot8uk0 .leon-421yrl.leon-abh9gl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .leon-ot8uk0 .leon-421yrl.leon-fftdbq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .leon-ot8uk0 .leon-v225oc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.leon-wyp092 {
  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;
}

.leon-rugtlg {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.leon-0jncwk p a img {
  margin: 0 auto;
  display: block;
}

.leon-0jncwk table {
  margin-bottom: 17px;
}

/* contanct form */
.leon-dvjx80 {
  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;
}

.leon-dvjx80 label {
  font-size: 14px;
}

.leon-dvjx80 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.leon-dvjx80 input,
.leon-dvjx80 textarea,
.leon-dvjx80 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;
}
.leon-dvjx80 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.leon-k4hzyt ease;
}
.leon-dvjx80 button:hover {
  background-color: #691204;
}
.leon-treb6e {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.leon-nwzs5r ease-in;
}

.leon-treb6e h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}