.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Cabin, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ebebeb;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #222;
  background-image: linear-gradient(87deg, #000, #505050);
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #ebebeb;
}

.section.section--dark {
  background-color: #1a1a1a;
  color: #fff;
}

.section.section--overlap {
  padding-top: 8.647rem;
}

.section.section--overlap.welcome {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}

.section.section--overlap.section--dark.welcome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3600d8), to(rgba(138, 1, 255, 0.69)));
  background-image: linear-gradient(0deg, #3600d8, rgba(138, 1, 255, 0.69));
  text-align: center;
}

.section.section--overlap.section--dark.action {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(120deg, #3600d8, #6001eb);
}

.section.bundles {
  padding-bottom: 2.5rem;
}

.section.stats {
  position: relative;
}

.section.partners {
  padding: 2rem;
  border-bottom-style: none;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.section-header {
  max-width: 50rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  text-align: center;
}

.section-header__title {
  margin-top: 0px;
  margin-bottom: 0.25em;
  color: #666;
  line-height: 1.4;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navbar-nav__link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.7em 2rem;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #ebebeb;
  font-size: 1rem;
}

.navbar-nav__link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.navbar-nav__link.w--current {
  color: #966cff;
}

.footer-copyright {
  font-size: 0.9rem;
  text-align: center;
}

.navbar-brand__image {
  height: 4rem;
}

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

.section-content {
  margin-bottom: 1.5rem;
}

.button {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 0.5rem;
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #ebebeb;
  font-size: 1rem;
  text-align: center;
}

.button.button--primary {
  background-color: #6001eb;
  background-image: linear-gradient(120deg, #6001eb, #3600d8);
  color: #fff;
}

.button.button--primary:hover {
  background-color: #1d0075;
}

.button.button--block {
  display: block;
  text-align: center;
}

.button.button--large {
  padding: 1em 3em;
}

.button.button--light {
  background-color: #fff;
  color: #3600d8;
}

.section-footer__button {
  margin-right: 1rem;
  margin-left: 1rem;
}

.utility-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.field {
  padding: 1.5em 2em;
}

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

.jumbo-footer__note {
  margin-top: 1rem;
}

.jumbo-video {
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

.popup-video__trigger {
  border-radius: 1rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.a {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 3rem;
  background-color: rgba(26, 26, 26, 0.85);
  cursor: pointer;
}

.section-footer {
  text-align: center;
}

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

.section-footer__note {
  margin-top: 1rem;
}

.popup-video__wrapper {
  overflow: hidden;
}

.popup-block__trigger {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.popup-block__wrapper {
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.popup-block__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

.popup-block__close:hover {
  opacity: 0.9;
}

.welcome-header__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.7rem;
  line-height: 1.2;
}

.welcome-content {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.welcome-header {
  margin-bottom: 1rem;
}

.welcome-footer__note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

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

.partners-bar__logo {
  width: 7rem;
  min-width: 100px;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.15;
}

.container-fluid {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

.welcome-footer__button {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mouse {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 2rem;
  display: inline-block;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.mouse-scroll {
  position: relative;
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
}

.mouse-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.section-header__headline {
  margin-top: 0px;
  margin-bottom: -0.25em;
  color: #ebebeb;
  font-size: 10rem;
  line-height: 0.75;
  font-weight: 700;
}

.fal {
  display: inline-block;
  font-family: 'Font Awesome: Light', sans-serif;
  line-height: 1;
}

.stats-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stats-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.stats-item.about-stat--pull {
  -webkit-transform: translate(0px, 3rem);
  -ms-transform: translate(0px, 3rem);
  transform: translate(0px, 3rem);
}

.stats-item__title {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.stats-item__title__figure {
  display: block;
  color: #6001eb;
  font-size: 1.9em;
  line-height: 1.4;
}

.mr {
  margin-right: 0.75em;
}

.bundles-list {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  margin-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bundles-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}

.bundles-item.bundles-item--pull {
  -webkit-transform: translate(0px, -2rem);
  -ms-transform: translate(0px, -2rem);
  transform: translate(0px, -2rem);
}

.welcome-header__logo {
  overflow: scroll;
  width: 24rem;
  margin-bottom: 3rem;
}

.text-primary {
  color: #6001eb;
}

.bundles-item__title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.bundles-item__description {
  margin-bottom: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bundles-item__featuring {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px dashed #ebebeb;
  border-bottom: 1px dashed #ebebeb;
  font-size: 0.9rem;
}

.bundles-item__featuring__title {
  color: #666;
  text-align: center;
}

.bundles-item__featuring__list {
  display: -ms-grid;
  display: grid;
  margin-top: 1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bundles-item__featuring__item {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.bundles-item__featuring__heading {
  font-size: 0.9rem;
  line-height: 1.4;
}

.bundles-item__featuring__icon {
  font-size: 3rem;
  line-height: 1;
}

.bundles-item__subtitle {
  margin-bottom: 1rem;
  color: #666;
  text-align: center;
}

.bundles-item__image {
  display: block;
  height: 10rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.stats-item__icon {
  margin-bottom: 0.25em;
  color: #6001eb;
  font-size: 3rem;
  line-height: 1;
}

.perks-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 1rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}

.perks-category__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15rem;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  border-right: 1px solid #ebebeb;
}

.perks-category__item__title {
  margin-top: 1em;
  margin-bottom: 1em;
}

.perks-category__item__icon {
  color: #d4d4d4;
  font-size: 3rem;
  line-height: 1;
}

.perks-category__grid {
  display: -ms-grid;
  display: grid;
  padding: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.perks-category__header__icon {
  font-size: 3rem;
}

.perks-category__header__title {
  margin-top: 0px;
  margin-bottom: 1rem;
  text-align: center;
}

.fab {
  font-family: 'Font Awesome: Brands', sans-serif;
}

.perks-more {
  color: #ebebeb;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.stats-item__description {
  text-align: left;
}

.ball-shine {
  position: absolute;
  left: 20%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 50%;
  border-top: 15px solid #69eebb;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  transform: rotate(-85deg);
}

.ball2shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 100% 70%, rgba(5, 109, 143, 0.15), rgba(0, 140, 187, 0.01) 33%);
}

.ball1shadow {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 15%;
  height: 30%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.68;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.ball4 {
  position: absolute;
  left: 9.5vh;
  top: 40.5vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 28vh;
  height: 28vh;
  border-radius: 50%;
  box-shadow: 1px 1px 10vh 0 rgba(0, 0, 0, 0.05);
}

.ball2 {
  position: absolute;
  left: 1vh;
  top: 9vh;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: hidden;
  width: 26vh;
  height: 26vh;
  border-radius: 50%;
  box-shadow: -1px 0 10vh 0 rgba(0, 0, 0, 0.05);
}

.ball-second-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 20% 20%, rgba(2, 145, 189, 0.74), rgba(43, 237, 245, 0.95));
}

.ball1 {
  position: absolute;
  left: 23vh;
  top: 14.5vh;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 35vh;
  height: 35vh;
  border-radius: 50%;
  box-shadow: 1px 1px 10vh 0 rgba(0, 0, 0, 0.05);
}

.ball7shadow {
  position: absolute;
  left: 20%;
  top: 39%;
  right: auto;
  bottom: auto;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.42;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.ball-first-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 43% 45%, #0193bf 4%, #10acd6 41%, #2cedf5 97%);
}

.ball3shadow {
  position: absolute;
  left: -11%;
  top: 68%;
  right: auto;
  bottom: 0%;
  width: 60%;
  height: 50%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.8;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}

.ball6 {
  position: absolute;
  left: 55vh;
  top: 33vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 14vh;
  height: 14vh;
  border-radius: 50%;
  box-shadow: 1px 1px 8vh 0 rgba(0, 0, 0, 0.05);
}

.ball7 {
  position: absolute;
  left: 58vh;
  top: 25vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 7vh;
  height: 7vh;
  border-radius: 50%;
  box-shadow: 1px 1px 6vh 0 rgba(0, 0, 0, 0.05);
}

.ball6shadow {
  position: absolute;
  left: 0%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 30%;
  height: 40%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.ball-third-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 136, 177, 0.2)), to(hsla(0, 0%, 100%, 0.16)));
  background-image: linear-gradient(180deg, rgba(9, 136, 177, 0.2), hsla(0, 0%, 100%, 0.16));
  box-shadow: inset -1px -9px 8vh 0 #5bf3fa;
}

.ball-third-color.smallest {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 136, 177, 0.61)), to(hsla(0, 0%, 100%, 0.16)));
  background-image: linear-gradient(180deg, rgba(9, 136, 177, 0.61), hsla(0, 0%, 100%, 0.16));
  box-shadow: inset -1px -11px 5vh 0 #5bf3fa;
}

.ball-third-color.mid {
  box-shadow: inset -4px -10px 4vh 0 #5bf3fa;
}

.ball-third-color.small {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 136, 177, 0.39)), to(hsla(0, 0%, 100%, 0.16)));
  background-image: linear-gradient(180deg, rgba(9, 136, 177, 0.39), hsla(0, 0%, 100%, 0.16));
  box-shadow: inset -1px -26px 6vh -5px #5bf3fa;
}

.ball-third-color.big {
  box-shadow: inset -12px -38px 11vh 0 #5bf3fa;
}

.ball4shadow {
  position: absolute;
  left: 60%;
  top: -25%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 60%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.76;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ball3 {
  position: absolute;
  left: 43.5vh;
  top: 0.5vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 23vh;
  height: 23vh;
  border-radius: 50%;
  box-shadow: 1px 1px 10vh 0 rgba(0, 0, 0, 0.05);
}

.ball5 {
  position: absolute;
  left: 41vh;
  top: 42.5vh;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: hidden;
  width: 17vh;
  height: 17vh;
  border-radius: 50%;
  box-shadow: 1px 1px 10vh 0 rgba(0, 0, 0, 0.05);
}

.ball1shadow2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 32%;
  bottom: 1%;
  width: 11%;
  height: 27%;
  border-radius: 50%;
  background-color: rgba(2, 71, 119, 0.8);
  opacity: 0.83;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
  transform: rotate(58deg);
}

.welcome-balls {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 70vh;
  height: 70vh;
  -webkit-transform: scale(1.4) translate(-50%, -50%);
  -ms-transform: scale(1.4) translate(-50%, -50%);
  transform: scale(1.4) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.feature-box {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 16px 50px 0 rgba(26, 39, 81, 0.1);
}

.centre_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.process_line {
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 102%;
  background-image: url('../images/line.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.process_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.centre_icon_wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, 0.14);
}

.process_details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centre_step {
  color: #6937ff;
  font-size: 21px;
  font-weight: 800;
}

.process-steps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #6001eb;
  text-decoration: none;
}

.about-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  cursor: pointer;
}

.projects-item__review__content {
  font-size: 0.95rem;
  font-style: italic;
}

.projects-item__excerpt {
  margin-bottom: 1.5rem;
}

.projects-item__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3rem;
  margin-left: -3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.projects-item {
  display: block;
  margin-bottom: 1.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 74.7%, 0.65);
  border-radius: 1rem;
  background-image: linear-gradient(120deg, #fff, #fff);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}

.projects-item__review {
  padding: 2rem;
  border-top: 1px solid #ebebeb;
}

.projects-item__review.hide {
  display: none;
}

.projects-item__logo {
  width: auto;
  height: 5rem;
  max-width: 15rem;
  margin-bottom: 0.5em;
}

.projects-item__column {
  padding-right: 3rem;
  padding-left: 3rem;
}

.projects-item__cover {
  width: 100%;
  border-radius: 1rem;
}

.projects-item__subtitle__type {
  margin-bottom: 1rem;
  font-weight: 700;
}

.projects-item__subtitle__tagline {
  margin-bottom: 1rem;
}

.projects-item__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.projects-item__subtitle__split {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.container-2 {
  width: 1150px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.packages-item__subtitle {
  margin-bottom: 1rem;
  font-weight: 400;
}

.banner-title-2 {
  margin-top: 0px;
  line-height: 1.5;
}

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

.text-primary-2 {
  color: #3600d8;
}

.packages-items {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.main-2 {
  margin-top: -96px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.packages-item__description {
  margin-bottom: 1.5rem;
}

.packages-item__title {
  margin-top: 0px;
  margin-bottom: 0em;
  font-size: 1.8rem;
}

.packages-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}

.packages-item {
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #cac9c9;
  border-radius: 1rem;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}

.packages {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.banner-2 {
  padding-top: 8.647rem;
  text-align: center;
}

.button-2 {
  padding: 1em 2.1em;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #333;
  font-size: 1rem;
}

.button-2.button--primary {
  background-color: #3600d8;
  color: #fff;
}

.button-2.button--primary:hover {
  background-color: #1d0075;
}

.header-2 {
  padding-top: 1rem;
}

.navbar-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
}

.navbar-content-2 {
  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;
}

.navbar-brand__image-2 {
  height: 4.5rem;
}

.footer-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #f1f1f1;
}

.action-header {
  margin-bottom: 1rem;
}

.action-content {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.action-footer__note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.action-footer__button {
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  .navbar-button {
    position: absolute;
    left: 0.5rem;
  }
  .navbar-brand {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .partners-bar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-bar__logo {
    width: 14%;
    margin-top: 40px;
    margin-right: 7%;
    margin-left: 7%;
  }
  .welcome-balls {
    position: relative;
    top: 0vh;
    right: 0vh;
    width: 90vw;
    height: 90vw;
    margin-bottom: 130px;
  }
  .centre_block {
    width: 150px;
  }
  .process_image_wrap {
    padding: 15px;
  }
  .process_details {
    padding: 10px;
  }
  .about-value {
    width: 50%;
  }
  .packages-image {
    width: 100%;
    margin-top: 1.5rem;
  }
  .packages-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .packages-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .partners-bar {
    padding: 20px 10% 25px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .partners-bar__logo {
    width: 20%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .centre_block {
    width: 55px;
  }
  .process-step {
    margin-bottom: 35px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .process_line {
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .process_image_wrap {
    display: none;
  }
  .process_details {
    width: 90%;
    min-height: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .banner-title-2 {
    font-size: 1.5rem;
  }
  .packages-item {
    padding: 1.8rem 1rem;
  }
  .banner-subtitle-2 {
    font-size: 1rem;
  }
  .button-2.button--primary.packages-item__button {
    display: block;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .section.section--overlap.section--dark.welcome {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .welcome-header__title {
    font-size: 2rem;
  }
  .partners-bar__logo {
    width: 40%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .h2 {
    font-size: 27px;
  }
  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .about-value {
    width: 100%;
  }
  .packages-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .navbar-brand__image-2 {
    height: auto;
  }
}

#w-node-505788e46000-d991b6f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2c6d7c657580-d991b6f4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f03c81c35f8a-d991b6f4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Font Awesome: Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome: Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome: Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome: Light';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}