h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  height: 60px;
  margin-top: -5px;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 60px;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: 227px;
  height: 39px;
  margin-top: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-logo.mobile {
  display: none;
}

.nav-link {
  display: block;
  height: 16px;
  margin-top: -4px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link:active {
  padding-top: 0px;
}

.nav-link:focus {
  padding-top: 0px;
}

.nav-link.w--current {
  height: 16px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 15px;
}

.nav-link.w--current:hover {
  text-decoration: none;
}

.nav-link.w--current:active {
  height: 16px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body {
  margin: 0px;
  background-color: rgba(78, 56, 251, 0.03);
}

.body:hover {
  background-color: rgba(78, 56, 251, 0.03);
}

.heading {
  margin-top: 85px;
  margin-bottom: 85px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
}

.paragraph {
  margin-top: 60px;
  margin-bottom: -45px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.paragraph-2 {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image {
  position: static;
  display: block;
  width: 933px;
  margin: 10px auto 40px;
  float: none;
  clear: both;
  text-align: center;
}

.bold-text {
  font-family: Nunito, sans-serif;
  color: #341ed8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.white-section {
  padding-top: 0px;
  padding-bottom: 0px;
  clear: right;
  border-top: 1px solid #f3f5f8;
  border-bottom: 1px solid #edf1f6;
  background-color: #fff;
}

.white-section.last {
  border-top-style: none;
  border-bottom-style: none;
}

.white-section.splash {
  border-top-style: none;
  border-top-color: #dfdfdf;
  border-bottom-style: none;
}

.paragraph-3 {
  margin-bottom: 20px;
  padding-right: 55px;
  padding-left: 55px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.paragraph-4 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #341ed8;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.heading-2 {
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 24px;
  font-weight: 800;
}

.paragraph-5 {
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 17px;
  line-height: 24px;
}

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

.paragraph-5.bottom.use-case {
  margin-top: -35px;
  margin-bottom: 70px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f8faff;
}

.columns {
  margin-bottom: 120px;
}

.columns.solution {
  margin-bottom: 0px;
}

.image-3 {
  width: 600px;
  margin-top: 155px;
}

.paragraph-6 {
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.heading-copy {
  margin-top: 85px;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
}

.heading-copy.pricing {
  margin-top: 100px;
  padding-top: 0px;
  font-size: 60px;
  font-weight: 800;
}

.heading-copy {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Baloo 2';
  font-size: 70px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.heading-copy {
  margin-top: 85px;
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
}

.div-block {
  display: block;
  width: 360px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 #e7e7e7;
}

.div-block.right {
  margin-left: -40px;
}

.div-block.center {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-style: dashed;
  border-width: 2px;
  border-color: #414040;
  background-color: #fff;
}

.div-block.center.right {
  height: 600px;
  margin-left: auto;
  border-style: none;
  background-color: #4e38fb;
  box-shadow: 0 3px 13px 4px #d3d3d3;
}

.paragraph-8 {
  margin-top: 45px;
  font-family: Nunito, sans-serif;
  color: #1f2221;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  text-align: center;
}

.paragraph-8.blue {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 40px;
  color: #fff;
  font-size: 80px;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.paragraph-9-copy {
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.paragraph-9-copy {
  text-align: center;
}

.paragraph-9-copy-copy {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.button {
  display: block;
  margin: 25px 30px 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  border-radius: 6px;
  background-color: #1989eb;
  text-align: center;
}

.button.grey {
  height: 50px;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  color: #4e38fb;
  font-size: 18px;
  font-weight: 700;
}

.button.grey:hover {
  background-color: #fafafd;
  color: #432bfc;
}

.button.grey:active {
  padding-top: 16px;
}

.paragraph-12 {
  margin: 30px 30px 80px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.image-6 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: -38px;
  margin-left: auto;
  padding-right: 0px;
  clear: both;
  background-color: #fff;
}

.paragraph-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}

.container {
  clear: both;
}

.button-2 {
  width: 120px;
  height: 40px;
  margin-left: 95px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #432bfc;
  font-family: Nunito, sans-serif;
  text-align: center;
}

.button-2:hover {
  background-color: #3c25ec;
}

.button-2:active {
  padding-top: 11px;
  padding-bottom: 9px;
  background-color: #351de9;
  background-image: none;
}

.button-2.w--current {
  display: block;
}

.button-2.mobile {
  display: none;
}

.image-8 {
  display: block;
  width: 866px;
  height: 422px;
  margin: 15px auto 100px;
  clear: both;
}

.container-3 {
  font-family: 'Baloo 2';
}

.heading-copy-copy {
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 65px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2px;
}

.section {
  margin-top: 0px;
}

.quiz-image {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: right;
}

.progress-image {
  display: inline-block;
  width: 520px;
  margin-top: 125px;
  margin-bottom: 0px;
  margin-left: -50px;
}

.features-subheading {
  display: block;
  margin-top: -50px;
  margin-bottom: 90px;
  font-family: Nunito, sans-serif;
  color: #12052c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.features-subheading.second {
  margin-top: 0px;
}

.div-block-3 {
  width: 100px;
  height: 3px;
  margin: -80px auto 50px;
  clear: both;
  border-radius: 100px;
  background-color: #12052c;
}

.image-14 {
  display: none;
}

.button-7 {
  display: none;
}

.html-embed {
  text-align: center;
}

.bold-text-2 {
  color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -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: 1000px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(78, 56, 251, 0.15);
}

.div-block-5.pink {
  box-shadow: 4px 4px 12px 0 rgba(255, 0, 107, 0.09);
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  padding-right: 15px;
  padding-left: 130px;
}

.column-6 {
  padding-right: 130px;
  padding-left: 15px;
}

.column-7 {
  padding-right: 15px;
  padding-left: 130px;
}

.column-8 {
  padding-right: 130px;
  padding-left: 15px;
}

.column-9 {
  padding-right: 15px;
  padding-left: 130px;
}

.column-10 {
  padding-right: 100px;
}

.column-11 {
  padding-right: 15px;
  padding-left: 130px;
}

.column-12 {
  padding-right: 130px;
  padding-left: 15px;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.column-13 {
  padding-right: 130px;
  padding-left: 15px;
}

.quiz-image-extra {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: right;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media screen and (max-width: 991px) {
  .nav-logo.mobile {
    display: none;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link.w--current {
    font-size: 14px;
  }

  .heading {
    font-size: 65px;
  }

  .paragraph-2 {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 26px;
  }

  .paragraph-3 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-5.bottom.use-case {
    margin-bottom: 50px;
  }

  .columns {
    margin-bottom: 30px;
  }

  .image-3 {
    margin-top: 176px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .div-block.right {
    width: 330px;
  }

  .div-block.center {
    margin-left: -2px;
  }

  .paragraph-12 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .button-2 {
    margin-left: 5px;
  }

  .button-2.mobile {
    display: none;
  }

  .image-8 {
    width: 700px;
    height: 341px;
    margin-bottom: 80px;
  }

  .quiz-image {
    margin-top: 100px;
    margin-right: 0px;
  }

  .progress-image {
    margin-top: 130px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-14 {
    display: none;
  }

  .button-7 {
    display: none;
  }

  .quiz-image-extra {
    display: none;
    margin-top: 100px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    -ms-grid-columns: 1fr max-content max-content max-content 1fr;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content max-content max-content 1fr;
    text-align: center;
  }

  .nav-logo-link {
    width: 300px;
    margin-right: 0px;
    padding-top: 12px;
    padding-right: 0px;
  }

  .nav-logo {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-top: 2px;
    float: left;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .nav-logo.mobile {
    display: none;
  }

  .nav-link {
    display: none;
  }

  .heading {
    margin-top: 50px;
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph {
    margin-top: 35px;
    font-family: Nunito, sans-serif;
    font-size: 17px;
  }

  .bold-text {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-4 {
    margin-bottom: 40px;
  }

  .heading-2 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .paragraph-5 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .image-3 {
    display: block;
    width: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    clear: none;
  }

  .paragraph-7 {
    margin-bottom: 40px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .heading-copy.pricing {
    margin-top: 80px;
  }

  .heading-copy {
    margin-top: 40px;
    font-size: 50px;
  }

  .div-block.right {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block.center {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-12 {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 25px;
  }

  .image-6 {
    margin-bottom: -29px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .button-2 {
    width: 100px;
    margin-top: 3px;
    margin-left: -70px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-8 {
    height: auto;
    margin-bottom: 54px;
  }

  .heading-copy-copy {
    font-size: 50px;
    line-height: 70px;
  }

  .quiz-image {
    position: relative;
    top: 0px;
    display: block;
    width: 0px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .progress-image {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 0px;
  }

  .features-subheading {
    font-size: 14px;
  }

  .div-block-3 {
    margin-right: auto;
    margin-bottom: 85px;
    margin-left: auto;
  }

  .image-11 {
    margin-left: 30px;
  }

  .image-12 {
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .image-13 {
    margin-top: 40px;
    margin-left: 30px;
  }

  .image-14 {
    display: none;
  }

  .button-7 {
    display: none;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quiz-image-extra {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    position: relative;
    display: none;
    height: 120px;
    padding: 0px;
    clear: both;
    text-align: center;
  }

  .nav-grid {
    margin-bottom: 0px;
    clear: both;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
    text-align: center;
  }

  .nav-logo-link {
    width: 200px;
    height: 36px;
    margin: 0px auto 10px;
    padding-bottom: 0px;
    border-top: 1px none #c4c4c4;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .nav-logo {
    position: relative;
    display: block;
    width: 200px;
    height: 100%;
    margin: -18px auto 0px;
    padding-left: 32px;
    clear: both;
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .nav-logo.mobile {
    display: block;
    margin-top: 22px;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .heading {
    font-size: 30px;
  }

  .paragraph {
    margin-top: 46px;
    font-size: 14px;
  }

  .paragraph-2 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-3 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-2 {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 20px;
  }

  .paragraph-5 {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-5.bottom.use-case {
    margin-bottom: 20px;
  }

  .image-3 {
    display: none;
  }

  .paragraph-7 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
  }

  .heading-copy.pricing {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-copy {
    margin-bottom: 0px;
    font-size: 35px;
  }

  .div-block.right {
    width: 100%;
    max-width: 420px;
    min-width: 200px;
  }

  .div-block.center {
    width: 100%;
    max-width: 370px;
    min-width: 200px;
    margin-top: -1px;
  }

  .div-block.center.right {
    width: 90%;
  }

  .paragraph-8 {
    display: block;
  }

  .paragraph-8.blue {
    display: block;
    font-size: 60px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .paragraph-9-copy-copy {
    font-size: 14px;
  }

  .paragraph-12 {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 15px;
  }

  .image-6 {
    display: none;
  }

  .paragraph-13 {
    display: none;
  }

  .button-2 {
    margin-top: -39px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }

  .button-2.mobile {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }

  .image-8 {
    display: none;
  }

  .heading-copy-copy {
    font-size: 30px;
    line-height: 50px;
  }

  .quiz-image {
    display: none;
  }

  .progress-image {
    display: none;
  }

  .image-11 {
    width: 50px;
    margin-left: 7px;
  }

  .image-12 {
    width: 50px;
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .image-13 {
    width: 50px;
    margin-left: 7px;
  }

  .list-item {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .container-4 {
    display: none;
  }

  .image-14 {
    width: 224px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button-7 {
    position: relative;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 30px;
    clear: both;
    border-radius: 100px;
    background-color: #293744;
  }

  .div-block-4 {
    width: 100%;
  }

  .quiz-image-extra {
    display: none;
  }
}

#w-node-ae730d95-cacf-9da8-38ab-8a9993cdf267-ff181a30 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-ae730d95-cacf-9da8-38ab-8a9993cdf267-ff181a30 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

