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

.rnzay {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #F5F5F5);
}

.qbuhu {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #f5f5f5);
  color: var(--body, #2c2f36);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .qbuhu {
    font-size: 24px;
  }
}

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

.bqyrv {
  color: var(--body, #2c2f36);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}
@media (min-width: 1024px) {
  .bqyrv {
    font-size: 40px;
  }
}

.jycgy {
  margin-top: 40px;
  text-align: left;
  color: var(--subtitle, #8c30f5);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .jycgy {
    font-size: 32px;
    margin-top: 56px;
  }
}

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

.gmhpa {
  padding-inline: 16px;
  padding-block: 16px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: #2c2f36;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (min-width: 768px) {
  .gmhpa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gmhpa {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gmhpa {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .gmhpa {
    padding-block: 24px;
  }
}
.ewdsc {
  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;
}
@media (min-width: 1440px) {
  .ewdsc {
    gap: 20px;
  }
}
.auzvu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 1440px) {
  .auzvu {
    width: 436px;
  }
}
.auzvu img {
  width: 20px;
}
@media (min-width: 1024px) {
  .auzvu img {
    width: 40px;
  }
}
.auzvu p {
  color: var(--bg, #f5f5f5);
  font-weight: 700;
}
@media (min-width: 1024px) {
  .auzvu p {
    display: none;
  }
}
@media (min-width: 1440px) {
  .auzvu p {
    display: block;
    font-size: 24px;
  }
}
.zosjp {
  display: block;
  margin-left: auto;
}
.zosjp img {
  display: block;
  width: 24px;
}
@media (min-width: 1024px) {
  .zosjp {
    display: none;
  }
}
.sysxn {
  margin-left: auto;
}
.sysxn img {
  display: block;
  width: 24px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.sysxn img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .sysxn {
    display: none;
  }
}

.inkwd {
  display: none;
}

@media (min-width: 1024px) {
  .inkwd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fxdrx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
  }
  .hscqv {
    color: var(--bg, #f5f5f5);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
  }
  .asogd {
    color: var(--bg, #f5f5f5);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .asogd::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    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;
  }
  .asogd:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .asogd:hover {
    color: #f5f5f5;
  }
}
.thpbi {
  padding-inline: 16px;
  background: #2c2f36;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 50%;
  -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) {
  .thpbi {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .thpbi {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .thpbi {
    padding-inline: 0;
  }
}
.thpbi: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) {
  .thpbi {
    display: none;
  }
}

.jneyl {
  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;
}
.fbrhk {
  color: var(--bg, #f5f5f5);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.itqhy {
  color: var(--bg, #f5f5f5);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.itqhy::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #f5f5f5;
  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;
}
.itqhy:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gnexn {
  padding-inline: 16px;
  padding-block: 116px 0px;
  background-image: url("../../images/pictures/hero-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .gnexn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gnexn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gnexn {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .gnexn {
    padding-block: 160px 0px;
  }
}
.jtjci {
  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: 40px;
}
@media (min-width: 1024px) {
  .jtjci {
    gap: 64px;
  }
}
.dbhfh {
  color: var(--body, #2c2f36);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
}
@media (min-width: 1024px) {
  .dbhfh {
    font-size: 56px;
  }
}
.mvqfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .mvqfc {
    gap: 32px;
  }
}
.ejdfq {
  color: var(--subtitle, #8c30f5);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .ejdfq {
    font-size: 32px;
  }
}
.xqnno {
  color: var(--body, #2c2f36);
}
@media (min-width: 1024px) {
  .xqnno {
    max-width: 636px;
    margin: 0 auto;
  }
}
.bqueq {
  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) {
  .bqueq {
    gap: 24px;
  }
}
.njdxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
@media (min-width: 1024px) {
  .njdxl {
    width: 276px;
  }
}
.qbxrc {
  border: none;
  background: #a3ff12;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.qbxrc:hover {
  background: var(--subtitle, #8c30f5);
}
.alwrj {
  border: 1px solid #9bf410;
  background: #fafafa;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.alwrj:hover {
  background: var(--subtitle, #8c30f5);
}

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

.txhpj {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/how-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .txhpj {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .txhpj {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .txhpj {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .txhpj {
    padding-inline: 0;
  }
}
.ftndk {
  margin-top: 20px;
  text-align: left;
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .ftndk {
    max-width: 746px;
    margin-top: 24px;
    font-size: 24px;
  }
}
.kbgdr {
  margin-top: 20px;
  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: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .kbgdr {
    margin-top: 24px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .kbgdr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.grlzz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  height: 108px;
  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: 8px;
  background: #9e4cff;
}
@media (min-width: 1024px) {
  .grlzz {
    width: 306px;
    height: 173px;
    padding: 24px;
    gap: 16px;
  }
}
.grlzz h4 {
  color: #edf8ff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .grlzz h4 {
    font-size: 24px;
  }
}
.grlzz p {
  color: var(--bg, #f5f5f5);
  text-align: left;
}
@media (min-width: 1024px) {
  .grlzz p {
    font-size: 20px;
  }
}

.subet {
  padding: 24px 16px;
  background: rgba(30, 154, 255, 0.1);
}
@media (min-width: 1024px) {
  .subet {
    padding: 72px;
  }
}
.aqgav {
  display: none;
}
@media (min-width: 1440px) {
  .aqgav {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.eplza {
  width: 343px;
  height: 128px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border: 2px solid #06f;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
}
@media (min-width: 1024px) {
  .eplza {
    width: 416px;
    height: 178px;
    padding: 24px 14px 24px 24px;
    gap: 16px;
  }
}
.eplza h4 {
  color: #8c30f5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  height: 52px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 1024px) {
  .eplza h4 {
    font-size: 24px;
  }
}
.eplza p {
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .eplza p {
    font-size: 20px;
  }
}

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

.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

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

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

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

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

.swiper-container-1 .swiper-services-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: 20px;
}

.swiper-container-1 .swiper-pagination-bullet {
  width: 32px !important;
  height: 32px !important;
  background-image: url("/images/icons/icon-ball-light-blue.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-ball-blue.png");
}

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

.vltar {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/team-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .vltar {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .vltar {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vltar {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vltar {
    padding-inline: 0;
  }
}
.rszct {
  max-width: 794px;
  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;
  text-align: left;
}
@media (min-width: 1024px) {
  .rszct {
    gap: 24px;
  }
}
.zmwod {
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .zmwod {
    font-size: 24px;
  }
}
.ahaec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 1024px) {
  .ahaec {
    gap: 16px;
  }
}
.izsqy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .izsqy {
    gap: 16px;
  }
}
.izsqy img {
  display: block;
  width: 24px;
}
@media (min-width: 1024px) {
  .izsqy img {
    width: 32px;
  }
}
.izsqy p {
  color: var(--body, #2c2f36);
}

.gyioi {
  padding-inline: 16px;
  background-image: url("../../images/pictures/how-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .gyioi {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gyioi {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gyioi {
    padding-inline: 0;
  }
}
.yrmjn {
  margin-top: 20px;
  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: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .yrmjn {
    margin-top: 24px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .yrmjn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.klosu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  height: 120px;
  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: 8px;
  background: #1e9aff;
  text-align: left;
}
@media (min-width: 1024px) {
  .klosu {
    width: 416px;
    height: 158px;
    padding: 24px;
    gap: 16px;
  }
}
.klosu h5 {
  color: var(--bg, #f5f5f5);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .klosu h5 {
    font-size: 24px;
  }
}
.klosu p {
  color: var(--bg, #f5f5f5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .klosu p {
    font-size: 16px;
  }
}

.jxbuc {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/hero-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .jxbuc {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .jxbuc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .jxbuc {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .jxbuc {
    padding-inline: 0;
  }
}
.bvkrb {
  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: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .bvkrb {
    gap: 24px;
  }
}
.eamaz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  height: 187px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 2px solid #9e4cff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (min-width: 1024px) {
  .eamaz {
    width: 306px;
    height: 298px;
    padding: 24px;
  }
}
.eamaz p {
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
@media (min-width: 1024px) {
  .eamaz p {
    font-size: 20px;
  }
}
.eamaz h5 {
  color: var(--body, #2c2f36);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .eamaz h5 {
    font-size: 20px;
  }
}
.eamaz span {
  color: var(--body, #2c2f36);
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .eamaz span {
    font-size: 20px;
  }
}

.flopb {
  padding-inline: 16px;
  background-image: url("../../images/pictures/team-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .flopb {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .flopb {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .flopb {
    padding-inline: 0;
  }
}
.yjhdk {
  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;
}
.ckzva {
  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: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ckzva {
    gap: 24px;
  }
}
.zswsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(343px, 80vw, 636px);
  max-height: 226px;
  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;
  background: #8c30f5;
  text-align: left;
}
@media (min-width: 1024px) {
  .zswsp {
    height: 233px;
    padding: 24px;
    gap: 24px;
  }
}
.zswsp.mdgpa .qlkje {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zswsp.mdgpa .boegr {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mkwap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.mkwap p {
  color: var(--bg, #f5f5f5);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .mkwap p {
    font-size: 24px;
  }
}
.boegr {
  display: block;
  width: 30px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qlkje {
  max-height: 150px;
  opacity: 1;
  overflow: visible;
  color: var(--bg, #f5f5f5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .qlkje {
    font-size: 20px;
  }
}

.cltqn {
  padding-block: 80px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/how-bubbles-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .cltqn {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .cltqn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .cltqn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .cltqn {
    padding-inline: 0;
  }
}
.lraxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.aqfgo {
  margin-top: 20px;
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .aqfgo {
    margin-top: 24px;
    font-size: 24px;
    max-width: 746px;
  }
}
.upryw {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1e9aff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .upryw {
    margin-top: 24px;
    gap: 16px;
    font-size: 24px;
  }
}
.upryw span {
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .upryw span {
    font-size: 24px;
  }
}
.zgvpc {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .zgvpc {
    gap: 16px;
  }
}
.zgvpc span {
  color: #1e9aff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .zgvpc span {
    font-size: 24px;
  }
}
.immcz img {
  display: block;
  width: 40px;
  height: 40px;
}
.bfujw {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .bfujw {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bfujw p {
  min-width: 164px;
  color: #1e9aff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .bfujw p {
    font-size: 24px;
  }
}
.ugnff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
@media (min-width: 1024px) {
  .ugnff {
    font-size: 24px;
  }
}

.ymzmv {
  padding-inline: 16px;
  padding: 32px;
  background: #2c2f36;
}
@media (min-width: 768px) {
  .ymzmv {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ymzmv {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ymzmv {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ymzmv {
    padding-block: 24px;
  }
}
.cpsua {
  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) {
  .cpsua {
    gap: 16px;
  }
}
.nbnyd {
  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;
  text-align: left;
}
.nbnyd a {
  color: var(--bg, #f5f5f5);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  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) {
  .nbnyd a {
    font-size: 16px;
  }
}
.nbnyd a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lnvrq {
  color: var(--bg, #f5f5f5);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .lnvrq {
    font-size: 16px;
  }
}
.tkcey {
  color: var(--bg, #f5f5f5);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .tkcey {
    font-size: 16px;
  }
}

.mnape {
  padding-block: 40px;
  padding-inline: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  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) {
  .mnape {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.fspna {
  max-width: 750px;
  color: var(--Brown, #5d3136);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .fspna {
    text-align: center;
    font-size: 24px;
  }
}
.komgf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
@media (min-width: 1024px) {
  .komgf {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .komgf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mdbnm {
  width: 256px;
  height: 55px;
  text-align: center;
  color: var(--White, #fff);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.uslma {
  color: #fff;
  border: none;
  background: #9e4cff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.uslma:hover {
  background-color: #0c5a2e;
}

.dzjyo {
  color: var(--body, #2c3b4f);
  border: 1px solid #9e4cff;
  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;
}
.dzjyo:hover {
  background-color: #8c2f1a;
}

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

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

.ekxkx {
  padding-inline: 16px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-align: left;
}
@media (min-width: 768px) {
  .ekxkx {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ekxkx {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ekxkx {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ekxkx {
    margin-top: 140px;
    margin-bottom: 80px;
    font-size: 24px;
  }
}

.hhijq {
  color: var(--body, #2c2f36);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 1024px) {
  .hhijq {
    font-size: 48px;
    font-weight: 700;
  }
}
.vqqmp {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .vqqmp {
    margin-top: 24px;
  }
}
.xqnlk {
  margin-top: 16px;
}

.tkjim {
  padding-top: 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .tkjim {
    margin-top: 24px;
  }
}
.pykxq {
  color: var(--body, #2c2f36);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .pykxq {
    font-size: 32px;
  }
}
.kzvqy {
  margin-top: 16px;
}
.godny {
  color: var(--body, #2c2f36);
}
.vyrew {
  color: var(--body, #2c2f36);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 1024px) {
  .vyrew {
    font-size: 24px;
  }
}
.yapjz {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .yapjz {
    margin-left: 35px;
  }
}
.hkagd {
  color: var(--body, #2c2f36);
  text-decoration: none;
}
.ulzty {
  margin-top: 8px;
}
.worcc {
  text-decoration: none;
  color: inherit;
}

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

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

.fdstx {
  padding: 0;
}

.bvueo {
  margin: 0;
}

.nmdvj {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}