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

.jazhm {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--White, #FFF);
}

.rguej {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--White, #fff);
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .rguej {
    font-size: 18px;
  }
}

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

.elgkq {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  border-top: 1px solid var(--L-Brown, #9d7075);
}
@media (min-width: 1024px) {
  .elgkq {
    font-size: 48px;
  }
}

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

.jsfkg {
  padding-block: 20px;
  padding-inline: 16px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1440px) {
  .jsfkg {
    background-image: url("../../images/pictures/header-bg.png");
    background-position: 33% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.jgfql {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rkdnk {
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .rkdnk {
    width: 44px;
    height: 44px;
  }
}
.axapi {
  display: block;
  margin-left: auto;
}
.axapi img {
  display: block;
  width: 44px;
}
@media (min-width: 1024px) {
  .axapi {
    display: none;
  }
}
.qqpzj {
  margin-left: auto;
}
.qqpzj img {
  display: block;
  width: 44px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.qqpzj img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .qqpzj {
    display: none;
  }
}

.vyxaz {
  display: none;
}

@media (min-width: 1024px) {
  .vyxaz {
    width: 100%;
    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;
  }
  .afgzy {
    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: 56px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .afgzy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 25px;
  }
}
@media (min-width: 1024px) {
  .ryjnf {
    color: var(--Brown, #5d3136);
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  .ugdnp {
    color: #5d3136;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .ugdnp::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #5d3136;
    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;
  }
  .ugdnp:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ugdnp:hover {
    color: #5d3136;
  }
}
.vcbli {
  padding-inline: 16px;
  background: var(--L-Yellow, #f9ecdf);
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .vcbli {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vcbli {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vcbli {
    padding-inline: 0;
  }
}
.vcbli: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) {
  .vcbli {
    display: none;
  }
}

.qeeav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
.tnkxy {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
.pmlmf {
  color: var(--Brown, #5d3136);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.pmlmf::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #5d3136;
  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;
}
.pmlmf:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.dvbxw {
  padding-inline: 16px;
  padding-block: 160px 71px;
  background-image: url("../../images/pictures/hero-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .dvbxw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .dvbxw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .dvbxw {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .dvbxw {
    padding-block: 120px 104px;
    background-image: url("../../images/pictures/hero-bg.png");
  }
}
.zgtgq {
  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) {
  .zgtgq {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.amqej {
  max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .amqej {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.syjgo {
  color: #5d3136;
  font-family: "Playfair Display", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
@media (min-width: 1024px) {
  .syjgo {
    font-size: 96px;
  }
}
.qyxkz {
  margin-top: 40px;
}
.ltnka {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ltnka {
    margin-top: 40px;
    gap: 32px;
  }
}
.rgfwz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  cursor: pointer;
}
.hszyd {
  color: var(--White, #fff);
  border: none;
  border-radius: 28px;
  background: var(--Brown, #5d3136);
}
.kbado {
  color: var(--Brown, #5d3136);
  border-radius: 28px;
  border: 1px solid var(--Brown, #5d3136);
}
.mqdju {
  display: none;
}
@media (min-width: 1440px) {
  .mqdju {
    display: block;
    width: 348px;
  }
}

.fhsoa {
  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: ickom 2s ease infinite;
          animation: ickom 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;
}
.fhsoa:hover {
  -webkit-animation: unset;
          animation: unset;
}

.shqnz {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .shqnz {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .shqnz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .shqnz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .shqnz {
    padding-inline: 0;
  }
}
.gqeph {
  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: 1440px) {
  .gqeph {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hogbu {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1440px) {
  .hogbu {
    width: 260px;
    border-right: 1px solid var(--L-Brown, #9d7075);
  }
}
.hogbu h3 {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
@media (min-width: 1024px) {
  .hogbu h3 {
    font-size: 28px;
  }
}
.hogbu h3 span {
  display: block;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .hogbu h3 span {
    font-size: 20px;
  }
}
.uqify {
  margin-top: 32px;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .uqify {
    margin-top: 59px;
    font-size: 20px;
  }
}

.juqkd {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .juqkd {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .juqkd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .juqkd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .juqkd {
    padding-inline: 0;
  }
}
.qswig {
  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) {
  .qswig {
    gap: 32px;
  }
}
.omnsb {
  width: 343px;
  height: 139px;
  background-image: url("../../images/pictures/what-bg-card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .omnsb {
    width: 544px;
    height: 169px;
    padding: 64px 24px 32px 24px;
  }
}
.omnsb h4 {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .omnsb h4 {
    font-size: 20px;
  }
}
.kxcqo {
  margin-top: 40px;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .kxcqo {
    font-size: 20px;
  }
}

.mgcua {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/why-bg-full-image-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .mgcua {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .mgcua {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mgcua {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mgcua {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .mgcua {
    background-image: url("../../images/pictures/why-bg-full-image.png");
  }
}
@media (min-width: 1024px) {
  .mgcua .elgkq {
    border-top: none;
  }
}
.sjsrc {
  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: 32px;
}
.vbyvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.vbyvv img {
  display: block;
  width: 32px;
}
.vbyvv p span {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .vbyvv p span {
    font-size: 20px;
  }
}
.hynvm {
  margin-top: 40px;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .hynvm {
    font-size: 20px;
  }
}

.vuggl {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .vuggl {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .vuggl {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vuggl {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vuggl {
    padding-inline: 0;
  }
}
.tiqpn {
  width: 327px;
  height: 339px;
  background-image: url("../../images/pictures/testimonials-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px;
}
@media (min-width: 1024px) {
  .tiqpn {
    width: 544px;
    height: 310px;
    padding: 24px;
    background-position: 100% 100%;
  }
}
.tiqpn p {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .tiqpn p {
    font-size: 18px;
  }
}
.tiqpn h5 {
  margin-top: 16px;
  text-align: right;
  color: var(--Brown, #5d3136);
  text-align: right;
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .tiqpn h5 {
    font-size: 20px;
  }
}
.tiqpn span {
  display: block;
  text-align: right;
}
.hhkdi {
  display: none;
}
@media (min-width: 1440px) {
  .hhkdi {
    margin-top: 40px;
    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: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.swiper-container-1 .swiper {
  margin-top: 40px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper {
    display: none;
  }
}

.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: 32px;
}
@media (min-width: 1440px) {
  .swiper-container-2 {
    display: none;
  }
}

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

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

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

.swiper-features-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-features-buttons {
    margin-top: 48px;
  }
}

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

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

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

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

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

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

.besfs {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/faq-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .besfs {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .besfs {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .besfs {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .besfs {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .besfs {
    background-image: url("../../images/pictures/faq-bg.png");
  }
}
.besfs .elgkq {
  border-top: none;
}
.fjzas {
  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;
}
.kutrq {
  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;
}
.aekqt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 16px;
  border-top: 1px solid var(--L-Brown, #9d7075);
}
.aekqt.uryqa .hmwcg {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aekqt.uryqa .qvzoh {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.djqaw {
  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;
}
.djqaw p {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .djqaw p {
    font-size: 20px;
  }
}
.qvzoh {
  display: block;
  width: 30px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hmwcg {
  max-height: 320px;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ruait {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ruait {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ruait {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ruait {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ruait {
    padding-inline: 0;
  }
}
.fkxhg {
  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: 32px;
}
.apfek {
  margin-top: 32px;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
@media (min-width: 1024px) {
  .apfek {
    font-size: 28px;
  }
}
.lhulm {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .lhulm {
    font-size: 20px;
  }
}
.lhulm span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 1024px) {
  .lhulm span {
    font-size: 18px;
  }
}
.anyym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qcqem {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  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;
}
@media (min-width: 1024px) {
  .qcqem {
    font-size: 20px;
  }
}

.mlhzm {
  margin-top: 0;
}

.qokkg {
  padding-inline: 16px;
  padding: 40px 16px 16px 16px;
  background: var(--L-Yellow, #f9ecdf);
}
@media (min-width: 768px) {
  .qokkg {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qokkg {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .qokkg {
    padding-inline: 0;
  }
}
.gkdwp {
  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: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .gkdwp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aauag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.aauag h5 {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
@media (min-width: 1024px) {
  .aauag h5 {
    font-size: 48px;
  }
}
.aauag h6 {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .aauag h6 {
    font-size: 28px;
  }
}
.gosco {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  text-align: left;
}
.kembj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  text-align: left;
}
.kembj a {
  text-align: left;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  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) {
  .kembj a {
    font-size: 18px;
  }
}
.kembj a:hover {
  color: #5d3136;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.kembj a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lcmbh {
  text-align: left;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
@media (min-width: 1024px) {
  .lcmbh {
    margin: 0 auto;
    font-size: 12px;
  }
}

.gzbwo {
  padding-block: 40px;
  padding-inline: 16px;
  border-radius: 32px;
  background: var(--L-Yellow, #f9ecdf);
  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) {
  .gzbwo {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.zcjhq {
  max-width: 750px;
  color: var(--Brown, #5d3136);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .zcjhq {
    text-align: center;
    font-size: 24px;
  }
}
.jxysm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
@media (min-width: 1024px) {
  .jxysm {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .jxysm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.icbqs {
  width: 256px;
  height: 55px;
  text-align: center;
  color: var(--White, #fff);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  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;
}

.zvvmd {
  color: #fff;
  border: none;
  border-radius: 28px;
  background: var(--Brown, #5d3136);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.zvvmd:hover {
  background-color: #0c5a2e;
}

.qkmdg {
  color: var(--Brown, #5D3136);
  border-radius: 28px;
  border: 1px solid var(--Brown, #5d3136);
  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;
}
.qkmdg:hover {
  background-color: #8c2f1a;
}

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

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

.dvdwz {
  padding-inline: 16px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .dvdwz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .dvdwz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .dvdwz {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .dvdwz {
    margin-top: 140px;
    margin-bottom: 80px;
    font-size: 18px;
  }
}

.eowtx {
  text-align: left;
}
.mketx {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
@media (min-width: 1024px) {
  .mketx {
    font-size: 48px;
  }
}
.cfvxu {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .cfvxu {
    margin-top: 24px;
  }
}
.lyuwn {
  margin-top: 16px;
}

.jtzjb {
  padding-top: 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .jtzjb {
    margin-top: 24px;
  }
}
.lzejm {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .lzejm {
    font-size: 28px;
  }
}
.xeods {
  margin-top: 16px;
}
.ytpmx {
  color: var(--Brown, #5d3136);
}
.yvwbp {
  color: var(--Brown, #5d3136);
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .yvwbp {
    font-style: 18px;
  }
}
.nsdal {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .nsdal {
    margin-left: 35px;
  }
}
.bkwjc {
  color: #5d3136;
  text-decoration: none;
}
.saknt {
  margin-top: 8px;
}
.udleu {
  text-decoration: none;
  color: inherit;
}

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

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

.eufuv {
  padding: 0;
}

.fmzti {
  margin: 0;
}

.dcdux {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.gghuv {
  background: var(--L-Yellow, #f9ecdf);
}
@media (min-width: 1440px) {
  .gghuv {
    background: none;
  }
}