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

.color-strip {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: 110;
  overflow: hidden;
  height: 4px;
  background-image: url('../images/color-strip.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.nav-link {
  display: block;
  padding: 0.9em 1.3em;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #1568c2;
}

.nav-line-large {
  width: 3em;
  height: 0.35em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 3.5em;
  background-color: #fff;
}

.nav-click-out {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-toggle__mobile {
  display: none;
  width: 3em;
  height: 3em;
  -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;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-line {
  width: 2em;
  height: 0.35em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 5em;
  background-color: #fff;
}

.logo {
  width: 145px;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-line-x-1 {
  position: absolute;
  width: 3em;
  height: 0.35em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 3.5em;
  background-color: #fff;
}

.nav-click {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-line-x-2 {
  width: 3em;
  height: 0.35em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 3.5em;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 80px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 0px;
  -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;
  border-top: 10px none #000;
  background-color: rgba(255, 255, 255, 0.63);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-button {
  margin-left: 0.5em;
  padding: 13px 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 2em;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.nav-button:hover {
  border-style: solid;
  border-color: transparent;
  background-color: #deecfd;
  color: #1568c2;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 120px;
  padding-left: 0em;
  -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-image: url('../images/bg-2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.play-button {
  position: absolute;
  left: auto;
  top: 41%;
  right: 32%;
  bottom: auto;
  z-index: 3;
  width: 300px;
}

.play-button.product {
  left: -10px;
  right: auto;
}

.container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10em;
  padding-left: 10em;
}

.container.is--max_width {
  overflow: visible;
  max-width: none;
  padding-right: 0em;
  padding-left: 0em;
}

.container.is--max_width.black-bg {
  background-color: #000;
}

.container.is--max_width.pink-bg {
  background-color: #eff1ff;
}

.container.is--max_width.testimonial-bg {
  background-image: url('../images/bg-3.png');
  background-position: -20% 0%;
  background-size: 50vw;
  background-repeat: no-repeat;
}

.container.is--max_width.new {
  overflow: hidden;
}

.container.is--max_width.whitepaper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -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;
  background-image: url('../images/bg-whitepaper.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.container.is--max_width.waitlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff1ff), to(#eff1ff));
  background-image: linear-gradient(180deg, #eff1ff, #eff1ff);
  background-position: 0px 0px;
}

.section {
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  padding-left: 0em;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 3;
  min-height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: none;
  color: #525252;
}

.card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 0;
  min-height: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #525252;
  mix-blend-mode: normal;
}

.card._1.full-white {
  background-color: hsla(0, 0%, 100%, 0.99);
}

.card._1.padding-botton {
  padding-bottom: 100px;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 1;
  min-height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: none;
  color: #525252;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 2;
  min-height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: none;
  color: #525252;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 0;
  min-height: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #525252;
  mix-blend-mode: normal;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 0;
  min-height: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #525252;
  mix-blend-mode: normal;
}

.card._2.full-white {
  background-color: hsla(0, 0%, 100%, 0.99);
}

.card._2.padding-botton {
  padding-bottom: 100px;
}

.card._1-second {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  z-index: 0;
  min-height: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #525252;
  mix-blend-mode: normal;
}

.card._1-second.full-white {
  background-color: hsla(0, 0%, 100%, 0.99);
}

.card._1-second.padding-botton {
  padding-bottom: 100px;
}

.text-right {
  display: none;
  width: 212px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  padding: 20px 1.8em;
  border-style: none;
  border-width: 1px;
  border-color: #2bded3;
  border-radius: 2em;
  background-color: transparent;
  background-image: linear-gradient(114deg, #ce80f8, #56aee0 67%, #50a2df);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.button:hover {
  background-color: #2bded3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deecfd), to(#deecfd));
  background-image: linear-gradient(180deg, #deecfd, #deecfd);
  box-shadow: 0 0 14px -2px rgba(21, 104, 194, 0.56);
  color: #1568c2;
  font-weight: 400;
}

.button.secondary {
  margin-left: 20px;
  border-style: solid;
  border-color: #000;
  background-image: none;
  color: #000;
}

.button.secondary:hover {
  border-color: #1568c2;
  background-color: #deecfd;
  color: #1568c2;
}

.button.signup {
  display: inline-block;
  margin-top: 20px;
}

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

.hero-low {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.card-content {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logos-image {
  max-width: 360px;
  margin-left: 10px;
}

.check {
  margin-top: 2px;
  margin-right: 10px;
}

.section-heading {
  position: relative;
  z-index: 2;
  width: 55em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.section-heading.pico-3 {
  width: 55%;
  padding-top: 0em;
  padding-bottom: 0em;
}

.cards-wrapper {
  overflow: visible;
}

.body-text {
  font-family: Montserrat, sans-serif;
  color: #344e66;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

.body-text.smaller {
  font-size: 14px;
  line-height: 1.5;
}

.body-text.white {
  color: #fff;
}

.body-text.center {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.body-text.sub-header {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.body-text.sub-header.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.body-text.sub-header.footer:hover {
  color: #85aacc;
}

.body-text.s {
  font-size: 16px;
}

.body-text.no-padding {
  margin-top: 10px;
  margin-bottom: 0px;
}

.body-text.bold {
  font-weight: 500;
}

.body-text.padding-bottom {
  margin-bottom: 40px;
}

.body-text.padding-bottom.shorter {
  width: 70%;
}

.body-text.padding-bottom.mini-text {
  position: absolute;
  left: 23%;
  top: auto;
  right: auto;
  bottom: 13.9vh;
  width: 260px;
  margin-bottom: 0px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.body-text.blue {
  color: #3aa4de;
  text-align: center;
}

.body-text.blue._2 {
  text-align: left;
}

.body-text.pad-left {
  margin-right: 30px;
}

.body-text.grey {
  color: #969697;
}

.cta-wrapper {
  position: relative;
}

.gradient-row {
  z-index: 10;
  width: 80%;
  margin-left: 0%;
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  background-image: -webkit-gradient(linear, right top, left top, from(#2bded3), to(transparent));
  background-image: linear-gradient(270deg, #2bded3, transparent);
}

.gradient-row.is--max-width {
  width: 100%;
  background-image: none;
}

.heading-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 63px;
  font-weight: 700;
}

.cta-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-title-1 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.image {
  position: absolute;
  left: auto;
  top: 2%;
  right: -2%;
  bottom: auto;
  max-width: 52%;
}

.image.pico-3 {
  top: 10vh;
  right: 0%;
  max-width: 53%;
}

.hero-main {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19vh;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  background-image: url('../images/bg.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.body.pico-3 {
  background-image: none;
}

.image-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
}

.col-image {
  padding-right: 0px;
  padding-left: 0px;
}

.col-text {
  padding-top: 20px;
  padding-left: 30px;
}

.cards {
  position: relative;
  z-index: 2;
  width: 55em;
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.spacer {
  height: 50vh;
}

.dark-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: 115vh;
  max-width: 1440px;
  margin: auto;
  padding-top: 0vh;
  padding-bottom: 0px;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-left {
  position: relative;
  z-index: 2;
  width: 35em;
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-left.wider {
  width: 48%;
}

.text-left.wider.product {
  width: 43%;
}

.text-left.middle {
  width: 45%;
}

.text-left.middle.product {
  width: 43%;
}

.heading-2 {
  position: static;
  top: 14%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  text-align: left;
}

.heading-2.white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.heading-2.white.padding-bottom {
  margin-bottom: 20px;
}

.heading-2.center {
  position: relative;
  text-align: center;
}

.heading-2.signup {
  margin-right: auto;
  margin-bottom: 0px;
  font-size: 35px;
}

.mind-map-img {
  position: relative;
  top: auto;
  right: 0px;
  z-index: 0;
  max-height: 90vh;
}

.text-center {
  width: 70%;
  margin-top: 140px;
  margin-bottom: 140px;
}

.list-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 100px;
  padding-left: 0em;
  -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;
}

.heading-3 {
  position: relative;
  top: 14%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
}

.heading-3.white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.heading-3.center {
  color: #344e66;
  text-align: center;
}

.heading-3.no-padding {
  margin-bottom: 0px;
}

.product-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  max-height: 360px;
  padding: 32px;
  -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;
  border-radius: 10px;
  background-color: #f5f5f8;
}

.product-card.padding {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 32px;
}

.image-3 {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.features-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 0px;
  padding-left: 0em;
  -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;
}

.data-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: 115vh;
  max-width: 1440px;
  margin: auto;
  padding: 0vh 0px 0px 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.data-illustration {
  position: relative;
  top: auto;
  right: 5%;
  z-index: 0;
  max-height: 100vh;
}

.testimonials {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 100px 0px 0px 0em;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f2e41;
  font-family: Montserrat, sans-serif;
}

.wrap {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1440px;
  margin: 40px auto;
}

.footer {
  width: 90%;
  max-width: 1440px;
  margin: 20px auto 40px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 5.25fr 20px 3.25fr 20px 3.25fr 20px 4fr;
  grid-template-columns: 5.25fr 3.25fr 3.25fr 4fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: hsla(0, 0%, 100%, 0.72);
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(255, 255, 255, 0.79);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  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-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-link {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.footer-email-link:hover {
  color: #242424;
}

.heading {
  margin-top: 0px;
}

.wrapper-tech {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.wrapper-tech.pink-bg {
  top: 30px;
  background-color: #eff1ff;
}

.item-title {
  padding-top: 1em;
  padding-bottom: 1em;
}

.sticky-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  margin-left: 8em;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 0em;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sticky-item.no-left-pad {
  position: relative;
  width: 32%;
  height: 90%;
  margin-left: 0em;
  padding-left: 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sticky-item.no-left-pad.left-pad {
  position: relative;
  width: 32%;
  height: 90%;
  margin-left: 8em;
  padding-left: 0em;
}

.g-shape {
  width: 10em;
  height: 4em;
  border-top-left-radius: 25em;
  border-bottom-left-radius: 25em;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(63, 75, 95, 0)), to(#e0e7f0));
  background-image: linear-gradient(270deg, rgba(63, 75, 95, 0) 20%, #e0e7f0);
}

.g-shape.is--filp {
  border-radius: 0em 25em 25em 0em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(63, 75, 95, 0)), to(#e0e7f0));
  background-image: linear-gradient(90deg, rgba(63, 75, 95, 0) 20%, #e0e7f0);
}

.section-sticky {
  height: 180vh;
}

.g-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.container-sticky {
  height: 100%;
  padding-top: 0em;
}

.small-text {
  font-family: Montserrat, sans-serif;
  color: #344e66;
  font-size: 18px;
  text-transform: none;
}

.item-content {
  width: 75%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sticky-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.tech-photo {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 42vh;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.section-sticky-title {
  height: 350vh;
}

.title-before-sticky {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 120px;
  padding-left: 0em;
  -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-image: url('../images/bg-2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-cards {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 0vh 0px 0px 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.grid-testimonials {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 11px 11px 60px 0 rgba(0, 0, 0, 0.05);
}

.testimonial-card.padding {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 32px;
}

.col-testimonial-text {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.quote-img {
  margin-top: 7px;
}

.testimonial-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-img {
  margin-right: 20px;
}

.logos-section {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: auto;
  padding: 100px 0px 100px 0em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-row-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 110vw;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0px;
}

.logos-row-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 110vw;
  max-width: none;
}

.logos-container {
  position: relative;
  width: 130vw;
  height: 20vh;
}

.logos-container._2 {
  height: 17vh;
}

.logos-container._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.whitepaper-section {
  position: static;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 0px 0px 0em;
  -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;
}

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

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 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-radius: 100px;
  background-color: #dce1f0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon:hover {
  background-color: #deecfd;
  background-image: none;
  color: #fff;
}

.social-icon.footer-icon {
  background-color: hsla(0, 0%, 76.9%, 0.1);
}

.footer-logo {
  margin-bottom: 20px;
}

.image-4 {
  color: #630505;
}

.hero-product {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100vh;
  max-width: 1440px;
  margin: auto;
  padding-top: 0vh;
  padding-left: 0em;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-image-hero {
  position: absolute;
  left: 5%;
  top: 13.1vh;
  right: auto;
  bottom: auto;
  max-width: 44%;
  margin-bottom: 0px;
}

.hero-product-pico-3 {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  height: 85vh;
  max-width: 1440px;
  margin-top: 12vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0vh 3.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafc), to(#fafafc));
  background-image: linear-gradient(180deg, #fafafc, #fafafc);
}

.pico-3-features {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 11vh;
  padding-bottom: 120px;
  padding-left: 0em;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/bg-2.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-list {
  width: 60%;
  padding: 0px 120px 0px 0px;
  border-radius: 15px;
}

.features-list.bg-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 50px 41px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafc), to(#fafafc));
  background-image: linear-gradient(180deg, #fafafc, #fafafc);
}

.side-view-pico-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  max-width: 38%;
  margin-right: auto;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  max-width: 40%;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.col-image-2 {
  padding-top: 3px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-text-2 {
  padding-top: 0px;
  padding-left: 0px;
}

.category-head-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-features {
  margin-top: 0px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.category-features.padding-top {
  margin-top: 20px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.category-features.padding-top._2 {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.category-features.padding-top._3 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.category-features.padding-top._4 {
  grid-auto-flow: row;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.category-features.padding-top._5 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-features.padding-top._6 {
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-cols {
  min-height: 60px;
}

.coming-soon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 1px 10px;
  -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;
  border-radius: 15px;
  background-color: #d1e9ff;
}

.coming-soon-box.hero {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coming-soon-box.signup {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.feature-blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -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;
  border-radius: 15px;
  background-color: #d1e9ff;
}

.android-icon {
  width: 17%;
  margin-right: 20px;
}

.footer-card {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: auto;
  width: 450px;
  max-width: 40%;
  margin-top: 40px;
}

.signup-footer {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 0px 0px 0em;
  -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;
}

.col-footer-vtn {
  padding-left: 0px;
}

.div-block-2 {
  margin-top: 20px;
}

.popup-block {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: rgba(0, 0, 0, 0.55);
}

.popup-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 500px;
  max-width: 800px;
  margin: auto;
  padding: 50px;
  -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;
  border-radius: 20px;
  background-color: #fff;
}

.stores-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.soon-hide {
  display: block;
}

.app-stores-img {
  max-width: 70%;
}

.col-1-popup {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed {
  display: block;
}

.hero-parahraph {
  max-width: 490px;
  margin-bottom: 5px;
  color: #292a2c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hero-parahraph.center {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.hero-parahraph.scan {
  text-align: center;
}

.hero-parahraph.padding-top {
  margin-top: 20px;
}

.image-14 {
  color: #a0a0a0;
}

.popup-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 70%;
  margin: 20px 21px 21px;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-2-popup {
  padding-top: 20px;
}

.soon-image {
  width: 50%;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  padding: 12px;
  cursor: pointer;
}

.feature-title {
  position: relative;
  display: block;
  max-width: 68%;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #292a2c;
  font-size: 48px;
  line-height: 47px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.04em;
}

.feature-title.full {
  max-width: none;
}

.social-icons-soon {
  width: 50px;
}

.form-block {
  width: 100%;
}

.signup-form {
  min-height: 60px;
  padding-left: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
}

.form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-message {
  border-radius: 20px;
  background-color: #d1ffcb;
}

@media screen and (min-width: 1920px) {
  .nav-button {
    border-color: #2bded3;
  }

  .container.is--max_width.waitlist {
    height: 60vh;
  }

  .image.pico-3 {
    top: 30px;
  }

  .hero-product-pico-3 {
    height: 60vh;
    margin-top: 92px;
  }
}

@media screen and (max-width: 991px) {
  .nav-links {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    width: 100%;
    padding-top: 6.5em;
    padding-bottom: 4em;
    padding-left: 0em;
    -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;
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    background-color: #fff;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }

  .nav-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-line-large {
    background-color: #000;
  }

  .nav-click-out {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-toggle__mobile {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
  }

  .nav-line {
    background-color: #000;
  }

  .nav-line-x-1 {
    background-color: #000;
  }

  .nav-click {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-line-x-2 {
    background-color: #000;
  }

  .navbar {
    height: auto;
  }

  .nav-logo {
    position: relative;
    z-index: 99;
  }

  .products-section {
    padding-left: 5em;
  }

  .container {
    padding-right: 0em;
    padding-left: 0em;
  }

  .card {
    margin-right: 40px;
    margin-left: 40px;
  }

  .button {
    text-align: center;
  }

  .button.secondary {
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-intro_wrapper {
    width: 80%;
  }

  .section-heading {
    width: auto;
  }

  .body-text {
    padding-left: 0px;
    font-size: 16px;
  }

  .body-text.sub-header.footer {
    margin-right: auto;
    margin-left: auto;
  }

  .body-text.padding-bottom {
    margin-bottom: 10px;
  }

  .body-text.padding-bottom.shorter {
    width: 100%;
  }

  .body-text.grey {
    padding-left: 10px;
  }

  .gradient-row {
    width: 100%;
  }

  .heading-1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .image.pico-3 {
    max-width: 55%;
  }

  .hero-main {
    padding-left: 5em;
  }

  .cards {
    width: auto;
  }

  .dark-section {
    padding-left: 5em;
  }

  .text-left {
    width: auto;
  }

  .list-section {
    padding-left: 5em;
  }

  .features-section {
    padding-left: 5em;
  }

  .data-section {
    padding-left: 5em;
  }

  .testimonials {
    padding-left: 5em;
  }

  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .graphic {
    font-size: 1vw;
  }

  .item-content {
    width: 50%;
  }

  .title-before-sticky {
    padding-left: 5em;
  }

  .testimonial-cards {
    padding-left: 5em;
  }

  .logos-section {
    padding-left: 5em;
  }

  .whitepaper-section {
    padding-left: 5em;
  }

  .social-media {
    display: none;
  }

  .hero-product {
    padding-left: 5em;
  }

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

  .hero-product-pico-3 {
    height: auto;
    padding-left: 50px;
  }

  .pico-3-features {
    padding-left: 0em;
  }

  .features-list.bg-grey {
    width: 65%;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .side-view-pico-3 {
    max-width: 34%;
  }

  .signup-footer {
    padding-left: 5em;
  }

  .hero-parahraph {
    max-width: 50%;
    font-size: 14px;
    line-height: 22px;
  }

  .feature-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 10em;
  }

  .navbar {
    padding-right: 2em;
    padding-left: 2em;
  }

  .products-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .body-text.padding-bottom.shorter {
    text-align: left;
  }

  .gradient-row {
    border-top-right-radius: 0em;
    border-bottom-left-radius: 35em;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2bded3), color-stop(75%, transparent));
    background-image: linear-gradient(0deg, #2bded3, transparent 75%);
  }

  .gradient-row.is--max-width {
    border-radius: 0em 0em 25em 25em;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2bded3), to(transparent));
    background-image: linear-gradient(0deg, #2bded3, transparent);
  }

  .hero-main {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dark-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .list-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .features-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .data-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .testimonials {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrapper-tech {
    position: static;
    height: auto;
  }

  .sticky-item {
    border-top-right-radius: 0em;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0em;
  }

  .sticky-item.is--mirror {
    background-image: -webkit-gradient(linear, right top, left top, from(#2bded3), to(transparent));
    background-image: linear-gradient(270deg, #2bded3, transparent);
  }

  .section-sticky {
    height: auto;
  }

  .graphic {
    font-size: 2vw;
  }

  .sticky-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-sticky-title {
    height: auto;
  }

  .title-before-sticky {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .testimonial-cards {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .logos-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .whitepaper-section {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero-product {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero-product-pico-3 {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .pico-3-features {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .signup-footer {
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .feature-title {
    font-size: 45px;
    line-height: 59px;
  }
}

@media screen and (max-width: 479px) {
  .nav-links {
    display: none;
    padding-bottom: 5.5em;
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(245, 245, 245, 0.94);
    background-image: none;
    box-shadow: 1px 6px 60px 0 rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nav-link {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 20px;
    text-align: center;
  }

  .nav-line-large {
    height: 0.25em;
    background-color: #000;
  }

  .nav-line {
    height: 0.25em;
    background-color: #000;
  }

  .logo {
    width: 8em;
  }

  .nav-line-x-1 {
    width: 3em;
    height: 0.25em;
    background-color: #50a2df;
    color: #50a2df;
  }

  .nav-line-x-2 {
    width: 3em;
    height: 0.25em;
    background-color: #50a2df;
    color: #50a2df;
  }

  .navbar {
    padding-right: 0em;
    padding-left: 0em;
  }

  .nav-button {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .products-section {
    padding-right: 0em;
    padding-left: 0em;
  }

  .play-button {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 7%;
    width: 200px;
  }

  .container {
    padding-right: 0em;
    padding-left: 0em;
  }

  .card {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }

  .card._1 {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .card._2 {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .card._2 {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .card._1-second {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .button {
    padding: 15px 1.4em;
    background-image: linear-gradient(114deg, #ce80f8, #56aee0 67%, #50a2df);
  }

  .button.secondary {
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-intro_wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0em;
    padding-bottom: 0em;
    -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;
  }

  .section-heading.pico-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-text {
    font-size: 16px;
    text-align: left;
  }

  .body-text.sub-header.footer {
    margin-right: auto;
    margin-left: auto;
  }

  .body-text.padding-bottom {
    margin-bottom: 20px;
  }

  .body-text.padding-bottom.shorter {
    width: 100%;
  }

  .body-text.blue {
    font-size: 14px;
  }

  .body-text.grey {
    padding-left: 0px;
  }

  .heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }

  .image {
    position: absolute;
    left: 0%;
    top: 43.6vh;
    right: 0%;
    bottom: auto;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .image.pico-3 {
    position: static;
    display: block;
    max-width: 100%;
  }

  .hero-main {
    width: 100%;
    height: 100vh;
    max-width: none;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dark-section {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-left.wider {
    width: 100%;
  }

  .text-left.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2.center {
    font-size: 30px;
    line-height: 38px;
  }

  .heading-2.signup {
    margin-top: 10px;
    font-size: 25px;
  }

  .text-center {
    width: 100%;
  }

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

  .product-card {
    width: 100%;
  }

  .product-card.padding {
    margin: 20px 0px;
  }

  .features-section {
    padding-top: 40px;
  }

  .data-section {
    padding-top: 10vh;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials {
    padding-right: 0em;
    padding-left: 0em;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .sticky-item {
    padding-right: 2em;
    padding-left: 2em;
  }

  .item-content {
    width: auto;
  }

  .logos-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logos-container._2 {
    height: 7vh;
  }

  .logos-container._1 {
    height: 7vh;
  }

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

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

  .hero-product-pico-3 {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 10px 20px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .pico-3-features {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    -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;
  }

  .features-list.bg-grey {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-view-pico-3 {
    position: static;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .col-image-2 {
    margin-bottom: 10px;
    text-align: left;
  }

  .col-text-2 {
    padding-right: 0px;
  }

  .category-head-text {
    margin-bottom: 0px;
  }

  .footer-card {
    position: static;
  }

  .signup-footer {
    padding-right: 0em;
    padding-bottom: 40px;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-footer-vtn {
    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;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .popup-box {
    width: 95%;
    height: 90vh;
    padding: 40px 20px;
  }

  .hero-parahraph {
    max-width: 100%;
    font-size: 16px;
  }

  .feature-title {
    max-width: 100%;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.05em;
  }
}

#w-node-_21a617a0-2175-af8c-24bd-3109cf2e1917-40810956 {
  -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-b0651f4c-c4df-09a5-d8a4-8e29db4ba1c5-40810956 {
  -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-ed0e0df1-2aec-77d9-31ab-5ea21f341ba8-40810956 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_89ce4dc1-10bc-fa8b-1d3a-01380b02ef83-40810956 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_28bf037d-da1f-a187-04ce-b5b6847e780c-40810956 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2ce50384-dbae-954d-d998-6efea89c5eeb-40810956 {
  -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-_2ce50384-dbae-954d-d998-6efea89c5eec-40810956 {
  -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-_3186f6c8-9ac6-8243-7185-1bb0b901caac-40810956 {
  -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-_3186f6c8-9ac6-8243-7185-1bb0b901caad-40810956 {
  -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-dcc7f120-cff6-c4d8-0f7b-951a9852b707-9852b704 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b708-9852b704 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b710-9852b704 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b719-9852b704 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b71c-9852b704 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b71d-9852b704 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b724-9852b704 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b725-9852b704 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dcc7f120-cff6-c4d8-0f7b-951a9852b72c-9852b704 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8062d4e6-a11a-fff7-94c7-af3a8a100cdf-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9efea95b-10e1-ec2b-1d59-3974f695b0dc-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_287a2189-a92b-7d44-2e64-e99bceb13a8a-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_6410e4d8-7852-b152-e00a-5121e97c71b8-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c0a6b709-ecc3-f626-01ae-1ab019b51f59-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-acb90bfe-e1a8-82b2-6d37-61658278991b-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-acb90bfe-e1a8-82b2-6d37-616582789921-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-acb90bfe-e1a8-82b2-6d37-616582789929-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-acb90bfe-e1a8-82b2-6d37-61658278992f-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-acb90bfe-e1a8-82b2-6d37-616582789937-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_31544aeb-ef52-6a0f-f2ed-22cefd19fc9c-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-f13594ab-bd79-e984-7dec-408e15e6a867-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f13594ab-bd79-e984-7dec-408e15e6a86d-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f13594ab-bd79-e984-7dec-408e15e6a87f-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a2f8bcc-81cf-a838-678d-17369be3faf6-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d40ff5b6-069a-2bc8-917a-f2bdc0948caa-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a0238889-2e38-31b0-ada1-96a3be12e31d-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_6a2f8bcc-81cf-a838-678d-17369be3fafc-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6a2f8bcc-81cf-a838-678d-17369be3fb02-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a95643b0-0e5d-1b78-0bdf-f22c208ba9d1-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a95643b0-0e5d-1b78-0bdf-f22c208ba9d4-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd99b169-9f57-c141-c78b-c580f9827f67-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd99b169-9f57-c141-c78b-c580f9827f69-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-bd99b169-9f57-c141-c78b-c580f9827f6e-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bd99b169-9f57-c141-c78b-c580f9827f70-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a586-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a587-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a58f-23bde84d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a598-23bde84d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a59b-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a59c-23bde84d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a5a3-23bde84d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a5a4-23bde84d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1313a0c4-cf0e-1c20-99d3-09587d50a5ab-23bde84d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_9efea95b-10e1-ec2b-1d59-3974f695b0dc-23bde84d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

