.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  font-family: 'BLIBO BOLD', sans-serif;
  color: #020c65;
  font-size: 18px;
  line-height: 140%;
}

.navbar {
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-button {
  padding: 25px 54px;
  border-radius: 200px;
  background-color: #fff;
  color: #020c65;
  line-height: 100%;
}

.primary-button.button-shadow {
  background-color: #6ad2f6;
  box-shadow: 0 15px 80px 12px rgba(28, 64, 158, 0.11);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.primary-button.button-shadow:hover {
  background-color: #6ad2f6;
  box-shadow: 0 15px 80px 12px rgba(106, 210, 246, 0.39);
}

.hero {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.h1 {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 82px;
  line-height: 114%;
  font-weight: 700;
}

.action-title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #98a8c0;
}

.hero-download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.custom-button.button-shadow {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  box-shadow: 0 15px 80px -6px rgba(28, 64, 158, 0.11);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #020c65;
  text-align: left;
  text-decoration: none;
}

.custom-button.button-shadow:hover {
  background-color: #6ad2f6;
  box-shadow: 0 15px 80px -6px rgba(106, 210, 246, 0.42);
}

.button-label {
  height: 18px;
  line-height: 100%;
}

.button-icon {
  margin-right: 20px;
}

.sp50 {
  height: 50px;
}

.custom-button-2 {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-color: #fff;
}

.custom-button-2.button-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 12px 80px 10px rgba(28, 64, 158, 0.11);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.custom-button-2.button-shadow:hover {
  background-color: #6ad2f6;
}

.custom-button-2.button-shadow.alt {
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 0px;
}

.you-circle {
  position: absolute;
  left: auto;
  top: 25%;
  right: 30%;
  bottom: auto;
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background-color: #6ad2f6;
  opacity: 0.26;
}

.intro-section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transform: translate3d(0px, 0px, 0.1px);
  transform: translate3d(0px, 0px, 0.1px);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-mockup {
  position: relative;
  width: 460px;
}

.anchor-button {
  position: absolute;
  left: auto;
  top: 19%;
  right: 21%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 350px;
  padding-right: 35px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(106, 210, 246, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #020c65;
  line-height: 100%;
  text-decoration: none;
}

.anchor-button:hover {
  background-color: #6ad2f6;
}

.anchor-button._2 {
  left: 17%;
  top: auto;
  right: auto;
  bottom: 48%;
  background-color: rgba(38, 76, 233, 0.2);
}

.anchor-button._2:hover {
  background-color: #264ce9;
  color: #fff;
}

.anchor-button._3 {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 19%;
  background-color: rgba(255, 175, 2, 0.2);
}

.anchor-button._3:hover {
  background-color: #ffaf02;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  margin-right: 20px;
  padding: 4px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #6ad2f6;
}

.number._2 {
  background-color: #264ce9;
  color: #fff;
}

.number._3 {
  background-color: #ffaf02;
}

.text-block {
  margin-top: 5px;
  font-size: 24px;
  line-height: 130%;
}

.background-circles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c1 {
  position: absolute;
  left: auto;
  top: -207px;
  right: -5%;
  bottom: 0%;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  background-color: #6ad2f6;
  opacity: 0.2;
}

.c2 {
  position: absolute;
  left: 0%;
  top: 139px;
  right: auto;
  bottom: 0%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: #264ce9;
  opacity: 0.2;
}

.c3 {
  position: absolute;
  left: auto;
  top: 543px;
  right: 25%;
  bottom: 0%;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #ffaf02;
  opacity: 0.2;
}

.features {
  padding-top: 150px;
  padding-bottom: 150px;
}

.feature-grid {
  height: 580px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left {
  position: relative;
  text-align: center;
}

.left.alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right {
  position: relative;
  padding: 56px 39px 56px 49px;
}

.right.alt {
  top: -69px;
}

.back {
  position: absolute;
  top: -80px;
}

.back._2 {
  top: -135px;
}

.back.alt {
  top: 0px;
  width: 460px;
}

.front {
  position: relative;
  left: 49px;
  top: 47px;
  width: 530px;
}

.front._3 {
  top: 76px;
  width: auto;
}

.front._3.alt {
  left: 83px;
  top: -60px;
}

.front._2 {
  top: 81px;
}

.desc {
  position: relative;
  font-size: 22px;
  line-height: 160%;
  font-weight: 700;
}

.f-head {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-top: 29px;
  padding-bottom: 29px;
  font-size: 45px;
  font-weight: 700;
}

.heading {
  max-width: 270px;
  margin-bottom: 35px;
  font-size: 45px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7faff;
}

.purpose {
  margin-bottom: 105px;
  text-align: center;
}

.ppr {
  max-width: 630px;
  margin: 41px auto;
  font-size: 42px;
  line-height: 130%;
}

.link {
  color: #6ad2f6;
}

.image {
  margin-bottom: 19px;
}

.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  margin-left: 20px;
  color: #020c65;
  text-decoration: none;
}

.link-2._2 {
  margin-left: 0px;
  color: #98a8c0;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .h1 {
    font-size: 60px;
  }
  .c1 {
    top: -126px;
    right: -4%;
    width: 600px;
    height: 600px;
  }
  .c2 {
    left: -1%;
  }
  .features {
    overflow: hidden;
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .div-block-2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .anchor-button {
    right: 10%;
  }
  .anchor-button._2 {
    left: 6%;
  }
  .c1 {
    display: none;
  }
  .c2 {
    display: none;
  }
  .c3 {
    display: none;
  }
  .features {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature-grid {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .left {
    margin-bottom: 115px;
  }
  .left.alt {
    margin-bottom: -19px;
  }
  .left.another-alt {
    padding-bottom: 164px;
  }
  .left.another {
    margin-bottom: 262px;
  }
  .left.nt {
    margin-bottom: 188px;
  }
  .right {
    padding-left: 39px;
  }
  .back {
    left: -6%;
    top: 30%;
    right: 0%;
    bottom: 0%;
    width: 420px;
    max-width: 110%;
    margin-right: auto;
    margin-left: auto;
  }
  .back._2 {
    top: 0px;
  }
  .back.alt {
    width: 350px;
  }
  .front {
    left: 31px;
    top: 122px;
    width: 400px;
  }
  .front._3 {
    top: 229px;
    max-width: 50%;
  }
  .front._3.alt.mff {
    max-width: 80%;
  }
  .front._2 {
    top: 177px;
  }
  .heading {
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    margin-top: 43px;
  }
  .ppr {
    max-width: 520px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero {
    padding-top: 47px;
    padding-bottom: 0px;
  }
  .h1 {
    font-size: 50px;
  }
  .hero-download-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-button.button-shadow {
    margin-bottom: 31px;
  }
  .sp50 {
    height: 10px;
  }
  .custom-button-2.button-shadow.alt {
    margin-right: 20px;
    margin-left: 20px;
  }
  .custom-button-2.button-shadow.gh {
    display: none;
  }
  .you-circle {
    top: 25%;
    right: 34%;
    width: 60px;
    height: 60px;
  }
  .intro-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .anchor-button {
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .number {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .text-block {
    display: none;
  }
  .left.alt.gh {
    display: none;
  }
  .right {
    padding-top: 11px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .right.alt {
    padding-bottom: 4px;
  }
  .back {
    left: 0%;
    width: 320px;
  }
  .front {
    top: 153px;
  }
  .front._3 {
    top: 179px;
    max-width: 60%;
  }
  .front._2 {
    top: 122px;
  }
  .desc {
    font-size: 18px;
  }
  .heading {
    margin-bottom: 13px;
    font-size: 30px;
  }
  .heading.meso {
    margin-bottom: 33px;
  }
  .ppr {
    font-size: 30px;
  }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-2 {
    max-width: 70%;
  }
  .div-block-3 {
    margin-top: 19px;
  }
}

@font-face {
  font-family: 'BLIBO BOLD';
  src: url('../fonts/NexaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BLIBO LIGHT';
  src: url('../fonts/NexaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}