/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mjlbj {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Black, #070F0F);
}

.arnuu {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Black, #070f0f);
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .arnuu {
    font-size: 18px;
  }
}

.wmwml {
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
}

.mjtxg {
  color: var(--L-Blue, #cdd8fc);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  position: relative;
}
@media (min-width: 1024px) {
  .mjtxg {
    font-size: 48px;
  }
}
.mjtxg:before {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.recgv {
  margin-top: 8px;
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .recgv {
    font-size: 24px;
  }
}
.recgv::after {
  content: "";
  width: 1.5px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes wafsl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes wafsl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wfciv {
  font-weight: 700;
}

.owbcm {
  padding-inline: 16px;
  padding-block: 8px;
  background: var(--Black, #070f0f);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .owbcm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .owbcm {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .owbcm {
    padding-inline: 0;
  }
}
.vdcyr {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mnnea {
  display: block;
  width: 44px;
}
.wlnts {
  display: block;
  margin-left: auto;
  width: 44px;
}
.wlnts img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.wlnts img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .wlnts {
    display: none;
  }
}
.rchob {
  margin-left: auto;
  width: 44px;
}
.rchob img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.rchob img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .rchob {
    display: none;
  }
}

.voeyg {
  display: none;
}

@media (min-width: 1024px) {
  .voeyg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aepgx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 33px;
    width: 100%;
  }
  .jhhas {
    color: var(--White, #F3F5FA);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .aopkx {
    color: var(--White, #F3F5FA);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .aopkx::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #FB8600;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .aopkx:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .aopkx:hover {
    color: #FB8600;
  }
}
.vmqxm {
  padding-inline: 16px;
  background: var(--Black, #070f0f);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .vmqxm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vmqxm {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .vmqxm {
    padding-inline: 0;
  }
}
.vmqxm:target {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  .vmqxm {
    display: none;
  }
}
.voqpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ujunw {
  width: 100%;
}
.gtakv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.qwigt {
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
.herik {
  color: #f3f5fa;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.herik::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #f3f5fa;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.herik:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.herik:hover {
  color: #f3f5fa;
}

.tdxuk {
  padding-inline: 16px;
  padding-block: 120px 130px;
  background: url(/images/pictures/hero-bg-mobile.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .tdxuk {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .tdxuk {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .tdxuk {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .tdxuk {
    padding-block: 100px 72px;
    background: url(/images/pictures/hero-bg.png) no-repeat center/cover;
  }
}
.vmajt {
  max-width: 736px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.akwex {
  color: var(--L-Blue, #cdd8fc);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
}
@media (min-width: 1024px) {
  .akwex {
    font-size: 64px;
  }
}
.ztppm {
  margin-top: 32px;
  color: var(--White, #f3f5fa);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
@media (min-width: 1024px) {
  .ztppm {
    font-size: 24px;
  }
}
.yfaeo {
  margin-top: 16px;
  color: var(--White, #f3f5fa);
  text-align: center;
}
.ogspt {
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Blue, #4a6cdb);
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.ogspt:hover {
  background: #fb8600;
}
.qqzuo {
  margin-top: 40px;
  color: var(--L-Blue, #cdd8fc);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.qqzuo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.suucw {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: wafsl 2s ease infinite;
          animation: wafsl 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tnvkq {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .tnvkq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .tnvkq {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .tnvkq {
    padding-inline: 0;
  }
}
.osjuj {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .osjuj {
    gap: 32px;
  }
}
.czxwx {
  width: clamp(343px, 80vw, 352px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.czxwx:hover {
  background-color: #113096;
}
/* @media (min-width: 1024px) {
  .czxwx {
    height: 247px;
  }
} */
.czxwx h4 {
  margin-top: 24px;
  color: var(--L-Blue, #cdd8fc);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .czxwx h4 {
    font-size: 20px;
  }
}
.czxwx p {
  margin-top: 32px;
  color: var(--L-GrayBlue, #859099);
}
.ismww {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.ismww img:first-child {
  display: block;
  width: 32px;
}
.ismww img:last-child {
  display: block;
  width: 40px;
}
.vqvtc {
  margin-top: 32px;
  color: var(--L-GrayBlue, #859099);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  position: relative;
}
@media (min-width: 1024px) {
  .vqvtc {
    font-size: 20px;
  }
}
.vqvtc::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nbnmu {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .nbnmu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .nbnmu {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .nbnmu {
    padding-inline: 0;
  }
}
.plxsv {
  width: 256px;
  height: 234px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 18px;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  background: var(--Black, #070f0f);
}
.plxsv h5 {
  color: var(--L-Blue, #cdd8fc);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.plxsv p {
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.swiper-container-1 {
  width: 100%;
  overflow-x: hidden;
  margin: 64px auto 0 auto;
}
.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper-wrapper {
    gap: 16px;
  }
}

.swiper-container-1 .swiper-slide {
  width: auto !important;
  height: auto !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.swiper--buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 52px;
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}
.swiper--left img {
  display: block;
  width: 100%;
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 52px;
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
}
.swiper--right img {
  display: block;
  width: 100%;
}

.swiper-container-1 .swiper--pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper--pagination {
    display: none;
  }
}

.swiper-container-1 .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-image: url("/images/icons/icon-bullet.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
  border-radius: 0;
}

.swiper-container-1 .swiper-pagination-bullet-active {
  background-image: url("/images/icons/icon-bullet-active.png");
}

/* second swiper */
.swiper-container-2 {
  width: 100%;
  margin: 16px auto 0 auto;
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin: 24px auto 0 auto;
  }
}

.swiper-container-2 .swiper {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 1440px) {
  .swiper-container-2 .swiper-wrapper {
    gap: 16px;
  }
}

.swiper-container-2 .swiper-slide {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  width: auto !important;
}

.swiper--buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .swiper--buttons {
    margin-top: 48px;
  }
}

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper--left {
    width: 40px;
  }
}
.swiper--left img {
  display: block;
  width: 100%;
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper--right {
    width: 40px;
  }
}
.swiper--right img {
  display: block;
  width: 100%;
}

/* third swiper */
.swiper-container-3 {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .swiper-container-3 {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) {
  .swiper-container-3 {
    display: none;
  }
}

.swiper-container-3 .swiper {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-3 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.swiper-container-3 .swiper-slide {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  width: auto !important;
}

.mtmqn {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .mtmqn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mtmqn {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .mtmqn {
    padding-inline: 0;
  }
}
.uuaac {
  max-width: 736px;
  margin: 64px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
}
.jqavc {
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-bottom: 16px;
  border-bottom: 1px solid var(--GrayBlue, #313946);
}
@media (min-width: 1024px) {
  .jqavc {
    font-size: 20px;
  }
}
.jfmcx {
  margin-top: 16px;
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .jfmcx {
    margin-top: 24px;
    font-size: 20px;
  }
}
.hyqoy {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .hyqoy {
    gap: 21px;
  }
}
.oitly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.oitly img {
  display: block;
  width: 32px;
}
.oitly span {
  color: var(--L-GrayBlue, #859099);
}
.qomzo {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Blue, #4a6cdb);
  border: none;
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.qomzo:hover {
  background: #fb8600;
}
.qomzo::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.omeka {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .omeka {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .omeka {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .omeka {
    padding-inline: 0;
  }
}
.ilmpl {
  margin-top: 64px;
  color: var(--L-GrayBlue, #859099);
}
.qrnxz {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .qrnxz {
    margin-top: 32px;
    gap: 32px;
  }
}
.dwtcj {
  width: clamp(343px, 80vw, 352px);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.dwtcj:hover {
  background-color: #724715;
}
@media (min-width: 1024px) {
  .dwtcj {
    /* height: 451px; */
    gap: 48px;
  }
}
.toqoi {
  color: var(--Blue, #4a6cdb);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
@media (min-width: 1024px) {
  .toqoi {
    font-size: 24px;
  }
}
.foodw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .foodw {
    gap: 24px;
  }
}
.wvqrm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.wvqrm h5 {
  color: var(--L-Blue, #cdd8fc);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .wvqrm h5 {
    font-size: 20px;
  }
}
.wvqrm p {
  color: var(--L-GrayBlue, #859099);
}
.ohbas {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Blue, #4a6cdb);
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.ohbas:hover {
  background: #fb8600;
}
.ohbas::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.raxjj {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .raxjj {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .raxjj {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .raxjj {
    padding-inline: 0;
  }
}
.arkiw {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .arkiw {
    gap: 32px;
  }
}
.qpssr {
  width: 343px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 27px */
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.qpssr:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .qpssr {
    width: 256px;
    height: 140px;
  }
}
.sxsop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}
.sxsop::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sdnqa {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .sdnqa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .sdnqa {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .sdnqa {
    padding-inline: 0;
  }
}
.ykbzg {
  margin-top: 64px;
  text-align: left;
  color: var(--L-GrayBlue, #859099);
}
.trxtq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 170px;
  padding: 16px;
  -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;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  background: var(--Black, #070f0f);
}
.trxtq img {
  display: block;
  width: 32px;
}
.trxtq p {
  color: var(--L-GrayBlue, #859099);
}
.tpgeq {
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Blue, #4a6cdb);
  border: none;
  color: var(--White, #f3f5fa);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.tpgeq:hover {
  background-color: #fb8600;
}
.tpgeq::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.znvst {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .znvst {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .znvst {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .znvst {
    padding-inline: 0;
  }
}
.laply {
  margin: 64px auto 0 auto;
  width: clamp(343px, 80vw, 735px);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-radius: 16px;
  border: 1px solid var(--GrayBlue, #313946);
  position: relative;
}
@media (min-width: 1024px) {
  .laply {
    padding: 24px;
  }
}
.laply::after {
  content: "";
  width: 1.5px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--GrayBlue, #313946);
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wraog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.wraog span {
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .wraog span {
    font-size: 20px;
  }
}
.wraog a {
  color: var(--L-GrayBlue, #859099);
  text-decoration: none;
}
.zpixs p {
  color: var(--L-GrayBlue, #859099);
}
.zpixs span {
  padding-right: 6px;
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .zpixs span {
    font-size: 20px;
  }
}
.cozug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.cozug span {
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .cozug span {
    font-size: 20px;
  }
}
.cozug a {
  color: var(--L-GrayBlue, #859099);
  text-decoration: none;
}
.ncolg p {
  color: var(--L-GrayBlue, #859099);
}
.ncolg span {
  padding-right: 6px;
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .ncolg span {
    font-size: 20px;
  }
}
.kpzfd p {
  color: var(--L-GrayBlue, #859099);
}
.kpzfd span {
  padding-right: 6px;
  color: var(--L-Gray, #9da9b3);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .kpzfd span {
    font-size: 20px;
  }
}

.cfmiw {
  padding-inline: 16px;
  padding-block: 40px 16px;
  background: var(--Black, #070F0F);
  background-image: url(/images/pictures/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .cfmiw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .cfmiw {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .cfmiw {
    padding-inline: 0;
  }
}
.igfmz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.fshzb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .fshzb {
    gap: 20px;
  }
}
.fshzb a {
  color: var(--L-Blue, #CDD8FC);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (min-width: 1024px) {
  .fshzb a {
    font-size: 18px;
  }
}
.fshzb a::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fshzb a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fshzb a:hover {
  color: #fff;
}
.xcyfi {
  color: var(--L-Blue, #CDD8FC);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
@media (min-width: 1024px) {
  .xcyfi {
    font-size: 12px;
  }
}

.dgrys {
  padding-inline: 16px;
  background: var(--GrayBlue, #313946);
  padding-block: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .dgrys {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .dgrys {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .dgrys {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .dgrys {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hiicr {
  display: none;
}
.dwalq {
  max-width: 750px;
  color: var(--White, #f1eee9);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .dwalq {
    font-size: 24px;
  }
}
.ctepe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lhtbt {
  width: 343px;
  height: 55px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zdcjt {
  color: #000;
  border-radius: 8px;
  background: var(--White, #f3f5fa);
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.zdcjt:hover {
  background-color: #0c5a2e;
}

.evsjr {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.evsjr:hover {
  background-color: #8c2f1a;
}

.jvvid {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#jvvid {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.ztaiu {
  padding-inline: 16px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .ztaiu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ztaiu {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .ztaiu {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ztaiu {
    margin-top: 140px;
    margin-bottom: 80px;
    font-size: 18px;
  }
}

.xijpg {
  color: var(--L-Blue, #CDD8FC);
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
}
@media (min-width: 1024px) {
  .xijpg {
    font-size: 48px;
  }
}
.hzwym {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .hzwym {
    margin-top: 24px;
  }
}
.jscfw {
  margin-top: 16px;
  font-weight: 400;
}

.jfkps {
  padding-top: 32px;
  text-align: left;
}
.demyh {
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .demyh {
    font-size: 28px;
  }
}
.ldjvy {
  margin-top: 16px;
  color: var(--L-GrayBlue, #859099);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .ldjvy {
    font-size: 22px;
  }
}
.htvwn {
  margin-top: 16px;
}
.tmiec {
  color: var(--L-GrayBlue, #859099);
}
.adnsy {
  margin-top: 8px;
}
.pxrqy {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .pxrqy {
    margin-left: 35px;
  }
}
.iowlu {
  color: var(--L-GrayBlue, #859099);
  text-decoration: none;
}
.xbcci {
  margin-top: 8px;
  font-weight: 400;
}
.zzzmp {
  text-decoration: none;
  color: inherit;
}

.kgpld {
  list-style: disc;
  margin-left: 10px;
}

.wtbzh {
  max-width: 1120px;
  margin: 0 auto;
}

.hmjtv {
  padding: 0;
}

.mljcn {
  margin: 0;
}

strong {
  font-weight: 700;
}