:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.viewport-section {
  background-color: #f7f9fc;
}

.viewport-width {
  width: 100%;
  max-width: 1600px;
}

.px-7 {
  padding-left: 6.944rem;
  padding-right: 6.944rem;
}

._w-80 {
  max-width: 80rem;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero-2_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 1.5rem;
  justify-content: flex-end;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.69rem 6.25rem;
  display: flex;
}

.hero-content {
  max-width: 26.875rem;
}

.body {
  color: #151a30;
  font-family: Velasans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.color-light-blue {
  color: #a5c2dd;
}

.hero-text {
  max-width: 24.6875rem;
  margin-bottom: 0;
  line-height: 1.6rem;
}

.color-white {
  color: #fff;
}

.hero-h1 {
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.7125rem;
}

.hero-h1.color-white.mb-3 {
  margin-top: 0;
}

.mb-5 {
  margin-bottom: 5rem;
}

.qr-code {
  border-radius: .5rem;
  width: 6.875rem;
  height: 6.875rem;
}

.mb-3 {
  margin-bottom: 3.12rem;
}

.pt-312 {
  padding-top: 3.12rem;
}

.hero-title {
  position: relative;
}

.discount {
  background-color: #ee2d27;
  border-radius: 1.25rem;
  padding: .625rem;
  display: inline-block;
  position: absolute;
  top: .5rem;
  left: 12.7rem;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.925rem;
  display: inline-block;
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row.g-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
}

.row.g-312 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex: 1;
  align-items: flex-start;
}

.row.g-125 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.buttons._w-100 {
  width: 100%;
}

.btn-blue {
  text-align: center;
  background-color: #1982ff;
  border-radius: .5rem;
  width: 15.7rem;
  padding-top: .73rem;
  padding-bottom: .73rem;
  text-decoration: none;
  transition: background-color .5s;
}

.btn-blue:hover {
  background-color: #0064e1;
}

.btn-blue._w-100 {
  width: 100%;
}

.btn-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.00625rem;
  text-decoration: none;
}

