:root {
  --midnight-blue: #15032f;
  --white-smoke: #ecf0f3;
  --white: white;
  --blue: #0a2cfe;
  --medium-orchid: #d124f5;
  --blue-violet: #7728f9;
  --midnight-blue-2: #220946;
  --blue-shadow: #0a2cfe80;
  --dark-shadow: #241373f5;
  --red: #ea1723;
  --purple-blue: #4c29fb;
  --alt-grey: #f8f8f8;
  --sky-blue: #1dd6f5;
  --midnight-shadow: #241373a3;
  --black: #272727;
  --purple: #9526f8;
  --dodger-blue: #1694f9;
  --plum: #baa8f1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--midnight-blue);
  font-family: Heebo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: none;
  overflow: visible;
}

.section.color {
  background-image: radial-gradient(circle at 0 0, #220946 33%, #000);
  overflow: hidden;
}

.section.bottom-margin {
  padding-bottom: 50px;
}

.section.silver {
  background-color: var(--white-smoke);
}

.section.stay {
  background-image: url('../images/background_image.jpg');
  background-position: 50% 0;
  background-size: auto;
  min-height: 90vh;
  display: block;
  position: relative;
}

.container {
  background-image: linear-gradient(77deg, #000, #15032f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section-lottie {
  z-index: 1;
  width: 100vh;
  height: 100vh;
  display: block;
  position: relative;
}

.lottie-animation {
  z-index: 0;
  position: relative;
}

.image {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 10;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
  line-height: 37px;
  position: relative;
}

.hero-lottie-div {
  z-index: 1;
  object-fit: fill;
  display: block;
  position: relative;
}

.hero-lottie-div.salesrep {
  width: 100%;
}

.hero-lottie-div.step123 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 47px;
  padding-left: 222px;
  padding-right: 222px;
  display: flex;
}

.mobile-hero-lottie {
  width: 100%;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
}

.text-block {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex: 0 auto;
  margin-top: 1px;
  padding-top: 0;
  padding-left: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.text-block.bigger {
  font-size: 18px;
}

.learn-how-we-do-it {
  opacity: 1;
  color: var(--midnight-blue);
  cursor: pointer;
  border: 0 #000;
  margin-top: 2vh;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}

.learn-how-we-do-it.white {
  color: var(--white);
}

.new-hero-div {
  z-index: 10;
  margin-bottom: 60px;
  position: relative;
}

.new-hero-div.section1 {
  margin-top: 0;
  margin-bottom: 0;
}

.alt-cta-link {
  color: #09002c;
  cursor: pointer;
  text-decoration: underline;
}

.alt-cta-link.white {
  z-index: 10;
  opacity: .6;
  color: #fff;
  transition: opacity .775s;
  position: relative;
}

.alt-cta-link.white:hover {
  opacity: 1;
}

.bold-text-16 {
  text-decoration: underline;
}

.get-a-price-div {
  z-index: 5;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
}

.hero-lottie {
  width: 115%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-lottie._2 {
  z-index: 2;
  display: none;
}

.hero-lottie._4 {
  width: 85%;
  display: block;
  top: 0%;
}

.hero-lottie._4.new {
  position: relative;
}

.hero-lottie._3 {
  z-index: 3;
  display: none;
}

.hero-lottie._1 {
  z-index: 10;
  display: none;
}

.a2-hero-subheading {
  z-index: 30;
  opacity: 1;
  color: #000000d6;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.a2-hero-subheading.white {
  color: #fff;
  width: 90%;
  margin-bottom: 34px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.call-to-action-nest {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2vh;
  margin-bottom: 10vh;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.link-block-3 {
  z-index: 100;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.link-block-3.mobile {
  display: none;
}

.link-block-3.static {
  margin-top: 20px;
  position: static;
}

.link-block-3.bigger {
  width: 270px;
}

.link-block-3.bigger.even-bigger {
  height: 75px;
}

.a1-hero-headline-2-copy {
  z-index: 10;
  color: #000;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.a1-hero-headline-2-copy.white {
  color: #fff;
  font-weight: 700;
}

.a1-hero-headline-2-copy.bigger {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 55px;
  line-height: 60px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(7vh, .5fr) auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 2vh;
}

.gradients-new {
  z-index: 10;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.top-trigger-div {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.new-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.new-container.smaller {
  z-index: 2;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.new-container.smaller.color {
  overflow: hidden;
}

.new-container.smaller.center {
  justify-content: center;
  display: flex;
}

.new-container.smaller.center.full-page {
  flex-direction: column;
  width: auto;
  height: 90%;
}

.new-container.dark {
  z-index: 10;
  background-image: linear-gradient(#220946, #220946);
  flex: none;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
  left: auto;
}

.new-container.dark.color {
  overflow: hidden;
}

.new-container._75 {
  padding-left: 75px;
  padding-right: 75px;
}

.body {
  font-family: Heebo, sans-serif;
  font-size: 19px;
}

.gradient-highlight {
  background-image: linear-gradient(120deg, var(--blue-violet), var(--blue));
  color: #4c29fb;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.dropdown-image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.navigation-link {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.navigation-link.w--current {
  color: #2b2bfd;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.brand {
  flex: 1;
  margin-right: 44px;
}

.navigation-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95%;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-container.hover {
  opacity: .65;
  transition: opacity .2s;
}

.navigation-container.hover:hover {
  opacity: 1;
}

.dropdown-column-left {
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #8c54ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown.dropdown-long {
  min-width: 500px;
  left: -185px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-wrapper-flex {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  min-width: 140px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-flex.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.icon-4 {
  margin-right: 5px;
  display: none;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.flowbase-logo {
  width: 220px;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.icon {
  width: 100%;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.nav-link-blog {
  color: #8c54ff;
  white-space: normal;
  font-size: 14px;
}

.dropdown {
  overflow: visible;
}

.dropdown-column-right {
  background-color: #fafafa;
  border-left: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  background-color: #fafafacc;
}

.grid-11 {
  z-index: 10;
  border: 2px #fff;
  border-radius: 0;
  grid-template: "Area" 1fr
                 "."
                 "."
                 "."
                 / minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr);
  place-content: center stretch;
  place-items: center;
  width: 90%;
  max-width: 90%;
  margin: 1.5vh 0 8vh;
  display: none;
  position: relative;
  overflow: visible;
}

.image-41 {
  border-style: none;
  border-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
  width: 150px;
  max-width: 150%;
  margin-top: 0;
}

.image-48, .image-47, .image-46, .image-51 {
  max-width: 150px;
}

.image-54 {
  width: 150px;
  max-width: 150px;
}

.image-44, .image-55, .image-50, .image-40 {
  max-width: 150px;
}

.image-42 {
  max-width: 150px;
  margin-top: 0;
}

.b2-optional-social-proof-subheading-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 55%;
  margin-top: 8vh;
  margin-bottom: 5vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.section-2 {
  width: 100%;
  height: auto;
  display: none;
  position: static;
  overflow: visible;
}

.section-2.margin {
  background-color: var(--midnight-blue-2);
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-2 {
  z-index: 10;
  background-image: linear-gradient(#220946, #220946);
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero-lottie-section {
  width: 85%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-lottie-section._2 {
  z-index: 2;
  display: none;
}

.hero-lottie-section._4 {
  width: 100%;
  display: block;
}

.hero-lottie-section._3 {
  z-index: 3;
  display: none;
}

.hero-lottie-section._1 {
  z-index: 10;
  display: none;
}

.hero-lottie-section.active {
  z-index: 2;
  display: block;
}

.hero-lottie-section.active.intent-data, .hero-lottie-section.active.stillthink {
  display: none;
}

.hero-lottie-section.active.stillthink.moveleft {
  z-index: 10;
  width: 60%;
  display: none;
}

.hero-lottie-section.active.yoursales, .hero-lottie-section.active.millions {
  display: none;
}

.hero-lottie-section.active.reachqualified {
  width: 90%;
  display: none;
}

.hero-lottie-section.intent-data {
  width: 65%;
}

.hero-lottie-section.stillthink {
  z-index: auto;
  width: 60%;
  top: 0;
  left: auto;
  right: auto;
}

.hero-lottie-section.millions {
  width: 90%;
}

.hero-lottie-section.reachqualified {
  width: 75%;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}

.hero-lottie-section.reachqualified.vsl {
  width: 80%;
}

.hero-lottie-section.reachqualified.larger {
  width: 90%;
}

.hero-lottie-section.contactlevel {
  z-index: auto;
  width: 60%;
  top: 0;
  left: auto;
  right: auto;
}

.grid-10-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(10vh, .25fr) auto;
  min-height: auto;
}

.grid-10-copy.long {
  grid-template-rows: minmax(15vh, .25fr) auto;
  margin-top: 0;
}

.grid-10-copy.change {
  grid-template-rows: 10vh;
  grid-template-columns: 1fr;
}

.grid-10-copy.section1 {
  grid-template-rows: auto;
  justify-items: stretch;
}

.old-vs-new-way-div {
  width: 100%;
  height: 100px;
}

.div-block {
  z-index: 1;
  border-radius: 20px;
  width: 100px;
  height: 30px;
  padding: 5px 10px;
  position: relative;
  box-shadow: 1px 1px 20px -12px #000;
}

.div-block.white {
  box-shadow: 1px 1px 20px -2px #fff;
}

.div-block-2 {
  z-index: 2;
  background-color: #969696;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  transform: translate(0);
}

.div-block-2.white {
  background-color: #ba25f6;
}

.text {
  z-index: 30;
  opacity: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: .5vh;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.text.white {
  color: #ffffffd6;
}

.text-block-2 {
  color: #3b3939;
  margin-bottom: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
}

.text-block-2.white {
  color: #fff;
  font-size: 18px;
}

.link-block-4 {
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
}

.div-block-3 {
  width: 80%;
  padding-left: 0;
  display: flex;
}

.div-block-3.reachqualified {
  display: none;
}

.bold-text-17 {
  color: #000;
  text-indent: 0;
  font-size: 19px;
  font-weight: 900;
}

.bold-text-17.white {
  color: #fff;
  font-size: 20px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 139px;
  margin-bottom: 5vh;
}

.white-background {
  z-index: 0;
  background-color: #fff;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.hero-background {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 110vh;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.intent-data-btn {
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-size: 18px;
}

.image-56 {
  width: 50%;
}

.image-57 {
  max-width: 150px;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #fff;
  border-top-color: #ffffff8a;
  grid-template-rows: minmax(76px, 76px) minmax(76px, 76px) minmax(76px, 76px) minmax(76px, 76px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(76px, 76px);
  place-items: center;
  width: 70%;
  max-width: 70%;
  margin-bottom: 10vh;
}

.image-58 {
  width: 100%;
}

.tumbernails {
  object-fit: contain;
  border: 1px solid #ffffff2b;
  border-top: 0 solid #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 14px 4%;
}

.tumbernails.buttom {
  border-bottom-width: 0;
  padding-left: 4vh;
  padding-right: 4vh;
}

.tumbernails.buttom.right, .tumbernails.buttom.left, .tumbernails.buttom.left.forves {
  padding-left: 4vh;
  padding-right: 4vh;
}

.tumbernails.buttom.deauthe-bank {
  padding-left: 3.6vh;
  padding-right: 3.5vh;
}

.tumbernails.right {
  border-right-width: 1px;
  padding: 14px 0;
}

.tumbernails.right.bestbuy {
  padding-left: 5%;
  padding-right: 5%;
}

.tumbernails.right.hulu {
  padding-left: 25%;
  padding-right: 25%;
}

.tumbernails.left {
  border-left-width: 0;
  padding: 17px 3%;
}

.tumbernails.left.nike, .tumbernails.left.sony {
  padding-left: 4vh;
  padding-right: 4vh;
}

.tumbernails.fedex {
  padding-left: 14%;
  padding-right: 14%;
}

.get-a-price-gradient {
  z-index: 3;
  background-image: linear-gradient(104deg, #c225f6 1%, var(--blue));
  opacity: 1;
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.get-a-price-gradient.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy {
  z-index: 3;
  opacity: .19;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd);
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy.color2 {
  z-index: 2;
  background-image: linear-gradient(244deg, #c225f6 1%, var(--blue));
  opacity: 1;
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(244deg, #c225f6 1%, #0a2cfe);
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.background-color {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: static;
  inset: 0%;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 1vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.image-59 {
  width: 75%;
  max-width: 75%;
  margin-top: 10vh;
  padding-left: 2vh;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.text-block-7.less-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.text-block-7.less-padding.bold {
  font-weight: 800;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin-bottom: 3vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.text-block-8.smaller {
  font-size: 18px;
  line-height: 22px;
}

.take-a-quiz {
  z-index: 5;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
}

.take-a-quiz.bigger {
  height: 75px;
}

.take-a-quiz-test {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-top: 2vh;
  margin-bottom: 3vh;
  margin-left: 0;
  display: flex;
  position: static;
  top: 0;
}

.take-a-quiz-test.full-page {
  flex-direction: column;
  max-width: 100%;
}

.image-60 {
  max-width: 90%;
  margin-top: 15%;
  padding-left: 5%;
}

.spacer {
  width: 100%;
  height: 30vh;
}

.get-a-quiz-gradient {
  z-index: 3;
  opacity: 1;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd);
  width: 279px;
  height: 50px;
  display: block;
  position: absolute;
}

.get-a-quiz-gradient.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  width: 270px;
  display: block;
  position: absolute;
}

.get-a-quiz-gradient.bigger {
  height: 75px;
}

.section-3 {
  background-color: #220946;
  height: 400vh;
}

.camera {
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.lottie-animation-2 {
  z-index: 50;
  object-fit: fill;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.html-wrapper {
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}

.zoho-deposit-html {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.one-moment-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.one-moment-div {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-block-35 {
  font-weight: 600;
}

.loading-gif {
  width: 200px;
}

.section-dark {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  margin-top: 10vh;
  position: relative;
  overflow: hidden;
}

.team3-profiles-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.link-4 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.team-nest {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.new-body-7 {
  background-color: var(--white);
  color: var(--midnight-blue);
  font-family: Heebo, sans-serif;
}

.content7-numbers-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.collection-list-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team3-avatar-2 {
  background-color: #fff;
  background-image: url('../images/lean-straight-tyler-smile.png');
  background-position: 50% 0;
  background-size: cover;
  border: 5px solid #09002c;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 20px #00f;
}

.team3-avatar-2.team3-avatar-image2 {
  box-shadow: 0 0 20px 0 var(--blue-shadow);
  background-image: url('../images/image_clipped_rev_1.png');
  background-position: 50% 0;
}

.stats-text {
  text-align: center;
  text-shadow: 1px 1px 6px var(--blue-shadow);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.team3-name-2 {
  margin-bottom: 6px;
}

.content7-number-card {
  background-color: var(--midnight-blue);
  min-height: 200px;
  box-shadow: 3px 3px 9px -4px var(--blue);
  color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  transition: all .4s;
}

.content7-number-card:hover {
  box-shadow: 3px 3px 9px -4px #00e3fd;
}

.feature1-content {
  padding-right: 80px;
}

.content7-divider {
  color: #00e3fd;
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mini-footer-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-center {
  color: #fff;
  align-items: center;
  display: flex;
}

.wrap.w80-50 {
  padding-top: 46px;
  padding-bottom: 50px;
}

.wrap._100 {
  width: 100%;
}

.team3-profile-card-2 {
  background-color: var(--midnight-blue);
  min-height: 425px;
  box-shadow: 0 1px 9px 0 var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-30 {
  opacity: 1;
}

.headline-6-col-2 {
  width: 460px;
  margin-bottom: 50px;
}

.feature1-image2 {
  background-image: url('../images/shutterstock_388996306.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 200px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tagline {
  opacity: .75;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.team3-position {
  margin-bottom: 8px;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.paragraph-8 {
  width: auto;
  max-width: 100%;
}

.feature1-image1 {
  background-image: url('../images/photo-1468173376803-727a153c27ae.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 200px;
  margin-bottom: 20px;
}

.footer-text {
  text-decoration: none;
}

.simple-footer {
  z-index: 2;
  background-color: var(--white-smoke);
  opacity: .5;
  height: 12vh;
  color: var(--midnight-blue);
  transition: opacity .6s;
  position: relative;
}

.simple-footer:hover {
  opacity: 1;
}

.gradients {
  z-index: 0;
  background-image: url('../images/underwater2.jpg'), linear-gradient(to top, #09002c 10%, #0000 35%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.headline-6-col-3 {
  width: auto;
  margin-bottom: 0;
}

.team-h2 {
  text-align: left;
  width: auto;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: 1;
}

.about-section {
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.about-section.dark {
  color: #fff;
  background-color: #71797a;
}

.about-section.dark.mountains {
  background-color: #0000;
  margin-top: 19px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-section.slimmed {
  padding-top: 0;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.h2-teampage {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #00cffd 8%, #00f 32%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.h2-teampage.one {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #f0f 44%, #00f 75%);
  width: 80%;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.h2-teampage.one.two {
  text-align: left;
}

.h2-teampage.two {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 25%, #f0f 48%, #00f 101%);
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.h2-teampage.two.redone {
  text-align: left;
  width: 100%;
}

.feature1-image3 {
  background-image: url('../images/shutterstock_452044114.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.new-body-2 {
  display: block;
}

.section-14 {
  color: #000;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vertical-centered-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-61 {
  width: 300px;
}

.container-div {
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.rich-text-block-9 {
  text-align: left;
}

.html-embed-3 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: flex;
}

.navigation-left-2 {
  align-items: center;
  width: 50%;
  margin-left: 50px;
  display: flex;
}

.intentflow-logo {
  width: 210px;
}

.intentflow-logo.ad-page {
  width: 300px;
}

.intentflow-logo.icon {
  width: 50px;
}

.intentflow-logo.icon.fade {
  opacity: .7;
  transition: opacity .2s;
}

.intentflow-logo.icon.fade:hover {
  opacity: 1;
}

.body-dark {
  background-color: #15032f;
}

.stat-metric {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.about-sub-header {
  opacity: .75;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.about-sub-header.team3-position {
  margin-bottom: 8px;
}

.container-3 {
  color: var(--midnight-blue);
}

.container-3.top-margin {
  margin-top: 60px;
}

.about-content {
  color: var(--midnight-blue);
  padding-right: 80px;
}

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

.new-body-6 {
  color: #011933;
  background-color: #0000;
  font-family: Open Sans, sans-serif;
}

.section-15 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}

.section-15.gradiant {
  background-image: linear-gradient(135deg, #011933e6, #5526fdcc 50%, #b803ffbf), url('../images/shutterstock_279655127.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}

.section-15.gradiant.full-page {
  background-image: linear-gradient(135deg, var(--dark-shadow), var(--blue-shadow) 50%, #b803ffbf), url('../images/shutterstock_279655127.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  overflow: hidden;
}

.gradient-hero-container {
  z-index: 5;
  color: #fff;
  margin-top: 30px;
  position: relative;
}

.rounder-nest {
  z-index: 1;
  width: 110%;
  height: 100%;
  margin-left: -5%;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  position: absolute;
  inset: 0;
  transform: scale(1.01);
}

.vertical-centered-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.vertical-centered-div-2.centered {
  align-items: center;
}

.h1-on-dark {
  color: #fff;
  text-align: left;
}

.h1-on-dark.centered {
  text-align: center;
}

.image-62 {
  width: 110%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.center-top {
  background-color: #f5f8fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-top {
  height: 75px;
}

.heading-14 {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.text-span-2 {
  font-size: 38px;
  font-weight: 700;
}

.html-embed-4 {
  z-index: 10;
  background-image: url('../images/Intentflow-video-thumb.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  position: relative;
}

.light-blue-link-box {
  color: #00e3fd;
}

.text-block-36 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.hero-box {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: auto;
  min-height: 80vh;
  margin: 17px 10vh 8vh;
  display: flex;
  position: relative;
  top: 80px;
}

.text-block-24 {
  color: #00e3fd;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-75 {
  flex-direction: column;
  padding-left: 25px;
  display: flex;
}

.h1-sales-page {
  z-index: 2;
  color: #0065f2;
  text-align: left;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle farthest-side at 0%, #00e3fd 24%, #f0f 45% 54%, #00f 83%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 1.5vh;
  margin-bottom: 3vh;
  font-size: 43px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
  position: relative;
}

.h1-sales-page.first {
  background-color: var(--midnight-blue);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 700px;
  margin-bottom: .5vh;
  font-size: 42px;
  line-height: 45px;
}

.h1-sales-page.first.wide {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-size: 38px;
}

.body-2 {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
  left: auto;
}

.get-a-price-div-2 {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to right, #00e3fd, #00f);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
}

.get-a-price-div-2:hover {
  box-shadow: 0 0 20px 2px #0bd2fd;
}

.text-block-19 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  display: flex;
  position: static;
}

.text-block-19.wide {
  width: 100%;
  font-size: 28px;
}

.link-block-5 {
  z-index: 10;
  text-decoration: none;
  position: relative;
}

.call-to-action-nest-center {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-49 {
  z-index: 2;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex: 0 auto;
  grid-template: "Area"
                 "."
                 / 2.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.step-div {
  padding-left: 20%;
  padding-right: 20%;
}

.image-63 {
  max-width: 100%;
  max-height: 90%;
  box-shadow: none;
  background-image: url('../images/background.jpg');
  background-position: 50% 3%;
  background-size: auto;
  border: 2px solid #bd25f6;
  border-radius: 40px;
  margin-bottom: 50px;
  display: block;
}

.grid-11-casestudy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(8vh, .25fr) auto;
}

.grid-11-casestudy.long {
  grid-template-rows: minmax(15vh, .25fr) auto;
  margin-top: 0;
}

.grid-11-casestudy.change {
  grid-template-rows: 10vh;
  grid-template-columns: 1fr;
}

.diagram {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.diagram.spacing {
  padding-left: 5vh;
  padding-right: 5vh;
}

.text-block-37 {
  margin-bottom: 18px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-37.white-text {
  font-size: 22px;
}

.h2-case-study {
  z-index: 10;
  color: #000;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.h2-case-study.white {
  color: #fff;
  font-weight: 700;
}

.full-page-section {
  background-color: var(--white-smoke);
  padding-top: 20px;
}

.hero-box-copy {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: auto;
  min-height: 80vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 170px;
  padding-right: 170px;
  display: flex;
  position: relative;
  top: 0;
}

.hero-box-copy.image-back {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke)), url('../images/Intentflow-video-thumb.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-box-copy.image-back.vsl {
  padding-bottom: 48px;
}

.link-block-6 {
  background-color: var(--red);
  background-image: linear-gradient(to bottom, var(--red), var(--blue-violet));
  width: 150px;
  height: 50px;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.link-block-6:hover {
  background-image: linear-gradient(to bottom, var(--red), var(--purple-blue));
}

.navigation-left-copy {
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-76 {
  padding-bottom: 15px;
}

.text-block-38 {
  letter-spacing: 1px;
  text-indent: 0;
  font-size: 15px;
  font-weight: 500;
}

.mobile-section1, .mobile-hero-lottie-stillthink {
  width: 100%;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
}

.burger-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b2-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b2-middle-wrap {
  align-items: center;
  width: 30px;
  display: flex;
}

.b2-middle-bar-left, .b2-middle-bar-right {
  background-color: #858eca;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.b2-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.div-block-78 {
  display: block;
}

.mobile-nav {
  justify-content: flex-end;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-container-nologo {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95%;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-container-nologo.hover {
  opacity: .65;
  transition: opacity .2s;
}

.navigation-container-nologo.hover:hover {
  opacity: 1;
}

.no-logo {
  display: block;
}

.div-block-79 {
  width: 100%;
  height: 60px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 90px;
  padding-right: 90px;
}

.section-16 {
  width: 100%;
  height: auto;
}

.grid-14 {
  z-index: 10;
  grid-template-columns: 1fr;
  place-items: center;
  font-size: 40px;
  font-weight: 800;
  position: relative;
}

.text-block-39 {
  text-align: center;
  width: 38%;
  margin-top: 77px;
  margin-left: 0;
  margin-right: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.logo-ad-lander {
  flex: 1;
  margin-top: 58px;
  margin-right: 44px;
}

.bold-text-22 {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
}

.hero-text-sticky {
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.section-hero {
  background-color: var(--white-smoke);
  padding-top: 3em;
  padding-bottom: 50px;
  position: relative;
}

.section-hero.white {
  background-color: var(--white);
}

.section-hero.thesis {
  background-image: url('../images/background.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
}

.section-hero.thesis.full-page {
  min-height: 100vh;
}

.hero-product-demo {
  width: 100%;
  height: 160vh;
  display: block;
  position: relative;
}

.ellipses-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.download-button {
  margin-right: 30px;
}

.download-button.last {
  margin-right: 0;
}

.product-demo-sticky {
  z-index: 1;
  min-height: auto;
  padding-top: 0;
  position: sticky;
  top: 110px;
}

.hero-text-holder {
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 200px;
  overflow: hidden;
}

.ellipse-left {
  z-index: -1;
  background-image: url('../images/Ellipse-1.png');
  background-position: 50%;
  background-size: cover;
  width: 520px;
  height: 650px;
  position: absolute;
  inset: 5em auto auto -430px;
}

.iphone-lock-screen-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.play-icon-holder {
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transition: box-shadow .2s;
  position: absolute;
  inset: 50% auto auto 50%;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 4px #0000004d;
}

.product-phone-image-holder {
  width: 400px;
  position: relative;
}

.product-phone-content {
  z-index: -1;
  position: absolute;
  inset: 36px 37px 35px 36px;
  overflow: hidden;
}

.product-phone-demo-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

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

.hero-text-line {
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 20px;
  width: 3px;
  height: 160px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.download-buttons {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.product-phone-image {
  width: 100%;
}

.hero-text-holder-2 {
  text-align: left;
  width: 50vw;
  overflow: hidden;
}

.main-hero-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-hero-container.more-padding {
  padding-top: 75px;
  padding-bottom: 15px;
}

.grid-10-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.play-icon-image {
  border: 1px solid #fa585369;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 0 30px #0000000d;
}

.ellipse-right {
  z-index: -1;
  background-image: url('../images/Ellipse-2.png');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: 0% -530px auto auto;
}

.app-icon-holder {
  background-image: url('../images/logo_single.svg');
  background-size: cover;
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}

.hero-text-holder-1 {
  text-align: right;
  width: 50vw;
  overflow: hidden;
}

.hero-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 210px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
}

.hero-text._1 {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fa5853, #f46692);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50vw;
  padding-right: 1rem;
}

.hero-text._2 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f46692, #ffc444);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50vw;
  padding-left: 1rem;
}

.product-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.hero-description {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 600;
}

.main-heading.bold {
  text-transform: uppercase;
  line-height: 50px;
}

.main-heading.big {
  margin-top: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.main-heading.big.bigger {
  font-size: 50px;
}

.download-button-icon {
  margin-right: 5px;
}

.app-icon {
  width: 100%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fa5853;
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .3s, color .3s;
}

.button:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.download {
  background-color: #141415;
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.download:hover {
  letter-spacing: 0;
  background-color: #212121;
}

.small-container {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.small-container.white {
  color: var(--alt-grey);
}

.text-span-3 {
  color: #4c29fb;
}

.content {
  flex: 1;
}

.content.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  max-width: 1170px;
  color: var(--midnight-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1em;
}

.text-holder {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-holder.vsl {
  padding-left: 68px;
  padding-right: 68px;
}

.customers-panel {
  padding-top: 3em;
  padding-bottom: 3em;
}

.customer-image {
  max-height: 30px;
}

.section-17.second {
  margin-top: 0;
}

.section-17.light-blue-bg {
  background-color: #f4f8fb;
}

.section-17.dark {
  background-color: var(--midnight-blue);
}

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

.card-item {
  background-color: var(--dark-shadow);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.light {
  background-color: #fcfdff;
  justify-content: space-between;
}

.card-item.light.shadow.vsl {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 23px;
  padding-right: 23px;
}

.card-item.case-study {
  border: 3px solid var(--blue);
  box-shadow: 0 8px 40px 0 var(--blue-shadow);
  border-radius: 0;
  margin: 15px 25px;
}

.text-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #60aef8, #f46692 50%, #f3a562);
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-1-image {
  object-fit: cover;
  object-position: 50% 0%;
  height: 240px;
}

.text-container {
  max-width: 50%;
  padding-bottom: 40px;
}

.card-feature-center {
  text-align: center;
  width: 100%;
}

.card-item-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.card-feature-icon {
  height: 65px;
  margin-bottom: .5em;
}

.feature-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 3em;
}

.paragraph-9.larger {
  font-size: 24px;
  line-height: 30px;
}

.lottie-hero {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
}

.set-up-now-btn {
  z-index: 100;
  cursor: pointer;
  width: 225px;
  height: 60px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.set-up-now-btn.mobile {
  display: none;
}

.set-up-now-btn.static {
  margin-top: 20px;
  position: static;
}

.set-up-now-btn.bigger {
  width: 270px;
}

.h2 {
  line-height: 50px;
}

.h2.larger {
  font-size: 40px;
  font-weight: 700;
}

.h2.larger.white {
  color: var(--white);
  text-align: center;
}

.grid-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-gradient-3 {
  background-image: linear-gradient(62deg, var(--sky-blue), var(--blue) 50%, var(--medium-orchid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.card-phone-image-container {
  z-index: -1;
  position: absolute;
  inset: 26px 26px 0;
  overflow: hidden;
}

.light-grey {
  color: #afafaf;
}

.testimonial-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.testimonial-text {
  flex: 1;
}

.testimonial-see-more {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(to top, #141415, #141415d1 50%, #14141500);
  border-radius: 0 0 20px 20px;
  padding-top: 7em;
  position: absolute;
  inset: auto 0% 1em;
}

.testimonial-picture {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.text-container-2 {
  max-width: 50%;
  padding-bottom: 40px;
}

.dont-take-our-word-title {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2em;
}

.card-item-content-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.card-iphone-screelock {
  border-radius: 29px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.width-pct {
  width: 100%;
}

.testimonials-container {
  position: relative;
}

.white-text {
  color: #fff;
}

.card-iphone-overlay {
  background-image: linear-gradient(to top, #1d1e1f, #1d1e1e00);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-iphone {
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card-iphone-image {
  width: 290px;
}

.grid-6-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.more-testimonials {
  margin-top: 1em;
  position: relative;
  overflow: hidden;
}

.feature-grid-3-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 3em;
}

.bold-text-24 {
  font-size: 22px;
}

.image-66, .image-67 {
  max-width: 75%;
  max-height: 90%;
  box-shadow: none;
  background-image: url('../images/background.jpg');
  background-position: 50% 3%;
  background-size: auto;
  border: 2px solid #bd25f6;
  border-radius: 40px;
  margin-bottom: 50px;
  display: block;
}

.body-3 {
  background-color: var(--white);
}

.bright-box-cta-div {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(22deg, var(--sky-blue), var(--blue) 51%, var(--medium-orchid));
  width: 90%;
  color: var(--white);
  padding: 3em 0;
}

.intentflow-video-embed {
  width: 95%;
  box-shadow: 1px 1px 3px 0 var(--midnight-shadow);
}

.container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1em;
  display: flex;
}

.ad-lander-sub-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.ad-lander-sub-title.boldblue {
  color: var(--blue);
  font-weight: 900;
}

.ad-lander-sub-title.boldblue.thin {
  font-weight: 700;
}

.ad-lander-sub-title.mobile {
  display: none;
}

.ad-lander-sub-title.soft {
  font-weight: 300;
}

.lander-nav {
  background-color: #0000;
  padding-top: 4px;
  padding-bottom: 4px;
}

.countdown-opt-in-div {
  width: 100%;
  display: none;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.circle-loc-icon-div {
  border: 2px solid var(--dark-shadow);
  background-color: var(--midnight-blue);
  background-image: url('../images/padlock.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.text-block-40 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.set-up-now-btn-copy {
  z-index: 100;
  cursor: pointer;
  width: 225px;
  height: 60px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.set-up-now-btn-copy.mobile {
  display: none;
}

.set-up-now-btn-copy.static {
  margin-top: 20px;
  position: static;
}

.set-up-now-btn-copy.bigger {
  width: 270px;
}

.get-a-price-div-copy {
  z-index: 5;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
}

.get-a-price-gradient-copy {
  z-index: 3;
  background-image: linear-gradient(104deg, #c225f6 1%, var(--red));
  opacity: 1;
  width: 225px;
  height: 60px;
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy-copy {
  z-index: 3;
  opacity: .19;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd);
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy-copy.color2 {
  z-index: 2;
  background-image: linear-gradient(244deg, #c225f6 1%, var(--red));
  opacity: 1;
  width: 225px;
  height: 60px;
  display: block;
  position: absolute;
}

.text-span-5 {
  text-decoration: underline;
}

.h3 {
  background-image: linear-gradient(44deg, var(--sky-blue), var(--blue) 49%, var(--medium-orchid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.card-item-content-copy {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  justify-items: center;
}

.image-68 {
  border: 3px solid var(--blue);
  width: 90%;
  margin: 15px 10px;
}

.who-is-using-it-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.who-is-using-div {
  border: 2px solid var(--midnight-blue);
  background-color: var(--white-smoke);
  box-shadow: 2px 2px 8px 0 var(--blue-shadow);
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 17px;
  display: flex;
}

.who-is-using-div.alt {
  margin-top: 125px;
}

.who-is-using-div.under {
  margin-top: 54px;
}

.who-logo {
  width: 75px;
  height: 75px;
}

.who-logo.larger {
  width: 90px;
  height: 90px;
}

.who-logo-div {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 15px;
  display: flex;
}

.who-logo-div.less-padding {
  padding: 0;
  overflow: hidden;
}

.text-block-41 {
  font-size: 28px;
  font-weight: 700;
}

.text-block-42 {
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
}

.image-69 {
  border: 3px solid var(--blue);
  background-color: var(--black);
  border-radius: 7px;
  margin-top: 10px;
  padding: 7px;
}

.grid-pains {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.gradient-text {
  background-image: linear-gradient(47deg, var(--sky-blue), var(--blue) 42%, var(--blue) 44%, var(--blue) 49%, var(--medium-orchid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.column-grid.top-pad {
  margin-top: 89px;
}

.quick-call-div {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.big-bold-not-h-text {
  margin-left: 25px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.big-bold-not-h-text.no-left {
  margin-left: 0;
}

.bullet-nest {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.check-animated {
  width: 50px;
  height: 50px;
}

.bold-text-28 {
  width: 80%;
  padding-left: 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.bold-text-28.not-bold {
  font-weight: 300;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  padding-bottom: 42px;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-link-2 {
  color: #15032f;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #0a2cfe;
}

.navigation-link-2.w--current {
  color: #2b2bfd;
}

.login-buttons-2 {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.link-block-7 {
  color: #fff;
  cursor: pointer;
  background-color: #ea1723;
  background-image: linear-gradient(#ea1723, #7728f9);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  text-decoration: none;
  transition: all .475s;
  display: flex;
}

.link-block-7:hover {
  background-image: linear-gradient(#ea1723, #4c29fb);
}

.burger-2-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b2-bar1-2 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b2-middle-bar-left-2, .b2-middle-bar-right-2 {
  background-color: #858eca;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.b2-bar3-2 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.nav-menu-real {
  align-self: center;
  align-items: center;
  display: flex;
}

.h2-text-base {
  font-size: 38px;
  font-weight: 800;
  line-height: 58px;
}

.bold-text-29 {
  font-size: 22px;
}

.text-block-43 {
  margin-top: 44px;
}

.h2-black {
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: 500;
}

.main-heading-redo {
  margin-top: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

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

.get-a-price-gradient-copy-copy {
  z-index: 3;
  background-image: linear-gradient(104deg, #c225f6 1%, var(--red));
  opacity: 1;
  width: 225px;
  height: 60px;
  display: block;
  position: absolute;
}

.get-a-price-gradient-copy-copy.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  display: block;
  position: absolute;
}

.gradient-hero-subtitle {
  background-image: linear-gradient(68deg, var(--sky-blue), #0e4dfc 16%, var(--blue) 49%, var(--medium-orchid) 75%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.gradient-hero-subtitle.boldblue {
  color: var(--blue);
  font-weight: 900;
}

.gradient-hero-subtitle.mobile {
  display: none;
}

.gradient-hero-subtitle.soft {
  font-weight: 300;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #e0e1e3;
}

.split-content.hero {
  z-index: 1;
  max-width: 647px;
  position: relative;
}

.split-content.banner {
  max-width: 600px;
}

.latest-episodes-excerpt-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.hosted-wrapper {
  color: #fafafa;
  align-items: center;
  display: flex;
}

.header-button-wrapper {
  margin-left: 20px;
}

.dropdown-platform-grid {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
}

.host-link-container {
  text-decoration: none;
  transition: opacity .35s, transform .35s, color .35s;
}

.host-link-container:hover {
  opacity: .8;
  transform: translate(0, -3px);
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .35s, color .35s;
}

.footer-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.vc-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vc-flex.hidden {
  display: none;
}

.footer-bottom-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.category-link {
  color: #747577;
  border-bottom: 3px solid #0000;
  margin-bottom: -1px;
  padding: 12px 32px 30px;
  text-decoration: none;
  display: inline-block;
}

.category-link.w--current, .category-link.current {
  color: #0a0a0b;
  border-bottom-color: #0a0a0b;
}

.button-secondary {
  color: #0a0a0b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #b0b2b7;
  align-self: center;
  padding: 22px 48px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: transform .35s, border-color .35s, color .35s;
}

.button-secondary:hover {
  color: #1154ff;
  border-color: #1154ff;
  transform: translate(0, -3px);
}

.button-secondary.play-white {
  color: #fff;
  background-image: linear-gradient(to right, #bb23f6, #0a02fe);
  border-style: none;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .35s, transform .35s, border-color .35s, color .35s;
}

.button-secondary.play-white:hover {
  color: #fff;
  background-color: #1154ff;
}

.button-secondary.large {
  padding: 26px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.dropdown-cta-toggle {
  color: #1154ff;
  background-color: #fff;
  padding: 26px 56px;
  transition: box-shadow .35s, color .35s, background-color .35s;
  box-shadow: 0 18px 40px #03071229;
}

.dropdown-cta-toggle.w--open {
  box-shadow: none;
  color: #fff;
  background-color: #042ec3;
}

.dropdown-cta-toggle.white:hover {
  color: #fff;
  background-color: #042ec3;
}

.dropdown-cta-toggle.white.w--open {
  box-shadow: 0 18px 40px #03071229;
}

.banner-cta-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sponsors-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 58px;
  display: grid;
}

.brand-2 {
  padding-left: 0;
  transition: transform .35s, color .35s;
}

.bg-ellipses-03 {
  position: absolute;
  inset: auto auto 0 -109px;
}

.dropdown-icon-cta {
  font-size: 8px;
}

.episode-empty-state {
  color: #0a0a0b;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9eaee;
  margin-bottom: 24px;
  padding: 34px 32px;
  font-size: 24px;
}

.button-primary {
  text-align: center;
  background-color: #1154ff;
  padding: 22px 40px;
  font-weight: 400;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
}

.button-primary:hover {
  color: #fff;
  background-color: #042ec3;
  transform: translate(0, -3px);
  box-shadow: 0 12px 14px #567cdd38;
}

.button-primary.large {
  color: #fff;
  padding: 26px 56px;
  font-size: 22px;
  line-height: 1.1em;
}

.button-primary.large.w--open {
  background-color: #042ec3;
  transform: translate(0, -3px);
}

.button-primary.large.hero {
  background-image: linear-gradient(to right, #bb23f6, #0a02fe);
  border: 1px #1154ff;
  align-items: center;
  height: 70px;
  padding: 22px 58px;
  transition: border-color .35s, transform .35s, box-shadow .35s, background-color .35s;
  display: flex;
}

.button-primary.large.hero:hover {
  border-color: #042ec3;
  box-shadow: 0 12px 14px #0000007a;
}

.hosted-picture {
  border-radius: 1000px;
  width: 55px;
  margin-right: 20px;
  box-shadow: 0 8px 18px #00000021;
}

.footer-grid {
  grid-column-gap: 91px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.span-primary-1 {
  color: var(--medium-orchid);
}

.achievements-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.white-button {
  color: #0a0a0b;
  background-color: #fff;
  padding: 22px 40px;
  font-size: 18px;
  line-height: 1em;
  transition: color .35s, transform .35s, background-color .35s;
}

.white-button:hover {
  color: #fff;
  background-color: #1154ff;
  transform: translate(0, -3px);
}

.white-button.large {
  color: #fff;
  background-image: linear-gradient(to right, #bb23f6, #0a02fe);
  padding: 26px 56px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.091em;
}

.white-button.large.w--open {
  color: #f1f5ff;
  background-color: #1154ff;
  transform: translate(0, -3px);
}

.sponsor {
  opacity: .6;
  filter: contrast(0%) grayscale();
  transform-style: preserve-3d;
  transition: transform .35s, filter .35s, opacity .35s;
}

.sponsor:hover {
  opacity: 1;
  filter: none;
  transform: scale3d(.94, .94, 1.04);
}

.submenu-title {
  color: #0a0a0b;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 800;
}

.header-logo {
  width: 130px;
  transform-style: preserve-3d;
  transition: transform .35s;
}

.header-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

.offset-fix {
  height: 100px;
  position: absolute;
  inset: -96px auto auto 0%;
}

.offset-fix.latest-episodes {
  top: -153px;
}

.subnav-link {
  color: #747577;
  text-align: left;
  width: 100%;
  padding: 0;
  font-weight: 400;
  line-height: 1.111em;
}

.subnav-link.w--current {
  color: #1154ff;
  font-weight: 500;
}

.latest-episodes {
  z-index: 1;
  position: relative;
}

.special-text-2 {
  color: #0a0a0b;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.12em;
}

.special-text-2.white-text {
  color: #fff;
}

.special-text-2.v4 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 50px;
}

.bg-ellipses-01 {
  position: absolute;
  inset: -83px auto auto -53px;
}

.about-host-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .83fr;
}

.dropdown-subscribe {
  margin-left: 0;
  margin-right: 0;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #e0e1e3;
  padding-top: 48px;
  padding-bottom: 48px;
}

.dropdown-text {
  display: flex;
}

.section-18 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-18.sponsors-hero {
  padding-top: 60px;
  padding-bottom: 90px;
}

.section-18.latest-episodes {
  z-index: auto;
  background-color: #fafafa;
  padding-top: 252px;
  position: relative;
  overflow: hidden;
}

.section-18.about-host {
  background-image: linear-gradient(#220946, #220946);
  padding-bottom: 0;
}

.section-18.padding-0px {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-18.padding-0px.banner {
  z-index: 2;
  background-image: linear-gradient(#fafafa 40%, #0a0a0b 40%);
}

.section-18.hero {
  background-image: url('../images/mike.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 176px;
  padding-bottom: 292px;
}

.section-18.hero.radio {
  background-image: none;
  height: 90vh;
}

.nav-menu-3 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.episodes-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achievement-wrapper {
  text-align: center;
}

.spacer-2.buttons {
  min-width: 28px;
}

.achievement-text {
  color: #0a0a0b;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1em;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid #e0e1e3;
  width: 497px;
  padding: 30px 33px;
  inset: 70px auto auto 0%;
}

.dropdown-menu.w--open {
  box-shadow: 0 0 14px #0000000f, 0 23px 14px #1154ff08, 0 16px 14px #0a0a0b05;
}

.achievements-box {
  z-index: 2;
  background-color: #fff;
  max-width: 1198px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 24px;
  position: absolute;
  inset: auto 0% -98px;
  box-shadow: 0 14px 64px #00000012;
}

.bg-ellipses-02 {
  position: absolute;
  inset: 273px -245px auto auto;
}

.footer-nav-link {
  color: #747577;
  line-height: 1.222em;
  text-decoration: none;
}

.footer-nav-link.w--current {
  color: #1154ff;
  font-weight: 600;
}

.divider {
  background-color: #e9eaee;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.divider.footer-section {
  margin-top: 72px;
  margin-bottom: 49px;
}

.paragraph.banner {
  color: #f1f5ff;
  max-width: 389px;
  margin-bottom: 0;
}

.paragraph.hero {
  color: #f1f5ff;
  max-width: 480px;
  margin-bottom: 29px;
  font-size: 18px;
}

.paragraph.about-host {
  color: #fff;
  max-width: 537px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.paragraph.latest-episodes {
  max-width: 469px;
  margin-bottom: 0;
  margin-right: 40px;
}

.dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #e9eaee;
  border-radius: 2px;
  padding: 22px 23px;
  box-shadow: 0 17px 14px #1154ff14;
}

.dropdown-list-2.w--open {
  min-width: 520px;
  padding: 32px 34px;
  display: flex;
  top: 90px;
  left: 16px;
}

.about-host-link {
  color: #1154ff;
  margin-top: 32px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: underline;
}

.about-host-text {
  letter-spacing: .12em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.image-wrapper {
  overflow: hidden;
}

.social-media-link {
  text-decoration: none;
  transition: transform .35s, color .35s;
}

.social-media-link:hover {
  transform: translate(0, -3px);
}

.container-large-1050px {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-large-1050px.relative {
  position: relative;
}

.container-default-1256px {
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.dropdown-cta {
  margin-right: 0;
}

.span-bold {
  font-weight: 700;
}

.footer-fine-print-link {
  font-weight: 600;
}

.social-media-wrapper {
  justify-content: space-between;
  min-width: 128px;
  display: flex;
}

.platform-button {
  border: 1px solid #e0e1e3;
  border-radius: 280px;
  justify-content: flex-start;
  padding: 14px 31px;
  transition: box-shadow .35s, transform .35s, border-color .35s;
  display: flex;
}

.platform-button:hover {
  border-color: #c6d2f0;
  transform: translate(0, -3px);
  box-shadow: 0 6px 11px #567cdd1c;
}

.dropdown-text-cta {
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  display: flex;
}

.dropdown-icon-link {
  margin-right: 12px;
}

.about-host-wrapper {
  color: #747577;
  text-decoration: none;
}

.about-host-wrapper:hover {
  color: #747577;
}

.social-media-icon {
  font-size: 24px;
  line-height: 1em;
}

.footer-nav-item {
  display: flex;
}

.dropdown-link-2 {
  letter-spacing: normal;
  align-items: center;
  font-weight: 600;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .35s, color .35s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #1154ff;
  transform: translate(0, -3px);
}

.banner-cta {
  background-color: #1154ff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 79px 96px;
  display: none;
  box-shadow: 0 14px 24px #1154ff29;
}

.special-3 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.048em;
}

.episode-card {
  display: flex;
}

._2-buttons {
  align-items: stretch;
  display: flex;
}

._2-buttons.hero {
  margin-top: 30px;
}

.about-card {
  background-color: #fff;
  max-width: 84%;
  margin-top: -230px;
  padding: 40px 47px;
  position: relative;
}

.episodes-categories-menu {
  border-bottom: 1px solid #e0e1e3;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.083em;
  display: flex;
}

.hosted-text {
  font-size: 20px;
  line-height: 1.1em;
}

.hosted-text.white {
  color: var(--white-smoke);
}

.popup {
  z-index: 9999999;
  display: none;
  position: fixed;
  inset: auto auto 32px 32px;
}

.submenu-column.first-column {
  margin-right: 48px;
}

.dropdown-icon {
  font-size: 6px;
  position: relative;
  top: 2px;
}

.mg-top-40px {
  margin-top: 104px;
}

.footer-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-nav._2-columns {
  grid-column-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
}

.footer-nav.platforms {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.title.banner {
  color: #fff;
  text-shadow: 0 2px 6px #050f241a;
  max-width: 550px;
  margin-top: 0;
}

.title.footer {
  color: #2f3033;
  border-top-width: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1em;
}

.title.hero {
  color: #fff;
  margin-top: 16px;
}

.rol-host-text {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.dropdown-menu-cta {
  background-color: #fff;
  border: 1px solid #e0e1e3;
  width: 497px;
  padding: 30px 33px;
  inset: 73px 0% auto auto;
}

.dropdown-menu-cta.w--open {
  box-shadow: 0 0 14px #0000000f, 0 23px 14px #1154ff08, 0 16px 14px #0a0a0b05;
}

.submenu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto 1fr;
  justify-content: start;
  place-items: start;
}

.submenu-grid.second-columns {
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.nav-link {
  color: #747577;
  margin-bottom: -1px;
  padding: 52px 20px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.nav-link:hover {
  color: #1154ff;
}

.nav-link.w--current {
  color: #0a0a0b;
  border-bottom: 2px solid #1154ff;
}

.nav-link.hide-on-desktop {
  display: none;
}

.footer-bottom-desktop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-70 {
  width: 40px;
}

.text-block-45 {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}

.text-block-46 {
  padding-bottom: 21px;
  font-size: 16px;
}

.image-71 {
  float: left;
  border-radius: 20px;
  height: 200px;
  margin-right: 30px;
  padding-right: 0;
}

.div-block-83 {
  margin-bottom: 86px;
  padding-left: 18px;
}

.text-block-47 {
  float: right;
}

.text-block-48 {
  font-weight: 600;
}

.button-play-content-wrapper {
  justify-content: center;
  display: flex;
}

.play-icon {
  margin-top: 1px;
  margin-right: 12px;
  font-size: 30px;
}

.play-icon.small {
  font-size: 25px;
}

.collection-list-wrapper {
  display: none;
}

.text-field-cf9 {
  text-align: left;
  background-color: #f4f6fc;
  border-color: #0000;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 4px;
  width: 47%;
  margin-top: 10px;
  font-size: 16px;
}

.text-field-cf9.big {
  width: 97%;
  height: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-cf9.extra-left {
  margin-left: 20px;
}

.form-title-cf9 {
  color: #fff;
  text-align: center;
  margin-top: 91px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.error-message-cf9 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-cf9 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.form-subwrapper-cf9 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.success-message-cf9 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf9 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(151deg, #0a00cc, #422cf5);
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf9:hover {
  transform: scale(1.02);
}

.contact-form-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-content.cloneable {
  padding-top: 20px;
}

.faq-a-text {
  color: var(--white-smoke);
  font-size: 1em;
  line-height: 1.6em;
}

.c-faq-q-text {
  color: var(--white-smoke);
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  font-weight: 600;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.cloneable-area {
  min-height: 50vh;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.c-faq-item {
  border-left: 3px solid var(--medium-orchid);
  cursor: pointer;
  background-color: #220946;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.image-71-copy {
  float: left;
  border-radius: 20px;
  height: 200px;
  margin-right: 30px;
  padding-right: 0;
}

.collection-list-wrapper-4 {
  display: none;
}

.questions {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.intentflow-video-embed-2 {
  width: 90%;
  box-shadow: 1px 1px 3px 0 var(--midnight-shadow);
}

.image-73 {
  width: 100%;
  margin-top: 90px;
  position: absolute;
  inset: 0%;
}

.transparent-icon-home {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.episodes-grid-2 {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

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

.title-medium {
  color: #5c4ebd;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

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

.image-2 {
  position: absolute;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.title-small {
  color: var(--blue-violet);
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 14px;
  font-size: 16px;
  font-weight: 700;
}

.title-small.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.subscription.blog {
  background-color: var(--white-smoke);
  box-shadow: 0 5px 12px 0 var(--blue-shadow);
  background-image: none;
  padding-top: 20px;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.blog-image {
  width: 100%;
}

.search-button {
  background-color: #5c4ebd;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.featured-block {
  object-fit: fill;
  margin-top: 10px;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.content-section {
  z-index: 1;
  padding: 132px 3%;
  position: relative;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.content-right {
  position: sticky;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search {
  position: relative;
}

.heading-h2 {
  color: #4c29fb;
  margin-top: 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.categories-block {
  margin-top: 40px;
}

.container-7 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.blog-lottie {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
}

.image-74 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.image-75 {
  box-shadow: 3px 3px 7px 0 var(--blue-shadow);
  border-radius: 4px;
}

.background-image-blog {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.heading-h1 {
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.title-small-2 {
  color: #202146;
  width: 50%;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.white {
  color: #fff;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-3 {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.header-blog {
  background-color: #5c4ebd;
  background-image: url('../images/BG-Shape-01.svg'), none;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  padding: 162px 3% 220px;
  display: flex;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.blog-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.container-8 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-50 {
  margin-bottom: 54px;
  font-size: 40px;
  font-weight: 600;
}

.image-77 {
  border-radius: 20px;
  margin-top: 36px;
}

.collection-list-wrapper-7 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-78 {
  border-radius: 20px;
  width: 50px;
}

.text-block-51 {
  font-weight: 700;
  position: static;
}

.div-block-89 {
  margin-top: 0;
  display: flex;
}

.rich-text-block-12 {
  margin: 61px 182px;
}

.text-block-52 {
  margin-bottom: 58px;
}

.image-80 {
  border-radius: 60px;
  width: 59px;
}

.text-block-53 {
  font-weight: 700;
}

.div-block-92 {
  display: flex;
}

.div-block-93 {
  margin-top: 12px;
  margin-left: 14px;
}

.div-block-94 {
  flex-direction: column-reverse;
  padding-left: 18px;
  display: flex;
}

.link-block-8 {
  text-decoration: none;
}

.image-81 {
  border-radius: 20px;
  width: 120px;
}

.small-feature-blog-div {
  opacity: .7;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: opacity .2s;
  display: flex;
}

.small-feature-blog-div:hover {
  opacity: 1;
}

.link-block-9 {
  width: 100%;
  height: 8%;
  margin-left: -10px;
  position: absolute;
}

.collection-item-4 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 23px;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.content-bg {
  z-index: 1;
  background-image: linear-gradient(#fff 50%, #fff0), linear-gradient(#ffffffd9, #ffffffd9), url('../images/bg.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  position: fixed;
  inset: 0%;
}

.c-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 51px;
  display: block;
  position: relative;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.accordion-item-q-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.c-header {
  text-align: center;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #cf24f5;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #cf24f5;
  width: .3em;
  height: 100%;
  position: absolute;
}

.monster {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.c-monster {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 10px;
}

.c-accordion-item-a {
  overflow: hidden;
}

.monster-top {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #cf24f5;
  width: 100%;
  height: .3em;
  position: relative;
}

._w-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 35px;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-details {
  margin-bottom: 60px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.header-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.c-monster-top {
  text-align: center;
  margin-bottom: 100px;
}

.faq-background-img {
  z-index: 0;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.faq-background-img.fixed {
  position: fixed;
}

.image-top {
  width: 100%;
  margin-top: 90px;
  position: absolute;
  inset: 0%;
}

.collection-list-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-paragraph {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 61px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hero-grid-wrapper {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-h1 {
  color: #000;
  letter-spacing: -1.4px;
  margin-top: 7px;
  margin-bottom: 16px;
  font-size: 65px;
  line-height: 65px;
}

.hero-image {
  width: 100%;
}

.button-hero {
  background-color: #37def5;
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

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

.hero-section {
  padding: 100px 3%;
}

.hero-section.customer {
  z-index: 2;
  background-color: #e4ecf9;
  position: relative;
}

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.get-a-price-div-3 {
  z-index: 5;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
}

.get-a-price-gradient-2 {
  z-index: 3;
  opacity: 1;
  background-image: linear-gradient(104deg, #c225f6 1%, #0a2cfe);
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.get-a-price-gradient-2.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  display: block;
  position: absolute;
}

.download-btn {
  z-index: 5;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
}

.h2-2 {
  margin-bottom: 14px;
}

.feature-header {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.feature-grid-block {
  padding: 24px;
}

.gradient-div {
  background-image: linear-gradient(#f7f7f7, #f6fcff 0% 0%, #f6fcff00);
  height: 130px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  inset: 50% auto 0% -60px;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 75px;
}

.feature-section {
  border-bottom: 1px solid #e2e4e8;
  padding: 80px 3% 200px;
  position: relative;
}

.standard-paragraph {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  text-align: center;
  max-width: 650px;
  display: block;
}

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

.free-download {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.download-now-for-free {
  z-index: 100;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.download-now-for-free.mobile {
  display: none;
}

.download-now-for-free.static {
  margin-top: 20px;
  position: static;
}

.download-now-for-free.bigger {
  width: 270px;
}

.download-gradient {
  z-index: 3;
  opacity: 1;
  background-image: linear-gradient(104deg, #c225f6 1%, #0a2cfe);
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
}

.download-gradient.color2 {
  z-index: 2;
  background-image: linear-gradient(104deg, #c225f6 1%, #292bfd 45%);
  display: block;
  position: absolute;
}

.gradient-div-2 {
  background-image: linear-gradient(#f7f7f7, #f6fcff 0% 0%, #f6fcff00);
  height: 130px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-text-wrapper {
  z-index: 20;
  max-width: 70%;
  position: relative;
}

.bottom-section {
  background-color: #e4ecf9;
  padding: 140px 3%;
  position: relative;
}

.banner {
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  margin: 160px auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px #0e567c29;
}

.submit-button-2 {
  background-color: #37def5;
  border-radius: 5px;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.faq-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cta-header {
  background-image: linear-gradient(to right, var(--sky-blue), var(--blue-violet));
  color: #1b2d45;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.paragraph-basic {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

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

.banner-button {
  background-color: #37def5;
  border-radius: 500px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

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

.footer-grid-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr 1fr;
}

.footer-logo-2 {
  margin-bottom: 30px;
}

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

.h3-2 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.input-field {
  background-image: url('../images/mail-icon.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  font-size: 16px;
  box-shadow: 0 33px 84px #0e567c29;
}

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

.bold-text-32 {
  background-image: linear-gradient(92deg, var(--sky-blue), var(--medium-orchid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

._w-accordion-item-2 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item-2:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #cf24f5;
}

.grid-17 {
  grid-template-columns: 1fr;
  margin-left: 214px;
  margin-right: 214px;
  padding-left: 0;
  padding-right: 0;
}

.hero-h2 {
  color: #000;
  text-align: center;
  letter-spacing: -1.4px;
  margin-top: 7px;
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 65px;
}

.paragaph-download {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragaph-download.center {
  text-align: center;
  max-width: 650px;
  display: block;
}

.grid-18 {
  background-color: #220946;
}

.bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
  font-size: 30px;
}

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

.bold-text-40, .bold-text-41, .bold-text-42 {
  font-size: 30px;
}

.button-menu-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu-2:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  display: flex;
}

.pricing-section {
  background-color: #f5f5fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flowbase-navigation {
  z-index: 99;
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-text-mobile {
  color: #848199;
  font-size: 15px;
  display: none;
}

.button-wrap {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.feature-check {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.flowbase-logo-2 {
  width: 55px;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.text-block-55 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.price-type {
  color: #5243c2;
  margin-top: 0;
  font-size: 25px;
}

.container-flex-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check {
  width: 18px;
  margin-right: 16px;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-column-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px;
  box-shadow: 16px 16px 42px #17123f1f;
}

.feature-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.feature-text {
  color: #848199;
  font-size: 15px;
}

.button-pricing {
  color: #5243c2;
  text-align: center;
  background-color: #f496d1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-column {
  padding: 21px;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.pricing-column-features {
  padding: 21px;
}

.feature-grid-2 {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.pricing-page {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.h2---pricing {
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 55%;
  margin-top: 8vh;
  margin-bottom: 5vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.container---numbers {
  z-index: 10;
  background-image: linear-gradient(#220946, #220946);
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-7 {
  height: auto;
}

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

.lottie-animation-4.absolute {
  height: 100%;
  position: absolute;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-7.sized {
  height: auto;
  min-height: 600px;
}

.link-block-10 {
  z-index: 100;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-top: 446px;
  margin-left: 0;
  text-decoration: none;
  position: absolute;
}

.bold-text-44 {
  background-image: linear-gradient(to right, var(--medium-orchid), var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.h2_faq {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.c-content-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 51px;
  display: block;
  position: relative;
}

.section-5 {
  background-image: linear-gradient(#d9e2f8, #fff);
  width: 100%;
  height: auto;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

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

.div-block-6 {
  margin-right: 0;
}

.div-block-6.spaced {
  padding-left: 50px;
}

.text-block-56 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(241deg, #0a2cfe, #d124f5);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 41px;
  margin-bottom: 17px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-57 {
  width: 65%;
  margin-top: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.section-4 {
  background-color: #220946;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.b2-optional-social-proof-subheading-3 {
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 43%;
  margin-top: 8vh;
  margin-bottom: 5vh;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.section-19 {
  float: none;
  background-color: #eaeffc;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 40px 97px 100px;
  display: block;
}

.div-block-96 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 22px;
  display: grid;
}

.image-83 {
  float: left;
  text-align: left;
  width: 25px;
  display: block;
  position: static;
  overflow: visible;
}

.text-block-58 {
  color: #333;
  width: 90%;
  padding-left: 42px;
  font-family: Heebo, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.section-20 {
  background-image: linear-gradient(#fff 27%, #eaeffc 28%);
  display: block;
}

.section-20.top-pad {
  margin-top: 55px;
}

.div-block-97 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  margin-left: 85px;
  margin-right: 85px;
  display: grid;
}

.section-21 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-98 {
  background-image: linear-gradient(#eaeffc, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 162px;
  display: flex;
}

.text-block-59 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(223deg, #d124f5, #0a2cfe);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  margin-top: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.text-block-60 {
  text-align: center;
  margin-top: 18px;
  margin-left: 376px;
  margin-right: 376px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.price-image-monthly {
  margin-top: 27px;
}

.buttom-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: absolute;
}

.learn-how-we-do-it-2 {
  opacity: 1;
  color: #15032f;
  cursor: pointer;
  border: 0 #000;
  margin-top: 2vh;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}

.hero_headline {
  z-index: 10;
  color: #000;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: linear-gradient(92deg, #d124f5, #0a2cfe);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero_headline.white {
  color: #fff;
  font-weight: 700;
}

.hero_headline.bigger {
  font-size: 55px;
  line-height: 60px;
}

.hero_headline.lines {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 54px;
}

.subheading_smaller {
  z-index: 30;
  opacity: 1;
  color: #000000d6;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.subheading_smaller.white {
  color: #fff;
  width: 90%;
  margin-bottom: 34px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.image-86 {
  width: 60%;
  max-width: 60%;
  margin-left: 200px;
}

.image-87 {
  z-index: 20;
  margin-bottom: 10vh;
  position: relative;
}

.text-learn {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  border: 0 #000;
  margin-top: 2vh;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}

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

.grid12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(10vh, .25fr) auto;
  min-height: auto;
}

.grid12.long {
  grid-template-rows: minmax(15vh, .25fr) auto;
  margin-top: 0;
}

.grid12.change {
  grid-template-rows: 10vh;
  grid-template-columns: 1fr;
}

.grid12.section1 {
  grid-template-rows: minmax(10vh, .25fr) auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.text-block-64 {
  color: #fff;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 87px;
  margin-right: 87px;
  padding-left: 57px;
  padding-right: 57px;
  display: grid;
}

.section-23 {
  height: auto;
}

.buttom-text-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 60%;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  position: absolute;
}

.link-block-11 {
  z-index: 100;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-top: 446px;
  margin-left: 0;
  text-decoration: none;
  position: absolute;
}

.gradient {
  background-image: linear-gradient(to right, #321261, #15032f);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.price-nest {
  background-color: #fff;
  border: 1px #000;
  border-top: 11px #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 97%;
  display: flex;
  position: relative;
}

.price-nest.back {
  background-image: linear-gradient(85deg, var(--blue), var(--medium-orchid));
  width: 90%;
  min-height: 270px;
  box-shadow: 1px 1px 10px 0 var(--blue-shadow);
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .35s;
}

.price-nest.back:hover {
  box-shadow: -1px 4px 10px 0 var(--blue-shadow);
}

.price-small-text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 300;
}

.price-text-big {
  text-align: center;
  margin-top: 7px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.price-text-gradient {
  background-image: linear-gradient(100deg, var(--dodger-blue), var(--blue) 18%, var(--medium-orchid) 86%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}

.new-get-a-price-div {
  z-index: 5;
  background-image: linear-gradient(40deg, var(--blue), #7728f9 55%, var(--medium-orchid));
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .4s;
  display: flex;
  position: relative;
  top: auto;
  box-shadow: 2px 2px 6px 1px #d124f54f;
}

.new-get-a-price-div:hover {
  background-image: linear-gradient(40deg, var(--dodger-blue), var(--blue) 50%, var(--medium-orchid));
  box-shadow: 0 0 6px 1px #0a2cfea1;
}

.new-get-a-price-div.less-padding {
  padding-left: 4px;
  padding-right: 4px;
}

.price-button-div {
  z-index: 100;
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.price-button-div.mobile {
  display: none;
}

.price-button-div.static {
  margin-top: 20px;
  position: static;
}

.price-button-div.bigger {
  width: 300px;
  height: 60px;
}

.price-button-div.bigger.even-bigger {
  height: 75px;
  margin-top: 30px;
}

.price-button-div.smaller {
  width: 160px;
  height: 40px;
}

.price-button-div.smaller.top-padding {
  width: 150px;
  margin-top: 20px;
}

.price-button-div.big {
  width: 450px;
  height: 125px;
}

.button-text {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.button-text.bigger {
  font-size: 18px;
}

.button-text.bigger.bold {
  font-weight: 500;
}

.html-embed-absolute {
  z-index: 100;
  width: 80%;
  margin-top: 15px;
  padding-top: 0;
  position: relative;
}

.buttom-text-copy {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
}

.div-block-7-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-7-copy.sized {
  background-image: linear-gradient(131deg, #241373, #3b1584 12%, #981eca 82%, var(--medium-orchid));
  height: auto;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.text-block-65 {
  text-align: center;
  text-transform: capitalize;
  font-size: 55px;
  line-height: 60px;
}

.div-block-104 {
  margin: 15px;
}

.text-block-66 {
  font-size: 16px;
}

.feature-small-div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold-text-46 {
  font-size: 16px;
}

.image-60-copy {
  max-width: 90%;
  margin-top: 50px;
}

.home-section-div.centered {
  align-items: center;
  display: flex;
}

.home-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.section-24 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.h2-headline {
  z-index: 10;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.h2-headline.white {
  color: #fff;
  font-weight: 700;
}

.h2-headline.bigger {
  font-size: 55px;
  line-height: 60px;
}

.rich-text-block-13 {
  line-height: 22px;
}

.small-scroll-animation {
  width: 50px;
  margin-left: 48%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-7 {
  font-size: 11px;
  font-weight: 300;
}

.progress-bar {
  width: 100%;
  position: sticky;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.div-block-106 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  width: 40%;
  height: 100%;
  min-height: 75px;
}

.link-block-12 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-details-highlight-wrapper {
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.read-now-cta {
  color: #02a5b9;
  font-weight: 500;
}

.collection-item-4-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 30px 23px;
}

.heading-h2-copy {
  color: #4c29fb;
  margin-top: 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.heading-h2-copy.blog {
  color: var(--midnight-blue);
}

.content-section-copy {
  z-index: 1;
  padding: 45px 3% 132px;
  position: relative;
}

.div-block-107 {
  z-index: 100;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.div-block-108 {
  min-height: 100vh;
  color: var(--white-smoke);
}

.html-embed-5 {
  height: 100%;
}

.hidden-block {
  display: none;
}

.new-section-thesis {
  background-image: url('../images/background_image.jpg');
  background-position: 50% 0;
  background-size: auto;
  min-height: 100vh;
  padding-bottom: 70px;
}

.notification-nest-div {
  height: 100vh;
}

.lottie-animation-23 {
  opacity: .44;
  cursor: wait;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.video-closer-system-sticky {
  width: 100%;
  position: relative;
}

.the-discovery {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  margin-left: 0;
  padding-left: 10vh;
  display: flex;
  position: relative;
}

.h1-our-story {
  z-index: 10;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(95deg, #00e3fd 12%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Nunito Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: underline;
  display: block;
  position: relative;
  top: auto;
}

.scroll-down-lottie {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.november-body {
  z-index: 5;
  color: #fff;
  text-align: left;
  flex: 0 auto;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: auto;
  left: auto;
}

.body-our-story {
  z-index: 50;
  color: #fff;
  text-align: left;
  flex: 0 auto;
  width: 60%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: fixed;
  top: auto;
}

.headline-our-after-a-while {
  z-index: 10;
  color: #0065f2;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle farthest-side at 0%, #00e3fd 12%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 49px;
  margin-right: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  display: block;
  position: static;
  left: -580px;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.our-story-flexbox {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -91.2vh;
  left: auto;
}

.our-story-flexbox.step5 {
  align-items: flex-start;
  height: 20vh;
  margin-left: 0;
  top: -64.5vh;
  left: auto;
}

.our-story-flexbox.step-3 {
  z-index: 5;
  height: 15vh;
  top: -47vh;
}

.our-story-flexbox.left {
  align-items: flex-start;
  width: 100%;
  height: 20vh;
  margin-left: 0;
  margin-right: 0;
  top: -80.8vh;
  left: auto;
}

.scroll-down {
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-top: 0;
  display: block;
  position: static;
  inset: -77px 0% 0%;
}

.take-a-quiz-2 {
  color: #fff;
  width: 100%;
  margin-bottom: 89px;
  font-size: 60px;
  line-height: 70px;
  position: relative;
}

.div-block-9 {
  text-align: center;
  text-transform: none;
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin-top: 33vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.flexbox-our-story {
  color: #fff;
  background-image: linear-gradient(#000, #09002c 13%);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.get-a-price-div-main-menu {
  z-index: auto;
  clear: none;
  width: 180px;
  height: 50px;
  box-shadow: none;
  filter: contrast(200%);
  text-align: center;
  background-image: linear-gradient(127deg, #ca1d77, #db0004);
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 0 30px 14px 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.get-a-price-div-main-menu:hover {
  background-image: linear-gradient(108deg, #a70407 39%, #db0004);
  box-shadow: 0 0 20px 2px #fd0b0f;
}

.buttom {
  width: 100%;
  height: 100vh;
}

.headline-our-story {
  z-index: 10;
  color: #0065f2;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle farthest-side at 0%, #00e3fd 12%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 49px;
  margin-right: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  display: block;
  position: static;
  left: -580px;
}

.november {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  margin-left: 0;
  padding-left: 30vh;
  padding-right: 0;
  display: flex;
  position: relative;
}

.the-birth {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  margin-left: 0;
  padding-left: 10vh;
  display: flex;
  position: relative;
}

.lottie-animation-21 {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3.7%;
  margin-top: 20vh;
  display: flex;
  position: static;
  top: auto;
  overflow: visible;
}

.our-story-flexbox-right {
  flex-flow: column wrap;
  align-content: stretch;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -60.7vh;
  left: auto;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.our-story-progressbar-2 {
  z-index: 0;
  opacity: .5;
  background-color: #00f;
  width: .2%;
  height: 680vh;
  margin-top: 605px;
  padding-top: 0;
  display: none;
  position: absolute;
  top: auto;
}

.text-span-8 {
  font-style: italic;
  text-decoration: underline;
}

.image-88 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-67 {
  z-index: 5;
  text-align: center;
  position: relative;
}

.text-span-9 {
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-large {
  font-size: 1.25rem;
}

@media screen and (min-width: 1280px) {
  ._w-accordion-item:hover, ._w-accordion-item-2:hover {
    box-shadow: 1px 1px 15px #cf24f5;
  }
}

@media screen and (min-width: 1440px) {
  .get-a-price-div:hover {
    background-image: linear-gradient(220deg, var(--blue), var(--medium-orchid));
  }

  .get-a-price-div-copy.red:hover {
    background-color: var(--red);
    background-image: linear-gradient(to bottom, var(--medium-orchid), var(--red));
  }

  .blog-image:hover {
    display: block;
  }

  ._w-accordion-item:hover {
    box-shadow: 1px 1px 15px #cf24f5;
  }

  .button-hero:hover {
    background-color: var(--blue-violet);
  }

  .get-a-price-div-3:hover, .download-btn:hover {
    background-image: linear-gradient(220deg, #0a2cfe, #d124f5);
  }

  ._w-accordion-item-2:hover {
    box-shadow: 1px 1px 15px #cf24f5;
  }

  .new-get-a-price-div:hover {
    background-image: linear-gradient(220deg, var(--blue), var(--medium-orchid));
  }
}

@media screen and (min-width: 1920px) {
  .button-secondary.play-white:hover {
    background-color: #b022f7;
  }

  .blog-image-wrap:hover {
    border-style: none;
    border-width: 10px;
    border-color: var(--blue-violet) var(--purple) var(--blue-violet) var(--blue-violet);
  }

  .image-75:hover {
    border: 10px solid var(--purple);
    opacity: 1;
  }

  .link-block-8:hover {
    box-shadow: none;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._w-accordion-item:hover {
    box-shadow: 1px 1px 15px 0 var(--purple);
    border-color: #a3a3a375;
  }

  ._w-accordion-item-2:hover {
    border-color: #a3a3a375;
    box-shadow: 1px 1px 15px #9526f8;
  }
}

@media screen and (max-width: 991px) {
  .section {
    min-height: auto;
  }

  .hero-lottie-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    left: 1%;
  }

  .hero-lottie-div.salesrep {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .hero-lottie-div.step123 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mobile-hero-lottie {
    width: 100%;
    height: 50vh;
    display: none;
    position: relative;
  }

  .new-hero-div {
    margin-top: 0;
    padding-left: 3vh;
    padding-right: 3vh;
    display: block;
  }

  .new-hero-div.section1 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .hero-lottie._2 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .hero-lottie._4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
    top: 0%;
    left: -2%;
  }

  .hero-lottie._4.new {
    width: 80%;
  }

  .hero-lottie._3, .hero-lottie._1 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .call-to-action-nest {
    margin-bottom: 5vh;
  }

  .a1-hero-headline-2-copy.bigger {
    font-size: 45px;
  }

  .grid-10 {
    grid-template: "." minmax(0, .25fr)
                   "Area-2"
                   "Area"
                   / 1fr;
    margin-top: 0;
  }

  .new-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-container.smaller {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .navigation {
    display: block;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    display: none;
  }

  .login-buttons {
    justify-content: center;
    margin-left: 0;
  }

  .b2-optional-social-proof-subheading-2 {
    width: 60%;
  }

  .section-2.margin {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-2 {
    min-height: auto;
    padding-left: 21px;
    padding-right: 21px;
    overflow: visible;
  }

  .hero-lottie-section._2 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .hero-lottie-section._4 {
    display: none;
  }

  .hero-lottie-section._3, .hero-lottie-section._1 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .hero-lottie-section.active.intent-data {
    display: block;
    left: -4%;
  }

  .hero-lottie-section.active.stillthink, .hero-lottie-section.active.stillthink.moveleft {
    display: none;
  }

  .hero-lottie-section.active.yoursales {
    width: 75%;
    display: block;
    position: relative;
    left: 0%;
  }

  .hero-lottie-section.intent-data {
    display: none;
    position: relative;
    left: 12%;
  }

  .hero-lottie-section.stillthink {
    text-align: left;
    width: 80%;
    display: block;
    position: relative;
    left: auto;
  }

  .hero-lottie-section.yoursales {
    display: none;
  }

  .hero-lottie-section.millions, .hero-lottie-section.reachqualified {
    position: relative;
    left: -1%;
  }

  .hero-lottie-section.contactlevel {
    text-align: left;
    width: 80%;
    display: block;
    position: relative;
    left: auto;
  }

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

  .grid-10-copy.long {
    grid-template-rows: auto;
  }

  .grid-10-copy.salesrep {
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    display: none;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .grid-13 {
    object-fit: fill;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-content: stretch;
    width: 90%;
    max-width: 90%;
    margin-bottom: 5vh;
    overflow: visible;
  }

  .tumbernails, .tumbernails.buttom, .tumbernails.buttom.right, .tumbernails.buttom.left, .tumbernails.buttom.left.forves, .tumbernails.buttom.deauthe-bank, .tumbernails.right, .tumbernails.right.bestbuy, .tumbernails.right.hulu, .tumbernails.left, .tumbernails.left.nike, .tumbernails.left.sony, .tumbernails.fedex {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .text-block-7 {
    max-width: 90%;
  }

  .text-block-8 {
    max-width: 70%;
  }

  .image-60 {
    margin-top: 0;
    padding-left: 0;
  }

  .section-3 {
    height: auto;
  }

  .camera {
    height: auto;
    position: relative;
  }

  .frame {
    flex-direction: column;
    align-items: center;
  }

  .lottie-animation-2 {
    display: none;
    overflow: visible;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .collection-list-11 {
    grid-template-columns: 1fr 1fr;
  }

  .content7-number-card {
    text-align: center;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .headline-6-col-2 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature1-image2 {
    display: none;
  }

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

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .headline-6-col-3 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .container-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-left-2 {
    display: flex;
  }

  .about-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .vertical-centered-div-2 {
    align-items: center;
  }

  .div-block-75 {
    flex-direction: column;
    display: flex;
  }

  .h1-sales-page.first.wide {
    font-size: 35px;
  }

  .div-block-49 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .step-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-11-casestudy {
    grid-template-columns: 1fr;
  }

  .diagram {
    align-items: center;
  }

  .hero-box-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-left-copy {
    display: flex;
  }

  .div-block-77 {
    display: none;
  }

  .mobile-section1, .mobile-hero-lottie-stillthink {
    width: 100%;
    height: 50vh;
    display: none;
    position: relative;
  }

  .menu-button {
    border: 3px none var(--midnight-blue);
  }

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

  .burger-2 {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 20px -1px #0a2cfe52;
  }

  .b2-bar1, .b2-middle-bar-left, .b2-middle-bar-right, .b2-bar3 {
    background-color: var(--blue);
  }

  .div-block-78 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav {
    background-color: var(--white-smoke);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .no-logo {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .section-hero {
    padding-top: 1em;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .download-button.last {
    margin-bottom: 0;
  }

  .ellipse-left {
    left: -450px;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .hero-text-line {
    height: 90px;
    margin-top: 25px;
  }

  .main-hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-10-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .play-icon-image {
    width: 100px;
  }

  .ellipse-right {
    right: -560px;
  }

  .hero-text {
    font-size: 100px;
  }

  .main-heading.big {
    font-size: 35px;
  }

  .main-heading.big.bigger {
    font-size: 32px;
    line-height: 40px;
  }

  .small-container {
    max-width: 100%;
  }

  .customers-panel {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .card-item.light.shadow.vsl {
    margin-top: 30px;
  }

  .text-container {
    max-width: 70%;
  }

  .lottie-hero {
    display: none;
    overflow: visible;
  }

  .grid-testimonial {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-container-2 {
    max-width: 70%;
  }

  .bright-box-cta-div {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .ad-lander-sub-title.boldblue {
    font-size: 24px;
  }

  .ad-lander-sub-title.soft {
    font-size: 25px;
  }

  .grid-16, .who-is-using-it-container, .grid-pains, .column-grid.top-pad {
    grid-template-columns: 1fr;
  }

  .big-bold-not-h-text {
    font-size: 35px;
  }

  .bold-text-28 {
    font-size: 20px;
  }

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

  .link-block-7.hero-button {
    text-align: left;
    display: flex;
  }

  .burger-2-2 {
    width: 60px;
    height: 60px;
    box-shadow: 4px 4px 12px 0 var(--blue-shadow);
  }

  .b2-bar1-2, .b2-middle-bar-left-2, .b2-middle-bar-right-2, .b2-bar3-2 {
    background-color: var(--blue);
  }

  .nav-menu-real {
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 13px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

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

  .div-block-81 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h2-text-base {
    font-size: 28px;
  }

  .gradient-hero-subtitle.boldblue {
    font-size: 24px;
  }

  .gradient-hero-subtitle.soft {
    font-size: 25px;
  }

  .header {
    padding-top: 34px;
    padding-bottom: 34px;
    position: sticky;
    inset: 0 0% auto;
  }

  .split-content.hero {
    max-width: 100%;
  }

  .header-button-wrapper {
    margin-top: 43px;
    margin-left: 0;
    position: static;
    bottom: 68px;
    left: 24px;
    right: 24px;
  }

  .footer-bottom-mobile {
    text-align: center;
    flex-direction: column;
    display: block;
  }

  .banner-cta-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .sponsors-grid {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .button-primary.large.hero {
    padding-left: 53px;
    padding-right: 53px;
  }

  .button-primary.mobile {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 21px;
    line-height: .857em;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .5fr .75fr;
    grid-template-areas: ". ."
                         "Area Area";
  }

  .achievements-grid {
    grid-column-gap: 31px;
  }

  .submenu-title {
    font-size: 29px;
  }

  .copyright-mobile-wrapper {
    border-bottom: 1px solid #e9eaee;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .subnav-link {
    padding: 20px 0;
    font-size: 28px;
  }

  .footer-column {
    max-width: 531px;
  }

  .dropdown-2 {
    flex-direction: column;
    display: flex;
  }

  .dropdown-2.pages-container {
    display: none;
  }

  .special-text-2 {
    font-size: 50px;
  }

  .about-host-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-bottom: 32px;
  }

  .section-18.sponsors-hero {
    padding-top: 72px;
  }

  .section-18.latest-episodes {
    padding-top: 120px;
  }

  .section-18.about-host {
    background-image: linear-gradient(#220946, #220946);
  }

  .section-18.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-18.hero.radio {
    height: auto;
    position: relative;
  }

  .nav-menu-3 {
    z-index: 999999999;
    background-color: #fff;
    width: 80%;
    padding: 48px 24px 43px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 10px 0 50px #0a0a0b4d;
  }

  .dropdown-menu.w--open {
    inset: 73px auto auto 0%;
  }

  .achievements-box {
    position: static;
  }

  .paragraph.hero {
    max-width: 100%;
    font-size: 18px;
  }

  .dropdown-list-2.w--open {
    min-width: auto;
    box-shadow: none;
    border-width: 0;
    flex-direction: column;
    padding: 0;
    position: static;
  }

  .container-default-1256px {
    max-width: 80%;
    position: static;
    inset: 0%;
  }

  .dropdown-cta {
    margin-top: 32px;
    margin-left: 0;
    margin-right: auto;
  }

  .menu-button-3 {
    border-radius: 80px;
    padding: 12px;
    transition: transform .35s;
  }

  .menu-button-3:hover {
    transform: scale(1.1);
  }

  .menu-button-3.w--open {
    background-color: #e9eaee;
    border-radius: 80px;
  }

  .banner-cta {
    padding: 70px 60px;
    display: none;
  }

  .about-card {
    margin-top: -253px;
  }

  .popup {
    z-index: 999;
    bottom: 24px;
    left: 24px;
  }

  .submenu-column.first-column {
    margin-top: 24px;
    margin-bottom: 56px;
    margin-right: 0;
  }

  .footer-nav._2-columns {
    grid-template-columns: auto 1fr;
  }

  .dropdown-menu-cta.w--open {
    inset: 73px auto auto 0%;
  }

  .submenu-grid.first-column {
    grid-template-columns: auto;
  }

  .nav-link {
    color: #0a0a0b;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 28px;
    line-height: 1.071em;
    display: flex;
  }

  .nav-link.w--current {
    color: #1154ff;
    border-bottom-width: 0;
  }

  .nav-link.hide-on-desktop {
    display: flex;
  }

  .menu-button-icon {
    width: 30px;
    height: 30px;
  }

  .menu-button-icon.w--open {
    background-color: #3527d8;
  }

  .footer-bottom-desktop {
    flex-direction: column;
    display: none;
  }

  .text-block-45 {
    font-size: 19px;
    line-height: 18px;
  }

  .image-71 {
    border-radius: 20px;
    height: 200px;
  }

  .button-play-content-wrapper {
    align-items: center;
  }

  .collection-list-wrapper {
    display: none;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-71-copy {
    border-radius: 20px;
    height: 200px;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .image-73 {
    margin-top: 0;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .heading-h2 {
    line-height: 25px;
  }

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

  .blog-lottie {
    display: none;
    overflow: visible;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .navigation-button {
    margin-left: 0;
  }

  .menu-button-4 {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

  .blog-grid-2 {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .text-block-52 {
    margin-bottom: 25px;
  }

  .image-80 {
    border-radius: 60px;
    width: 59px;
  }

  .link-block-8 {
    text-decoration: none;
  }

  .small-feature-blog-div {
    border-top: 1px solid var(--blue-shadow);
    margin-bottom: 15px;
  }

  .link-block-9 {
    width: 100%;
    height: 7%;
    position: absolute;
  }

  ._w-accordion-item:hover {
    box-shadow: 1px 1px 15px #cf24f5;
  }

  .accordion-item-q-icon-stripe-2 {
    background-color: #cf24f5;
  }

  .monster {
    width: 75%;
  }

  .monster-top {
    width: 50%;
  }

  .accordion-item-q-icon-stripe-1 {
    background-color: #cf24f5;
  }

  .image-top {
    margin-top: 0;
  }

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

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-h1 {
    text-align: center;
    max-width: 500px;
    font-size: 55px;
  }

  .hero-image {
    max-width: 560px;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .h2-2 {
    font-size: 42px;
  }

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

  .feature-grid-block {
    padding: 12px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

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

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

  .banner-text-wrapper {
    max-width: 65%;
  }

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

  .cta-header {
    font-size: 30px;
  }

  .banner-button {
    white-space: nowrap;
  }

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

  .bold-text-32 {
    background-image: linear-gradient(99deg, var(--sky-blue), var(--medium-orchid));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  ._w-accordion-item-2:hover {
    box-shadow: 1px 1px 15px #cf24f5;
  }

  .grid-17 {
    justify-items: center;
    max-width: 90%;
    margin-left: 82px;
    margin-right: 82px;
  }

  .hero-h2 {
    text-align: center;
    max-width: 500px;
    font-size: 55px;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .feature-text-mobile {
    display: block;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-column-white, .pricing-column {
    padding: 15px;
  }

  .pricing-column-features {
    padding: 15px;
    display: none;
  }

  .h2---pricing {
    width: 60%;
  }

  .container---numbers {
    min-height: auto;
    overflow: visible;
  }

  .link-block-10 {
    margin-top: 298px;
  }

  .bold-text-44 {
    background-image: linear-gradient(100deg, var(--medium-orchid), var(--blue));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
  }

  .div-block-5 {
    grid-template-columns: 1.5fr;
    height: auto;
  }

  .text-block-56 {
    width: 70%;
  }

  .text-block-57 {
    width: 85%;
  }

  .b2-optional-social-proof-subheading-3 {
    width: 60%;
  }

  .div-block-96 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-97 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: -10px;
  }

  .text-block-60 {
    margin-left: 117px;
    margin-right: 117px;
  }

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

  .hero_headline {
    margin-top: 46px;
  }

  .hero_headline.bigger {
    font-size: 45px;
  }

  .image-86 {
    align-self: auto;
    width: 45%;
    margin-top: 0;
    margin-left: 0;
  }

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

  .grid12.long {
    grid-template-rows: auto;
  }

  .grid12.salesrep {
    grid-template-rows: auto auto;
  }

  .div-block-101 {
    margin-bottom: 10vh;
    margin-left: 0;
    margin-right: 0;
  }

  .buttom-text-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .link-block-11 {
    margin-top: 298px;
  }

  .price-nest.back {
    margin-top: 15px;
    margin-bottom: 22px;
  }

  .buttom-text-copy {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-7-copy.sized {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-65 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 35px;
  }

  .image-60-copy {
    margin-top: 0;
    padding-left: 0;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }

  .h2-headline.bigger {
    font-size: 45px;
  }

  .link-block-12 {
    cursor: pointer;
    margin-top: 15px;
    text-decoration: none;
  }

  .collection-item-4-copy {
    margin-bottom: 25px;
  }

  .heading-h2-copy {
    color: var(--midnight-blue-2);
    line-height: 25px;
  }

  .content-section-copy {
    padding-top: 75px;
  }

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

  .get-a-price-div-main-menu {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-lottie-div {
    flex-direction: column;
    width: 90%;
    height: auto;
    margin-top: 0;
    display: flex;
    left: auto;
  }

  .hero-lottie-div.salesrep {
    margin-top: 2vh;
    margin-bottom: 4vh;
  }

  .hero-lottie-div.step123 {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .new-hero-div.section1 {
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .a2-hero-subheading, .a2-hero-subheading.white {
    width: 100%;
  }

  .call-to-action-nest {
    margin-bottom: 2vh;
  }

  .new-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .new-container.smaller {
    display: block;
  }

  .b2-optional-social-proof-subheading-2 {
    width: 70%;
    margin-top: 5vh;
    margin-bottom: 8vh;
  }

  .container-2 {
    margin-top: 21vh;
  }

  .hero-lottie-section.active.intent-data {
    width: 100%;
    left: auto;
    right: auto;
  }

  .hero-lottie-section.active.stillthink {
    width: 100%;
    height: auto;
    display: block;
    left: auto;
    right: auto;
  }

  .hero-lottie-section.active.stillthink.moveleft {
    width: 100%;
    display: block;
  }

  .hero-lottie-section.active.contactdata {
    flex: 0 auto;
    width: 100%;
    display: flex;
    position: relative;
  }

  .hero-lottie-section.intent-data {
    width: 100%;
    left: auto;
    right: auto;
  }

  .hero-lottie-section.stillthink {
    width: 100%;
    height: auto;
    display: none;
  }

  .hero-lottie-section.millions, .hero-lottie-section.reachqualified {
    width: 100%;
    left: auto;
    right: auto;
  }

  .hero-lottie-section.contactlevel {
    width: 100%;
    height: auto;
    display: none;
  }

  .grid-10-copy {
    place-content: center stretch;
    place-items: start center;
  }

  .grid-10-copy.salesrep {
    grid-template-rows: 12vh;
  }

  .div-block-3 {
    display: none;
  }

  .grid-12 {
    grid-template-rows: repeat(auto-fit, 139px);
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tumbernails, .tumbernails.buttom {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .tumbernails.buttom.right {
    padding-right: 2vh;
  }

  .tumbernails.buttom.left, .tumbernails.buttom.left.forves, .tumbernails.buttom.deauthe-bank, .tumbernails.right, .tumbernails.right.bestbuy, .tumbernails.right.hulu, .tumbernails.left, .tumbernails.left.nike, .tumbernails.left.sony, .tumbernails.fedex {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .text-block-7, .text-block-8 {
    max-width: 90%;
  }

  .section-3 {
    height: auto;
  }

  .html-wrapper {
    max-height: 1300px;
  }

  .team3-profiles-row-2 {
    grid-template-columns: 1fr;
  }

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

  ._6-col {
    margin-right: 0;
  }

  .navigation-left-2 {
    margin-left: 10px;
  }

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-sales-page.first.wide {
    font-size: 28px;
  }

  .body-2 {
    font-size: 16px;
  }

  .text-block-19.wide {
    font-size: 18px;
  }

  .step-div {
    padding-left: 2%;
    padding-right: 2%;
  }

  .mobile-hero-lottie-stillthink {
    height: 50vh;
  }

  .hero-product-demo {
    height: 130vh;
  }

  .download-button {
    width: 100%;
    margin-right: 0;
  }

  .hero-text-holder {
    flex-direction: column;
    align-items: center;
  }

  .text-center {
    width: 80%;
  }

  .hero-text-line {
    width: 30%;
    height: 2px;
    margin-top: 0;
  }

  .download-buttons {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-10-columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-text {
    margin-top: 0;
  }

  .hero-text._1 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

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

  .button {
    margin-bottom: 5px;
  }

  .button.download {
    justify-content: flex-start;
  }

  .small-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-holder {
    display: flex;
  }

  .text-holder.center {
    justify-content: center;
  }

  .customer-image {
    margin-bottom: 1em;
  }

  .section-17.second {
    margin-top: 400px;
  }

  .grid-5-col {
    grid-template-columns: 1fr 1fr;
  }

  .card-item {
    flex-direction: column;
  }

  .text-container {
    max-width: 100%;
  }

  .card-item-content {
    align-self: auto;
  }

  .feature-grid, .grid-testimonial {
    grid-template-columns: 1fr 1fr;
  }

  .text-container-2 {
    max-width: 100%;
  }

  .card-item-content-2 {
    align-self: auto;
  }

  .grid-6-col, .feature-grid-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ad-lander-sub-title {
    flex: 0;
    order: 1;
    max-width: 100%;
  }

  .ad-lander-sub-title.mobile {
    display: block;
  }

  .ad-lander-sub-title.desktop {
    display: none;
  }

  .card-item-content-copy {
    align-self: auto;
  }

  .gradient-hero-subtitle {
    flex: 0;
    order: 1;
    max-width: 100%;
  }

  .gradient-hero-subtitle.mobile {
    display: block;
  }

  .gradient-hero-subtitle.desktop {
    display: none;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
    position: sticky;
  }

  .split-content.hero {
    max-width: 100%;
  }

  .latest-episodes-excerpt-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .hosted-wrapper {
    margin-bottom: 12px;
  }

  .dropdown-platform-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .category-link {
    border-bottom-width: 1px;
    border-bottom-color: #e0e1e3;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .category-link.w--current {
    border-bottom-width: 3px;
    width: 100%;
  }

  .category-link.current {
    border-bottom: 3px solid #000;
  }

  .button-secondary {
    align-self: stretch;
  }

  .button-secondary.large {
    align-self: stretch;
    font-size: 18px;
  }

  .dropdown-cta-toggle {
    width: 100%;
  }

  .sponsors-grid {
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 32px;
  }

  .button-primary.large {
    align-self: stretch;
    width: 100%;
    font-size: 18px;
  }

  .button-primary.large.hero {
    justify-content: center;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .hosted-picture {
    width: 50px;
  }

  .achievements-grid {
    grid-column-gap: 32px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr 1fr;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .white-button.large {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .sponsor {
    width: 84%;
  }

  .subnav-link {
    padding-left: 18px;
    font-size: 26px;
  }

  .special-text-2 {
    font-size: 54px;
  }

  .special-text-2.v4 {
    font-size: 41px;
  }

  .bg-ellipses-01 {
    top: -68px;
  }

  .about-host-grid {
    grid-row-gap: 72px;
  }

  .dropdown-subscribe {
    align-self: flex-start;
    width: 100%;
  }

  .section-18 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-18.sponsors-hero {
    text-align: center;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .section-18.latest-episodes {
    padding-top: 80px;
  }

  .section-18.hero {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-18.hero.radio {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .episodes-grid {
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-2.buttons {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .achievement-text {
    font-size: 18px;
  }

  .dropdown-menu.w--open {
    width: 100%;
    top: 67px;
  }

  .achievements-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg-ellipses-02 {
    top: 436px;
    right: -209px;
  }

  .paragraph.banner {
    max-width: 510px;
  }

  .paragraph.hero {
    font-size: 18px;
  }

  .paragraph.latest-episodes {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .container-large-1050px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-1256px {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-cta {
    width: 100%;
  }

  .copyright {
    font-size: 16px;
  }

  .dropdown-text-cta {
    justify-content: center;
    font-size: 16px;
  }

  .banner-cta {
    padding: 50px 39px 50px 30px;
    display: none;
  }

  .special-3 {
    font-size: 34px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-buttons.hero {
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
  }

  .about-card {
    max-width: 90%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .episodes-categories-menu {
    flex-direction: column;
  }

  .popup {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dropdown-icon {
    font-size: 8px;
  }

  .footer-nav._2-columns {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .footer-nav.platforms {
    grid-column-gap: 16px;
  }

  .title.banner {
    max-width: 400px;
    font-size: 32px;
    line-height: 1.3em;
  }

  .title.footer {
    font-size: 18px;
  }

  .dropdown-menu-cta {
    width: 50%;
  }

  .dropdown-menu-cta.w--open {
    width: 100%;
  }

  .text-block-45 {
    line-height: 28px;
  }

  .image-71 {
    float: left;
    clear: none;
    height: 150px;
    padding-right: 0;
  }

  .div-block-83 {
    margin-bottom: 80px;
    padding-left: 0;
  }

  .collection-list-wrapper {
    display: none;
  }

  .text-field-cf9 {
    min-width: 300px;
  }

  .text-field-cf9.big {
    width: 94%;
  }

  .text-field-cf9.extra-left {
    margin-left: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .form-subwrapper-cf9 {
    flex-direction: column;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .c-faq {
    display: block;
  }

  .image-71-copy {
    float: left;
    clear: none;
    height: 150px;
    padding-right: 0;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

  .collection-list-wrapper-4, .div-block-85 {
    display: none;
  }

  .episodes-grid-2 {
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-grid-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .accordion-item-a-text {
    font-size: 16px;
  }

  .monster {
    width: 100%;
  }

  .c-monster {
    padding-top: 140px;
  }

  .monster-top {
    width: 50%;
  }

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

  .hero-grid-wrapper {
    grid-template-columns: 1fr;
  }

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

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

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

  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .free-download {
    text-align: center;
  }

  .banner {
    flex-wrap: wrap;
  }

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

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

  .h3-2 {
    margin-bottom: 35px;
  }

  .grid-17 {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .feature-grid-2 {
    grid-row-gap: 14px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .h2---pricing {
    width: 70%;
    margin-top: 5vh;
    margin-bottom: 8vh;
  }

  .section-7 {
    width: 100%;
  }

  .link-block-10 {
    margin-top: 220px;
  }

  .c-content-3.sticky {
    margin-top: 402px;
  }

  .div-block-5 {
    grid-template-columns: 1.5fr;
    height: 60vh;
  }

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

  .text-block-56, .text-block-57 {
    text-align: center;
    width: 100%;
  }

  .b2-optional-social-proof-subheading-3 {
    width: 70%;
    margin-top: 5vh;
    margin-bottom: 8vh;
  }

  .section-19 {
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .price-image-monthly {
    display: none;
  }

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

  .hero_headline.lines {
    font-size: 35px;
    line-height: 40px;
  }

  .subheading_smaller, .subheading_smaller.white {
    width: 100%;
  }

  .grid12 {
    place-content: center stretch;
    place-items: start center;
  }

  .grid12.salesrep {
    grid-template-rows: 12vh;
  }

  .div-block-101 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .section-23 {
    width: 100%;
  }

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

  .link-block-11 {
    margin-top: 220px;
  }

  .buttom-text-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-65 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-section-copy {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: none;
    overflow: hidden;
  }

  .heading-2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }

  .hero-lottie-div {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
    left: 0%;
  }

  .mobile-hero-lottie {
    z-index: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
    transform: scale(1.1);
  }

  .text-block {
    font-size: 13px;
    position: absolute;
  }

  .learn-how-we-do-it {
    text-align: center;
    margin-top: 1vh;
    font-size: 15px;
  }

  .new-hero-div {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new-hero-div.section1 {
    min-width: auto;
    padding-left: 0;
    padding-right: 2vh;
  }

  .get-a-price-div {
    flex: none;
    align-items: center;
    width: 250px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .hero-lottie._2 {
    height: 200px;
  }

  .hero-lottie._4 {
    display: block;
  }

  .hero-lottie._4.new {
    z-index: 100;
    width: 100%;
    display: block;
    top: 35px;
    left: -4px;
    right: 0;
  }

  .hero-lottie._3, .hero-lottie._1 {
    height: 200px;
  }

  .a2-hero-subheading {
    text-align: left;
    width: 100%;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .a2-hero-subheading.white {
    width: 100%;
  }

  .call-to-action-nest {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 3vh;
    margin-bottom: 5vh;
    display: flex;
  }

  .call-to-action-nest.horizontal {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 60px;
  }

  .link-block-3 {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-top: 6px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .link-block-3.mobile {
    width: 250px;
    height: 50px;
    display: block;
  }

  .a1-hero-headline-2-copy {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .grid-10 {
    grid-template-rows: 0;
    place-items: stretch center;
    width: 100%;
    margin-top: 0;
  }

  .gradients-new {
    background-position: 50%, 0 0;
    height: 60vh;
    margin-top: -36px;
    top: -30px;
  }

  .new-container.smaller {
    height: auto;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .new-container.dark {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .new-container._75 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    margin-right: 0;
  }

  .navigation-container {
    min-height: 65px;
    margin-bottom: 0;
  }

  .navigation-container.hover {
    justify-content: center;
  }

  .navigation-left {
    justify-content: center;
    width: 100%;
  }

  .navigation-right {
    width: auto;
    display: flex;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: .25fr minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    height: 2000px;
    margin-top: 0;
    margin-bottom: 6vh;
    display: grid;
    overflow: hidden;
  }

  .b2-optional-social-proof-subheading-2 {
    width: 90%;
    margin-top: 3vh;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .section-2 {
    max-width: 100%;
    overflow: hidden;
  }

  .container-2 {
    object-fit: contain;
    background-image: linear-gradient(#220946, #220946);
    max-width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .hero-lottie-section._2, .hero-lottie-section._3, .hero-lottie-section._1 {
    height: 200px;
  }

  .hero-lottie-section.active.intent-data {
    width: 100%;
    top: auto;
    left: -22px;
    right: auto;
  }

  .hero-lottie-section.active.stillthink {
    width: 100%;
    left: auto;
  }

  .hero-lottie-section.active.stillthink.moveleft {
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: block;
    top: auto;
    left: -1%;
  }

  .hero-lottie-section.active.yoursales {
    width: 100%;
    height: 37vh;
    min-height: auto;
    max-height: none;
    display: none;
    position: static;
    top: auto;
    left: -6px;
    right: auto;
  }

  .hero-lottie-section.intent-data {
    left: 0%;
  }

  .hero-lottie-section.stillthink {
    display: none;
  }

  .hero-lottie-section.yoursales {
    width: 100%;
    display: block;
    position: relative;
  }

  .hero-lottie-section.reachqualified {
    width: 100%;
    left: 0;
  }

  .hero-lottie-section.contactlevel {
    display: none;
  }

  .grid-10-copy {
    grid-template-rows: auto auto;
    grid-template-areas: "Area"
                         ".";
  }

  .grid-10-copy.long {
    grid-template-rows: auto;
    place-items: center;
  }

  .grid-10-copy.change {
    grid-template-rows: 0;
  }

  .grid-10-copy.salesrep {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(auto-fit, 67px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
  }

  .grid-10-copy.section1 {
    grid-template-rows: auto;
  }

  .old-vs-new-way-div {
    height: auto;
  }

  .text {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block-3 {
    width: 100%;
    display: none;
  }

  .grid-12 {
    grid-template-rows: minmax(15vh, 1fr);
  }

  .white-background, .hero-background {
    background-position: 50%, 0 0;
    height: 60vh;
    margin-top: -36px;
    top: -30px;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: start center;
    width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 3vh;
    margin-bottom: 5vh;
  }

  .tumbernails {
    max-width: 200px;
    height: 100px;
    max-height: 100px;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
  }

  .tumbernails.buttom {
    border-top-width: 1px;
    border-top-color: #ffffff2b;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .tumbernails.buttom.right {
    border-top: 1px solid #ffffff2b;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .tumbernails.buttom.left, .tumbernails.buttom.left.forves, .tumbernails.buttom.deauthe-bank, .tumbernails.right {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .tumbernails.right.bestbuy, .tumbernails.right.hulu {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .tumbernails.left {
    opacity: 1;
    object-fit: contain;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .tumbernails.left.nike {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .tumbernails.left.sony {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .tumbernails.fedex {
    padding-left: 1.1vh;
    padding-right: 1.1vh;
  }

  .get-a-price-gradient, .get-a-price-gradient-copy.color2, .get-a-price-gradient-copy.color2 {
    width: 250px;
    height: 45px;
  }

  .text-block-7 {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-7.less-padding.bold {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-8 {
    max-width: 90%;
    font-size: 22px;
    line-height: 35px;
  }

  .text-block-8.smaller {
    margin-bottom: 70px;
  }

  .take-a-quiz {
    z-index: 5;
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    margin-top: .2vh;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .take-a-quiz-test {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 3vh;
    display: none;
  }

  .take-a-quiz-test.full-page {
    display: block;
  }

  .image-60 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: block;
  }

  .get-a-quiz-gradient {
    z-index: 2;
    background-image: linear-gradient(104deg, #c225f6 1%, #292bfd);
    flex: none;
    display: block;
    position: absolute;
  }

  .get-a-quiz-gradient.color2 {
    z-index: 2;
    display: none;
    position: relative;
  }

  .section-3 {
    height: auto;
  }

  .camera {
    height: auto;
    position: relative;
  }

  .frame {
    flex-direction: column;
    height: auto;
  }

  .lottie-animation-2 {
    min-height: 100vh;
    display: none;
  }

  .html-wrapper {
    max-height: 1300px;
  }

  .section-dark {
    margin-top: 5vh;
    overflow: hidden;
  }

  .content7-number-card {
    min-height: auto;
    margin-top: 23px;
  }

  .team3-profile-card-2 {
    margin-top: 44px;
    padding: 30px;
  }

  .footer-text {
    text-align: center;
  }

  .gradients {
    background-position: 50%, 0 0;
    height: 60vh;
    margin-top: -36px;
    top: -30px;
  }

  .headline-6-col-3 {
    margin-bottom: 0;
  }

  .h2-teampage.one {
    width: 100%;
    font-size: 33px;
    line-height: 25px;
  }

  .h2-teampage.one.two {
    text-align: center;
  }

  .h2-teampage.two {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    position: static;
  }

  .h2-teampage.two.redone {
    text-align: center;
    font-style: normal;
  }

  .section-14 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-left-2 {
    width: auto;
  }

  .intentflow-logo, .intentflow-logo.ad-page {
    width: 200px;
  }

  .section-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vertical-centered-div-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-62 {
    display: none;
  }

  .hero-box {
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 10vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 3vh;
  }

  .text-block-24 {
    margin-top: 10px;
    margin-bottom: 1vh;
    font-size: 16px;
  }

  .h1-sales-page {
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2vh;
    font-size: 28px;
    line-height: 25px;
    display: block;
    position: static;
    overflow: visible;
  }

  .h1-sales-page.first {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 26px;
  }

  .body-2 {
    font-size: 16px;
  }

  .get-a-price-div-2 {
    flex: none;
    width: 180px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .text-block-19 {
    width: 100%;
    margin-top: 2vh;
    font-size: 20px;
    line-height: 25px;
  }

  .call-to-action-nest-center {
    flex: none;
    justify-content: flex-start;
    width: 100%;
    height: 15vh;
    margin-top: 2vh;
    position: static;
    top: auto;
  }

  .div-block-49 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 3vh;
    display: flex;
  }

  .step-div {
    margin-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-11-casestudy {
    grid-template-rows: minmax(11vh, 1fr) auto;
    grid-template-areas: "Area"
                         ".";
  }

  .grid-11-casestudy.long {
    grid-template-rows: 21vh auto;
  }

  .grid-11-casestudy.change {
    grid-template-rows: 0;
  }

  .diagram {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .diagram.spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-37 {
    font-size: 18px;
  }

  .h2-case-study {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .full-page-section {
    padding-top: 0;
  }

  .hero-box-copy {
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .link-block-6 {
    display: flex;
  }

  .mobile-section1 {
    z-index: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
    transform: scale(1.1);
  }

  .mobile-hero-lottie-stillthink {
    z-index: 0;
    width: 100%;
    height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
    transform: scale(1.1);
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-container-nologo {
    min-height: 65px;
    margin-bottom: 0;
  }

  .navigation-container-nologo.hover {
    justify-content: center;
  }

  .logo-ad-lander {
    margin-right: 0;
  }

  .section-hero {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-product-demo {
    height: 80vh;
  }

  .ellipse-left {
    width: 320px;
    height: 350px;
    top: 30%;
    left: -60%;
  }

  .iphone-lock-screen-image {
    border-radius: 30px;
  }

  .product-phone-image-holder {
    width: 300px;
  }

  .product-phone-content {
    inset: 26px 27px;
  }

  .text-center {
    width: 100%;
    max-width: 100%;
  }

  .ellipse-right {
    width: 350px;
    height: 350px;
    top: 30%;
    left: 75vw;
    right: auto;
  }

  .app-icon-holder {
    width: 80px;
    height: 80px;
  }

  .hero-text {
    font-size: 80px;
  }

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

  .main-heading.big {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .small-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .small-container.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-holder.vsl {
    padding-left: 0;
    padding-right: 0;
  }

  .section-17.second {
    margin-top: 0;
  }

  .card-item.light.shadow.vsl {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-item.case-study {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lottie-hero {
    min-height: 100vh;
    display: none;
  }

  .set-up-now-btn {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .set-up-now-btn.mobile {
    width: 250px;
    height: 50px;
    display: block;
  }

  .h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2.larger {
    font-size: 28px;
    line-height: 40px;
  }

  .bright-box-cta-div {
    width: 95%;
  }

  .ad-lander-sub-title {
    object-fit: fill;
    max-width: 100%;
    font-size: 22px;
    line-height: 25px;
  }

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

  .set-up-now-btn-copy {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .set-up-now-btn-copy.mobile {
    width: 250px;
    height: 50px;
    display: block;
  }

  .get-a-price-div-copy {
    flex: none;
    align-items: center;
    width: 250px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .get-a-price-gradient-copy, .get-a-price-gradient-copy-copy.color2 {
    width: 250px;
    height: 45px;
  }

  .image-68 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .who-is-using-it-container {
    max-width: 90vw;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .who-left-div, .who-right-div {
    max-width: 90vw;
  }

  .column-grid.top-pad {
    grid-template-columns: 1fr;
  }

  .big-bold-not-h-text {
    font-size: 25px;
  }

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

  .link-block-7 {
    display: none;
  }

  .menu-button-2 {
    display: block;
  }

  .h2-text-base {
    font-size: 24px;
    line-height: 38px;
  }

  .main-heading-redo {
    font-size: 32px;
  }

  .text-block-44 {
    font-size: 25px;
    line-height: 30px;
  }

  .get-a-price-gradient-copy-copy {
    width: 250px;
    height: 45px;
  }

  .gradient-hero-subtitle {
    object-fit: fill;
    max-width: 100%;
    font-size: 22px;
    line-height: 25px;
  }

  .latest-episodes-excerpt-wrapper {
    margin-bottom: 24px;
  }

  .hosted-wrapper {
    margin-bottom: 8px;
  }

  .header-button-wrapper {
    bottom: 15%;
  }

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

  .button-secondary, .dropdown-cta-toggle, .button-primary {
    width: 100%;
  }

  .button-primary.large.hero {
    width: 70%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    justify-items: start;
  }

  .achievements-grid {
    grid-template-columns: 1fr;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .white-button {
    text-align: center;
    width: 100%;
  }

  .sponsor {
    width: 100%;
  }

  .copyright-mobile-wrapper {
    flex-direction: column;
  }

  .subnav-link {
    font-size: 24px;
  }

  .bg-ellipses-01 {
    display: inline-block;
    top: -41px;
  }

  .dropdown-subscribe {
    width: 100%;
  }

  .section-18.sponsors-hero {
    padding-top: 60px;
  }

  .section-18.hero {
    background-position: 50%;
  }

  .section-18.hero.radio {
    padding-top: 312px;
  }

  .nav-menu-3 {
    width: 84%;
  }

  .spacer-2.buttons {
    width: auto;
    min-width: auto;
    height: 22px;
    min-height: 22px;
  }

  .achievement-text {
    margin-top: 16px;
  }

  .dropdown-menu.w--open {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-ellipses-02 {
    right: -123px;
  }

  .paragraph.hero {
    font-size: 17px;
  }

  .paragraph.hero.black {
    color: var(--midnight-blue);
  }

  .container-default-1256px {
    width: 100%;
    max-width: 90%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-cta {
    width: 100%;
    margin-right: 0;
  }

  .platform-button {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-text-cta {
    justify-content: center;
  }

  .menu-button-3 {
    padding: 10px;
    font-size: 26px;
  }

  .footer-nav-item {
    margin: 8px 0;
  }

  .banner-cta {
    padding: 44px 20px;
  }

  .special-3 {
    font-size: 27px;
  }

  ._2-buttons.hero {
    z-index: 1;
    flex-direction: column;
    align-items: stretch;
    position: relative;
  }

  .about-card {
    max-width: none;
    margin-top: -123px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hosted-text.black {
    color: var(--midnight-blue);
  }

  .footer-nav {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav.platforms {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .title.banner {
    font-size: 28px;
    line-height: 1.2em;
  }

  .title.footer {
    margin-bottom: 24px;
  }

  .title.hero.black {
    color: var(--midnight-blue);
  }

  .rol-host-text {
    font-size: 20px;
  }

  .dropdown-menu-cta.w--open {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 26px;
  }

  .menu-button-icon {
    font-size: 26px;
  }

  .text-block-45 {
    font-size: 18px;
    line-height: 18px;
  }

  .image-71 {
    float: left;
    height: 70px;
    margin-right: 5px;
    padding-right: 0;
    display: block;
  }

  .div-block-83 {
    margin-bottom: 80px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .text-field-cf9 {
    width: auto;
    min-width: 0;
  }

  .text-field-cf9.big, .contact-form {
    width: 100%;
  }

  .form-cf9 {
    min-width: 290px;
  }

  .form-subwrapper-cf9 {
    align-items: stretch;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .faq-a-text {
    font-size: 15px;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .image-71-copy {
    float: left;
    height: 70px;
    padding-right: 10px;
    display: block;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .questions {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .image-73 {
    z-index: 0;
    height: auto;
    min-height: auto;
    display: block;
    inset: 0%;
    overflow: hidden;
  }

  .blog-lottie {
    min-height: 100vh;
    display: none;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .header-blog {
    min-height: 680px;
  }

  .details {
    width: 70%;
    font-size: 15px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .accordion-item-a-text {
    font-size: 15px;
  }

  .c-monster {
    padding-top: 100px;
  }

  .monster-top {
    width: 80%;
  }

  ._w-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-monster-top {
    margin-bottom: 60px;
  }

  .bold-text-31 {
    font-size: 1em;
  }

  .image-top {
    z-index: 0;
    display: block;
    inset: 0%;
    overflow: hidden;
  }

  .hero-paragraph {
    margin-top: 31px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-section {
    padding-bottom: 50px;
  }

  .get-a-price-div-3 {
    flex: none;
    align-items: center;
    width: 250px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .get-a-price-gradient-2 {
    width: 250px;
    height: 45px;
  }

  .download-btn {
    flex: none;
    align-items: center;
    width: 250px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .download-now-for-free {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-top: 6px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .download-now-for-free.mobile {
    width: 250px;
    height: 50px;
    display: block;
  }

  .download-gradient {
    width: 250px;
    height: 45px;
  }

  .banner {
    padding: 55px 28px;
  }

  .banner-button {
    margin-top: 35px;
  }

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

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

  .grid-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-18 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .h2---pricing {
    width: 90%;
    margin-top: 3vh;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .container---numbers {
    object-fit: contain;
    background-image: linear-gradient(#220946, #220946);
    max-width: 100%;
    min-height: auto;
  }

  .div-block-7 {
    background-color: #140c41;
  }

  .link-block-10 {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-top: 317px;
    margin-left: 0;
    display: block;
    position: absolute;
  }

  .bold-text-44 {
    font-size: 35px;
    line-height: 30px;
  }

  .h2_faq {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(262deg, #0a2cfe, #d124f5 76%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Heebo, sans-serif;
    font-size: 35px;
    line-height: 40px;
  }

  .image-5 {
    display: none;
  }

  .c-content-3.sticky {
    margin-top: 152px;
  }

  .div-block-5 {
    grid-template-columns: 1.5fr;
    height: auto;
  }

  .div-block-6 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .div-block-6.spaced {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-56 {
    background-image: linear-gradient(241deg, #0a2cfe, #d124f5);
    width: 100%;
  }

  .text-block-57 {
    width: 100%;
  }

  .section-4 {
    margin-top: 0;
  }

  .b2-optional-social-proof-subheading-3 {
    width: 90%;
    margin-top: 3vh;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .section-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-96 {
    background-color: #eaeffc;
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-83 {
    margin-right: 10px;
    padding-right: 0;
  }

  .text-block-58 {
    padding-left: 0;
    font-size: 13px;
  }

  .div-block-97 {
    margin-top: 0;
    margin-left: 9px;
    margin-right: 9px;
  }

  .div-block-98 {
    padding-top: 65px;
  }

  .text-block-59 {
    margin-top: 0;
  }

  .text-block-60 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .price-image-monthly {
    display: none;
  }

  .buttom-text {
    font-size: 22px;
    line-height: 30px;
  }

  .learn-how-we-do-it-2 {
    text-align: center;
    margin-top: 1vh;
    font-size: 15px;
  }

  .hero_headline {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .subheading_smaller {
    text-align: left;
    width: 100%;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .subheading_smaller.white {
    width: 100%;
  }

  .text-learn {
    text-align: center;
    margin-top: 1vh;
    font-size: 15px;
  }

  .grid12 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area"
                         ".";
  }

  .grid12.long {
    grid-template-rows: auto;
    place-items: center;
  }

  .grid12.change {
    grid-template-rows: 0;
  }

  .grid12.salesrep {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(auto-fit, 67px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
  }

  .grid12.section1 {
    grid-template-rows: auto;
  }

  .div-block-101 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .buttom-text-2 {
    width: 90%;
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-11 {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-top: 317px;
    margin-left: 0;
    display: block;
    position: absolute;
  }

  .price-nest.back {
    width: 100%;
  }

  .price-small-text {
    font-size: 16px;
  }

  .price-text-big {
    font-size: 35px;
  }

  .price-text-gradient {
    font-size: 18px;
  }

  .new-get-a-price-div {
    flex: none;
    align-items: center;
    width: 270px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .new-get-a-price-div.bigger {
    width: 100%;
    height: 100%;
  }

  .price-button-div {
    z-index: auto;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-top: 6px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .price-button-div.mobile {
    width: 250px;
    height: 50px;
    display: block;
  }

  .price-button-div.bigger.even-bigger {
    position: relative;
  }

  .price-button-div.smaller.top-padding {
    width: 175px;
    height: 45px;
    margin-top: 27px;
  }

  .button-text {
    font-size: 13px;
    position: absolute;
  }

  .buttom-text-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-7-copy {
    background-color: #140c41;
  }

  .text-block-65 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .div-block-104 {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-small-div {
    padding-bottom: 25px;
  }

  .bold-text-46 {
    padding-left: 20px;
  }

  .div-block-105 {
    padding-left: 18px;
  }

  .image-60-copy {
    max-width: 100%;
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: block;
  }

  .h2-headline {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .small-scroll-animation {
    display: none;
  }

  .lottie-animation-23 {
    width: 100%;
    display: none;
  }

  .the-discovery {
    width: 90%;
    padding-left: 0;
  }

  .h1-our-story {
    justify-content: center;
    width: 80%;
    margin-top: 0;
    font-size: 40px;
    display: block;
    position: static;
  }

  .scroll-down-lottie {
    display: none;
  }

  .november-body, .body-our-story {
    width: 90%;
    font-size: 16px;
  }

  .headline-our-after-a-while {
    text-align: left;
    object-fit: fill;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 18%;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 32px;
    display: block;
    position: static;
    overflow: visible;
  }

  .our-story-flexbox.step-3 {
    top: -24.8vh;
  }

  .our-story-flexbox.left {
    align-items: center;
  }

  .scroll-down {
    width: 5%;
  }

  .take-a-quiz-2 {
    width: 90%;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-9 {
    margin-top: 124px;
  }

  .get-a-price-div-main-menu {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .headline-our-story {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
    display: block;
    position: static;
    overflow: visible;
  }

  .november {
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .the-birth {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-left: 0;
  }

  .lottie-animation-21 {
    width: 16%;
  }

  .our-story-flexbox-right {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: -33.8vh;
  }
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-51b72d8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d4238928-4936-d248-46b1-050bf5ee55fc-51b72d8f, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-51b72d8f, #w-node-_11557c91-955a-341d-485b-a425266eed4e-51b72d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-51b72d8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-51b72d8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-51b72d8f, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-51b72d8f, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-51b72d8f, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-51b72d8f, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-51b72d8f, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-51b72d8f, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-51b72d8f, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-51b72d8f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-51b72d8f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-51b72d8f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_69491559-029a-1b28-e4ee-dcb8b4178cb1-3683984f {
  grid-area: Area;
}

#w-node-c2a64828-54e3-49be-66a4-6cc93d0934a5-b70e9561, #w-node-de2fb2c6-7cf9-0c6c-3625-015729f2ea2f-b70e9561, #w-node-ac376332-5771-da17-e844-af2d7f22d156-b70e9561, #w-node-de585169-f92f-b332-f43e-0cb6e150f66d-b70e9561, #w-node-b6534073-6138-3444-8b57-ccc76f210f37-b70e9561, #w-node-c25cd2b4-b1d4-bd1a-375e-432962883adc-b70e9561, #w-node-e88881c5-0b36-59ea-c73b-d9e844fa9f6f-b70e9561, #w-node-ee47eb26-ae92-58df-3cf6-868a03bf21e6-b70e9561, #w-node-_2294fd73-693e-ff01-8065-500a9e3e02eb-b70e9561, #w-node-_49733501-e845-b678-6f9b-affd053fc26e-b70e9561, #w-node-_2e572d6b-fa09-7a6e-bd50-b56f608a7ee5-b70e9561, #w-node-b3cb7743-c7a6-51f0-401a-5712aca93d07-b70e9561 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4b16259c-7a48-7544-15e2-ca7d22034684-8a164eb5 {
  justify-self: end;
}

#w-node-db560d81-5e74-610c-4519-4b43bbb05032-8a164eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-db560d81-5e74-610c-4519-4b43bbb05042-8a164eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72827a77-a79e-cc48-3ba2-4afe802992c9-8a164eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_72827a77-a79e-cc48-3ba2-4afe802992d2-8a164eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48ec750e-fe3c-1247-909a-8cabe5606fdb-8a164eb5 {
  justify-self: center;
}

#w-node-_21dd2719-56c0-5566-8431-feb27732f528-8a164eb5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee27874f-4733-764c-38f5-8a3117187a16-8a164eb5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6adb892d-d297-2b26-d918-882409cdddbf-8a164eb5 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-cf9aab5e-dd97-7516-b855-4777216407c1-8a164eb5 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_167570ba-7406-5791-cd4f-b98635383cec-8a164eb5 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_08460fa4-9849-9d3e-2d06-9b19c1f86440-8a164eb5 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-8a164eb5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-8a164eb5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6af2-8a164eb5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e7c8fcc2-5f78-b21b-8dca-aef41964988e-8a164eb5 {
  grid-area: Area;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bc62-4fa2e8e4 {
  justify-self: center;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bc63-4fa2e8e4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bc84-4fa2e8e4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bca8-4fa2e8e4 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bccc-4fa2e8e4 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bcf0-4fa2e8e4 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_3ed4a765-69da-091c-29ac-85dd3a22bd14-4fa2e8e4 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_519652e6-bb00-327e-3ae3-032c99bcf90d-7a51df91 {
  place-self: center;
}

#w-node-da927386-5835-1d4a-c98e-9eb41815a7c0-9aa3de0d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-da927386-5835-1d4a-c98e-9eb41815a7e0-9aa3de0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d961a06c-390d-865f-c9c9-3135e178c9db-9aa3de0d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d961a06c-390d-865f-c9c9-3135e178c9eb-9aa3de0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d961a06c-390d-865f-c9c9-3135e178c9ed-9aa3de0d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8f911649-a4a3-1f5b-aef3-434c73cc06e1-9aa3de0d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_4b16259c-7a48-7544-15e2-ca7d22034684-c4c18f34 {
  justify-self: end;
}

#w-node-db560d81-5e74-610c-4519-4b43bbb05032-c4c18f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-db560d81-5e74-610c-4519-4b43bbb05042-c4c18f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72827a77-a79e-cc48-3ba2-4afe802992c9-c4c18f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_72827a77-a79e-cc48-3ba2-4afe802992d2-c4c18f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48ec750e-fe3c-1247-909a-8cabe5606fdb-c4c18f34 {
  justify-self: center;
}

#w-node-_21dd2719-56c0-5566-8431-feb27732f528-c4c18f34 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee27874f-4733-764c-38f5-8a3117187a16-c4c18f34 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6adb892d-d297-2b26-d918-882409cdddbf-c4c18f34 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-cf9aab5e-dd97-7516-b855-4777216407c1-c4c18f34 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_167570ba-7406-5791-cd4f-b98635383cec-c4c18f34 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_08460fa4-9849-9d3e-2d06-9b19c1f86440-c4c18f34 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-c4c18f34 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-c4c18f34 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6af2-c4c18f34 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e7c8fcc2-5f78-b21b-8dca-aef41964988e-c4c18f34 {
  grid-area: Area;
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-87118520 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-87118520 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d4238928-4936-d248-46b1-050bf5ee55fc-87118520, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-87118520, #w-node-_11557c91-955a-341d-485b-a425266eed4e-87118520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-87118520 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-87118520 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-87118520 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-87118520 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-87118520 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-87118520, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-87118520, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-87118520, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-87118520, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-87118520, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-87118520, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-87118520, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-87118520 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-87118520 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-87118520 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-87118520 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-c441809c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-c441809c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d4238928-4936-d248-46b1-050bf5ee55fc-c441809c, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-c441809c, #w-node-_11557c91-955a-341d-485b-a425266eed4e-c441809c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-c441809c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-c441809c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-c441809c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-c441809c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-c441809c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-c441809c, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-c441809c, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-c441809c, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-c441809c, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-c441809c, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-c441809c, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-c441809c, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-c441809c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-c441809c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-c441809c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-c441809c {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-f341fe80-bfcf-033c-db27-d40e6cecfb5c-0a673901 {
    justify-self: stretch;
  }

  #w-node-_8f911649-a4a3-1f5b-aef3-434c73cc06e1-9aa3de0d {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8f911649-a4a3-1f5b-aef3-434c73cc06e1-9aa3de0d {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-da927386-5835-1d4a-c98e-9eb41815a7c0-9aa3de0d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-51b72d8f {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-51b72d8f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-51b72d8f, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-51b72d8f, #w-node-_11557c91-955a-341d-485b-a425266eed4e-51b72d8f, #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-51b72d8f {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-51b72d8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-51b72d8f {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-51b72d8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-51b72d8f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-51b72d8f, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-51b72d8f, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-51b72d8f, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-51b72d8f, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-51b72d8f, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-51b72d8f, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-51b72d8f, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-51b72d8f, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-51b72d8f {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-51b72d8f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-51b72d8f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2a64828-54e3-49be-66a4-6cc93d0934a5-b70e9561, #w-node-de2fb2c6-7cf9-0c6c-3625-015729f2ea2f-b70e9561, #w-node-ac376332-5771-da17-e844-af2d7f22d156-b70e9561, #w-node-de585169-f92f-b332-f43e-0cb6e150f66d-b70e9561, #w-node-b6534073-6138-3444-8b57-ccc76f210f37-b70e9561, #w-node-c25cd2b4-b1d4-bd1a-375e-432962883adc-b70e9561, #w-node-e88881c5-0b36-59ea-c73b-d9e844fa9f6f-b70e9561, #w-node-ee47eb26-ae92-58df-3cf6-868a03bf21e6-b70e9561, #w-node-_2294fd73-693e-ff01-8065-500a9e3e02eb-b70e9561, #w-node-_49733501-e845-b678-6f9b-affd053fc26e-b70e9561, #w-node-_2e572d6b-fa09-7a6e-bd50-b56f608a7ee5-b70e9561, #w-node-b3cb7743-c7a6-51f0-401a-5712aca93d07-b70e9561 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_21dd2719-56c0-5566-8431-feb27732f528-8a164eb5, #w-node-ee27874f-4733-764c-38f5-8a3117187a16-8a164eb5, #w-node-_6adb892d-d297-2b26-d918-882409cdddbf-8a164eb5, #w-node-cf9aab5e-dd97-7516-b855-4777216407c1-8a164eb5, #w-node-_167570ba-7406-5791-cd4f-b98635383cec-8a164eb5, #w-node-_08460fa4-9849-9d3e-2d06-9b19c1f86440-8a164eb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-8a164eb5 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-8a164eb5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6af2-8a164eb5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bc63-4fa2e8e4, #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bc84-4fa2e8e4, #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bca8-4fa2e8e4, #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bccc-4fa2e8e4, #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bcf0-4fa2e8e4, #w-node-_3ed4a765-69da-091c-29ac-85dd3a22bd14-4fa2e8e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da927386-5835-1d4a-c98e-9eb41815a7c0-9aa3de0d {
    order: -9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-da927386-5835-1d4a-c98e-9eb41815a7e0-9aa3de0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d961a06c-390d-865f-c9c9-3135e178c9db-9aa3de0d {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-d961a06c-390d-865f-c9c9-3135e178c9eb-9aa3de0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d961a06c-390d-865f-c9c9-3135e178c9ed-9aa3de0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f911649-a4a3-1f5b-aef3-434c73cc06e1-9aa3de0d {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_21dd2719-56c0-5566-8431-feb27732f528-c4c18f34, #w-node-ee27874f-4733-764c-38f5-8a3117187a16-c4c18f34, #w-node-_6adb892d-d297-2b26-d918-882409cdddbf-c4c18f34, #w-node-cf9aab5e-dd97-7516-b855-4777216407c1-c4c18f34, #w-node-_167570ba-7406-5791-cd4f-b98635383cec-c4c18f34, #w-node-_08460fa4-9849-9d3e-2d06-9b19c1f86440-c4c18f34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-c4c18f34 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-c4c18f34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6af2-c4c18f34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-87118520 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-87118520 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-87118520, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-87118520, #w-node-_11557c91-955a-341d-485b-a425266eed4e-87118520, #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-87118520 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-87118520 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-87118520 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-87118520 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-87118520 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-87118520, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-87118520, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-87118520, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-87118520, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-87118520, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-87118520, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-87118520, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-87118520, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-87118520 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-87118520 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-87118520 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-c441809c {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5d0a-c441809c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-c441809c, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-c441809c, #w-node-_11557c91-955a-341d-485b-a425266eed4e-c441809c, #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-c441809c {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-c441809c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-c441809c {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-c441809c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac96-c441809c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-c441809c, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-c441809c, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-c441809c, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-c441809c, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-c441809c, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-c441809c, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-c441809c, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-c441809c, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-c441809c {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-c441809c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f46-c441809c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-51b72d8f {
    place-self: auto;
  }

  #w-node-db560d81-5e74-610c-4519-4b43bbb05032-8a164eb5, #w-node-db560d81-5e74-610c-4519-4b43bbb05042-8a164eb5, #w-node-_72827a77-a79e-cc48-3ba2-4afe802992c9-8a164eb5, #w-node-_72827a77-a79e-cc48-3ba2-4afe802992d2-8a164eb5 {
    grid-column: span 2 / span 2;
  }

  #w-node-da927386-5835-1d4a-c98e-9eb41815a7e0-9aa3de0d, #w-node-d961a06c-390d-865f-c9c9-3135e178c9eb-9aa3de0d {
    justify-self: center;
  }

  #w-node-db560d81-5e74-610c-4519-4b43bbb05032-c4c18f34, #w-node-db560d81-5e74-610c-4519-4b43bbb05042-c4c18f34, #w-node-_72827a77-a79e-cc48-3ba2-4afe802992c9-c4c18f34, #w-node-_72827a77-a79e-cc48-3ba2-4afe802992d2-c4c18f34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-87118520, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-c441809c {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-51b72d8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-51b72d8f, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-51b72d8f {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_11557c91-955a-341d-485b-a425266eed4e-51b72d8f {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center end;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-51b72d8f {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-51b72d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-51b72d8f {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-51b72d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-51b72d8f, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-51b72d8f, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-51b72d8f, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-51b72d8f, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-51b72d8f, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-51b72d8f, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-51b72d8f, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-51b72d8f, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-51b72d8f {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-51b72d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2a64828-54e3-49be-66a4-6cc93d0934a5-b70e9561, #w-node-de2fb2c6-7cf9-0c6c-3625-015729f2ea2f-b70e9561, #w-node-ac376332-5771-da17-e844-af2d7f22d156-b70e9561, #w-node-de585169-f92f-b332-f43e-0cb6e150f66d-b70e9561, #w-node-b6534073-6138-3444-8b57-ccc76f210f37-b70e9561, #w-node-c25cd2b4-b1d4-bd1a-375e-432962883adc-b70e9561, #w-node-e88881c5-0b36-59ea-c73b-d9e844fa9f6f-b70e9561, #w-node-ee47eb26-ae92-58df-3cf6-868a03bf21e6-b70e9561, #w-node-_2294fd73-693e-ff01-8065-500a9e3e02eb-b70e9561, #w-node-_49733501-e845-b678-6f9b-affd053fc26e-b70e9561, #w-node-_2e572d6b-fa09-7a6e-bd50-b56f608a7ee5-b70e9561, #w-node-b3cb7743-c7a6-51f0-401a-5712aca93d07-b70e9561 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_4b16259c-7a48-7544-15e2-ca7d22034684-8a164eb5, #w-node-_1da0cc11-3ebb-38cf-fdb2-a332b5d33c18-8a164eb5 {
    justify-self: center;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-8a164eb5 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-8a164eb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da927386-5835-1d4a-c98e-9eb41815a7c0-9aa3de0d {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-da927386-5835-1d4a-c98e-9eb41815a7e0-9aa3de0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-d961a06c-390d-865f-c9c9-3135e178c9db-9aa3de0d {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-d961a06c-390d-865f-c9c9-3135e178c9eb-9aa3de0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_8f911649-a4a3-1f5b-aef3-434c73cc06e1-9aa3de0d {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_4b16259c-7a48-7544-15e2-ca7d22034684-c4c18f34, #w-node-_1da0cc11-3ebb-38cf-fdb2-a332b5d33c18-c4c18f34 {
    justify-self: center;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6acb-c4c18f34 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_0d1c41f8-604d-4c0e-3afe-b3f7bc9c6aef-c4c18f34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-87118520 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-87118520, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-87118520 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_11557c91-955a-341d-485b-a425266eed4e-87118520 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center end;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-87118520 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-87118520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-87118520 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-87118520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-87118520, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-87118520, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-87118520, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-87118520, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-87118520, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-87118520, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-87118520, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-87118520, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-87118520 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-87118520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56136f7f-c259-31bc-c71f-e893cb3b5ce7-c441809c {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
  }

  #w-node-d4238928-4936-d248-46b1-050bf5ee55fc-c441809c, #w-node-_0941d363-ada8-35b3-234b-2e04c1baaf18-c441809c {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_11557c91-955a-341d-485b-a425266eed4e-c441809c {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center end;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f091-c441809c {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_3d2a1892-85e5-9baf-68ce-971293f4f0b5-c441809c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac6f-c441809c {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_25a3014e-a34f-e2fd-a0d8-5bb73c86ac93-c441809c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e2f91bb-f313-0720-4d6f-9c3662d8b2f8-c441809c, #w-node-_3178f358-6d98-2d5f-8f5e-c1a50665c7ed-c441809c, #w-node-b748ae23-2640-9477-44b2-8e79b47a1fae-c441809c, #w-node-_1e9321e8-f6b0-9ada-f98b-c1f38b57e825-c441809c, #w-node-_8f956706-27d8-0c84-3a21-665b93bf0ae3-c441809c, #w-node-_45b2ed9c-94bc-9ee3-28af-4bfb0a3542f2-c441809c, #w-node-c9b2486a-3b1d-239b-84aa-d040534d1547-c441809c, #w-node-_708c53a7-a5a6-df24-bc80-402796389d0b-c441809c, #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f24-c441809c {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_40c7241b-61e2-708d-2e0a-16e3b0b35f43-c441809c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


