.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: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  position: static;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #56cdad;
  text-decoration: underline;
}

strong {
  color: #000;
  font-weight: 700;
}

.flex__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -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;
}

.nav-link {
  padding: 24px 16px;
  border-bottom: 4px solid rgba(126, 243, 212, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5e727d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: #56cdad;
  color: #1b2d45;
}

.nav-link.w--current {
  border-bottom-color: #56cdad;
  color: #5e727d;
}

.nav-link.btn-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px 12px;
  color: #56cdad;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link.btn-text:hover {
  border-bottom-color: rgba(86, 205, 173, 0);
  background-color: #56cdad;
  color: #fff;
}

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 12px 24px;
  -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: 2px;
  border-color: #56cdad;
  border-radius: 3px;
  color: #56cdad;
  text-decoration: none;
}

.hero__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  -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;
  background-color: #f8f8fd;
}

.hero-grid__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 19px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero__text-block {
  position: relative;
  z-index: 1;
}

.button {
  margin-top: 40px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #56cdad;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.button:hover {
  background-color: #30cde3;
}

.button.is--mt0 {
  margin-top: 0px;
  background-color: #56cdad;
}

.button.is--mt0:hover {
  background-color: #60e6c2;
}

.button.is--mt0.is--secondary {
  margin-right: 0px;
  margin-left: 0px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #56cdad;
  background-color: rgba(86, 96, 115, 0);
  color: #56cdad;
  font-size: 14px;
}

.button.is--mt0.is--secondary:hover {
  background-color: #60e6c2;
  color: #fff;
}

.button.is--mt0.is--secondary.id---tovr:hover {
  border-color: #60e6c2;
  background-color: #60e6c2;
}

.service__section {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-right: 3%;
  padding-left: 3%;
  mix-blend-mode: multiply;
}

.service__grid {
  margin-top: 55px;
  margin-bottom: 75px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid transparent;
  background-color: #f8f8fd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.service__details {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 20px;
  -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;
  color: #a2a7b3;
  font-size: 36px;
  line-height: 36px;
}

.faq__title {
  display: inline-block;
  margin-bottom: 8px;
  color: #56cdad;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.paragraph__basic {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph__basic._40-bottom-padding {
  margin-bottom: 18px;
}

