:root {
  --bg-pr-top: #41064e;
  --bg-purple-bottom: #050105;
  --button: #fce002;
  --dim-grey: #6b6b6b;
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --purple-main: #7d168b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(57, 5, 68, .85), rgba(0, 0, 0, .93)), url('../images/qbkls.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.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: rgba(0, 0, 0, 0);
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.wide.email {
  background-color: #360f48;
}

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

.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;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  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: 50vw;
  max-width: 450px;
  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(--button);
  color: #000;
  text-align: left;
  vertical-align: baseline;
  background-image: linear-gradient(163deg, #fbd310, #fec50b);
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50px;
  flex: 0 auto;
  order: 1;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 800;
  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 {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.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-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
}

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

.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: 20px;
  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;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.wrap {
  text-align: center;
  padding: 20px 40px 15px;
  display: flex;
}

.wrap.bottomspacing {
  flex-wrap: nowrap;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wrap.bio {
  background-color: rgba(0, 0, 0, .53);
  border-radius: 30px;
}

.wrap.bio.bottom {
  margin-top: 20px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.title.generaltext {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.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.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.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: #000;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #7b028e;
  -webkit-text-stroke-color: #7b028e;
  box-shadow: inset 0 -5px #7b028e;
}

.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 {
  aspect-ratio: 1 / 1.38277;
  max-width: 499px;
  max-height: 600px;
  margin-bottom: 57px;
  margin-right: 10vw;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: auto;
  right: 0%;
}

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

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

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

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

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

.feature-wrap.icons {
  justify-content: space-between;
  margin: 10px auto 40px;
  padding-left: 0;
  padding-right: 0;
}

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

.black {
  color: #000;
}

.black.heading-4 {
  text-align: center;
  margin-top: 0;
}

.black.heading-4.space {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
}

.black.app-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.black.app-heading.space {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
}

.hero-subhead {
  color: #e6afef;
  font-size: 26px;
  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 {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

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

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

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

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #dbc0e1;
  border-radius: 50px;
  flex: 0 auto;
  min-width: 250px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 700;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.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: rgba(0, 0, 0, 0);
  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 {
  font-size: 60px;
  line-height: 90px;
}

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

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

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

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

.heading-3 {
  font-size: 45px;
  line-height: 70px;
  display: block;
}

.form-block {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.mylist {
  color: #aaa6a6;
  font-size: 17px;
  line-height: 30px;
}

.heading-4 {
  margin-top: 100px;
}

.image-5 {
  text-align: center;
}

.section-2 {
  background-color: #444;
}

.text-span, .text-span-2, .text-span-3 {
  color: #fff;
}

.text-span-4, .text-span-5 {
  color: var(--white);
}

.subtext {
  color: #cfcfcf;
  -webkit-text-stroke-color: #d1d1d1;
}

.chat {
  margin-top: 60px;
}

.image-6 {
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.bio-text {
  color: #bdbdbd;
  text-align: left;
}

.div-block-13 {
  min-width: 200px;
  padding-left: 20px;
}

.warpheading {
  text-align: center;
  padding: 20px 40px 15px;
  display: block;
}

.warpheading.bottomspacing {
  margin-bottom: 40px;
}

.warpheading.bio {
  background-color: rgba(0, 0, 0, .53);
  border-radius: 30px;
}

.div-block-14 {
  border: 1px solid var(--blue-violet);
  background-image: linear-gradient(#ddd, #e7e7e7);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex: 0 auto;
  width: 70vw;
  height: 400px;
}

.div-block-15 {
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-color: #fff;
  height: 50px;
}

.text-block-3 {
  padding-top: 15px;
  padding-left: 15px;
}

.text-block-4 {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-4.user {
  text-align: right;
  background-color: #d4d4d4;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.spacer {
  padding-top: 10px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #ececec;
}

.list-item {
  color: #a8a8a8;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: #ececec;
}

.image-7 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  line-height: 0;
  display: inline-block;
}

.text-span-13 {
  color: #fff;
}

.heading-5 {
  color: var(--purple-main);
}

.text-span-14 {
  color: var(--black);
}

.section-3 {
  background-image: url('../images/book-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.div-block-17 {
  background-image: linear-gradient(#f5ecf7, #faf6fb);
  border-radius: 30px 30px 0 0;
  margin-top: 40px;
  padding: 50px 40px;
}

.text-span-15 {
  color: var(--black);
}

.flex-block {
  flex-direction: row;
  position: relative;
}

.text-block-5 {
  flex: 1;
  order: -1;
  align-self: auto;
}

.text-block-6 {
  flex: 1;
  max-width: 200px;
}

.about-book {
  flex: 0 auto;
  order: 1;
  align-self: auto;
  max-width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-book-left {
  order: -1;
  max-width: 240px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-book-bullet {
  background-color: #7d168b;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
}

.about-book-left-heading {
  order: -1;
  max-width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-16 {
  color: var(--purple-main);
  text-align: center;
}

.div-block-18 {
  width: 50vw;
}

.div-block-19 {
  width: 50vw;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.app-left {
  float: right;
  padding-right: 30px;
}

.app-right {
  float: none;
  text-align: left;
  max-width: 600px;
  padding-right: 30px;
}

.div-block-20 {
  position: relative;
}

.about-app-left-heading {
  order: -1;
  padding-left: 20px;
  padding-right: 20px;
}

.about-app-left {
  order: -1;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  height: 500px;
}

.appflex {
  flex-direction: row;
  padding-bottom: 80px;
  position: relative;
}

.app-section {
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  display: block;
}

.about-app-heading {
  color: #555;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 60px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.bold-text {
  font-size: 40px;
  line-height: 40px;
}

.bold-text-2 {
  color: var(--purple-main);
  font-size: 60px;
  line-height: 70px;
}

.bold-text-3 {
  font-size: 18px;
  line-height: 20px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 18px;
}

.chat-section {
  background-color: #f2f4f7;
  background-image: linear-gradient(#ebebeb 32%, #d6d6d6);
  padding-top: 40px;
}

.div-block-21 {
  float: right;
  width: 400px;
  position: relative;
}

.chat-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 22px;
}

.text-span-17 {
  color: var(--blue-violet);
}

.div-block-22 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.text-block-7 {
  padding-bottom: 20px;
  font-size: 10%;
  display: inline;
}

.chat-right {
  float: none;
  max-width: 600px;
  padding-top: 60px;
  padding-right: 155px;
}

.chat-ask {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 20px;
  padding: 0;
}

.image-9 {
  float: none;
  width: 60px;
}

.text-block-8 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-23 {
  background-color: var(--white);
  border: 1px solid #d9dbde;
  border-radius: 50px;
  flex: 1;
  align-self: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 16px 25px 15px;
}

.join-section {
  background-color: #f2f4f7;
  background-image: linear-gradient(rgba(250, 226, 255, .55), rgba(253, 251, 253, .76)), url('../images/qbkls.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 2px solid #fff;
  padding-top: 40px;
}

.join-text-box {
  width: 50vw;
}

.app-second-heading {
  color: var(--black);
  font-size: 40px;
  line-height: 40px;
}

.bold-text-13 {
  font-size: 60px;
  line-height: 60px;
}

.bold-text-14 {
  font-size: 60px;
  line-height: 76px;
}

.join-head-1 {
  font-size: 48px;
  line-height: 60px;
}

.heading-6 {
  color: var(--black);
  margin-bottom: 0;
}

.join-now {
  color: var(--purple-main);
  font-size: 60px;
  line-height: 70px;
}

.flex-block-2 {
  flex-direction: row;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.book-and-app {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -500px;
}

.image-10 {
  height: 350px;
}

.join-now-block {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 0 40px;
}

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

.join-waitlist {
  background-color: var(--button);
  color: #000;
  text-align: center;
  background-image: linear-gradient(163deg, #fbd310, #fec50b);
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50px;
  flex: 0 auto;
  order: 1;
  margin-left: 20px;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.join-waitlist:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.join-waitlist.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.join-waitlist.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

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

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

.join-waitlist.form-button {
  border-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
}

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

.div-block-24 {
  text-align: center;
  background-color: #f2f4f7;
  height: 2px;
}

.image-11 {
  clear: none;
  text-align: center;
  width: 15px;
  margin-top: -20px;
  position: relative;
}

.hero-flex {
  flex-direction: column;
  padding-bottom: 80px;
  position: relative;
}

.hero-left {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}

.hero-button {
  background-color: var(--button);
  color: #000;
  text-align: center;
  background-image: linear-gradient(163deg, #fbd310, #fec50b);
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50px;
  flex: 0 auto;
  order: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.hero-button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.hero-button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.hero-button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

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

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

.hero-button.form-button {
  border-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
}

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

.center-block {
  width: 50vw;
}

.center-block-2 {
  width: 50vw;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.axel-center-1 {
  width: 50vw;
}

.axel-center-2 {
  justify-content: flex-end;
  width: 50vw;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.center-block-2-copy {
  width: 50vw;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.center-block-2-copy.app {
  text-align: left;
}

.appflexapp {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 80px;
  position: relative;
}

.success-message {
  border: 1px solid var(--purple-main);
  background-color: rgba(255, 255, 255, .72);
  border-radius: 20px;
  margin-top: 20px;
}

.error-message {
  border-radius: 20px;
  padding: 20px;
}

.bold-text-18 {
  font-size: 45px;
}

.bold-text-19 {
  padding-left: 10px;
  font-size: 28px;
  line-height: 28px;
}

.image-12 {
  vertical-align: baseline;
}

.image-13 {
  border-radius: 19px;
}

.axel-center-2-copy {
  justify-content: flex-start;
  width: 50vw;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.image-14 {
  border-radius: 20px;
  max-width: 400px;
}

.text-span-18 {
  color: var(--black);
}

.image-15 {
  border-radius: 200px;
  max-width: 80px;
  display: inline;
}

.div-block-28 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  padding-top: 5px;
}

.text-block-11, .text-block-12 {
  padding-top: 10px;
}

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

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

  .section.center {
    background-color: #470e52;
    background-image: linear-gradient(to bottom, var(--bg-pr-top), var(--bg-purple-bottom));
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

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

  .nav-menu-wrap {
    flex: 0 auto;
  }

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

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

  .nav-menu {
    position: absolute;
  }

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

  .hero-content {
    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 {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
  }

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

  .feature-icon {
    flex: none;
  }

  .form-2 {
    display: block;
  }

  .input {
    text-align: left;
  }

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

  .quote-wrap {
    width: 70vw;
  }

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

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

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

  .form-block {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .image-7 {
    padding-left: 10px;
  }

  .div-block-18 {
    width: 100vw;
  }

  .div-block-19 {
    width: 0;
  }

  .app-left {
    padding-right: 10px;
  }

  .image-8 {
    height: 200px;
  }

  .appflex {
    flex-direction: column;
  }

  .div-block-21 {
    float: none;
    width: auto;
    padding-left: 0;
  }

  .div-block-22 {
    max-width: 600px;
  }

  .chat-right {
    padding-top: 20px;
    padding-right: 0;
  }

  .join-text-box {
    width: 80vw;
    padding-left: 40px;
  }

  .book-and-app {
    position: relative;
    right: 0;
  }

  .join-waitlist {
    margin-top: 20px;
  }

  .hero-left {
    text-align: center;
    width: 100%;
  }

  .center-block {
    width: 20vw;
  }

  .center-block-2 {
    width: 80vw;
  }

  .axel-center-1 {
    flex: 1;
    width: 100vw;
  }

  .axel-center-2 {
    width: auto;
    padding-left: 30px;
  }

  .center-block-2-copy {
    width: 80vw;
  }

  .appflexapp {
    flex-direction: row;
  }

  .axel-center-2-copy {
    width: auto;
    padding-left: 30px;
  }
}

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

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

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

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

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

  .hero-image {
    margin-bottom: 10vw;
    margin-left: auto;
  }

  .hero-content {
    margin-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;
    align-items: center;
    display: block;
  }

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

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

  .menu-icon {
    -webkit-text-stroke-color: var(--white);
    font-size: 30px;
  }

  .menu-button {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .form-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-7 {
    padding-left: 10px;
  }

  .image-8 {
    aspect-ratio: auto;
    height: 150px;
  }

  .appflex {
    flex-direction: row;
    width: 100%;
    display: block;
  }

  .bold-text {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-21 {
    padding-left: 0;
  }

  .join-section, .join-text-box {
    width: 100%;
  }

  .app-second-heading, .bold-text-14, .join-head-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-6, .join-now, .book-and-app {
    text-align: center;
  }

  .join-now-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7 {
    text-align: center;
  }

  .join-waitlist {
    margin-top: 10px;
  }

  .join-waitlist.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .hero-flex {
    padding-bottom: 20px;
  }

  .hero-button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .text-block-9 {
    text-align: center;
  }
}

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

  h3 {
    font-size: 16px;
  }

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

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

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

  .button {
    margin-top: 40px;
  }

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

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

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

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

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

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

  .black.app-heading {
    text-align: left;
  }

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

  .form-2 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .input {
    border-radius: 50px;
    align-self: center;
    min-width: 100%;
  }

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

  .warpheading {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-7 {
    padding-left: 0;
  }

  .flex-block {
    flex-direction: column;
  }

  .app-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .app-right {
    padding-right: 0;
  }

  .image-8 {
    display: none;
    position: static;
  }

  .bold-text {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-21 {
    text-align: center;
  }

  .chat-heading {
    font-size: 14px;
    line-height: 14px;
  }

  .image-9 {
    display: block;
  }

  .div-block-23 {
    margin-top: 10px;
    margin-left: 0;
  }

  .join-section {
    padding-left: 0;
  }

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

  .app-second-heading {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .bold-text-13 {
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-14, .join-head-1 {
    font-size: 34px;
    line-height: 34px;
  }

  .join-now {
    font-size: 40px;
    line-height: 40px;
  }

  .book-and-app {
    float: none;
  }

  .image-10 {
    text-align: center;
    height: 250px;
  }

  .join-waitlist {
    align-self: center;
    margin-top: 10px;
    margin-left: auto;
  }

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

  .hero-left {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .center-block {
    flex: 0 auto;
    display: flex;
  }

  .center-block-2-copy.app {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .appflexapp {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .bold-text-16 {
    color: var(--white);
  }

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

  .div-block-25, .div-block-26, .div-block-27 {
    position: relative;
  }

  .image-14 {
    max-width: 100%;
    display: block;
    position: relative;
  }
}


