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

.zfzfd {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #0D1645);
}

.jycnh {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #0d1645);
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 1024px) {
  .jycnh {
    font-size: 20px;
  }
}

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

.uifqg {
  color: #fdcf12;
  text-align: center;
  font-family: "MedievalSharp", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
}
@media (min-width: 1024px) {
  .uifqg {
    font-size: 48px;
  }
}

.jqarz {
  margin-top: 40px;
  color: var(--body, #fbf6f1);
  font-family: "MedievalSharp", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
@media (min-width: 1024px) {
  .jqarz {
    margin-top: 56px;
    font-size: 32px;
  }
}

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

.advex {
  padding-block: 16px;
  padding-inline: 16px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--header-footer, #3957a2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (min-width: 1024px) {
  .advex {
    padding-block: 24px;
  }
}
.vefon {
  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;
}
.egxab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.egxab img {
  display: block;
  width: 20px;
}
.egxab p {
  color: var(--body, #fbf6f1);
  font-family: "Carlito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .egxab p {
    font-size: 24px;
  }
}
.jwdun {
  display: block;
  margin-left: auto;
}
.jwdun img {
  display: block;
  width: 36px;
}
@media (min-width: 1024px) {
  .jwdun {
    display: none;
  }
}
.tndiu {
  margin-left: auto;
}
.tndiu img {
  display: block;
  width: 36px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.tndiu img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .tndiu {
    display: none;
  }
}

.gcogh {
  display: none;
  max-width: 710px;
}

@media (min-width: 1024px) {
  .gcogh {
    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;
  }
  .oalzn {
    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%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .oalzn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .cbxug {
    color: var(--body, #fbf6f1);
    font-family: "Carlito", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
}
@media (min-width: 1024px) {
  .vmnlq {
    color: var(--body, #fbf6f1);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .vmnlq::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;
  }
  .vmnlq:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .vmnlq:hover {
    color: #fdcf12;
  }
}
.bsnbq {
  padding-inline: 16px;
  background: var(--header-footer, #3957a2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 80%;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .bsnbq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .bsnbq {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .bsnbq {
    padding-inline: 0;
  }
}
.bsnbq: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) {
  .bsnbq {
    display: none;
  }
}

.ajyed {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.ihpbj {
  color: var(--body, #fbf6f1);
  text-align: right;
  font-family: "Carlito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.keuag {
  color: var(--body, #fbf6f1);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.keuag::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #fbf6f1;
  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;
}
.keuag:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tytug {
  padding-inline: 16px;
  padding-block: 116px 0;
}
@media (min-width: 768px) {
  .tytug {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .tytug {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .tytug {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .tytug {
    padding-block: 186px 0;
  }
}
.uvbfa {
  color: var(--body, #fbf6f1);
  font-family: "MedievalSharp", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .uvbfa {
    font-size: 64px;
  }
}
.gwbxa {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .gwbxa {
    margin-top: 64px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .gwbxa {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.plimz {
  max-width: 636px;
}
@media (min-width: 1024px) {
  .plimz {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .plimz {
    grid-column: 1;
    grid-row: 1;
  }
}
.ylryk {
  display: block;
  width: clamp(343px, 80vw, 636px);
}
@media (min-width: 1440px) {
  .ylryk {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
.mdjfn {
  max-width: 636px;
  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: 1440px) {
  .mdjfn {
    grid-column: 1;
    grid-row: 2;
  }
}
.fvtrz {
  width: 163px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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: 1px solid #fdcf12;
  background: rgba(251, 246, 241, 0.1);
  text-align: center;
}
@media (min-width: 1024px) {
  .fvtrz {
    width: 306px;
    height: 104px;
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .fvtrz p {
    font-size: 16px;
  }
}

.idoob {
  color: #fdcf12;
}

.gehoa {
  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: rwkhr 2s ease infinite;
          animation: rwkhr 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) {
  .gehoa {
    margin-top: 33px;
  }
}
.gehoa:hover {
  -webkit-animation: unset;
          animation: unset;
}

.qqfhh {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .qqfhh {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .qqfhh {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qqfhh {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .qqfhh {
    padding-inline: 0;
  }
}
.ejfvl {
  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: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ejfvl {
    margin-top: 56px;
  }
}
.ygbuh {
  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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .ygbuh {
    gap: 24px;
  }
}
.qqfhh .jqarz {
  margin-top: 0;
}
.lzekz {
  width: 100%;
}
.ejawg {
  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;
  gap: 12px;
}
@media (min-width: 1024px) {
  .ejawg {
    gap: 24px;
  }
}
.hgctj {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .hgctj {
    font-size: 24px;
  }
}
.zpktc {
  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;
}
.nklwo {
  width: clamp(343px, 80vw, 636px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 4px solid #edd3bb;
  background: rgba(187, 218, 255, 0.2);
}
@media (min-width: 1024px) {
  .nklwo {
    padding: 16px;
    height: 84px;
  }
}

.asugg {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .asugg {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .asugg {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .asugg {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .asugg {
    padding-inline: 0;
  }
}
.blmrl {
  margin-top: 16px;
  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) {
  .blmrl {
    margin-top: 24px;
    gap: 24px;
  }
}
.spdea {
  max-width: 636px;
}
.gnbwk {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .gnbwk {
    font-size: 24px;
  }
}
.vqazk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vqazk {
    gap: 24px;
  }
}
.kronh {
  width: 306px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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: 4px solid #7ecb25;
  background: rgba(254, 252, 232, 0.2);
}
@media (min-width: 1024px) {
  .kronh {
    padding: 16px;
  }
}
.kronh p {
  font-size: 16px;
}

.wkfdh {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .wkfdh {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .wkfdh {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .wkfdh {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .wkfdh {
    padding-inline: 0;
  }
}
.xgcrr {
  margin-top: 16px;
  max-width: 636px;
}
@media (min-width: 1024px) {
  .xgcrr {
    margin-top: 24px;
  }
}
.riilr {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .riilr {
    margin-top: 24px;
    font-size: 24px;
  }
}
.zfhyi {
  width: 343px;
  height: 148px;
  padding-inline: 13px;
  text-align: center;
  background-image: url("../../images/pictures/features-card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 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;
}
@media (min-width: 1024px) {
  .zfhyi {
    width: 416px;
    height: 168px;
    padding-inline: 20px;
  }
}
.bhcoa {
  display: none;
}
@media (min-width: 1440px) {
  .bhcoa {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.swiper-container-1 .swiper {
  margin-top: 12px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .swiper-container-1 .swiper {
    margin-top: 24px;
  }
}
@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;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

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

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

.swiper-container-1 .swiper-features-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-features.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-features.png");
}

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

.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--buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.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);
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-5 {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .swiper-container-5 {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .swiper-container-5 {
    display: none;
  }
}

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

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

.swiper-container-5 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: auto !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-8 .swiper-pagination-progressbar {
  position: relative;
  margin-top: 40px;
  background: rgba(0, 127, 203, 0.3);
  height: 10px !important;
  border-radius: 100px !important;
}

.swiper-container-8 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007fcb;
  border-radius: 16px;
}

.kvdnd {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .kvdnd {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .kvdnd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kvdnd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .kvdnd {
    padding-inline: 0;
  }
}
.yehoe {
  max-width: 636px;
  margin-top: 16px;
}
.sduvk {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .sduvk {
    margin-top: 24px;
    font-size: 24px;
  }
}
.bedbf {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .bedbf {
    margin-top: 24px;
    gap: 24px;
  }
}
.ozddr {
  width: clamp(343px, 80vw, 416px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -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: 4px solid #ecb506;
  background: #462939;
}
@media (min-width: 1024px) {
  .ozddr {
    height: 92px;
    padding: 24px;
    text-align: center;
  }
}
.fkhwg {
  width: 343px;
  height: 130px;
  padding-inline: 13px;
  text-align: center;
  background-image: url("../../images/pictures/monsters-card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 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;
}
@media (min-width: 1024px) {
  .fkhwg {
    width: 416px;
    height: 130px;
    padding-inline: 40px;
  }
}

.olkya {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .olkya {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .olkya {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .olkya {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .olkya {
    padding-inline: 0;
  }
}
.duqmc {
  margin-top: 16px;
  max-width: 636px;
}
@media (min-width: 1024px) {
  .duqmc {
    margin-top: 24px;
  }
}
.yqzjv {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .yqzjv {
    margin-top: 24px;
    font-size: 24px;
  }
}
.axnay {
  width: 306px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 24px;
  padding-inline: 35px;
  -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: 16px;
  border: 4px solid #ecb506;
  background: rgba(27, 49, 148, 0.5);
}
@media (min-width: 1024px) {
  .axnay {
    padding-inline: 20px;
  }
}
.axnay h5 {
  color: #fbd4cd;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .axnay h5 {
    font-size: 24px;
  }
}
.axnay p {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 1024px) {
  .axnay p {
    font-size: 16px;
  }
}

.ofqqh {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ofqqh {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .ofqqh {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ofqqh {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ofqqh {
    padding-inline: 0;
  }
}
.cgtgv {
  margin-top: 16px;
  max-width: 636px;
}
@media (min-width: 1024px) {
  .cgtgv {
    margin-top: 24px;
  }
}
.nfaes {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .nfaes {
    margin-top: 24px;
    font-size: 24px;
  }
}
.sekhd {
  width: 253px;
  height: 174px;
  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;
  text-align: center;
  padding-inline: 43px;
  position: relative;
}
@media (min-width: 1024px) {
  .sekhd {
    width: 306px;
    height: 210px;
  }
}
.sekhd p {
  text-align: center;
}
.sekhd img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.uushe {
  display: none;
}
@media (min-width: 1440px) {
  .uushe {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nvybz {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .nvybz {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .nvybz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .nvybz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .nvybz {
    padding-inline: 0;
  }
}
.sxudy {
  max-width: 636px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .sxudy {
    margin-top: 24px;
  }
}
.tjxej {
  margin-top: 16px;
  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) {
  .tjxej {
    margin-top: 24px;
    gap: 24px;
  }
}
.dasms {
  width: clamp(343px, 80vw, 636px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -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: 16px;
  border: 4px solid #ecb506;
  background: #132165;
}
@media (min-width: 1024px) {
  .dasms {
    padding: 24px;
    gap: 24px;
    height: 316px;
  }
}
.dasms h5 {
  color: #e8fbcc;
  font-family: "MedievalSharp", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .dasms h5 {
    font-size: 32px;
  }
}
.dasms p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 1024px) {
  .dasms p {
    gap: 8px;
  }
}
.dasms p img {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .dasms p img {
    width: 32px;
    height: 32px;
  }
}
.dasms:nth-of-type(2) h5 {
  color: #ffe784;
}

.bepqd {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .bepqd {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .bepqd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .bepqd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .bepqd {
    padding-inline: 0;
  }
}
.vwhnt {
  margin-top: 16px;
  max-width: 636px;
}
@media (min-width: 1024px) {
  .vwhnt {
    margin-top: 24px;
  }
}
.zfemf {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .zfemf {
    margin-top: 24px;
    font-size: 24px;
  }
}
.sgoab {
  width: 253px;
  height: 85px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border: 4px solid #edd3bb;
  background: #1f306a;
}
@media (min-width: 1024px) {
  .sgoab {
    width: 416px;
    height: 130px;
    padding: 24px;
    gap: 16px;
  }
}
.sgoab h5 {
  color: #bbdaff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .sgoab h5 {
    font-size: 24px;
  }
}
.sgoab p {
  text-align: end;
}
.ejayd {
  display: none;
}
@media (min-width: 1440px) {
  .ejayd {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.aazra {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .aazra {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .aazra {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .aazra {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .aazra {
    padding-inline: 0;
  }
}
.jsxko {
  max-width: 636px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .jsxko {
    margin-top: 24px;
  }
}
.pgnkb {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .pgnkb {
    margin-top: 24px;
    font-size: 24px;
  }
}
.pzzec {
  width: 253px;
  height: 157.631px;
  background-image: url("../../images/pictures/crafting-card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 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;
  text-align: center;
  padding-inline: 30px;
}
@media (min-width: 1024px) {
  .pzzec {
    width: 306px;
  }
}
@media (min-width: 1024px) {
  .pzzec p {
    font-size: 16px;
  }
}

.jydoa {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .jydoa {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .jydoa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .jydoa {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .jydoa {
    padding-inline: 0;
  }
}
.hzypg {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .hzypg {
    margin-top: 24px;
  }
}
.pnygb {
  margin-top: 16px;
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .pnygb {
    margin-top: 24px;
    font-size: 24px;
  }
}
.hmhrn {
  width: 253px;
  height: 80px;
  padding: 12px;
  text-align: center;
  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;
  border: 3px solid #7ecb25;
  background: #303d6a;
}
@media (min-width: 1024px) {
  .hmhrn {
    width: 306px;
    padding: 24px;
  }
}

.mzoqs {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .mzoqs {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .mzoqs {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mzoqs {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mzoqs {
    padding-inline: 0;
  }
}
.mydcn {
  display: block;
  width: 253px;
  height: 450px;
}
@media (min-width: 1024px) {
  .mydcn {
    width: 416px;
    height: 740px;
  }
}
.kdkpu {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .kdkpu {
    margin-top: 24px;
  }
}

.uqahe {
  padding-block: 80px 0;
  padding-inline: 16px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .uqahe {
    padding-block: 116px 0;
  }
}
@media (min-width: 768px) {
  .uqahe {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uqahe {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uqahe {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .uqahe {
    padding-bottom: 116px;
  }
}
.zcvbk {
  margin-top: 16px;
  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) {
  .zcvbk {
    margin-top: 24px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .zcvbk {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.brszp {
  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;
}
.tkrfw {
  margin-top: 24px;
}
.tkrfw span {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .tkrfw span {
    font-size: 24px;
  }
}
.qqpkg {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
@media (min-width: 1024px) {
  .qqpkg {
    margin-top: 24px;
    gap: 10px;
  }
}
.zrumo {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .zrumo {
    font-size: 24px;
  }
}
.rylbx {
  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;
}
.jpkuc {
  color: var(--body, #fbf6f1);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 1024px) {
  .jpkuc {
    font-size: 20px;
  }
}
.ucqah {
  color: var(--body, #fbf6f1);
}
.nnoqo {
  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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .nnoqo {
    gap: 24px;
  }
}
.edaun span {
  color: #73c919;
}

.ptoou {
  padding-inline: 16px;
  padding: 32px;
  background: var(--header-footer, #3957a2);
}
@media (min-width: 768px) {
  .ptoou {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ptoou {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ptoou {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ptoou {
    padding: 24px;
  }
}
.weynh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .weynh {
    gap: 16px;
  }
}
.lenzu {
  color: var(--body, #fbf6f1);
  text-align: center;
  font-family: "Carlito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .lenzu {
    font-size: 18px;
  }
}
.kwuxq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .kwuxq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kwuxq a {
  color: var(--body, #fbf6f1);
  font-family: "Carlito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1024px) {
  .kwuxq a {
    font-size: 18px;
  }
}
.kwuxq a:hover {
  color: var(--RED, #b81420);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.kwuxq a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ebnil {
  color: var(--body, #fbf6f1);
  text-align: center;
  font-family: "Carlito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .ebnil {
    font-size: 18px;
  }
}

.czfhm {
  padding-block: 40px;
  padding-inline: 16px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #1b3194;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .czfhm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .phhoa {
    font-size: 36px;
  }
}
.edzzu {
  max-width: 750px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .edzzu {
    font-size: 24px;
  }
}
.decgn {
  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) {
  .decgn {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .decgn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.piayu {
  width: 156px;
  height: 40px;
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.znhtj {
  color: var(--darkish, #212121);
  border-radius: 14px;
  background: #fec311;
  -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;
}
.znhtj:hover {
  background-color: #0c5a2e;
}

.dnpvp {
  color: var(--WHITE, #f6f6f6);
  background: transparent;
  border-radius: 14px;
  border: 1px solid #fec311;
  -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;
}
.dnpvp:hover {
  background-color: #8c2f1a;
}

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

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

.xzumg {
  padding-inline: 16px;
  margin-top: 116px;
  margin-bottom: 298px;
  color: var(--body, #fbf6f1);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 768px) {
  .xzumg {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xzumg {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .xzumg {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .xzumg {
    margin-top: 160px;
    font-size: 24px;
  }
}

.nctai {
  color: var(--body, #fbf6f1);
  text-align: center;
  font-family: "MedievalSharp", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 42px */
}
@media (min-width: 1024px) {
  .nctai {
    font-size: 48px;
  }
}
.qwnps {
  margin-top: 16px;
}
.vyfdf {
  margin-top: 16px;
}

.vtrid {
  padding-top: 24px;
}
.ugggb {
  color: var(--body, #fbf6f1);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .ugggb {
    font-size: 24px;
  }
}
.pnixy {
  margin-top: 16px;
}
.sqmln {
  color: var(--body, #fbf6f1);
}
.tzwvh {
  color: var(--body, #fbf6f1);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.vjwjz {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .vjwjz {
    margin-left: 35px;
  }
}
.guzpm {
  color: var(--body, #FBF6F1);
  text-decoration: none;
}
.kyeug {
  margin-top: 8px;
}
.ecqnp {
  text-decoration: none;
  color: inherit;
}

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

.qjbdw {
  color: #0059ff;
}

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

.ldyhp {
  padding: 0;
}

.liqmn {
  margin: 0;
}

.yfbsx {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.awyds {
  margin-top: 26px;
}