.content-grid__wrapper {
  margin-bottom: 128px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid__wrapper.mb-0 {
  margin-bottom: 0px;
}

.content-grid__image {
  display: block;
  width: 100%;
  max-width: 540px;
}

.heading__h2 {
  margin-bottom: 27px;
}

.heading__h2.is--white {
  color: #fff;
}

.standard__paragraph {
  margin-bottom: 0px;
  opacity: 0.8;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard__paragraph.is--centered {
  display: block;
  max-width: 690px;
  text-align: center;
}

.standard__paragraph.is--centered.white {
  color: #fff;
}

.standard__paragraph._40-bottom-margin {
  margin-bottom: 40px;
}

.feature-grod__col {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
}

.small__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small__block.is--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature__icon {
  width: 49px;
  min-width: 49px;
  margin-right: 16px;
}

.feature__text {
  margin-bottom: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.content-grid__col2 {
  padding: 25px 0px 25px 60px;
}

.feature__section {
  position: relative;
  padding: 80px 3%;
}

.feature__section.is--gray {
  background-color: #f8f8fd;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8fd), color-stop(0%, #f6fcff), color-stop(0, #f6fcff), to(rgba(248, 248, 253, 0)));
  background-image: linear-gradient(180deg, #f8f8fd, #f6fcff 0%, #f6fcff 0, rgba(248, 248, 253, 0));
}

.halftone__patte {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.feature__grid-block {
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8fd));
  background-image: linear-gradient(0deg, #fff, #f8f8fd);
}

.feature__header {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.testimonial-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 75px 3% 170px;
  -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;
  background-color: #56cdad;
  background-image: url('../images/background-tertiary-1.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 90px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 0px;
  background-color: #fff;
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: 0 30px 50px -20px rgba(26, 102, 82, 0.49);
}

.quotes-icon {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-image {
  margin-right: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f8fd;
  border-radius: 100px;
}

.slide-nav {
  display: none;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 410px;
  padding: 90px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.icon {
  color: #1b2d45;
  font-size: 15px;
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.blog-section {
  padding: 140px 3%;
}

.news-grid {
  margin-top: 56px;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.article-thumbnail {
  margin-bottom: 24px;
  border-radius: 10px;
}

.cta-section {
  position: relative;
  padding: 80px 3% 140px;
  background-color: #f8f8fd;
}

.grid-faq {
  margin-top: 0px;
  margin-left: 100px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-faq._1-row {
  overflow: auto;
  width: 100%;
  margin-top: 56px;
  margin-left: 0px;
  padding-bottom: 30px;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stat__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.cta__banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  min-height: 285px;
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -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;
  background-color: #56cdad;
  background-image: url('../images/background-tertiary-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  mix-blend-mode: normal;
}

.cta--header {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.cta__banner-wrapper {
  position: relative;
  z-index: 20;
  width: 50%;
}

.banner__button {
  position: relative;
  padding: 20px;
  background-color: #56cdad;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.banner__button.is--white {
  background-color: #fff;
  color: #56cdad;
}

.footer-grid {
  grid-column-gap: 240px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  display: inline-block;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  color: #1b2d45;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.input-field {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  border: 0px none #000;
  background-image: url('../images/mail-icon.svg');
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-family: 'Circularstd book', sans-serif;
  font-size: 16px;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #56cdad;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.navigation-wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.nav-menu-2 {
  position: static;
  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;
  color: #283338;
  font-size: 15px;
  font-weight: 500;
}

.nav-logo {
  width: 54px;
}

.navigation {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8fd;
}

.dropdown {
  font-family: 'Circularstd book', sans-serif;
  color: #5e727d;
  font-size: 16px;
}

.hero__paragraph {
  margin-bottom: 32px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

.blog-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.blog-category {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  color: #56cdad;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}

.hero__image {
  position: absolute;
  z-index: 0;
  width: 60%;
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__image.display__mobile {
  display: none;
}

.hero__image.hide-mobile {
  width: 50%;
  height: 100vh;
  max-width: 930px;
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

.footer {
  position: relative;
  padding: 20px 3% 140px;
}

.button__hero {
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #56cdad;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.button__hero:hover {
  background-color: #4de7be;
}

.hero__h1 {
  margin-bottom: 24px;
  color: #000;
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -1.4px;
}

.highlight {
  display: inline-block;
  padding-bottom: 12px;
  background-image: url('../images/underline_heoro.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #56cdad;
}

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

.tabs {
  margin-top: 75px;
}

.menu__tab {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab {
  padding: 0px;
  background-color: transparent;
  opacity: 0.3;
}

.tab.w--current {
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.mockup__image {
  width: 100%;
  border-style: solid;
  border-width: 10px;
  border-color: #f8f8fd;
  border-radius: 60px;
  box-shadow: 0 0 40px -20px #bebef1;
}

.tabs-content {
  overflow: visible;
}

.paragraph-basic-2 {
  margin-bottom: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic-2._40-bottom-padding {
  margin-bottom: 18px;
}

.paragraph-basic-2._40-bottom-padding:hover {
  color: #566073;
}

.items-container {
  margin-bottom: 32px;
}

.utility-page-wrap {
  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;
}

.paragraph {
  opacity: 0.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph.is--centered {
  text-align: center;
}

.hero-paragraph__secondary {
  margin-bottom: 30px;
  color: rgba(86, 96, 115, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.large-number {
  font-size: 30px;
  line-height: 35px;
}

.banner__cut {
  position: absolute;
  left: -80px;
  top: -90px;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 330px;
  height: 100px;
  background-color: #f8f8fd;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.banner__cut.right-side {
  left: auto;
  top: auto;
  right: -80px;
  bottom: -90px;
  z-index: 1;
}

.nav-cta {
  margin-left: 16px;
  -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: 2px;
  border-color: #56cdad;
  color: #56cdad;
  text-decoration: none;
}

.logo-slider__wrap {
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-slider__wrap.is--bg-gray {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  background-color: #f8f8fd;
}

.logo-img._50-r-m {
  width: 6815px;
  max-width: 6815%;
  mix-blend-mode: multiply;
}

.icon-list {
  mix-blend-mode: multiply;
}

.footer-logo__header {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gray__bg {
  background-color: #f8f8fd;
}

.full-section-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  -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;
}

.thank-you__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  padding: 195px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wide-video__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 75px auto 200px;
  padding-top: 30%;
}

.button__group {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 450px;
  padding: 30px;
  background-color: #56cdad;
  color: #fff;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 120px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #56cdad;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: #60e6c2;
  color: #fff;
}

.social-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-sponsors {
  max-width: none;
  margin-right: -36px;
  margin-left: -36px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.logo__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  grid-column-gap: 0px;
}

.pricing--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 16px;
}

.thanks--image {
  max-height: 240px;
}

.hr {
  width: 100%;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(86, 96, 115, 0.7);
}

.is--light-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero__section {
    padding-top: 100px;
  }

  .hero-grid__wrapper {
    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;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -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;
  }

  .service__grid {
    width: 100%;
    max-width: 630px;
    -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;
  }

  .service__item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-grid__wrapper {
    grid-column-gap: 40px;
  }

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

  .heading__h2 {
    font-size: 42px;
  }

  .heading__h2.is--white {
    text-align: center;
  }

  .heading__h2.h2-centre {
    text-align: center;
  }

  .small__block {
    margin-bottom: 12px;
  }

  .feature__icon {
    width: 45px;
  }

  .content-grid__col2 {
    padding-left: 0px;
  }

  .feature__grid-block {
    padding: 12px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }

  .cta__banner {
    padding-right: 42px;
    padding-left: 42px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .banner__button {
    white-space: nowrap;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #56cdad;
    font-size: 30px;
    font-weight: 400;
  }

  .menu-mob.w--open {
    background-color: #60e6c2;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .nav-logo {
    width: 170px;
  }

  .navigation {
    display: none;
  }

  .hero__paragraph {
    max-width: 500px;
    text-align: center;
  }

  .hero__image {
    max-width: 560px;
  }

  .hero__image.display__mobile {
    position: relative;
    height: auto;
    margin-bottom: 40px;
  }

  .hero__image.hide-mobile {
    position: relative;
    display: block;
    height: auto;
  }

  .hero__h1 {
    max-width: 500px;
    font-size: 100px;
    text-align: center;
  }

  .hero__image-float {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .pricing--box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .hero-grid__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -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;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
  }

  .content-grid__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid__col2 {
    padding-left: 0px;
  }

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

  .slide-wrap {
    padding: 90px 50px;
  }

  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .articles-block {
    margin-bottom: 35px;
  }

  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }

  .cta__banner {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta__banner-wrapper {
    width: auto;
    margin-bottom: 32px;
  }

  .footer-grid {
    grid-column-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-logo {
    width: 140px;
  }

  .hero__paragraph {
    text-align: center;
  }

  .button__hero {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__h1 {
    font-size: 80px;
    text-align: center;
  }

  .menu__tab {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .full-section-cover {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .thank-you__container {
    padding-top: 32px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .logo__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .hero__section {
    padding-bottom: 50px;
  }

  .hero__text-block {
    width: 80%;
  }

  .button.is--mt0.is--secondary.id---tovr {
    width: 100%;
    text-align: center;
  }

  .service__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid__icon {
    margin-bottom: 15px;
  }

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stat__item {
    min-width: 230px;
  }

  .cta__banner {
    padding: 55px 28px;
  }

  .banner__button {
    margin-top: 35px;
  }

  .footer-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__paragraph {
    font-size: 16px;
    line-height: 1.2;
  }

  .hero__image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero__image.hide-mobile {
    width: 90%;
  }

  .hero__h1 {
    font-size: 16vw;
  }

  .hero-paragraph__secondary {
    text-align: center;
  }

  .wide-video__wrapper {
    margin-bottom: 20px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .social-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 36px;
    margin-bottom: 36px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto 1fr 1fr;
    grid-template-columns: auto auto 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing--box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-d606a978 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff5fbccb-a146-9c45-54aa-d9c596d31083-d606a978 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3650d58b-f31f-9973-bd76-5bed6e524a00-d606a978 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_62fb187d-8078-c4ad-d170-df4d1881ca5a-d606a978 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c6321f28-bc28-cbb3-25f7-a576f9b887c9-d606a978 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3650d58b-f31f-9973-bd76-5bed6e5249f9-d606a978 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}