:root {
  --dark-blue: #372f72;
  --purple: #93278f;
  --dark-purple: #602c91;
  --medium-blue: #2b6fba;
  --blue-purple: #7475e4;
  --light-blue-purple: #f0f3ff;
  --white: white;
  --light-grey: #f2f1f1;
  --dim-grey: #6b6b6b;
  --black: black;
  --orange: #ef5911;
  --light-orange: #f6a312;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  line-height: 29px;
  display: flex;
}

.section.center {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.calltoaction {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--light-blue-purple);
  padding-top: 5vh;
  padding-bottom: 0;
}

.section.wide.purple {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: static;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.first {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section.left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  border-right: 1px #000;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  border-top-style: none;
  border-top-color: #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: auto;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  background-color: var(--blue-purple);
  color: var(--white);
}

.button.outline {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: #0000;
  margin-left: 10px;
}

.button.outline:hover {
  background-color: var(--light-blue-purple);
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-radius: 100px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.menu {
  margin-top: 32px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 5px 20px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.button.copy {
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.button.purple {
  background-color: var(--blue-purple);
  color: var(--white);
}

.button.purple:hover {
  background-color: var(--dark-blue);
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 15px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.title.feature {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 20px;
}

.title.section {
  background-color: var(--light-blue-purple);
  color: var(--dark-blue);
  text-align: center;
  vertical-align: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  display: block;
}

.title.doclink {
  padding-top: 5px;
  padding-bottom: 0;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--dark-blue);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--blue-purple);
  color: var(--blue-purple);
}

.nav-link.w--current {
  color: var(--blue-purple);
}

.nav-link.dropdown {
  padding-right: 20px;
}

.nav-link.dropdown.w--open {
  box-shadow: inset 0 -5px 0 0 var(--blue-purple);
  padding-right: 20px;
}

.nav-link.dropdown.w--open:hover {
  box-shadow: inset 0 -5px 0 0 var(--blue-purple);
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  object-fit: contain;
  width: 50vw;
  max-height: 80vh;
  position: absolute;
  top: 100px;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.hero-content {
  z-index: 90;
  text-align: center;
  width: 50%;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

.hero-content.center {
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-flow: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  justify-content: space-around;
  align-items: flex-start;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.hero-subhead {
  color: var(--dark-blue);
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  background-image: linear-gradient(45deg, var(--orange), var(--light-orange));
  color: var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--dark-blue);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blue-purple);
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  box-shadow: inset 0 0 0 0 var(--purple);
  color: #000;
  background-color: #fff;
  border-style: none;
  border-radius: 5px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px var(--purple);
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  color: var(--orange);
  text-align: left;
  font-size: 60px;
  line-height: 90px;
}

.number.clipped {
  background-image: linear-gradient(90deg, var(--orange), var(--light-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 75vh;
  max-height: 100%;
  margin-top: 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lottie-animation {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-4 {
  font-family: Gothic A1, sans-serif;
}

.checkbox-field {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
}

.success-message {
  border-radius: 3px 25px 25px;
}

.error-message {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 3px 25px 25px;
}

.flex-block {
  height: 10vh;
}

.image-5 {
  width: 30vw;
}

.heading-5 {
  color: var(--dark-blue);
  font-family: Exo, sans-serif;
}

.heading-6 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
}

.illustration {
  z-index: -1;
  box-sizing: content-box;
  vertical-align: top;
  object-fit: fill;
  width: 45vw;
  display: block;
  position: absolute;
  inset: auto -250px auto auto;
}

.illustration.reverse {
  left: -250px;
  right: auto;
}

.image-6 {
  width: 150px;
}

.icon-2 {
  margin-top: 42.5px;
  margin-right: 0;
}

.dropdown-link {
  color: var(--dark-blue);
  font-family: Exo, sans-serif;
}

.dropdown-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--light-orange);
  color: var(--orange);
}

.dropdown-link:visited {
  color: var(--dark-blue);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 3px;
  margin-top: -15px;
  overflow: hidden;
  box-shadow: 0 0 30px 3px #0003;
}

.section-2 {
  margin-top: 111px;
  margin-bottom: 60px;
}

.heading-7 {
  color: var(--light-orange);
  font-family: Exo, sans-serif;
  font-size: 7vh;
}

.text-block-3 {
  color: var(--dark-blue);
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.heading-8 {
  color: var(--orange);
}

.code {
  border: 1px solid var(--blue-purple);
  background-color: var(--light-blue-purple);
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Inconsolata, monospace;
  overflow: auto;
}

.divcode {
  flex-flow: column;
  margin: 10px 20px;
  display: flex;
  position: relative;
}

.div-button {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttoncopy {
  color: var(--blue-purple);
  margin-bottom: 20px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttoncopy:hover {
  background-color: var(--blue-purple);
  opacity: .5;
  color: var(--light-blue-purple);
  border-radius: 20px;
}

.button-icon {
  width: 40px;
  height: 40px;
  padding: 7px;
  transition: color .2s cubic-bezier(.789, .159, .25, 1), background-color .5s cubic-bezier(.789, .159, .25, 1);
}

.tooltip {
  background-color: var(--blue-purple);
  color: var(--light-blue-purple);
  object-fit: fill;
  border-radius: 20px;
  margin-bottom: 65px;
  margin-right: -6px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container {
  text-align: center;
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.pricing-features-row {
  justify-content: flex-start;
  display: flex;
}

.pricing-features-column {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pricing-features-block {
  border: 1px solid var(--light-blue-purple);
  background-color: var(--white);
  box-shadow: none;
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.pricing-features-block.special {
  border-color: var(--blue-purple);
}

.pricing-content-block {
  border-bottom: 1px solid var(--light-blue-purple);
  padding: 20px;
}

.pricing-content-block.first {
  background-color: var(--light-blue-purple);
  box-shadow: inset 0 -5px 0 0 var(--blue-purple);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: visible;
}

.pricing-content-block.last {
  border-bottom-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.color-pricing-title {
  color: var(--blue-purple);
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.color-pricing-title.bold {
  letter-spacing: 2px;
  font-weight: 700;
}

.pricing-price-title {
  font-size: 34px;
  line-height: 40px;
  display: inline-block;
}

.pricing-price-title.period {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-price-title.custom {
  font-size: 30px;
}

.pricing-description {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
}

.pricing-description.frequence {
  color: var(--dark-blue);
  font-size: 14px;
}

.pricing-description.promo {
  color: var(--blue-purple);
  font-weight: 700;
}

.feature-list {
  margin-bottom: 0;
  padding-left: 10px;
}

.feature-list-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-feature-title {
  line-height: 23px;
  display: inline-block;
}

.pricing-feature-title.bold {
  color: var(--black);
  margin-right: 5px;
  font-weight: 700;
}

.check {
  color: var(--blue-purple);
  vertical-align: text-bottom;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.check.orange {
  color: var(--light-orange);
  vertical-align: middle;
}

.blocklink {
  box-shadow: inset 0 5px 0 0 var(--light-orange);
  padding-left: 0;
  padding-right: 10px;
  display: block;
}

.doc-link-text {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.doc-link-text:hover {
  color: var(--light-orange);
}

.container-2 {
  width: 80vw;
}

.doclinks {
  width: 70vw;
  display: flex;
}

.price-tab {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.price-tab.w--current {
  width: 100%;
  display: none;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.toggle-contain {
  border: 1px solid var(--blue-purple);
  background-color: var(--light-blue-purple);
  border-radius: 50px;
  width: 70px;
  height: 34px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.toggle-dot {
  background-color: var(--blue-purple);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.toggle-dot.right {
  float: right;
}

.dark-blue-text {
  color: var(--dark-blue);
  background-image: none;
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dark-blue-text.clipped {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section.center.calltoaction {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content {
    max-width: 90%;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 20px;
  }

  .hero-content {
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .input {
    padding-right: 20px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: var(--dark-blue);
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-menu-2 {
    background-color: var(--light-blue-purple);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .lottie-animation {
    max-width: 65%;
  }

  .illustration {
    width: auto;
    height: 100%;
    right: -125px;
  }

  .illustration.reverse {
    left: -125px;
  }

  .icon-2 {
    margin-top: 21.5px;
  }

  .dropdown-2, .pricing-features-row {
    display: block;
  }

  .pricing-features-column {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.wide.purple {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .feature-content.icons {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    flex: 1;
  }

  .button.outline {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.form-button {
    border-radius: 100px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .button-wrap {
    flex-flow: column;
  }

  .hero-image {
    width: 80%;
    margin-bottom: 10vw;
  }

  .black-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    width: 80%;
    margin-bottom: 0;
    padding-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-radius: 5px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .lottie-animation {
    max-width: 70%;
  }

  .illustration {
    right: -150px;
  }

  .illustration.reverse {
    left: -150px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-7 {
    margin-top: 0;
  }

  .divcode {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-features-column {
    margin-bottom: 20px;
  }

  .pricing-features-block {
    margin-bottom: 0;
  }

  .color-pricing-title.bold {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 90vh;
    padding-bottom: 10vh;
  }

  .section.center.calltoaction {
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
    padding-bottom: 5vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.wide.purple {
    justify-content: center;
    align-items: center;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    max-width: 95%;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    width: 90%;
    margin-bottom: 0;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    text-align: center;
    font-size: 20px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .lottie-animation {
    max-width: 100%;
  }

  .image-5 {
    width: 50vw;
  }

  .illustration {
    width: 75vw;
    height: auto;
    top: 15px;
  }

  .image-6 {
    width: 125px;
  }

  .heading-7 {
    font-size: 5vh;
  }

  .divcode {
    margin-left: 0;
    margin-right: 0;
  }

  .color-pricing-title.bold {
    text-align: center;
    word-break: normal;
    overflow-wrap: break-word;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .price-tab {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-contain {
    width: 55px;
    height: 30px;
  }

  .toggle-dot {
    width: 20px;
    height: 20px;
  }
}


