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

.lprax {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #010101);
}

.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.qhouu {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #010101);
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .qhouu {
    font-size: 16px;
  }
}

.rcgpy {
  max-width: 1264px;
  margin: 0 auto;
  height: 100%;
}

.qoqcr {
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 8px;
  border-radius: 30px;
  border: 1px solid var(--gray, #919191);
  margin-bottom: 16px;
}
.qoqcr img {
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
}

.bmfqa {
  color: var(--wight-500, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (min-width: 1024px) {
  .bmfqa {
    font-size: 38px;
    line-height: 52px; /* 136.842% */
    letter-spacing: 1.14px;
  }
}

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

.ttqha {
  padding-inline: 16px;
  padding-block: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: rgba(18, 18, 18, 0.7);
}
@media (min-width: 768px) {
  .ttqha {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ttqha {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ttqha {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ttqha {
    padding-block: 16px;
  }
}
.xkwsg {
  max-width: 1264px;
  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;
}
.nlfxt {
  display: block;
  width: 40px;
}
.qcfhh {
  display: block;
  margin-left: auto;
}
.qcfhh 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;
}
.qcfhh img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .qcfhh {
    display: none;
  }
}
.kvfpu {
  margin-left: auto;
}
.kvfpu 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;
}
.kvfpu img:hover {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .kvfpu {
    display: none;
  }
}
.vrfkz {
  display: none;
}
@media (min-width: 1024px) {
  .vrfkz {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 32px;
    background: var(--grad, linear-gradient(270deg, #f6ede8 0%, #f29f58 100%));
    color: var(--black, #232323);
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 210px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .vrfkz:hover {
    background: #232323;
    color: #fff;
    border: 1px solid #fff;
  }
}

.zfnnw {
  display: none;
}

@media (min-width: 1024px) {
  .zfnnw {
    width: 100%;
    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;
  }
  .dxbmh {
    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;
    gap: 32px;
    width: 100%;
    margin-left: 80px;
  }
  .lucgq {
    color: var(--wight-300, rgba(255, 255, 255, 0.7));
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .eykml {
    color: var(--wight-300, rgba(255, 255, 255, 0.7));
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .eykml::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;
  }
  .eykml:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .eykml:hover {
    color: #fff;
  }
}
.grkkv {
  padding-inline: 32px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(#000)
  );
  background: linear-gradient(0deg, #000 0%, #000 100%);
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.grkkv: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) {
  .grkkv {
    display: none;
  }
}

.eepli {
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
}
.lfmpm {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.yjagm {
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.uaulo {
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  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;
}
.uaulo::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;
}
.uaulo:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uaulo:hover {
  color: #fff;
}

.cqvmy {
  padding-inline: 16px;
  padding-block: 348px 32px;
  background-image: url(/images/pictures/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .cqvmy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .cqvmy {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .cqvmy {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .cqvmy {
    padding-block: 220px 140px;
  }
}
.uplfj {
  max-width: 832px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prddh {
  color: var(--wight-500, #fff);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 136.842% */
  letter-spacing: 1.14px;
}
@media (min-width: 1024px) {
  .prddh {
    font-size: 62px;
  }
}
.lppeb {
  margin-top: 32px;
  color: var(--wight-500, #fff);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media (min-width: 1024px) {
  .lppeb {
    font-size: 20px;
  }
}
.lqasf {
  margin-top: 16px;
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (min-width: 1024px) {
  .lqasf {
    font-size: 20px;
  }
}
.liqlq {
  margin-top: 32px;
  width: 343px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f6ede8),
    to(#f29f58)
  );
  background: linear-gradient(270deg, #f6ede8 0%, #f29f58 100%);
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  .liqlq {
    margin-top: 56px;
    width: 238px;
    font-size: 16px;
  }
}
.liqlq:hover {
  background: #232323;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.oltmw {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: fhwjb 2s ease infinite;
  animation: fhwjb 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.svjdl {
  padding-block: 60px;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .svjdl {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .svjdl {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .svjdl {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .svjdl {
    padding-inline: 0;
  }
}
.oyrlq {
  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: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .oyrlq {
    gap: 32px;
  }
}
.rlsin {
  max-width: 616px;
}
.oujwu {
  margin-top: 32px;
}
.xippa {
  margin-top: 8px;
}
.teqij {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.fcxnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.fcxnd img {
  display: block;
  width: 32px;
}
.fcxnd span {
  color: var(--wight-500, #fff);
  font-weight: 600;
}
.ptzrk {
  margin-top: 24px;
}
.ouayl {
  display: block;
  width: clamp(300px, 70vw, 616px);
  z-index: 1;
}
.ccfjm {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}
@media (min-width: 1024px) {
  .ccfjm {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1440px) {
  .ccfjm {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    height: 800px;
  }
}

.xioys {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .xioys {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .xioys {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xioys {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .xioys {
    padding-inline: 0;
  }
}
.wstgh {
  margin-top: 16px;
  color: var(--wight-500, #fff);
  font-style: italic;
}
@media (min-width: 1440px) {
  .wstgh {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.owzuq {
  margin-top: 40px;
  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: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .owzuq {
    margin-top: 80px;
  }
}
.owzuq:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 925px;
  height: 712px;
  background-image: url('../../images/pictures/light-repair.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.mhkse {
  width: clamp(343px, 70vw, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px;
  -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: 0.5px solid var(--yellow, #7d523b);
  background: linear-gradient(104deg, #f6ede8 0%, #ed9455 100%);
  z-index: 1;
}
@media (min-width: 1024px) {
  .mhkse {
    height: 284px;
  }
}
.mhkse img {
  display: block;
  width: 40px;
}
.mhkse h3 {
  margin-top: 24px;
  color: var(--black, #232323);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
@media (min-width: 1024px) {
  .mhkse h3 {
    margin-top: 32px;
    font-size: 26px;
  }
}
.mhkse p {
  margin-top: 8px;
  color: var(--black, #232323);
}
.mntyp {
  width: clamp(343px, 70vw, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px;
  -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(--stroke, rgba(125, 82, 59, 0.5));
  background: var(
    --grad_black_card,
    linear-gradient(90deg, #0c0c0e 23.56%, #18191c 100%)
  );
  z-index: 1;
}
@media (min-width: 1024px) {
  .mntyp {
    height: 284px;
  }
}
.mntyp img {
  display: block;
  width: 40px;
}
.mntyp h3 {
  margin-top: 24px;
  color: var(--wight-500, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
@media (min-width: 1024px) {
  .mntyp h3 {
    margin-top: 32px;
    font-size: 26px;
  }
}
.mntyp p {
  margin-top: 8px;
}

.ratmj {
  padding-block: 60px;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .ratmj {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .ratmj {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ratmj {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ratmj {
    padding-inline: 0;
  }
}
.xnokz {
  margin-top: 40px;
  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: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .xnokz {
    margin-top: 80px;
  }
}
.jfkjh {
  width: clamp(343px, 70vw, 400px);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--yellow, #7d523b);
  background: var(--bg_card, rgba(12, 12, 14, 0.6));
  z-index: 1;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.jfkjh:hover {
  background: rgba(60, 41, 167, 0.5294117647);
}
@media (min-width: 1024px) {
  .jfkjh {
    height: 618px;
  }
}
.jfkjh img {
  display: block;
  width: 100%;
}
.jfkjh h4 {
  color: var(--wight-500, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .jfkjh h4 {
    font-size: 26px;
    text-align: left;
  }
}
.xwruf {
  margin-top: 24px;
  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;
}
.duutb {
  width: 100%;
  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;
  gap: 12px;
}
.duutb span {
  display: block;
  min-width: 75px;
  color: #fff;
  font-weight: 600;
}
.ofnfq {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.fnxge {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .fnxge {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .fnxge {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fnxge {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fnxge {
    padding-inline: 0;
  }
}
.fzptn {
  margin-top: 24px;
  color: var(--wight-500, #fff);
  font-style: italic;
}
@media (min-width: 1440px) {
  .fzptn {
    margin: 0 0 0 auto;
    width: 272px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.sxtws {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1440px) {
  .sxtws {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.tyxsq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 36px;
}
@media (min-width: 1440px) {
  .tyxsq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 52px;
  }
}
.famrh {
  display: block;
  width: 40px;
}
.jjhxi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.jjhxi::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .jjhxi::before {
    top: -28px;
    left: 0;
  }
}
.jjhxi::after {
  content: '';
  position: absolute;
  top: 6px;
  left: -10px;
  width: 2px;
  height: 120px;
  background-color: #fff;
}
@media (min-width: 1440px) {
  .jjhxi::after {
    top: -25px;
    left: 0;
    height: 2px;
    width: 330px;
  }
}
.jjhxi h5 {
  color: var(--wight-500, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.jjhxi p {
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.tyxsq:nth-of-type(5) .jjhxi::after {
  height: 50px;
}
@media (min-width: 1440px) {
  .tyxsq:nth-of-type(5) .jjhxi::after {
    height: 2px;
    width: 195px;
  }
}

.gzdgr {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .gzdgr {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .gzdgr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gzdgr {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gzdgr {
    padding-inline: 0;
  }
}
.mjufa {
  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: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .mjufa {
    gap: 32px;
  }
}
.nbgrt {
  max-width: 616px;
}
.blbzq {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.mcryh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.mcryh img {
  display: block;
  width: 32px;
}
.mcryh span {
  color: #fff;
}
.cvijq {
  margin-top: 24px;
}
.cvijq span {
  color: #fff;
}
.bkrza {
  display: block;
  width: clamp(343px, 80vw, 616px);
}

.vqqzz {
  padding-block: 60px;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .vqqzz {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .vqqzz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vqqzz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vqqzz {
    padding-inline: 0;
  }
}
.ummkl {
  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: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vowcb {
  max-width: 616px;
}
.bncex {
  margin-top: 32px;
}
.ecwgn {
  margin-top: 24px;
  text-align: right;
}
.gyhrl {
  max-width: 616px;
  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: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .gyhrl {
    font: 32px;
  }
}
.vqnth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 292px;
  height: 168px;
  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: 40px;
  border-radius: 16px;
  border: 1px solid var(--stroke, rgba(125, 82, 59, 0.5));
  background: var(--bg_card, rgba(12, 12, 14, 0.6));
  z-index: 1;
}
.vqnth img {
  display: block;
  width: 40px;
}
.vqnth p {
  color: var(--wight-500, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.nruzt {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 0;
}
@media (min-width: 1440px) {
  .nruzt {
    top: 0;
    height: 600px;
  }
}

.rohjt {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .rohjt {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .rohjt {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .rohjt {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .rohjt {
    padding-inline: 0;
  }
}
.ixeak {
  margin-top: 40px;
  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) {
  .ixeak {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .ixeak {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
.pkheo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(343px, 80vw, 616px);
  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;
  border-radius: 8px;
  border: 1px solid var(--yellow, #7d523b);
  background: var(--bg_card, rgba(12, 12, 14, 0.6));
}
.pkheo.hvbwu .tregr {
  max-height: 100px;
  overflow: visible;
  opacity: 1;
  padding-top: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pkheo.hvbwu .hwsdb {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.qpyar {
  width: 100%;
  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;
  gap: 40px;
  cursor: pointer;
}
.qpyar p {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .qpyar p {
    font-size: 16px;
  }
}
.hwsdb {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tregr {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .tregr {
    font-size: 16px;
  }
}

.fyxnt {
  padding-block: 60px;
  padding-inline: 16px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(18, 18, 18, 0.7)),
      to(rgba(18, 18, 18, 0.7))
    ),
    url(/images/pictures/bg-form-footer.jpg);
  background-image: linear-gradient(
      rgba(18, 18, 18, 0.7),
      rgba(18, 18, 18, 0.7)
    ),
    url(/images/pictures/bg-form-footer.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1024px) {
  .fyxnt {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .fyxnt {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fyxnt {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fyxnt {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .fyxnt {
    background-position: center bottom;
  }
}
.infwg {
  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;
  max-width: 616px;
  margin: 0 auto;
}
.bsltt {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.bsltt img {
  display: block;
  width: 32px;
}
.bsltt a {
  color: var(--wight-300, rgba(255, 255, 255, 0.7));
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-decoration: none;
}
@media (min-width: 1024px) {
  .bsltt a {
    font-size: 26px;
  }
}

.rmydf {
  margin-top: 40px;
  width: 100%;
  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: 24px;
}
@media (min-width: 1024px) {
  .rmydf {
    margin-top: 80px;
  }
}
.qfhfr {
  width: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--wight, #fff);
  background: var(--bg, #010101);
}
.qfhfr::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.qfhfr::-moz-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.qfhfr:-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.qfhfr::-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.qfhfr::placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.rrxte {
  width: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--wight, #fff);
  background: var(--bg, #010101);
}
.rrxte::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.rrxte::-moz-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.rrxte:-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.rrxte::-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.rrxte::placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.coxgg {
  width: 100%;
  height: 146px;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--wight, #fff);
  background: var(--bg, #010101);
  resize: none;
}
.coxgg::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.coxgg::-moz-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.coxgg:-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.coxgg::-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.coxgg::placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.hmprw {
  width: 100%;
  height: 146px;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--wight, #fff);
  background: var(--bg, #010101);
  resize: none;
}
.hmprw::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.hmprw::-moz-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.hmprw:-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.hmprw::-ms-input-placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.hmprw::placeholder {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  opacity: 0.7;
}
.jpjfn {
  margin-top: 16px;
  width: 343px;
  border: none;
  padding: 16px 32px;
  border-radius: 32px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f6ede8),
    to(#f29f58)
  );
  background: linear-gradient(270deg, #f6ede8 0%, #f29f58 100%);
  color: var(--green_text, #1c3f3a);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .jpjfn {
    width: 208px;
  }
}
.jpjfn:hover {
  background: #232323;
  color: #fff;
  border: 1px solid #fff;
}

.ufbfk {
  padding-inline: 16px;
  padding-block: 60px;
  border-top: 1px solid var(--gray, #919191);
}
@media (min-width: 768px) {
  .ufbfk {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ufbfk {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ufbfk {
    padding-inline: 0;
  }
}
.aaapr {
  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;
}
@media (min-width: 1024px) {
  .aaapr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px;
  }
}
.swekz {
  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) {
  .swekz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 74px;
  }
}
.swekz a {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  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;
}
@media (min-width: 1024px) {
  .swekz a {
    font-size: 16px;
  }
}
.swekz a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wpnji {
  color: var(--text, rgba(255, 255, 255, 0.8));
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .wpnji {
    margin: 0 auto;
    font-size: 16px;
  }
}

.zuiav {
  padding-inline: 16px;
  padding-block: 40px;
  background: var(--bg, #010101);
  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;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .zuiav {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .zuiav {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .zuiav {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .zuiav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.iknul {
  max-width: 750px;
  color: #fff;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .iknul {
    text-align: center;
    font-size: 24px;
  }
}
.kykir {
  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;
}
.bewgx {
  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;
}

.srphp {
  color: #fff;
  border: none;
  border-radius: 32px;
  background: #3c29a7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.srphp:hover {
  background-color: #0c5a2e;
}

.euyzx {
  color: #fff;
  border: none;
  border-radius: 32px;
  border: 1px solid #fff;
  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;
}
.euyzx:hover {
  background-color: #8c2f1a;
}

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

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

.gtpgn {
  padding-inline: 16px;
  margin-top: 114px;
  margin-bottom: 60px;
  color: var(--text, rgba(255, 255, 255, 0.8));
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-align: left;
}
@media (min-width: 768px) {
  .gtpgn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gtpgn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gtpgn {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .gtpgn {
    font-size: 16px;
  }
}

.ilics {
  color: var(--wight, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (min-width: 1024px) {
  .ilics {
    font-size: 38px;
  }
}
.fexsj {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .fexsj {
    margin-top: 24px;
  }
}
.fzfqx {
  margin-top: 16px;
}

.lmhdv {
  padding-top: 32px;
  text-align: left;
}
.qtvcb {
  color: var(--wight, #fff);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media (min-width: 1024px) {
  .qtvcb {
    font-size: 24px;
  }
}
.fdwet {
  margin-top: 16px;
}
.gurrf {
  color: #fff;
}
.diemj {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .diemj {
    margin-left: 35px;
  }
}
.dvbuo {
  color: #fff;
  text-decoration: none;
}
.tktrz {
  margin-top: 8px;
}
.cccta {
  text-decoration: none;
  color: inherit;
}

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

.jnura {
  max-width: 1016px;
  margin: 0 auto;
}

.mriwo {
  padding: 0;
}

.ksnht {
  margin: 0;
}

.cpcuo {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}
