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

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

.ruqmu {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--background, linear-gradient(180deg, #120b3e 0%, #2b0d4a 50%, #7c0f4c 62.5%, #3e0c52 76.44%, #27002f 100%));
}

.cplan {
  max-width: 1296px;
  margin: 0 auto;
}

.lmqpi {
  margin: 0 auto;
  width: clamp(335px, 50vw, 410px);
}
.lmqpi img {
  display: block;
  width: 100%;
}
@-webkit-keyframes niqow {
  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 niqow {
  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);
  }
}
.svhzl {
  font-weight: 700;
}

.wdlev {
  padding-block: 10px;
  padding-inline: 16px;
  background: var(--l2, linear-gradient(180deg, #0087c7 0%, #3ab2ef 100%));
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .wdlev {
    padding-block: 16px;
  }
}
.frphh {
  max-width: 1296px;
  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;
}
.vidaz {
  display: block;
  width: 36px;
  height: 36px;
}
.ewfeo {
  display: block;
  margin-left: auto;
}
.ewfeo img {
  display: block;
  width: 32px;
}
@media (min-width: 1024px) {
  .ewfeo {
    display: none;
  }
}
.ksuov {
  margin-left: auto;
}
.ksuov img {
  display: block;
  width: 32px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ksuov img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .ksuov {
    display: none;
  }
}

.dmyni {
  display: none;
}

@media (min-width: 1024px) {
  .dmyni {
    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;
  }
  .mbuux {
    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%;
  }
  .hchbo {
    color: #1e1e1e;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .yxuwb {
    color: #1e1e1e;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .yxuwb::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1e1e1e;
    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;
  }
  .yxuwb:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .yxuwb:hover {
    color: #1e1e1e;
  }
}
.tqrac {
  border-radius: 30px 0px 0px 30px;
  background: #0087c7;
}

.bmhpt {
  padding-inline: 20px;
  border-radius: 30px 0px 0px 30px;
  background: var(--l2, linear-gradient(180deg, #0087c7 0%, #3ab2ef 100%));
  -webkit-box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
          box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 20%;
  right: 0;
  z-index: 2;
  height: 70%;
  -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) {
  .bmhpt {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .bmhpt {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .bmhpt {
    padding-inline: 0;
  }
}
.bmhpt: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) {
  .bmhpt {
    display: none;
  }
}

.wmosa {
  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;
}
.tcxus {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.tvsla {
  color: #1e1e1e;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.tvsla::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #1e1e1e;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tvsla:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ueujk {
  padding-inline: 20px;
  padding-block: 98px 32px;
}
@media (min-width: 768px) {
  .ueujk {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ueujk {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ueujk {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ueujk {
    padding-block: 260px 130px;
  }
}
.ljkip {
  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: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ljkip {
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .ljkip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.yrlpp {
  max-width: 745px;
  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;
}
.qfxws {
  display: block;
  width: clamp(159px, 50vw, 216px);
}
.mkqwp {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-family: "Bangers", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
@media (min-width: 1024px) {
  .mkqwp {
    margin-top: 48px;
    font-size: 32px;
  }
}
.hpmfz {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media (min-width: 1024px) {
  .hpmfz {
    margin-top: 24px;
    font-size: 24px;
  }
}
.zvapr {
  display: block;
  width: clamp(225px, 60vw, 442px);
}

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

.yiyxe {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .yiyxe {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .yiyxe {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .yiyxe {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .yiyxe {
    padding-inline: 0;
  }
}
.rkhlc {
  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;
}
@media (min-width: 1024px) {
  .rkhlc {
    margin-top: 48px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .rkhlc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.sjhzu {
  max-width: 746px;
  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;
  text-align: center;
  gap: 24px;
}
@media (min-width: 1440px) {
  .sjhzu {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fzlik {
  color: var(--F4F4F4, #f4f4f4);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
@media (min-width: 1024px) {
  .fzlik {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .fzlik {
    text-align: left;
  }
}
.qmwfd {
  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: 1024px) {
  .qmwfd {
    gap: 24px;
  }
}
.qmwfd p {
  color: var(--F4F4F4, #f4f4f4);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .qmwfd p {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .qmwfd p {
    text-align: left;
  }
}
.zdnbz {
  display: block;
  width: clamp(335px, 80vw, 526px);
}

.yjvxp {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .yjvxp {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .yjvxp {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .yjvxp {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .yjvxp {
    padding-inline: 0;
  }
}
.uhahp {
  display: block;
  width: 155px;
  height: 337px;
}
@media (min-width: 1024px) {
  .uhahp {
    width: 342px;
    height: 741px;
  }
}

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

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

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

.swiper-btn-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper-btn-right {
    width: 40px;
  }
}
.swiper-btn-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;
}

.agzva {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .agzva {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .agzva {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .agzva {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .agzva {
    padding-inline: 0;
  }
}
.rbtvy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 273px;
  padding: 24px;
  -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;
  border-radius: 10px;
  border-radius: 10px;
  background: var(--l1, linear-gradient(180deg, #f8a100 0%, #ffc300 100%));
  -webkit-box-shadow: 0px 230px 64px 0px rgba(0, 0, 0, 0), 0px 147px 59px 0px rgba(0, 0, 0, 0.01), 0px 83px 50px 0px rgba(0, 0, 0, 0.05), 0px 37px 37px 0px rgba(0, 0, 0, 0.09), 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 230px 64px 0px rgba(0, 0, 0, 0), 0px 147px 59px 0px rgba(0, 0, 0, 0.01), 0px 83px 50px 0px rgba(0, 0, 0, 0.05), 0px 37px 37px 0px rgba(0, 0, 0, 0.09), 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .rbtvy {
    width: 416px;
  }
}
.rbtvy img {
  display: block;
  width: 117px;
}
@media (min-width: 1024px) {
  .rbtvy img {
    width: 130px;
  }
}
.rbtvy h3 {
  color: #1e1e1e;
  text-align: center;
  font-family: "Bangers", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .rbtvy h3 {
    font-size: 20px;
  }
}
.rbtvy p {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .rbtvy p {
    font-size: 18px;
  }
}
.ojipx {
  display: none;
}
@media (min-width: 1440px) {
  .ojipx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 48px;
  }
}

.squvq {
  background: var(--l2, linear-gradient(180deg, #0087c7 0%, #3ab2ef 100%));
}

.bmuia {
  background: var(--l3, linear-gradient(180deg, #0ea527 0%, #3eed52 100%));
}

.jdnze {
  background: var(--l4, linear-gradient(180deg, #cf10a6 0%, #d615f2 100%));
}

.mckmv {
  background: var(--l5, linear-gradient(180deg, #ff005c 0%, #ff7baa 100%));
}

.absen {
  background: var(--l6, linear-gradient(180deg, #ffbb13 0%, #fdec9d 100%));
}

.pdysv {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .pdysv {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .pdysv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .pdysv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .pdysv {
    padding-inline: 0;
  }
}
.jzveu {
  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;
}
.ddlnn {
  margin-top: 24px;
  max-width: 636px;
  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) {
  .ddlnn {
    margin-top: 48px;
    gap: 24px;
  }
}
.awrzo {
  width: clamp(335px, 80vw, 636px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
}
.awrzo.epolb .dfocj {
  max-height: 70px;
  overflow: visible;
  opacity: 1;
  padding: 12px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.awrzo.epolb .cajnm {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lelod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 15px 15px 15px 0px;
  background: var(--l2, linear-gradient(180deg, #0087c7 0%, #3ab2ef 100%));
}
.lelod img:first-child {
  display: block;
  width: 32px;
}
@media (min-width: 1024px) {
  .lelod img:first-child {
    width: 56px;
  }
}
.lelod p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .lelod p {
    font-size: 24px;
  }
}
.cajnm {
  display: block;
  width: 24px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dfocj {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .dfocj {
    font-size: 18px;
  }
}

.mihoo {
  border-radius: 15px 15px 0px 15px;
  background: var(--l4, linear-gradient(180deg, #cf10a6 0%, #d615f2 100%));
}

.xfxuz {
  border-radius: 15px 15px 15px 0px;
  background: var(--l1, linear-gradient(180deg, #f8a100 0%, #ffc300 100%));
}

.trupt {
  border-radius: 15px 15px 0px 15px;
  background: var(--l3, linear-gradient(180deg, #0ea527 0%, #3eed52 100%));
}

.ehgyp {
  padding-inline: 20px;
  padding: 16px 20px;
  background: var(--l2, linear-gradient(180deg, #0087c7 0%, #3ab2ef 100%));
}
@media (min-width: 768px) {
  .ehgyp {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ehgyp {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ehgyp {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ehgyp {
    padding-block: 24px;
  }
}
.dwegl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .dwegl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.nniwk {
  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) {
  .nniwk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.nniwk a {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  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;
}
.nniwk a:hover {
  color: #ffc300;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nniwk a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.kyfvk {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .kyfvk {
    margin: 0 auto;
  }
}

.mhogn {
  padding-block: 40px;
  padding-inline: 16px;
  background: #270131;
  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) {
  .mhogn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.zcnal {
  max-width: 750px;
  color: #fff;
  font-family: "Bangers", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .zcnal {
    text-align: center;
    font-size: 24px;
  }
}
.nxgeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .nxgeo {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .nxgeo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.dvxpj {
  width: 165px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ojqda {
  color: #fff;
  border: 2px solid var(--l1, #f8a100);
  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;
}
.ojqda:hover {
  background-color: #0c5a2e;
}

.lycsd {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.lycsd:hover {
  background-color: #8c2f1a;
}

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

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