.btn-text.btn-ios {
  text-align: center;
  background-image: url('../images/icon_ios.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.625rem;
  line-height: 1.125rem;
  display: inline-block;
}

.btn-text.btn-android {
  background-image: url('../images/icon_android.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.625rem;
  line-height: 1.125rem;
  display: inline-block;
}

.mb-375 {
  margin-bottom: 3.75rem;
}

.steps {
  background-color: #fff;
  border-radius: 1rem;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4.5rem;
  box-shadow: 0 3px 5px #1e23390d;
}

.mb-625 {
  margin-bottom: 6.25rem;
}

.col {
  flex-flow: column;
  display: flex;
}

.col.g-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.col-4 {
  flex: 1;
}

.col-4.d-flex.g-1 {
  justify-content: flex-start;
  align-items: flex-start;
}

.steps-number {
  color: #1982ff;
  text-align: center;
  flex: none;
  width: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  display: block;
}

.steps-text {
  opacity: .9;
  margin-bottom: 0;
}

.steps-text._w-16 {
  width: 16.8rem;
}

.d-flex {
  display: flex;
}

.d-flex.g-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.steps-info {
  color: #1982ff;
  text-align: center;
  cursor: pointer;
  background-color: #e8f2ff;
  border-radius: .5rem;
  width: 24.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .9375rem;
  padding-bottom: 1.0625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.00625rem;
  text-decoration: none;
  transition: all .5s;
}

.steps-info:hover {
  color: #fff;
  background-color: #1982ff;
}

.paragraph-2 {
  margin-bottom: 0;
}

.mt-312 {
  margin-top: 3.12rem;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.heading.mb-375 {
  display: block;
}

.slide-nav {
  z-index: 100;
  display: none;
}

.lightbox-link {
  background-color: #0000;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.slide {
  width: 24.1875rem;
  margin-right: 1.25rem;
}

.img-lb {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  max-width: none;
  height: 32.5rem;
}

.arrow {
  color: #00629b;
  background-color: #e8f2ff;
  border-radius: 56.25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  display: flex;
  inset: -6.75rem 0 auto auto;
}

.arrow.arrow-left {
  width: 3rem;
  height: 3rem;
  right: 3.75rem;
}

.screenshots-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-18 {
  color: #00629b;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
  box-shadow: 0 0 0 8px #fbc64352;
}

.arrow-img {
  width: 1rem;
  max-width: 42px;
  height: 1rem;
}

.arrow-img.reverse {
  transform-style: preserve-3d;
  width: 1rem;
  height: 1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-7 {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

._324567 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.text-block-5 {
  z-index: 0;
  color: #fff;
  background-color: #00629b;
  border-radius: 4px;
  padding: 3px 18px;
  font-size: 16px;
  position: absolute;
  right: -62px;
}

.possibilities.row.g-125 {
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
}

.possibilities.row.g-125.mb-625 {
  max-width: 61.8125rem;
  margin-top: 3.75rem;
}

.possibilities-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex: 0 30.2rem;
  align-self: stretch;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 3px 5px #1e23390d;
}

.item-h3 {
  max-width: 11.5rem;
  margin-top: 0;
  margin-bottom: .56rem;
  font-size: 1.25rem;
  line-height: 1.6875rem;
}

.item-text {
  color: #5a667e;
  font-size: .875rem;
  line-height: 1.4rem;
}

.faq-section {
  border-bottom: 1px solid #e1e5eb;
  width: 100%;
  padding: 1.5rem 0;
}

.faq-section:hover {
  background-color: #fff;
}

.faq-section.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-section.first {
  padding-top: 0;
}

.question {
  width: 100%;
  padding: 0 1.5rem 0 0;
  display: inline-block;
}

.h3-question {
  white-space: pre-wrap;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.faq-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.line-3-copy {
  background-color: #0973c4;
  width: 20px;
  height: 2px;
  position: relative;
  top: 1px;
}

.line-6-copy {
  background-color: #1b96c9;
  width: 20px;
  height: 2px;
  position: relative;
  top: -1px;
  transform: rotate(90deg);
}

.answer {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.answer.w--open {
  display: block;
  position: relative;
}

.answer.faq-text {
  display: none;
}

.faq-text {
  color: #5a667e;
  padding-top: .75rem;
  font-size: .875rem;
  line-height: 1.4rem;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  width: 61.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2.5rem;
  box-shadow: 0 3px 5px #1e23390d;
}

.img-rotated {
  mix-blend-mode: normal;
  transform: rotate(180deg);
}

.banner {
  background-color: #1a1f35;
  border-radius: 1.25rem;
  width: 75.125rem;
  margin-bottom: 3.12rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.06rem;
  padding-left: 3.81rem;
  padding-right: 5rem;
}

.image {
  width: 24rem;
}

.qr-code2 {
  border-radius: .5rem;
  width: 13.125rem;
  margin-top: 1.62rem;
}

.banner-text {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.95rem;
}

.banner-text-block {
  width: 18.75rem;
  margin-top: 2.37rem;
}

.arrow-white {
  opacity: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
}

.arrow-white.reverse {
  opacity: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  transform: rotate(180deg);
}

.list {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.list.mb-15 {
  margin-bottom: 1.5rem;
}

.mask {
  width: 24.1875rem;
  overflow: visible;
}

.slider-wrapper {
  width: 75rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.opened-dropdown_faqs-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  display: block;
}

.opened-dropdown_dropdown-list {
  background-color: #fafafa;
  display: block;
  position: static;
  overflow: hidden;
}

.opened-dropdown_dropdown {
  border-bottom: 1px solid #1111111a;
  width: 100%;
}

.opened-dropdown_dropdown-icon {
  flex: none;
  width: 26px;
  height: 12px;
  margin-left: 1rem;
  position: relative;
}

.dropdown-opened_link {
  color: #4353ff;
  border-bottom: 1px solid #4353ff;
  display: inline-block;
}

.opened-dropdown_dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.opened-dropdown_answer {
  opacity: .85;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.opened-dropdown_icon-left {
  transform-origin: 0 0;
  background-color: #111;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: rotate(-45deg);
}

.opened-dropdown_icon-right {
  transform-origin: 100% 0;
  background-color: #111;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0%;
  left: 20px;
  transform: rotate(45deg);
}

.opened-dropdown_faqs-wrapper {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 61.8125rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fake-arrows {
  flex: 0 auto;
  display: block;
  position: absolute;
  top: -6.75rem;
  right: 0;
}

.fake-arrow-left {
  width: 3rem;
  height: 3rem;
  position: relative;
  right: .75rem;
}

.fake-arrow-right {
  transform-style: preserve-3d;
  width: 3rem;
  height: 3rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

@media screen and (max-width: 991px) {
  .arrow-img {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .opened-dropdown_faqs-list {
    grid-row-gap: 2rem;
  }

  .opened-dropdown_faqs-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .viewport-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero.mb-375.mt-312 {
    background-image: url('../images/hero-mobile_1.webp');
    background-position: 50% 100%;
    flex-flow: column;
    width: auto;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding: 1.5rem 1.25rem 21rem;
  }

  .hero-content {
    max-width: none;
  }

  .hero-text.color-light-blue.mb-5 {
    margin-bottom: 1rem;
    font-size: .875rem;
    line-height: 1.4rem;
  }

  .hero-h1.color-white.mb-3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .qr-code {
    order: 0;
    display: none;
  }

  .discount {
    padding: .37rem;
    top: -.1rem;
    left: 7.7rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .row.g-312 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .buttons {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .btn-blue {
    width: 100%;
    padding-top: .875rem;
    padding-bottom: .75rem;
  }

  .steps.mb-625 {
    width: auto;
    margin-bottom: 2.5rem;
    padding: 1.25rem;
  }

  .col.g-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .col-4.d-flex.g-1 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    display: flex;
  }

  .steps-number {
    width: 1.75rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .steps-text {
    font-size: .875rem;
    line-height: 1.3rem;
  }

  .steps-info {
    width: 100%;
  }

  .heading.mb-375 {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lightbox-link {
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 14.875rem;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 0;
  }

  .img-lb {
    height: auto;
  }

  .arrow {
    display: none;
    bottom: -69px;
  }

  .arrow.arrow-left {
    background-color: #e8f2ff;
    bottom: -70px;
  }

  .screenshots-slider {
    margin-bottom: 1.25rem;
    margin-left: 0;
  }

  .possibilities.row.g-125.mb-625 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .possibilities-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.25rem;
  }

  .item-h3 {
    font-size: 1rem;
    line-height: 1.35rem;
  }

  .item-text {
    font-size: .75rem;
    line-height: 1.2rem;
  }

  .faq-section {
    padding: 1.25rem 0;
  }

  .h3-question {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .faq-wrapper.mb-5 {
    width: auto;
    margin-bottom: 2.5rem;
    padding: 1.5rem 1.25rem;
  }

  .banner {
    width: auto;
    margin-bottom: 2.5rem;
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image {
    order: 1;
    width: auto;
    margin-top: 1.5rem;
  }

  .qr-code2 {
    order: 1;
    margin-top: 0;
    display: none;
  }

  .banner-text {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .banner-text-block {
    width: auto;
    margin-top: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .mask {
    width: 14.875rem;
  }

  .slider-wrapper {
    width: 100%;
  }

  .opened-dropdown_faqs-wrapper {
    margin-top: 2rem;
  }

  .fake-arrows {
    display: none;
  }
}


@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-Bold.otf') format('opentype'), url('../fonts/VelaSans-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Swiper */ 

.swiper-pagination, .swiper-scrollbar {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  background-color: rgb(232, 242, 255);
  width: 3rem !important;
  height: 3rem !important;
  /*right: 3.75rem;*/
  color: #00629b;
  border-radius: 56.25rem;
  margin-top: 0;
  inset: -6.75rem 0 auto auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: -6.75rem 0 auto auto;
  top: -5.5rem !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
}

.swiper-button-prev {
  right: 3.75rem !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 1rem;
  max-width: 42px;
  height: 1rem;
  display: block;
  content: "" !important;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="icon" d="M-0.000121117 7H12.1699L6.57988 1.41L7.99988 0L15.9999 8L7.99988 16L6.58988 14.59L12.1699 9H-0.000121117V7Z" fill="%231982FF"/></svg>');
  background-size: contain;
}

.swiper-button-prev:after {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .6 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgb(25, 130, 255);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="icon" d="M9.53674e-07 7H12.17L6.58 1.41L8 0L16 8L8 16L6.59 14.59L12.17 9H9.53674e-07V7Z" fill="white"/></svg>');
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  width: 25.4375rem !important;
  padding-right: 1.25rem;
}

.swiper-slide:last-of-type {
  width: 24.1875rem !important;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .swiper-button-prev,
    .swiper-button-next {
      top: -5rem !important;
    }
}
@media (max-width: 767px) {
  .swiper-slide {
    padding-left: 1rem;
    width: 15.875rem !important;
    padding-right: 0;
  }
  .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
  }
  .swiper-slide:last-of-type {
    padding-right: 1rem;
    width: 16.875rem !important;
  }
}

/*

/lk-assets/images/arrow-right-white.svg
*/

.w-slider {
  margin-top: 150px;
}