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

.umjdo {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.spqsz {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #fff;
}

.gmyhh {
  max-width: 1320px;
  margin: 0 auto;
}

.hbaux {
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@-webkit-keyframes hkpgq {
  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 hkpgq {
  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);
  }
}
.dnmsm {
  font-weight: 700;
}

.zruvq {
  overflow: hidden;
}

.hpmia {
  padding-inline: 20px;
  padding-block: 16px;
  background-color: #0f95fb;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .hpmia {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .hpmia {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .hpmia {
    padding-inline: 0;
  }
}
.lhkip {
  max-width: 1240px;
  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;
}
.dvabq {
  display: block;
  margin-left: auto;
}
.dvabq img {
  display: block;
  width: 28px;
}
@media (min-width: 1024px) {
  .dvabq {
    display: none;
  }
}
.exyag {
  margin-left: auto;
}
.exyag img {
  display: block;
  width: 28px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.exyag img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .exyag {
    display: none;
  }
}

.kdmon {
  display: none;
}

@media (min-width: 1024px) {
  .kdmon {
    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;
  }
  .fzztp {
    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: clamp(2px, 1vw, 88px);
    width: 100%;
  }
  .kwhku {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .kwhku {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .agvfc {
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .agvfc::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: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .agvfc:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .agvfc:hover {
    color: #fff;
  }
}
.aizcp {
  padding-inline: 20px;
  border-radius: 0px 0px 26px 26px;
  border-bottom: 2px solid #22003b;
  background-color: #0f95fb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 75%;
  -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) {
  .aizcp {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .aizcp {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .aizcp {
    padding-inline: 0;
  }
}
.aizcp: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) {
  .aizcp {
    display: none;
  }
}

.paolb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.fwdlj {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.jcyil {
  color: #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;
}
.jcyil::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;
}
.jcyil:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.jcyil:hover {
  color: #fff;
}

.ftilq {
  padding-inline: 20px;
  padding-block: 98px 20px;
  background-image: url("../../images/pictures/bg-hero-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .ftilq {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ftilq {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ftilq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ftilq {
    padding-block: 190px 63px;
  }
}
@media (min-width: 1440px) {
  .ftilq {
    padding-block: 300px 158px;
  }
}
.kqehz {
  max-width: 1500px;
  margin: 0 auto;
}
.zvmbq {
  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: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .zvmbq {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 5px;
    padding-left: 30px;
    position: relative;
  }
}
.svscz {
  max-width: 683px;
  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: 33px;
}
@media (min-width: 1440px) {
  .svscz {
    width: 683px;
  }
}
.faetd {
  color: #fff;
  text-align: center;
  -webkit-text-stroke: 2px #0d94fb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px; /* 145.455% */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .faetd {
    font-size: 45px;
    line-height: 54px;
    -webkit-text-stroke: 3px #0d94fb;
  }
}
.cdner {
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.oujwc {
  display: block;
  width: clamp(360px, 90vw, 808px);
}
@media (min-width: 1440px) {
  .oujwc {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.pyjik {
  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: 203.018px;
  height: 59.911px;
  border-radius: 56px;
  border: 5px solid #0d94fb;
  text-decoration: none;
  color: #01243f;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(326deg, #0d94fb 23.56%, #fff 85.45%);
  -webkit-animation: hkpgq 2s ease infinite;
          animation: hkpgq 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.pyjik:hover {
  background: transparent;
}

.ibdao {
  padding-inline: 20px;
  padding-block: 32px;
}
@media (min-width: 768px) {
  .ibdao {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ibdao {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ibdao {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ibdao {
    padding-block: 28px 52px;
  }
}
.slsuo {
  margin-top: 32px;
  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: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vrhes {
  display: block;
  width: clamp(335px, 80vw, 364px);
}
.sxaix {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 1024px) {
  .sxaix {
    gap: 32px;
  }
}
.wlaoq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.gblqt {
  display: block;
  width: 58px;
}
.dqwqs {
  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: 2px;
}
.dqwqs p {
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dqwqs span {
  color: #01243f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cwcys {
  padding-inline: 20px;
  padding-block: 28px 39px;
  background-color: #b3ddfd;
}
@media (min-width: 768px) {
  .cwcys {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .cwcys {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .cwcys {
    padding-inline: 0;
  }
}
.riviu {
  margin-top: 32px;
  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: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gbxvl {
  max-width: 420px;
  padding: 18px;
  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;
  gap: 18px;
  border-radius: 22px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.35);
}
.gbxvl h3 {
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gbxvl p {
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wiyfr {
  max-width: 420px;
  padding: 18px;
  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;
  gap: 18px;
  border-radius: 22px;
  border: 1px solid #fff;
  background-color: #0d94fb;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 2px 18px 0px rgba(255, 255, 255, 0.35);
}
.wiyfr h3 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wiyfr p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-container-1 {
  max-width: 740px;
  margin: 32px auto 0 auto;
}
@media (min-width: 1440px) {
  .swiper-container-1 {
    position: relative;
  }
}

.swiper-container-1 .swiper {
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: auto !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (min-width: 1440px) {
  .swiper-reviews-buttons {
    position: absolute;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 45%;
  }
}

.swiper-reviews-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 80px;
}
@media (min-width: 1440px) {
  .swiper-reviews-left {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}
.swiper-reviews-left img {
  display: block;
  width: 100%;
}

.swiper-reviews-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 80px;
}
@media (min-width: 1440px) {
  .swiper-reviews-right {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.swiper-reviews-right img {
  display: block;
  width: 100%;
}

/* second swiper */
.swiper-container-2 {
  padding-inline: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .swiper-container-2 {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .swiper-container-2 {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin-top: 57px;
  }
}

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

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

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

.swiper-gallery-buttons {
  margin-top: 32px;
  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: 22px;
}

.swiper-gallery-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 80px;
}
.swiper-gallery-left img {
  display: block;
  width: 100%;
}

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

.swiper--pagination {
  position: static !important;
  padding-top: 32px;
  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: 1440px) {
  .swiper--pagination {
    position: relative !important;
    padding-top: 0;
  }
}

/* third swiper */
.swiper-container-3 {
  margin-top: 32px;
}

.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-container-3 .swiper-avatars-pagination {
  position: static !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 32px auto 0 auto;
}

.swiper-container-3 .swiper-pagination-bullet {
  background-color: #FFF000 !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 0.7 !important;
}

.swiper-container-3 .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #60F !important;
}

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

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 44px;
}
.swiper--left img {
  display: block;
  width: 100%;
  height: auto;
}

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

/* fourth swiper */
.swiper-container-4 {
  margin-top: 56px;
}
.swiper-container-4 .swiper {
  width: 100%;
  overflow-x: hidden;
}

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

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

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

.swiper--btn-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 64px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .swiper--btn-left {
    width: 100px;
  }
}
.swiper--btn-left img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper--btn-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 64px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(45%, -50%);
          transform: translate(45%, -50%);
}
@media (min-width: 1440px) {
  .swiper--btn-right {
    width: 100px;
  }
}
.swiper--btn-right img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-container-4 .swiper-gallery-pagination {
  position: static !important;
  padding-top: 32px;
  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: 1440px) {
  .swiper-container-4 .swiper-gallery-pagination {
    position: relative !important;
    padding-top: 0;
  }
}

.swiper-container-4 .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  background-image: url("/src/icons/icon-paginaiton-not-active-features.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
}

.swiper-container-4 .swiper-pagination-bullet-active {
  background-image: url("/src/icons/icon-paginaiton-active-features.png");
}

.swiper-container-4 .swiper-pagination-progressbar {
  position: relative;
  margin-top: 50px;
  background: #cddbf0;
  height: 10px !important;
  border-radius: 100px !important;
}

.swiper-container-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5974c1;
  border-radius: 100px;
}

.bifap {
  padding-inline: 20px;
  padding-block: 28px 39px;
  position: relative;
}
@media (min-width: 768px) {
  .bifap {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .bifap {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .bifap {
    padding-inline: 0;
  }
}
.bifap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/pictures/bg-reviews-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.35;
  z-index: -1;
}
@media (min-width: 1440px) {
  .bifap {
    padding-block: 28px 100px;
  }
}
.ddfpz {
  width: 335px;
  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) {
  .ddfpz {
    width: 735px;
  }
}
.ysipc {
  display: block;
  width: 120px;
}
.djtui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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: 2px;
  border-radius: 26px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: normal;
}
@media (min-width: 1024px) {
  .djtui {
    padding: 16px 36px;
  }
}
.djtui h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.djtui p {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .djtui p {
    font-size: 16px;
  }
}

.qcmsz {
  padding-inline: 20px;
  padding-block: 28px 20px;
  background-color: #b3ddfd;
}
@media (min-width: 768px) {
  .qcmsz {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .qcmsz {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .qcmsz {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .qcmsz {
    padding-block: 28px 49px;
  }
}
.cfqdx {
  margin-top: 32px;
  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: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .cfqdx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.byikh {
  display: block;
  width: clamp(335px, 80vw, 370px);
}
.kwlzd {
  max-width: 654px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  color: #01243f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kwlzd p:last-child {
  font-weight: 600;
}
.gtfqr {
  display: block;
  width: 335px;
}
@media (min-width: 1440px) {
  .gtfqr {
    width: 300px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
  }
}

.zpaib {
  padding-block: 28px 45px;
}
.jweid {
  margin: 0 auto;
  max-width: 1376px;
}
.xlzbz {
  margin-top: 32px;
  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;
}
.hmceo {
  max-width: 320px;
  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: 6px;
  color: #01243f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: normal;
}
.hmceo h4 {
  font-size: 18px;
  font-weight: 700;
}
.hmceo p {
  font-size: 16px;
  font-weight: 400;
}
.vhwcq {
  width: 335px;
  height: 460px;
}
.ljrri {
  padding-inline: 20px;
  padding-block: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .ljrri {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ljrri {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ljrri {
    padding-inline: 0;
  }
}
.ljrri::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/pictures/bg-hero-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgrey;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.35;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ljrri {
    padding-block: 43px;
  }
}
.axrsx {
  margin: 32px auto 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;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .axrsx {
    margin: 51px auto 0 auto;
  }
}
.mxpjs {
  max-width: 350px;
  padding: 22px;
  border-radius: 26px;
  background-color: #0d94fb;
  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;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: normal;
}
.mxpjs img {
  display: block;
  width: 35px;
}
.mxpjs p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}
.mxpjs span {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
}
.mxpjs.dkupg .gogod {
  max-height: 0px;
  margin-top: 16px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mxpjs.dkupg .kxxki {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tujoj {
  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;
}
.tujoj p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #121213;
}
.kxxki {
  display: block;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gogod {
  max-height: 130px;
  overflow: hidden;
  opacity: 1;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  letter-spacing: 0%;
  color: #95999d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hphox {
  padding-inline: 20px;
  padding-block: 43px;
  background-color: #0080e2;
}
@media (min-width: 768px) {
  .hphox {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .hphox {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .hphox {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hphox {
    padding: 54px;
  }
}
.jwzpl {
  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;
}
.nyikf {
  margin-top: 32px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.nyikf a {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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;
}
@media (min-width: 1024px) {
  .nyikf a {
    font-size: 18px;
  }
}
.nyikf a:hover {
  color: var(--black, #fff);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nyikf a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lddqy {
  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;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
}
.rjbmk {
  padding-inline: 20px;
  padding-block: 40px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .rjbmk {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .rjbmk {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .rjbmk {
    padding-inline: 0;
  }
}
.hsaje {
  color: #574e44;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
@media (min-width: 1024px) {
  .hsaje {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .yioag {
    font-size: 36px;
  }
}
.wzwzz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.htsqk {
  color: var(--wight, #fff);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  border-radius: 16px;
  border: none;
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 47px;
  -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;
}

.hupkj {
  background-color: #0f6c37;
  color: #ffffff;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.hupkj:hover {
  background-color: #0c5a2e;
}

.hnxvh {
  background-color: #ae3a1f;
  color: #ffffff;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.hnxvh:hover {
  background-color: #8c2f1a;
}

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

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

.vofja {
  padding-inline: 20px;
  padding-block: 140px 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b4ddfd));
  background: linear-gradient(180deg, #fff 0%, #b4ddfd 100%);
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 768px) {
  .vofja {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .vofja {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .vofja {
    padding-inline: 0;
  }
}
.plamh {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.zykdl {
  margin-top: 22px;
}
.nlnum {
  margin-top: 16px;
}

.hgtyu {
  padding-top: 32px;
}
.ykhtu {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.oqnjr {
  margin-top: 16px;
}
.ftbwr {
  color: var(--black, #000);
}
.axmjt {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.zqnrd {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .zqnrd {
    margin-left: 25px;
  }
}
.gdvnn {
  color: var(--black, #000);
  text-decoration: none;
}
.pvvlu {
  margin-top: 8px;
}
.khjey {
  text-decoration: none;
  color: inherit;
}

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

.yrrxo {
  color: #0059ff;
}

.tfhog {
  max-width: 1268px;
  margin: 0 auto;
}

.sjngt {
  padding: 0;
}

.lhhxi {
  margin: 0;
}

.ghzia {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}