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

.iakxx {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #FFF;
}

.vyvdy {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .vyvdy {
    font-size: 20px;
  }
}

.lkidr {
  max-width: 1080px;
  margin: 0 auto;
}

.guowh {
  color: #571c95;
  text-align: center;
  font-family: "Jaro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
}
@media (min-width: 1024px) {
  .guowh {
    font-size: 40px;
  }
}

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

.badkx {
  padding-block: 12px;
  padding-inline: 27px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .badkx {
    padding-block: 20px;
    top: 16px;
    border-radius: 60px;
    border: 2px solid #571c95;
    background: #fff;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.awwjx {
  max-width: 1080px;
  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;
  gap: 20px;
}
.zouzj {
  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;
}
.zouzj img:first-child {
  display: block;
  width: 54px;
  height: 20px;
}
.zouzj img:last-child {
  display: block;
  width: 77px;
  height: 13px;
}
.zouzj img:nth-of-type(2) {
  display: block;
  width: 122px;
  height: 36px;
}
@media (min-width: 1024px) {
  .zouzj {
    display: none;
  }
}
.komtk {
  display: block;
  margin-left: auto;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.komtk img {
  display: block;
  width: 50px;
}
@media (min-width: 1024px) {
  .komtk {
    display: none;
  }
}
.vopxq {
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 50%;
}
.vopxq img {
  display: block;
  width: 50px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.vopxq img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .vopxq {
    display: none;
  }
}

.brbzm {
  display: none;
}

@media (min-width: 1024px) {
  .brbzm {
    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;
  }
  .xdjpb {
    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: 74px;
    width: 100%;
  }
  .hetwt {
    color: #1e1e1e;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .zdeda {
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .zdeda::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #94e5fe;
    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;
  }
  .zdeda:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .zdeda:hover {
    color: #94e5fe;
  }
}
.naktj {
  padding-inline: 20px;
  background-image: url("../../images/pictures/bg--mobile.png");
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .naktj {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .naktj {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .naktj {
    padding-inline: 0;
  }
}
.naktj: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) {
  .naktj {
    display: none;
  }
}

.ihgom {
  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: 34px;
}
.dnjky {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dvjju {
  color: #1e1e1e;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.dvjju::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #1e1e1e;
  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;
}
.dvjju:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hxbdx {
  padding-block: 554px 0px;
  background-image: url("../../images/pictures/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  .hxbdx {
    padding-block: 462px 0;
  }
}
.qvvpd {
  display: none;
}
@media (min-width: 1440px) {
  .qvvpd {
    display: block;
    width: 185px;
    position: absolute;
    top: 120px;
  }
}
.aqord {
  padding-inline: 20px;
  padding-block: 67px 155px;
  background-image: url("../../images/pictures/hero-rectangle-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .aqord {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .aqord {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .aqord {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .aqord {
    background-image: url("../../images/pictures/hero-rectangle.png");
    background-position: center;
  }
}
@media (min-width: 1440px) {
  .aqord {
    padding-block: 7% 10%;
  }
}
.qzxcy {
  max-width: 498px;
  margin: 0 auto;
}
.mcipk {
  color: #571c95;
  text-align: center;
  font-family: "Jaro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
}
@media (min-width: 1024px) {
  .mcipk {
    font-size: 36px;
  }
}
.fvkgc {
  margin-top: 20px;
}
.tmoia {
  margin-top: 18px;
  display: block;
  margin-top: 6px;
  width: 226px;
  height: 75px;
  border-radius: 16px;
  background-image: url("../../images/pictures/google-play-button.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: jqiem 2s ease infinite;
          animation: jqiem 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-animation 0.5s;
  transition: -webkit-animation 0.5s;
  transition: animation 0.5s;
  transition: animation 0.5s, -webkit-animation 0.5s;
}
.tmoia:hover {
  -webkit-animation: unset;
          animation: unset;
}

.tswrt {
  background: #94e5fe;
  padding-block: 53px;
}
@media (min-width: 1024px) {
  .tswrt {
    padding-block: 90px;
  }
}
.xkkeq {
  width: 250px;
  height: 250px;
  padding: 83px 10px;
  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: 10px;
  border-radius: 40px;
  background: rgba(217, 217, 217, 0.1);
  -webkit-box-shadow: -2px 0px 100px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 100px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 100px 0px rgba(255, 255, 255, 0.25) inset, 2px 0px 100px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px 0px 100px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 100px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 100px 0px rgba(255, 255, 255, 0.25) inset, 2px 0px 100px 0px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media (min-width: 1024px) {
  .xkkeq {
    width: 344px;
    height: 344px;
    padding: 83px 56px;
  }
}
.xkkeq img {
  display: block;
  width: 67px;
}
@media (min-width: 1024px) {
  .xkkeq img {
    width: 90px;
  }
}

.swiper-container-1 .swiper {
  margin-top: 40px;
  width: 100%;
  overflow-x: hidden;
}
.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

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

/* second swiper */
.swiper-container-2 {
  margin-top: 40px;
}
.swiper-container-2 .swiper {
  width: 100%;
  overflow-x: hidden;
  padding-block: 7px;
}
@media (min-width: 1024px) {
  .swiper-container-2 .swiper {
    padding-block: 25px;
  }
}

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

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

/* third swiper */
.swiper-container-3 {
  margin-top: 40px;
}
.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;
}

.swiper-reviews-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;
}
.swiper-reviews-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 57px;
}
.swiper-reviews-left img {
  display: block;
  width: 100%;
}

.swiper-reviews-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 57px;
}
.swiper-reviews-right img {
  display: block;
  width: 100%;
}

.xagbx {
  padding-block: 30px 0;
}
@media (min-width: 1024px) {
  .xagbx {
    padding-block: 41px 0;
  }
}
.vizgw {
  display: block;
  width: 160.791px;
  height: 285.85px;
  -webkit-transform: rotate(11.99deg);
          transform: rotate(11.99deg);
  aspect-ratio: 160.79/285.85;
  border-radius: 40px;
  border: 5px solid #373137;
}
@media (min-width: 1024px) {
  .vizgw {
    width: 355px;
    height: 631px;
  }
}

.unoxb {
  padding-inline: 20px;
  padding-block: 80px;
}
@media (min-width: 768px) {
  .unoxb {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .unoxb {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .unoxb {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .unoxb {
    padding-block: 120px;
  }
}
.joeuz {
  width: 335px;
  height: 181px;
  padding: 0 5px;
  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: 17px;
  text-align: left;
}
@media (min-width: 1024px) {
  .joeuz {
    width: 344px;
    height: 266px;
  }
}
.joeuz img {
  display: block;
  width: 109px;
}
@media (min-width: 1024px) {
  .joeuz img {
    width: 147px;
  }
}

.xbebt {
  padding-inline: 20px;
  padding-block: 70px;
  background: #94e5fe;
}
@media (min-width: 768px) {
  .xbebt {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .xbebt {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .xbebt {
    padding-inline: 0;
  }
}
.oejax {
  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: 52px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ochpe {
  max-width: 456px;
  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: 32px;
}
@media (min-width: 1440px) {
  .ochpe {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.fbraz {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media (min-width: 1440px) {
  .fbraz {
    text-align: left;
  }
}
.wrznr {
  display: block;
  width: 335px;
}
.hamum {
  max-width: 572px;
  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: 12px;
}
@media (min-width: 1024px) {
  .hamum {
    gap: 16px;
  }
}
.vpquu {
  width: clamp(335px, 80vw, 572px);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
  background: #fff;
}
@media (min-width: 1024px) {
  .vpquu {
    padding: 16px 32px;
  }
}
.vpquu.murmt .ezcnt {
  max-height: 100px;
  overflow: visible;
  opacity: 1;
  padding-top: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vpquu.murmt .jbjqr {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hrmjb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.hrmjb p {
  color: #000;
  font-weight: 600;
}
.jbjqr {
  display: block;
  width: 36px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .jbjqr {
    width: 50px;
  }
}
.ezcnt {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.yvgdq {
  background-color: #94e5fe;
  background-image: url("../../images/pictures/hero-rectangle-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 67px 190px;
}
@media (min-width: 1024px) {
  .yvgdq {
    background-image: url("../../images/pictures/hero-rectangle.png");
    background-position: center;
  }
}
@media (min-width: 1440px) {
  .yvgdq {
    padding-block: 9% 12%;
  }
}
.tppjd {
  padding-inline: 20px;
  min-width: 336px;
  max-width: 498px;
  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;
  gap: 20px;
}
@media (min-width: 768px) {
  .tppjd {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .tppjd {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .tppjd {
    padding-inline: 0;
  }
}
.aqgfn {
  color: #571c95;
  text-align: center;
  font-family: "Jaro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
}
@media (min-width: 1024px) {
  .aqgfn {
    font-size: 36px;
  }
}

.fpxcr {
  padding-inline: 20px;
  padding-block: 57px;
  background-image: url("../../images/pictures/htp-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .fpxcr {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .fpxcr {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .fpxcr {
    padding-inline: 0;
  }
}
.kaffa {
  max-width: 726px;
  margin: 0 auto;
  padding-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.wyzxv {
  width: clamp(335px, 80vw, 457px);
  border-radius: 40px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .wyzxv:nth-of-type(2) {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .wyzxv:nth-of-type(4) {
    margin-left: auto;
  }
}
.ceigl {
  display: block;
  width: 57px;
}
.lxkit {
  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: 12px;
}
.lxkit h5 {
  font-weight: 700;
}
.lxkit p {
  text-align: left;
}
.pqjbj {
  padding-inline: 20px;
  padding-block: 25px;
  background: #94e5fe;
  -webkit-box-shadow: 0px -2px 20px 0px rgba(124, 124, 124, 0.2);
          box-shadow: 0px -2px 20px 0px rgba(124, 124, 124, 0.2);
}
@media (min-width: 768px) {
  .pqjbj {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .pqjbj {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .pqjbj {
    padding-inline: 0;
  }
}
.tyepi {
  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;
  text-align: center;
}
.rjddl {
  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: 16px;
}
@media (min-width: 1024px) {
  .rjddl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 19px;
  }
}
.rjddl a {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  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;
  -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) {
  .rjddl a {
    font-size: 20px;
  }
}
.rjddl a:hover {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rjddl a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tokgv {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}
@media (min-width: 1024px) {
  .tokgv {
    font-size: 20px;
  }
}

.zxece {
  padding-block: 40px;
  padding-inline: 16px;
  background: #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: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .zxece {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.emsms {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 91.667% */
}
@media (min-width: 1024px) {
  .emsms {
    font-size: 36px;
  }
}
.myaat {
  max-width: 750px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
}
@media (min-width: 1024px) {
  .myaat {
    text-align: center;
    font-size: 24px;
  }
}
.xvdyw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .xvdyw {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .xvdyw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.jsxrs {
  width: 165px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  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;
}

.bdkrm {
  color: #fff;
  border-radius: 8px;
  background: #571c95;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.bdkrm:hover {
  background-color: #0c5a2e;
}

.mhqut {
  color: #000;
  border-radius: 8px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 1px 3px 0px #87614c;
          box-shadow: 0px 1px 3px 0px #87614c;
  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;
}
.mhqut:hover {
  background-color: #8c2f1a;
}

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

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

.hffrq {
  padding-inline: 20px;
  margin-top: 150px;
  margin-bottom: 88px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 768px) {
  .hffrq {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .hffrq {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .hffrq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hffrq {
    margin-top: 155px;
    margin-bottom: 97px;
    font-size: 24px;
  }
}

.vupfw {
  text-align: left;
}
.kdplf {
  color: #571c95;
  text-align: center;
  font-family: "Jaro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
@media (min-width: 1024px) {
  .kdplf {
    font-size: 40px;
  }
}
.qlnpd {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .qlnpd {
    margin-top: 24px;
  }
}
.wwbak {
  margin-top: 16px;
}

.avkat {
  padding-top: 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .avkat {
    margin-top: 24px;
  }
}
.utiuh {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .utiuh {
    font-size: 24px;
  }
}
.ldnuj {
  margin-top: 16px;
}
.iyucx {
  color: #000;
}
.pktyc {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .pktyc {
    font-style: 24px;
  }
}
.dyqhm {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .dyqhm {
    margin-left: 35px;
  }
}
.qqqar {
  color: #000;
  text-decoration: none;
}
.qhpsk {
  margin-top: 8px;
}
.ihctl {
  text-decoration: none;
  color: inherit;
}

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

.faszr {
  color: #0059ff;
}

.uzver {
  max-width: 1080px;
  margin: 0 auto;
}

.uragz {
  padding: 0;
}

.yjxcx {
  margin: 0;
}

.trwct {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}