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

.bkahv {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #9FF7FE 0%, #7AADF9 100%);
}

.ilykh {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #9ff7fe 0%, #7aadf9 100%);
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.nlvnf {
  max-width: 1280px;
  margin: 0 auto;
}

.bxwla {
  color: #f25081;
  text-align: center;
  font-family: "Caudex", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
@-webkit-keyframes lxlug {
  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 lxlug {
  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);
  }
}
.tifee {
  font-weight: 700;
}

.kjhwl {
  padding-block: 48px 0;
  padding-inline: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .kjhwl {
    padding-block: 34px 0;
  }
}
.pryud {
  max-width: 1280px;
  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;
}
.eaqlm {
  display: block;
  margin-left: auto;
}
.eaqlm img {
  display: block;
  width: 48px;
}
@media (min-width: 1024px) {
  .eaqlm {
    display: none;
  }
}
.nxcgl {
  margin-left: auto;
}
.nxcgl img {
  display: block;
  width: 48px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nxcgl img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .nxcgl {
    display: none;
  }
}

.vtfzy {
  display: none;
}

@media (min-width: 1024px) {
  .vtfzy {
    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;
  }
  .pjvhp {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .ciflk {
    color: var(--Text-color, #25243c);
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
  .jitiy {
    color: var(--Text-color, #25243c);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .jitiy::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fdcf12;
    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;
  }
  .jitiy:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .jitiy:hover {
    color: #fdcf12;
  }
}
.fzlby {
  padding-inline: 20px;
  background: var(--Main-color, radial-gradient(50% 50% at 50% 50%, #9ff7fe 0%, #7aadf9 100%));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .fzlby {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .fzlby {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .fzlby {
    padding-inline: 0;
  }
}
.fzlby: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) {
  .fzlby {
    display: none;
  }
}

.svcga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
.aqbry {
  color: var(--Text-color, #25243c);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.karkn {
  color: var(--Text-color, #25243c);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.karkn::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #25243c;
  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;
}
.karkn:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.xbouv {
  padding-inline: 20px;
  padding-block: 96px 375px;
  background-image: url("../../images/pictures/hero-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .xbouv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .xbouv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .xbouv {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .xbouv {
    padding-block: 44px 430px;
    background-image: url("../../images/pictures/hero-bg-desktop-min.jpg");
  }
}
.zfvsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fnukm {
  display: block;
  width: clamp(375px, 80vw, 501px);
}
@media (min-width: 1440px) {
  .fnukm {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
.gdrxq {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  .gdrxq {
    display: none;
  }
}

.cnemc {
  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: lxlug 2s ease infinite;
          animation: lxlug 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;
}
@media (min-width: 1024px) {
  .cnemc {
    margin-top: 33px;
  }
}
.cnemc:hover {
  -webkit-animation: unset;
          animation: unset;
}

.htibk {
  padding-block: 80px 0;
  padding-inline: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .htibk {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .htibk {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .htibk {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .htibk {
    padding-inline: 0;
  }
}
.fnmtm {
  margin-top: 28px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .fnmtm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.vtlxk {
  display: none;
}
@media (min-width: 1024px) {
  .vtlxk {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
@media (min-width: 1440px) {
  .vtlxk {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.deyrn {
  display: block;
  width: 335px;
}
.dehqm {
  max-width: 630px;
}
.dehqm span {
  font-weight: 700;
}

.uxsse {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .uxsse {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .uxsse {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .uxsse {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .uxsse {
    padding-inline: 0;
  }
}
.venop {
  margin-top: 28px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .venop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nagmk {
  display: block;
  width: clamp(375px, 80vw, 630px);
}
.wrpsf {
  max-width: 582px;
  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;
}
.lvaqs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.lvaqs img {
  display: block;
  width: 67px;
  height: 67px;
}
.avplk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.avplk h3 {
  color: var(--Accent-color, #fff374);
  font-family: "Caudex", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}

.pigkq {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .pigkq {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .pigkq {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .pigkq {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .pigkq {
    padding-inline: 0;
  }
}
.hhhjk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 630px;
  -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;
  text-align: center;
}
.hhhjk img {
  display: block;
  width: 100%;
}
.hhhjk h4 {
  margin-top: 16px;
  color: var(--Accent-color, #ff4b4b);
  font-family: "Caudex", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.hhhjk p {
  margin-top: 12px;
  color: var(--Text-color, #2e2e2e);
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.swiper-container-1 .swiper {
  margin-top: 28px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .swiper-container-1 .swiper {
    margin-top: 36px;
  }
}

.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;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.swiper-characters-buttons {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .swiper-characters-buttons {
    margin-top: 28px;
  }
}

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

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

.swiper-container-1 .swiper--pagination {
  position: static !important;
  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;
  padding-top: 24px;
}

.swiper-container-1 .swiper-pagination-bullet {
  width: 32px !important;
  height: 32px !important;
  background-image: url("/images/icons/icon-pagination-not-active.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
  border-radius: 0;
}

.swiper-container-1 .swiper-pagination-bullet-active {
  background-image: url("/images/icons/icon-pagination-active.png");
}

/* second swiper */
.swiper-container-2 {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin-top: 36px;
  }
}

.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-gallery-buttons {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .swiper-gallery-buttons {
    margin-top: 28px;
  }
}

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

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

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

.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--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;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--left {
    width: 40px;
  }
}
.swiper--left img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--right {
    width: 40px;
  }
}
.swiper--right img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.whofz {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .whofz {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .whofz {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .whofz {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .whofz {
    padding-inline: 0;
  }
}
.zbmqn {
  display: block;
  width: 305px;
  height: 542px;
  border-radius: 18px;
}
.tmlrb .bxwla {
  padding-block: 80px 0;
}
@media (min-width: 1024px) {
  .tmlrb .bxwla {
    padding-block: 150px 0;
  }
}
.nnuhn {
  padding-inline: 20px;
  margin-top: 28px;
  background-image: url("../../images/pictures/hightlights-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .nnuhn {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .nnuhn {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .nnuhn {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .nnuhn {
    background-image: url("../../images/pictures/highlights-bg-desktop-min.jpg");
  }
}
.zdtuy {
  position: relative;
}
.jsjol {
  padding-top: 34px;
  padding-bottom: 271px;
  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: 20px;
}
@media (min-width: 1024px) {
  .jsjol {
    padding-top: 52px;
    padding-bottom: 51px;
    gap: 38px;
  }
}
.idjhc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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: 18px;
  background: var(--Main-color, radial-gradient(50% 50% at 50% 50%, #9ff7fe 0%, #7aadf9 100%));
  color: var(--Text-color, #25243c);
  text-align: center;
  font-family: "Caudex", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
@media (min-width: 1440px) {
  .idjhc:nth-of-type(3) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (min-width: 1440px) {
  .idjhc:nth-of-type(4) {
    -webkit-transform: translate(80%, -150%);
            transform: translate(80%, -150%);
  }
}
.znjrq {
  display: block;
  width: 146px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.jauqy {
  display: block;
  width: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
@media (min-width: 1440px) {
  .jauqy {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.gadra {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .gadra {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .gadra {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .gadra {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .gadra {
    padding-inline: 0;
  }
}
.gadra .bxwla {
  margin-top: 80px;
}
.qfnnc {
  margin-top: 28px;
  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) {
  .qfnnc {
    margin-top: 36px;
    gap: 20px;
  }
}
.rzfxv {
  width: clamp(343px, 80vw, 630px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rzfxv.ptpbq .qgxlg {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rzfxv.ptpbq .mazrk {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eqyts {
  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;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid var(--Accent-color-2, #f25081);
}
.eqyts p {
  color: var(--Accent-color-2, #f25081);
  font-family: "Caudex", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
.mazrk {
  display: block;
  width: 36px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qgxlg {
  max-height: 70px;
  opacity: 1;
  overflow: visible;
  color: var(--Text-color, #25243c);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border-radius: 40px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--Text-color, #25243c);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .qgxlg {
    font-size: 16px;
  }
}

.mxdcv {
  padding-inline: 20px;
  padding: 32px;
  margin-top: 80px;
  background: var(--Accent-color, #fff374);
}
@media (min-width: 768px) {
  .mxdcv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .mxdcv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .mxdcv {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .mxdcv {
    padding: 46px;
  }
}
.azuhf {
  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;
}
@media (min-width: 1024px) {
  .azuhf {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.bwdci {
  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: 12px;
}
@media (min-width: 1024px) {
  .bwdci {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bwdci a {
  color: var(--Text-color, #25243c);
  font-family: "Caudex", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  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;
}
.bwdci a:hover {
  color: var(--RED, #b81420);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bwdci a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.nwerf {
  color: var(--Text-color, #25243c);
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.skrnw {
  padding-block: 40px;
  padding-inline: 16px;
  border-radius: 16px;
  background: var(--Accent-color, #fff374);
  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: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .skrnw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .iyfux {
    font-size: 36px;
  }
}
.sqxwm {
  max-width: 750px;
  color: var(--Text-color, #25243c);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .sqxwm {
    font-size: 24px;
  }
}
.ifpwc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .ifpwc {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .ifpwc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.jhfkb {
  width: 156px;
  height: 40px;
  color: var(--body, #422006);
  text-align: center;
  color: var(--Accent-color, #fff374);
  font-family: "Caudex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  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;
}

.ihopp {
  color: var(--Accent-color, #fff374);
  border-radius: 40px;
  background: var(--Text-color, #25243c);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ihopp:hover {
  background-color: #0c5a2e;
}

.tndir {
  color: var(--body, #422006);
  border-radius: 40px;
  border: 1px solid var(--Text-color, #25243c);
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(74, 58, 255, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(74, 58, 255, 0.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.tndir:hover {
  background-color: #8c2f1a;
}

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

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