/* 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;
}

.pdvwj {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Gray-10-background, #eef0f1);
}

.efaln {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Gray-10-background, #eef0f1);
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
.pwvje {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
}

.adwer {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
  text-align: center;
  padding-block: 16px;
  border-bottom: 1px solid var(--Gray-70-divider, #bcbcbc);
}
.nzwyi {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .nzwyi {
    margin-top: 40px;
  }
}
.nzwyi img {
  display: block;
  width: 53px;
}
@media (min-width: 1024px) {
  .nzwyi img {
    width: 83px;
  }
}
.nzwyi p {
  color: var(--Gray-80-secondary-text, #747474);
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .nzwyi p {
    font-size: 76px;
    line-height: 120%;
  }
}

@-webkit-keyframes jxfhz {
  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 jxfhz {
  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);
  }
}
.fhcpx {
  font-weight: 700;
}

.qdeij {
  padding-inline: 16px;
  padding-block: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 768px) {
  .qdeij {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qdeij {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .qdeij {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .qdeij {
    padding-block: 24px;
  }
}
.vhays {
  max-width: 1400px;
  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;
}
.ofghg {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
.osfwo {
  display: block;
  margin-left: auto;
}
.osfwo img {
  display: block;
  width: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.osfwo img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .osfwo {
    display: none;
  }
}
.mgnld {
  margin-left: auto;
}
.mgnld img {
  display: block;
  width: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mgnld img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .mgnld {
    display: none;
  }
}

.gjvdl {
  display: none;
}

@media (min-width: 1024px) {
  .gjvdl {
    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;
  }
  .wrqsa {
    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: 50px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .wrqsa {
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  .afxma {
    color: var(--gray-0-background-primary-text, #fff);
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .lgtam {
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .lgtam::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    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;
  }
  .lgtam:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lgtam:hover {
    color: #fff;
  }
}
.ctcuc {
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
@media (min-width: 768px) {
  .ctcuc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ctcuc {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .ctcuc {
    padding-inline: 0;
  }
}
.ctcuc: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) {
  .ctcuc {
    display: none;
  }
}

.ocwjz {
  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: 24px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.psszc {
  color: var(--gray-0-background-primary-text, #fff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
.ienwd {
  color: var(--gray-0-background-primary-text, #fff);
  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;
}
.ienwd::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;
}
.ienwd:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ienwd:hover {
  color: #fff;
}

.orlwr {
  padding-inline: 16px;
  padding-block: 150px 100px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 768px) {
  .orlwr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .orlwr {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .orlwr {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .orlwr {
    padding-block: 180px 120px;
  }
}
.ufvzj {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1440px) {
  .ufvzj {
    gap: 0;
  }
}
.onrbc {
  display: block;
  width: clamp(343px, 80vw, 1000px);
}
@media (min-width: 1440px) {
  .onrbc {
    position: relative;
  }
}
.gngsn {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
}
@media (min-width: 1440px) {
  .gngsn {
    position: absolute;
    width: 337px;
    text-align: left;
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}

.vghrq {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: jxfhz 2s ease infinite;
          animation: jxfhz 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.spnoh {
  padding-block: 100px;
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .spnoh {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .spnoh {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .spnoh {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .spnoh {
    padding-inline: 0;
  }
}
.iwmjy {
  margin-top: 60px;
  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: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .iwmjy {
    gap: 24px;
  }
}
.kqdhp {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .kqdhp {
    width: 318px;
  }
}
.kqdhp img {
  display: block;
  width: 100%;
}
.kqdhp h3 {
  margin-top: 16px;
  padding-block: 16px;
  border-top: 1px solid #f2f2f2;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
.kqdhp p {
  color: var(--Gray-70-divider, #bcbcbc);
}

.rnkgx {
  padding-inline: 16px;
  padding-block: 80px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 768px) {
  .rnkgx {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .rnkgx {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .rnkgx {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .rnkgx {
    padding-block: 100px;
  }
}
.wtqtj {
  margin: 0 auto;
  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;
  width: clamp(343px, 80vw, 1002px);
  height: 590px;
  border-radius: 1000px;
  background: url(/images/pictures/media-img-mobile.png) lightgray 50%/cover no-repeat;
}
@media (min-width: 1024px) {
  .wtqtj {
    height: 523px;
    background: url(/images/pictures/media-img-desktop.png) lightgray 50%/cover no-repeat;
  }
}
.wtqtj p {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .wtqtj p {
    font-size: 128px;
    line-height: 90%;
    font-weight: 500;
  }
}

.uvidr {
  padding-block: 100px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .uvidr {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .uvidr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uvidr {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .uvidr {
    padding-inline: 0;
  }
}
.uvidr .adwer {
  color: var(--gray-100-primary-text-background, #010101);
}
.waxey {
  margin-top: 60px;
  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;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .waxey {
    margin-top: 80px;
    row-gap: 32px;
  }
}
.kwtut {
  width: clamp(343px, 80vw, 466px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  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;
}
.kwtut:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.kwtut img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .kwtut img {
    height: 631px;
  }
}
.kwtut h4 {
  color: var(--Gray-100-primary-text, #002a34);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
  padding-block: 8px 4px;
}
.kwtut p {
  color: var(--Gray-80-secondary-text, #747474);
}

.fxlxp {
  padding-block: 100px;
  padding-inline: 16px;
  background-image: url(/images/pictures/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010101;
}
@media (min-width: 1024px) {
  .fxlxp {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .fxlxp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fxlxp {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .fxlxp {
    padding-inline: 0;
  }
}
.gbwlr {
  max-width: 1200px;
  margin: 24px auto 0 auto;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .gbwlr {
    margin: 40px auto 0 auto;
    font-size: 76px;
    line-height: 120%;
  }
}
.fbffb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.fbffb::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  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;
}
.fbffb:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fbffb:hover {
  color: #000;
}
.slozq {
  margin: 16px auto 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.slozq::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  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;
}
.slozq:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slozq:hover {
  color: #000;
}

.ljbgr {
  padding-inline: 16px;
  padding-block: 60px 40px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 768px) {
  .ljbgr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ljbgr {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .ljbgr {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ljbgr {
    padding-block: 80px 40px;
  }
}
.lqtqy {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1024px) {
  .lqtqy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rjukh {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .rjukh {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1440px) {
  .rjukh {
    gap: 40px;
  }
}
.rjukh a {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.rjukh a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.jlxsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.jlxsh img {
  display: block;
  width: 24px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.jlxsh img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (min-width: 1024px) {
  .jlxsh {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.qxolq {
  margin: 0 auto;
  color: var(--Gray-70-divider, #bcbcbc);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 1024px) {
  .qxolq {
    margin: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.mvvqv {
  padding-inline: 16px;
  border-top: 2px solid #000;
  padding-block: 24px;
  background: var(--wight, #fff);
  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: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .mvvqv {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mvvqv {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .mvvqv {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .mvvqv {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mozvn {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .mozvn {
    font-size: 36px;
  }
}
.cyohl {
  max-width: 750px;
  color: var(--green_text, #1c3f3a);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .cyohl {
    text-align: center;
    font-size: 24px;
  }
}
.lqqbh {
  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;
}
.guyxb {
  width: 343px;
  height: 55px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  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;
}

.uysyq {
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.uysyq:hover {
  background-color: #0c5a2e;
}

.qxgxl {
  color: #000;
  border: none;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.qxgxl:hover {
  background-color: #8c2f1a;
}

.onbhv {
  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;
}

#onbhv {
  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;
}

.qgyvq {
  padding-inline: 16px;
  margin-top: 76px;
  margin-bottom: 100px;
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
@media (min-width: 768px) {
  .qgyvq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qgyvq {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .qgyvq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .qgyvq {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}

.xpvhv {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Space Grotesk", sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 91.2px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .xpvhv {
    font-size: 160px;
    font-weight: 500;
    line-height: 90%;
  }
}
.qqehf {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .qqehf {
    margin-top: 24px;
  }
}
.qowee {
  margin-top: 16px;
}

.cxami {
  padding-top: 32px;
  text-align: left;
}
.kdrbe {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
}
.ajals {
  margin-top: 16px;
}
.sibom {
  color: #000;
}
.zsaxv {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .zsaxv {
    margin-left: 35px;
  }
}
.fwwnz {
  color: #000;
  text-decoration: none;
}
.yuusi {
  margin-top: 8px;
}
.pugjm {
  text-decoration: none;
  color: inherit;
}

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

.qbmzb {
  max-width: 1400px;
  margin: 0 auto;
}

.npigd {
  padding: 0;
}

.mmmph {
  margin: 0;
}

.bqugi {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}