:root {
  --dark-turquoise: #00e3fd;
  --magenta: magenta;
  --blue: blue;
  --white: white;
  --background-color: #09002c;
  --black: black;
  --light-steel-blue: #a19fcf;
  --midnight-blue: #0f0046;
  --blue-2: #5526fd;
  --white-smoke: #ecf0f3;
  --red: #db0004;
  --midnight-blue-2: #08146f;
  --dark-grey: #afafaf;
  --black-2: #1e1d1d;
  --white-smoke-2: #f8f8f8;
}

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

h2 {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--dark-turquoise) 32%, var(--magenta) 49%, #ff2eff 53%, var(--blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 60vw;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

a {
  color: var(--dark-turquoise);
  text-decoration: underline;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-auto-flow: row;
  width: 100%;
  height: 100vh;
}

.main-container {
  background-color: #09002c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 200vh;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.a1-content-left {
  z-index: 15;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 60%;
  margin-top: 0;
  margin-left: 90px;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: relative;
  top: 50px;
  overflow: hidden;
}

.content-right-lottie {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  width: 70%;
  height: 70vh;
  padding-top: 50px;
  display: flex;
  position: relative;
  top: 100px;
  overflow: hidden;
}

.right-card {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
}

.style-square {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin-bottom: 200px;
}

.spacer {
  background-color: #000;
  height: 60vh;
}

.a1-hero-headline {
  z-index: 10;
  color: #0065f2;
  -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;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  height: auto;
  margin-top: 49px;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.a2-hero-subheading {
  z-index: 30;
  color: #ecf0f3d6;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

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

.lottie-animation {
  width: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 0;
}

.get-a-price-button {
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 70px;
  display: flex;
}

.text-block {
  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;
}

.get-a-price-div {
  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:hover {
  box-shadow: 0 0 20px 2px #0bd2fd;
}

.get-a-price-div.close {
  position: relative;
  top: 191px;
}

.lottie-animation-copy {
  width: 100%;
  margin-top: 185px;
  display: none;
  position: sticky;
}

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

.learn-how-we-do-it {
  color: #fff;
  cursor: pointer;
  margin-top: 2vh;
  margin-left: 2vh;
  font-size: 16px;
  font-weight: 700;
}

.section {
  z-index: 1;
  background-color: #09002c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.social-proof {
  z-index: 1;
  max-width: 100%;
}

.a1 {
  z-index: 10;
  opacity: 1;
  background-color: #09002c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 150vh;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-h2 {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 55px;
  line-height: 60px;
  position: static;
}

.b1-body {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 150px;
}

.c1 {
  z-index: 2;
  background-color: #09002c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 400vh;
  margin-top: auto;
  padding-top: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.c1.problem-intro {
  z-index: auto;
  height: 400vh;
  margin-top: auto;
  padding-top: 0;
  display: flex;
  top: auto;
}

.c1.low-budget {
  z-index: 1;
  height: 600vh;
  margin-top: 188px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.c1.quiz {
  z-index: 1;
  height: 120vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.b1-heading {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 50%;
  margin: 10vh 0 5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  line-height: 55px;
  position: static;
}

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

.heading-3 {
  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-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.heading-3.one {
  z-index: 10;
  width: 500px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.heading-3.two {
  z-index: 10;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.div-block {
  width: 50%;
  margin-left: 122px;
  padding-left: 0;
  display: block;
  position: sticky;
  top: 100px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 800px;
}

.remove-me {
  width: 600px;
  position: sticky;
  top: 100px;
}

.text-block-2 {
  z-index: 10;
  color: #000;
  width: 90%;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.text-block-2.white {
  z-index: 10;
  color: #fff;
  z-index: 10;
  width: 650px;
  font-weight: 400;
  position: relative;
}

.text-block-3 {
  width: 630px;
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-3 {
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.section-4 {
  background-color: #09002c;
  height: 200vh;
}

.right-content {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: sticky;
  top: 8vh;
  bottom: 0;
}

.right-2 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  margin-top: -114px;
  margin-bottom: 0;
  margin-left: -200px;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.right-card-2 {
  width: 90%;
  margin-top: -10vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
}

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

.div-block-3 {
  width: 600px;
  height: 300px;
}

.text-block-4 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  padding-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 800;
  display: block;
  position: relative;
  top: 0;
}

.text-block-4.white {
  z-index: 10;
  width: 500px;
  color: #fff;
  z-index: 10;
  width: 500px;
  margin-bottom: 2vh;
}

.text-block-4.new-dark {
  color: var(--background-color);
  padding-top: 10px;
}

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

.cta-div.body {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.cta-div.body.white {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  padding-right: 97px;
  display: flex;
}

.cta-div.body.white.low-budget {
  z-index: 10;
  align-items: center;
  width: 80%;
  margin-top: 9vh;
  margin-left: 0;
  padding-right: 0;
}

.cta-div.body.white.smaller {
  align-items: center;
  padding-right: 0;
}

.cta-div.body.bad-outboundsales {
  z-index: 10;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  margin-top: -12vh;
  display: flex;
  top: -4.9vh;
}

.learn-how-we-do-it-black {
  color: var(--background-color);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  position: static;
}

.learn-how-we-do-it-black.white {
  z-index: 10;
  color: #fff;
  z-index: 10;
  margin-top: 2vh;
  text-decoration: underline;
  position: relative;
}

.left-3 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: sticky;
  top: 350px;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  margin-left: 0;
  display: flex;
  position: sticky;
}

.section-5 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400vh;
  margin-top: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.heading-4 {
  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-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.content-still-think-hiring {
  z-index: 10;
  width: 95%;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 50vh;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.bad-outbound-sales-text {
  z-index: 10;
  width: 100%;
  margin: 50vh 100px 50vh 0;
  position: sticky;
  top: 15vh;
  bottom: auto;
}

.right-3 {
  width: 55%;
  padding-top: 100px;
  position: sticky;
  top: 800px;
}

.right-card-3 {
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
}

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

.low-budget-automation-and-low-skill-agencies-are-sabotaging-your-success {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  height: 60vh;
  margin-top: 0;
  margin-left: 100px;
  padding-top: 0;
  display: block;
  position: relative;
  top: 100px;
}

.heading-5 {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #00e3fd 2%, #5858e4 37%, #e913ff 52% 84%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.text-block-3-low-budget {
  width: 600px;
  color: var(--white);
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.footer-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 123px;
  margin-left: -100px;
  display: flex;
}

.footer-4-div {
  color: var(--white);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.text-block-5 {
  z-index: 10;
  width: 90%;
  color: var(--black);
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-block-5.white {
  z-index: 10;
  width: 650px;
  color: var(--white);
  line-height: 28px;
  position: relative;
}

.text-block-5.still {
  width: 550px;
}

.text-block-5.h1_size {
  z-index: 10;
  width: 90%;
  position: relative;
}

.right-4 {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  height: 55vh;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 100px;
}

.lottie-animation-loop {
  width: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 0;
}

.intro {
  width: 100%;
  height: 100vh;
  display: block;
}

.video {
  z-index: 998;
  background-color: #09002c;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: static;
  inset: 0%;
}

.html-embed {
  width: 100%;
  height: 100vh;
}

.background-video, .div-block-5 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
}

.html-embed-2 {
  display: block;
}

.preloader {
  z-index: 9999;
  background-color: #09002c;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
  font-family: Nunito, sans-serif;
}

.lottie-animation-5 {
  background-color: #09002c;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  overflow: hidden;
}

.new-body {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  display: none;
  position: absolute;
  overflow: hidden;
}

.video-div {
  z-index: 9999;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.lottie-intro {
  background-color: #09002c;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.background-img {
  opacity: .61;
  background-image: url('../images/underwater.svg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  max-width: 100%;
  height: 100vh;
}

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

.gradients.smaller {
  min-height: auto;
}

.lottie-animation-6 {
  z-index: auto;
  width: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto;
}

.b2-optional-social-proof-subheading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-6 {
  z-index: auto;
  width: 100%;
  height: 1500px;
  position: absolute;
  top: 0;
}

.right2new {
  z-index: 1;
  width: 70%;
  height: 50vh;
  margin-top: 50px;
  position: sticky;
  top: 100px;
}

.b1 {
  z-index: 10;
  opacity: 1;
  background-color: #09002c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 200vh;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-wall {
  width: 100%;
  height: 100vh;
  margin-top: -30px;
  display: block;
  position: fixed;
  top: 0;
}

.logo-wall-div {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
}

.section-2logo-wall {
  z-index: 1;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  display: none;
  position: sticky;
  top: 50px;
}

.section-6 {
  z-index: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 250vh;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.background-white-to-blue {
  z-index: 0;
  background-color: #5d0000;
  width: 100%;
  height: 250vh;
  display: block;
  position: absolute;
}

.body-2 {
  background-color: #1e1d1d;
}

.div-block-7 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  top: 100px;
}

.div-block-8 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.new {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  width: 600px;
  height: 60vh;
  margin-top: 569px;
  margin-left: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 100px;
}

.background-color-2 {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  height: 400vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
}

.heading-low-budget {
  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-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

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

.heading-low-budget.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;
}

.outbound-sales {
  z-index: 10;
  flex: 1;
  width: 80%;
  margin-top: 37vh;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  bottom: auto;
}

.lottie_automatian {
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  display: block;
  position: relative;
}

.right-card-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.h-section-the-closer-system-video {
  z-index: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 20vh;
  margin-bottom: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.text-block-7 {
  color: var(--white);
  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;
}

.text-block-8 {
  z-index: 1;
  color: #fff;
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 46%, #f0f 60%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50%;
  height: 200px;
  margin-top: 75px;
  padding-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  position: static;
  overflow: visible;
}

.text-block-9 {
  z-index: 1;
  color: #fff;
  width: 50%;
  font-size: 18px;
  line-height: 25px;
  position: static;
}

.h6-get-a-price {
  color: #000;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.h6-get-a-price.white {
  z-index: 10;
  color: var(--white);
  margin-top: 2vh;
  margin-bottom: 2vh;
  position: relative;
}

.closer-system-sticky {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.heading-calculate-potential {
  z-index: 10;
  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;
  width: 90%;
  margin-top: 2vh;
  margin-bottom: 3vh;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
}

.heading-calculate-potential.one {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #00f 75%);
  width: 90%;
  margin-top: 2vh;
  margin-bottom: 3vh;
  font-size: 45px;
  line-height: 45px;
  position: relative;
}

.heading-calculate-potential.one.calc {
  width: 80%;
}

.heading-calculate-potential.two {
  background-image: radial-gradient(circle at 0%, #00cffd 25%, #f0f 48%, #00f 101%);
}

.step-text-div-sa {
  width: 200px;
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.step-text-div-sa.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-text-div-sa.black.white {
  width: 200px;
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.calculate-the-potential {
  z-index: 10;
  width: 90%;
  margin-top: 0;
  margin-bottom: 50vh;
  display: block;
  position: relative;
  inset: 15vh auto auto;
  overflow: visible;
}

.div-block-10 {
  width: 1000px;
  max-width: 50vh;
  max-height: 60vh;
  margin-left: -122px;
  padding-left: 167px;
  position: absolute;
  top: auto;
  left: auto;
}

.image {
  width: 40%;
  max-width: 40%;
  display: block;
  position: static;
  top: -91px;
  left: auto;
}

.left-closer-system {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  margin-bottom: 30vh;
  padding-top: 60px;
  display: flex;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.bold-text {
  font-weight: 800;
}

.text-block-10 {
  z-index: 10;
  color: var(--black);
  cursor: pointer;
  margin-top: 45px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-block-10.white {
  color: var(--white);
  margin-left: 41px;
  display: block;
}

.text-block-11 {
  z-index: 10;
  color: var(--black);
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.text-block-11.whte {
  color: var(--white);
}

.calculate-the-potential-qestion {
  z-index: 10;
  width: 90%;
  position: relative;
}

.bold-text-2 {
  font-weight: 400;
}

.j1-signature-solution {
  width: 90%;
  max-width: 50vw;
  max-height: 60vh;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
}

.j1-signature-solution.image {
  margin-top: 0;
  margin-bottom: 50vh;
  position: sticky;
  top: 400px;
}

.image-2 {
  z-index: 0;
  flex: 0 auto;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.image-3 {
  z-index: 1;
  opacity: 0;
  flex: none;
  max-width: 80%;
  display: block;
  position: absolute;
}

.image-4 {
  z-index: 2;
  opacity: 0;
  flex: none;
  max-width: 80%;
  display: block;
  position: absolute;
}

.content-k1-signature-solution {
  z-index: 10;
  width: 100%;
  margin-top: 67vh;
  margin-bottom: 50vh;
  display: block;
  position: sticky;
  top: 80px;
}

.content-k1-signature-solution.step3 {
  width: 95%;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 50vh;
  position: relative;
  top: auto;
}

.content-l1-signature-solution {
  z-index: 10;
  width: 95%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 50vh;
  display: block;
  position: relative;
  top: 0;
}

.image-5 {
  z-index: 3;
  opacity: 0;
  flex: none;
  max-width: 80%;
  display: block;
  position: absolute;
}

.text-block-11-copy {
  color: var(--black);
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
}

.content-m1-signature-solution {
  z-index: 10;
  width: 95%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 30vh;
  position: relative;
  top: 0;
}

.image-6 {
  z-index: 5;
  opacity: 0;
  flex: none;
  max-width: 80%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.image-7 {
  z-index: 3;
  opacity: 0;
  flex: none;
  max-width: 80%;
  display: block;
  position: absolute;
}

.content-n1-signature-solution {
  z-index: 10;
  width: 95%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 15vh;
}

.spacer2 {
  width: 100%;
  height: 800px;
  display: block;
  position: relative;
}

.div-block-11 {
  z-index: 5;
  flex: 1;
  width: 100%;
  position: static;
}

.image-8 {
  z-index: 3;
  width: 100%;
  margin-top: 120vh;
  display: none;
  position: absolute;
  top: auto;
}

.checkbox {
  z-index: 10;
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.checkbox.low-budget {
  width: 730px;
}

.checkbox.still-thinking {
  width: 100%;
  overflow: hidden;
}

.checkbox-svg {
  margin-top: 2px;
}

.checkbox-3-row {
  width: 22px;
  margin-top: 6px;
  display: none;
}

.checkbox-3-row.low-budget {
  margin-top: 2px;
}

.checkbox-3-row.bad-outbound-sales {
  margin-top: 3px;
  display: none;
}

.lottie-animation-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.checkbox-bad-outbound-sales {
  width: 22px;
  margin-top: 2px;
  display: none;
}

.lottie-animation-7 {
  opacity: 0;
  width: 0;
}

.lottie-animation-8 {
  width: 22px;
  margin-top: 3px;
}

.lottie-animation-9 {
  width: 22px;
  margin-top: 29px;
}

.low-budget-automation-div {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-top: 50vh;
  margin-bottom: 30vh;
  display: flex;
  position: sticky;
  top: 60px;
}

.low-budget-automation-div.new-1 {
  margin-top: 100vh;
}

.low-budget-bulletpoints {
  width: 650px;
  color: var(--black);
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.low-budget-bulletpoints.white {
  z-index: 10;
  width: 690px;
  color: var(--white);
  margin-top: 2vh;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.low-budget-bulletpoints.white.longer {
  width: 100%;
}

.lottie-animation-10, .lottie-animation-11 {
  opacity: 0;
}

.spacer3 {
  background-color: #0000;
  width: 100%;
  height: 20vh;
  position: relative;
}

.right-card-2-copy {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  margin: -5vh 0 0 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.left-content-lottie {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin: 0 5vh 0 10vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 15vh;
  bottom: 40vh;
}

.video-closer-system-sticky {
  width: 100%;
  position: relative;
}

.o1-testimonial {
  z-index: 1;
  opacity: 1;
  background-color: #09002c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 190vh;
  margin-top: 4000px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.o1-testimonial-subheading {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 150px;
}

.o1-deliver-resaults {
  width: 25%;
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(260deg, #0065f2 30%, #00e3fd 53%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 29px;
  font-family: Nunito, sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.o1-heading {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 720px;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  line-height: 55px;
  position: static;
}

.p1-logo-wall-2 {
  z-index: 2;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 200vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 514px;
}

.p1-logo-wall-2.mobile {
  top: 0;
}

.p1-logo-wall-heading {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 693px;
  bottom: 300px;
}

.text-span {
  background-color: var(--white);
  color: #fff;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.p1-logo-wall-lottie {
  width: 100%;
  height: 130vh;
  margin-top: -30px;
  display: none;
  position: fixed;
  top: 0;
}

.h1-right-side {
  z-index: 10;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  margin: 0 5vh 0 2vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: relative;
  top: 10vh;
}

.h1-right-side.two {
  flex-direction: column;
  margin-top: 496px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.content-still-think-hiring-copy {
  width: 90%;
  margin-top: 15vh;
  margin-bottom: 50vh;
  display: block;
  position: sticky;
  top: 100px;
}

.still-thinking-hiring-development-reps {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-top: 123vh;
  margin-bottom: 20vh;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.b3-logo-wall {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.spacer2-copy {
  width: 100%;
  height: 50vh;
  position: relative;
}

._01-testimonial {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 600vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.o1-testimonial-headline {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.o1-headline {
  z-index: 10;
  clear: left;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--dark-turquoise) 24%, var(--magenta) 52%, var(--blue));
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 45px;
  position: relative;
}

.o1-headline-subheading {
  z-index: 10;
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 70%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.card {
  z-index: 1;
  opacity: 1;
  backface-visibility: visible;
  perspective: 500px;
  background-image: linear-gradient(#061875, #130157);
  border: 0 solid #0af;
  border-radius: 20px;
  align-items: center;
  width: 700px;
  height: 86%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -348px;
  overflow: hidden;
  transform: rotate(0);
}

.card.sales-page {
  opacity: 0;
}

.o1-headline-copy {
  clear: none;
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  cursor: default;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 50%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  display: none;
  position: relative;
}

.div-block-13 {
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.o1-headline-copy-copy {
  clear: none;
  color: #00e3fd;
  text-align: center;
  -webkit-text-fill-color: transparent;
  cursor: default;
  object-fit: fill;
  background-image: linear-gradient(#00e3fd, #00e3fd);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 100%;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: none;
  position: relative;
}

.image-9 {
  margin-left: 43px;
  display: none;
}

.quiz-content {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: sticky;
  top: 100px;
}

.q2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 115vh;
  margin-bottom: 155vh;
  display: flex;
  position: sticky;
  top: 40px;
}

.q2.new {
  z-index: 10;
  margin-top: 50vh;
  margin-left: 0;
  top: 20vh;
}

.q2-heading {
  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-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.q2-heading.one {
  text-align: center;
  background-image: radial-gradient(circle at 0%, #00cffd 29%, #f0f 65%, #00f);
  width: 70%;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}

.q2-heading.two {
  margin-top: 50vh;
}

.text-block-2-copy {
  color: #000;
  width: 600px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-2-copy.white {
  color: #fff;
  font-weight: 400;
}

.q3-body {
  flex-flow: wrap;
  align-items: center;
  width: 85%;
  margin-top: 23px;
  margin-left: auto;
  display: flex;
}

.q3-body.low-budget {
  width: 730px;
}

.q3-text-block {
  width: 90%;
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.q3-text-block.white {
  width: 650px;
  color: var(--white);
  line-height: 28px;
}

.q3-checkbox {
  flex-direction: column;
  width: 22px;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.q3-checkbox.low-budget {
  margin-top: 2px;
}

.q3-checkbox1 {
  padding-top: 50px;
}

.q3-checkbox-2 {
  padding-top: 0;
}

.take-a-quiz-get-price {
  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: 260px;
  height: 55px;
  margin-top: -4px;
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.div-block-14 {
  width: 90%;
  height: 10%;
  display: flex;
}

.div-block-15, .div-block-16 {
  width: 90%;
  margin-top: 20px;
  display: flex;
}

.spacer-still-think {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100px;
  margin-top: 0;
  display: block;
  position: sticky;
  top: 10vh;
}

.q4-body {
  color: var(--black);
  text-align: center;
  margin-top: -20px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.q4-body.white {
  width: 650px;
  color: var(--white);
  line-height: 28px;
}

.q3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 95vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 20vh;
}

.q3-body-copy {
  flex-flow: column wrap;
  align-items: center;
  width: 88%;
  margin-top: 23px;
  margin-left: 0;
  line-height: 15px;
  display: flex;
}

.q3-body-copy.low-budget {
  width: 730px;
}

.background-color-2-copy {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  height: 500vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 239px;
}

.wall-logoes {
  z-index: 3;
  opacity: .53;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: -138px;
}

.p1-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 425px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 4px;
  bottom: 0;
  left: -514px;
}

.p1-logoes.blank {
  opacity: 0;
}

.image-10 {
  opacity: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wall-logoes-2 {
  z-index: 2;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 79px;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 440px;
}

.p2-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p2-logoes.blank {
  opacity: 0;
}

.p2-logoes.one {
  opacity: .33;
  width: 16%;
  top: -50%;
  left: 10%;
}

.p2-logoes.opacity {
  z-index: 1;
  opacity: .4;
  width: 160px;
  top: 3%;
  left: 9%;
}

.p3-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: -569px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.p3-logoes.blank {
  opacity: 0;
}

.p4-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: -660px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.p4-logoes.blank {
  opacity: 0;
}

.wall-logoes-3 {
  z-index: 3;
  opacity: .16;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 272px;
}

.p4-honeywell {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 412px;
  margin-left: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: 33px;
}

.p4-honeywell.blank {
  opacity: 0;
}

.p5-anazon {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 412px;
  margin-left: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: 33px;
}

.p5-anazon.blank {
  opacity: 0;
}

.p6-henkel {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 425px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 607px;
  bottom: 0;
  left: -514px;
}

.p6-henkel.blank {
  opacity: 0;
}

.p8-ayanya {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: -660px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 64px;
  left: 163px;
}

.p8-ayanya.blank {
  opacity: 0;
}

.p9-ebay {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: -569px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -175px;
  left: 200px;
}

.p9-ebay.blank {
  opacity: 0;
}

.testimonial-shadow {
  z-index: 0;
  background-image: url('../images/testimonial_shadow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 700px;
  height: 100px;
  margin-top: -30px;
  position: relative;
}

.div-block-17 {
  background-image: url('../images/testimonials_dots.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 300px;
  height: 70px;
  position: relative;
  bottom: -130px;
  left: -566px;
}

.image-11 {
  z-index: 2;
  margin-right: 0;
  position: relative;
  top: 439px;
  left: -196px;
}

.spacer-still-think-2 {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100px;
  margin-top: 30vh;
  position: relative;
  top: 10vh;
}

.background-color-3 {
  z-index: 0;
  background-color: var(--background-color);
  width: 100%;
  height: 600vh;
  margin-top: -457px;
  display: block;
  position: absolute;
  top: 0;
}

.right-content-bad-outboud-sales {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto 40vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: sticky;
  top: -20vh;
  bottom: 0;
}

.d-section {
  z-index: 2;
  background-color: #09002c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 400vh;
  margin-top: auto;
  padding-top: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.d-section.problem-intro {
  z-index: 2;
  height: 430vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.d-section.low-budget {
  z-index: auto;
  height: 450vh;
  margin-top: 188px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.d-section.quiz {
  z-index: 1;
  height: 120vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.i1-section {
  z-index: 2;
  background-color: #09002c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 400vh;
  margin-top: auto;
  padding-top: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.i1-section.problem-intro {
  z-index: 2;
  height: 430vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.i1-section.low-budget {
  z-index: auto;
  height: 700vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.i1-section.quiz {
  z-index: 1;
  height: 120vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.background-color-i-section {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 9030vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
}

.background-color-i-section.color {
  height: 850vh;
  top: auto;
  overflow: hidden;
}

.h-section-spacer {
  background-color: #757182;
  width: 100%;
  height: 55vh;
  position: relative;
  top: -38px;
}

.i1-images {
  z-index: 10;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.q-section {
  z-index: 2;
  background-color: #09002c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 400vh;
  margin-top: auto;
  padding-top: 800px;
  display: flex;
  position: relative;
  top: auto;
}

.q-section.problem-intro {
  z-index: 2;
  height: 430vh;
  padding-top: 0;
  display: flex;
  top: auto;
}

.q-section.low-budget {
  z-index: 1;
  height: 600vh;
  margin-top: 188px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.q-section.quiz {
  z-index: 10;
  height: 300vh;
  margin-top: 295px;
  padding-top: 0;
  display: flex;
  top: auto;
}

.image-12 {
  clear: none;
  opacity: .45;
  width: 100%;
  display: none;
  position: relative;
  top: -767px;
}

.logo1 {
  align-items: center;
  width: 300px;
  padding: 12px 12px 12px 30px;
  display: flex;
}

.logo2 {
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 12px;
  display: flex;
  position: relative;
  left: -549px;
}

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

.image-13 {
  position: relative;
  top: -2702px;
}

.image14 {
  width: 100px;
  height: 85px;
  position: static;
  top: 122px;
}

.image-14 {
  width: 100px;
  height: 70px;
  position: static;
  top: -1158px;
  left: 464px;
}

.image-15 {
  opacity: 1;
  width: 100px;
  height: 80px;
  position: static;
  top: -1471px;
  left: -569px;
}

.image-15.opacity {
  opacity: .56;
  width: 100px;
  position: static;
}

.image-16 {
  width: 100px;
  height: 40px;
  position: static;
  top: -1239px;
  left: -344px;
}

.image-17 {
  width: 100px;
  position: static;
  top: -1591px;
  left: 331px;
}

.image-18 {
  opacity: .26;
  width: 100px;
  position: static;
  top: 0;
  left: 384px;
}

.background-color-change {
  z-index: 0;
  background-color: #09002c;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 275vh;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
}

.image-19 {
  opacity: 1;
  width: 100%;
  position: relative;
}

.p3-logoes-1 {
  justify-content: center;
  width: 11%;
  height: 100px;
  padding: 26px 27px;
  display: flex;
  position: relative;
  top: -674px;
  left: -405px;
}

.p3-logoes-1.opacity {
  opacity: .21;
  z-index: 1;
  opacity: .21;
  width: 150px;
  height: 100px;
  padding-left: 28px;
  padding-right: 28px;
  top: 0%;
  left: -35%;
}

.p3-logoes-1.opacity.other1 {
  z-index: 1;
  width: 70px;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  top: -21%;
  left: 17%;
}

.p4-logoe {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 76px;
  padding-right: 76px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.p4-logoe.blank {
  opacity: 0;
}

.p3-logoes-1-copy {
  justify-content: center;
  width: 11%;
  height: 150px;
  padding: 38px 45px;
  display: flex;
}

.p6-logoes {
  justify-content: center;
  width: 11%;
  height: 150px;
  padding: 38px 26px;
  display: flex;
}

.p7-logoes {
  justify-content: center;
  width: 11%;
  height: 150px;
  padding: 54px 26px;
  display: flex;
}

.big-logo {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 9%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 4%;
  left: -16%;
}

.big-logo.blank {
  opacity: 0;
}

.big-logo.one {
  width: 20%;
  top: 760px;
}

.big-logo-2 {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -12%;
  left: 31%;
}

.big-logo-2.blank {
  opacity: 0;
}

.big-logo-2.one {
  width: 20%;
  top: 760px;
}

.big-logo-3 {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -16%;
  left: -31%;
}

.big-logo-3.blank {
  opacity: 0;
}

.big-logo-3.one {
  width: 20%;
  top: 760px;
}

.big-logo-4 {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -4%;
  left: 39%;
}

.big-logo-4.blank {
  opacity: 0;
}

.big-logo-4.one {
  width: 20%;
  top: 760px;
}

.big-logo-4._4 {
  top: 27%;
  left: 33%;
}

.big-logo-4._4.plaetos {
  opacity: .36;
  width: 140px;
  top: 33%;
  left: -23%;
}

.big-logo-4._4.mortagemovement {
  width: 17%;
  padding-left: 0;
  padding-right: 0;
  top: 14%;
  left: 39%;
}

.p3-logoes-6 {
  justify-content: center;
  width: 11%;
  height: 100px;
  padding: 26px 27px;
  display: flex;
  position: relative;
  top: -674px;
  left: -405px;
}

.p3-logoes-6.opacity {
  z-index: 1;
  opacity: .21;
  width: 150px;
  height: 100px;
  padding-left: 28px;
  padding-right: 28px;
  top: 0%;
  left: -35%;
}

.p3-logoes-6.opacity.other1 {
  z-index: 1;
  width: 70px;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  top: -21%;
  left: 17%;
}

.p7-logo {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p7-logo.blank {
  opacity: 0;
}

.p7-logo.one {
  z-index: 1;
  opacity: .33;
  width: 16%;
  top: -29%;
  left: 39%;
}

.p7-logo.opacity {
  opacity: .4;
  width: 160px;
  top: -17%;
}

.p8-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p8-logoes.blank {
  opacity: 0;
}

.p8-logoes.one {
  z-index: 1;
  opacity: .33;
  width: 16%;
  top: 33%;
  left: 17%;
}

.p8-logoes.opacity {
  opacity: .4;
  width: 160px;
  top: -17%;
}

.p8-logoe {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p8-logoe.blank {
  opacity: 0;
}

.p8-logoe.one {
  z-index: 1;
  opacity: .33;
  width: 16%;
  top: 47%;
  left: -17%;
}

.p8-logoe.opacity {
  opacity: .4;
  width: 160px;
  top: -17%;
}

.p9-logoes {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p9-logoes.blank {
  opacity: 0;
}

.p9-logoes.one {
  opacity: .33;
  width: 16%;
  top: -36%;
  left: 3%;
}

.p9-logoes.opacity {
  opacity: .4;
  width: 160px;
  top: -17%;
}

.small-logo {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -4%;
  left: 39%;
}

.small-logo.blank {
  opacity: 0;
}

.small-logo.one {
  width: 20%;
  top: 760px;
}

.small-logo._4 {
  top: 29%;
  left: 33%;
}

.small-logo._4.plaetos {
  opacity: .36;
  width: 140px;
  top: -2%;
  left: -13%;
}

.small-logo._4.qpair {
  opacity: .36;
  width: 110px;
  top: 32%;
  left: 36%;
}

.small-logo._4.talkbox {
  opacity: .36;
  width: 110px;
  top: 61%;
  left: -10%;
}

.small-logo._4.move-mortage {
  opacity: .36;
  width: 140px;
  top: 21%;
  left: -36%;
}

.pathhome-logo {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 13%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 33%;
  left: -30%;
}

.pathhome-logo.blank {
  opacity: 0;
}

.pathhome-logo.one {
  width: 20%;
  top: 760px;
}

.acadamy-mortgage-logo {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -12%;
  left: 31%;
}

.acadamy-mortgage-logo.blank {
  opacity: 0;
}

.acadamy-mortgage-logo.one {
  width: 20%;
  top: 760px;
}

.movement-mortage {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -4%;
  left: 39%;
}

.movement-mortage.blank {
  opacity: 0;
}

.movement-mortage.one {
  width: 20%;
  top: 760px;
}

.movement-mortage._4 {
  top: 27%;
  left: 33%;
}

.movement-mortage._4.plaetos {
  opacity: .36;
  width: 140px;
  top: 33%;
  left: -23%;
}

.movement-mortage._4.mortagemovement {
  width: 22%;
  padding-left: 0;
  padding-right: 0;
  top: -4%;
  left: -31%;
}

.p1-vonigo {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -4%;
  left: 39%;
}

.p1-vonigo.blank {
  opacity: 0;
}

.p1-vonigo.one {
  width: 20%;
  top: 760px;
}

.p1-vonigo._4 {
  top: 71%;
  left: 33%;
}

.p1-vonigo._4.plaetos {
  opacity: .36;
  width: 140px;
  top: 33%;
  left: -23%;
}

.p1-vonigo._4.mortagemovement {
  width: 17%;
  padding-left: 0;
  padding-right: 0;
  top: 14%;
  left: 39%;
}

.plateos {
  z-index: 3;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -4%;
  left: 39%;
}

.plateos.blank {
  opacity: 0;
}

.plateos.one {
  width: 20%;
  top: 760px;
}

.plateos._4 {
  top: 29%;
  left: 33%;
}

.plateos._4.plaetos {
  opacity: .36;
  width: 140px;
  top: -2%;
  left: -13%;
}

.plateos._4.qpair {
  opacity: .36;
  width: 110px;
  top: 32%;
  left: 36%;
}

.plateos._4.talkbox {
  opacity: .36;
  width: 110px;
  top: 38%;
  left: -16%;
}

.plateos._4.move-mortage {
  opacity: .36;
  width: 140px;
  top: 18%;
  left: -29%;
}

.p2-cewbloom {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.p2-cewbloom.blank {
  opacity: 0;
}

.p2-cewbloom.one {
  z-index: 1;
  opacity: .33;
  width: 16%;
  top: -50%;
  left: 10%;
}

.p2-cewbloom.opacity {
  opacity: .4;
  width: 160px;
  top: -12%;
  left: 1%;
}

.q-pair-logo {
  z-index: 3;
  opacity: .23;
  justify-content: center;
  align-items: center;
  width: 11%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 56%;
  left: 39%;
}

.q-pair-logo.blank {
  opacity: 0;
}

.q-pair-logo.one {
  width: 20%;
  top: 760px;
}

.q-pair-logo._4 {
  top: 29%;
  left: 33%;
}

.q-pair-logo._4.plaetos {
  opacity: .36;
  width: 140px;
  top: -2%;
  left: -13%;
}

.q-pair-logo._4.qpair {
  opacity: .36;
  width: 110px;
  top: 32%;
  left: 36%;
}

.q-pair-logo._4.talkbox {
  opacity: .36;
  width: 110px;
  top: 38%;
  left: -16%;
}

.q-pair-logo._4.move-mortage {
  opacity: .36;
  width: 140px;
  top: 18%;
  left: -29%;
}

.qcss {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -529px;
  left: 0;
}

.qcss.blank {
  opacity: 0;
}

.qcss.one {
  z-index: 1;
  opacity: .33;
  width: 13%;
  top: 6%;
  left: 13%;
}

.qcss.opacity {
  opacity: .4;
  width: 160px;
  top: -17%;
}

.move-morgage {
  z-index: 3;
  opacity: .37;
  justify-content: center;
  align-items: center;
  width: 13%;
  height: 150px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 68%;
  left: -22%;
}

.move-morgage.blank {
  opacity: 0;
}

.move-morgage.one {
  width: 20%;
  top: 760px;
}

.move-morgage._4 {
  top: 29%;
  left: 33%;
}

.move-morgage._4.plaetos {
  opacity: .36;
  width: 140px;
  top: -2%;
  left: -13%;
}

.move-morgage._4.qpair {
  opacity: .36;
  width: 110px;
  top: 32%;
  left: 36%;
}

.move-morgage._4.talkbox {
  opacity: .36;
  width: 110px;
  top: 61%;
  left: -10%;
}

.move-morgage._4.move-mortage {
  opacity: .36;
  width: 140px;
  top: 21%;
  left: -36%;
}

.spacer-i1-section {
  height: 200vh;
  position: relative;
  top: 0;
}

.div-block-19 {
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.spacer-c1-section {
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: -140px 0% 0%;
}

.bold-text-3, .bold-text-4 {
  font-weight: 800;
}

.div-block-20 {
  background-color: #f00291;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.background-color-testimonial {
  z-index: 0;
  background-color: var(--background-color);
  width: 100%;
  height: 630vh;
  margin-top: -26px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.spacer2-copy {
  width: 100%;
  height: 10vh;
  display: none;
  position: relative;
}

.card-highlight {
  opacity: .1;
  filter: none;
  background-color: #fff;
  border: 50px #000;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.collection-list-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.image-20 {
  z-index: 2;
  border-radius: 50px;
  flex: 0 auto;
  width: 250px;
  margin-top: 51px;
  margin-bottom: 74px;
  margin-left: 27px;
  padding-left: 0;
  position: relative;
  top: 7px;
}

.text-block-12 {
  clear: none;
  color: #00e3fd;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side at 0%, #6acdd8 28%, #09f);
  -webkit-background-clip: text;
  background-clip: text;
  width: 400px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  display: block;
  position: relative;
  top: 20px;
}

.collection-item {
  clear: none;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 400px;
  margin: 23px 100px 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 1750px;
  overflow: visible;
}

.rich-text-block {
  color: #00e3fd;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  width: 352px;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: relative;
}

.div-block-21 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 45px;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 48px;
  overflow: hidden;
}

.empty-state {
  display: none;
}

.collection-list {
  display: flex;
  position: relative;
  top: -15px;
  left: auto;
  overflow: hidden;
}

.div-block-22 {
  z-index: 1;
  opacity: .47;
  background-image: url('../images/testimonials_balls.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex: 1;
  width: 100%;
  display: none;
  position: relative;
  top: 1715px;
  overflow: hidden;
}

.bold-text-5 {
  font-weight: 800;
}

.background-particles {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-23 {
  object-fit: fill;
}

.particles {
  z-index: 1;
  width: 100%;
  height: 1000vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.punchline {
  clear: none;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 370px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
}

.sticky-nav {
  z-index: 5;
  background-color: #000;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 5fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

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

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 50%;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 50px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

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

.navigation {
  z-index: 9999;
  border: 1px none var(--magenta);
  background-color: #0c004e;
  flex-direction: row;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.logo-top-left {
  align-items: center;
  width: 140px;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.buttons {
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.navigation-text {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.menu-flexbox {
  background-color: #0000;
  flex: 1;
  padding-left: 0;
  display: none;
  position: static;
  top: 0;
  overflow: hidden;
}

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

.main-nav-line {
  background-color: var(--magenta);
  object-fit: fill;
  width: 100%;
  height: 10px;
  position: relative;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  width: 80%;
  margin-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
}

.nav-link-3 {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .325s;
  box-shadow: 0 0 #000;
}

.nav-link-3:hover {
  box-shadow: 0 7px 0 -3px var(--magenta);
  color: var(--magenta);
  border: 1px #000;
}

.nav-link-4 {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
}

.nav-menu {
  margin-top: 11px;
  padding-left: 0;
}

.container {
  justify-content: flex-end;
  display: flex;
}

.navigation-line {
  background-color: var(--magenta);
  width: 100px;
  height: 10px;
}

.popup {
  z-index: 99999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  top: 30px;
  bottom: auto;
}

.popwindow {
  background-color: var(--white);
  opacity: 1;
  background-image: none;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 800px;
  display: flex;
  position: sticky;
  top: -117px;
}

.text-block-13 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--dark-turquoise) 63%, var(--blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 29px;
  margin-bottom: 41px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 28px;
  display: flex;
  position: relative;
  top: 0;
}

.image-21 {
  opacity: 1;
  border-radius: 20px;
  margin-top: 0;
  display: block;
  position: relative;
}

.form-block {
  color: #fff;
  width: 70%;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  padding-left: 18px;
  display: flex;
}

.download-now {
  z-index: auto;
  text-align: center;
  background-image: linear-gradient(to right, #00e3fd, #00f);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
  position: static;
}

.download-now:hover {
  box-shadow: 0 0 20px 2px #0bd2fd;
}

.download-now.close {
  position: relative;
  top: 191px;
}

.download-now-flexbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: -2px;
  display: flex;
}

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

.field-label {
  color: #0020fe;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.field-label-2 {
  color: #000eff;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.div-block-24 {
  flex: 0 auto;
  height: 500px;
  padding-bottom: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.navbar-2 {
  z-index: 999;
  width: 100%;
  height: 10%;
  color: var(--white);
  background-color: #09002d03;
  background-image: linear-gradient(#0a0041, #0a003f00 92%);
  justify-content: space-between;
  align-items: baseline;
  margin-top: 669px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.largercontain {
  z-index: 5;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.navlink {
  color: #fff;
  flex: 0 auto;
  width: 16%;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.navlink:hover {
  color: #0080ff;
}

.nav-link-6, .nav-link-7 {
  color: var(--white);
}

.image-22 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.casestudy-nav {
  z-index: 2;
  opacity: 1;
  background-color: #09002d;
  width: 100%;
  height: 400px;
  display: none;
  position: fixed;
  top: 0;
  transform: none;
}

.heading-low-budget-copy {
  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-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.heading-low-budget-copy.one {
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #f0f 44%, #00f 75%);
  width: 100%;
}

.heading-low-budget-copy.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;
}

.text-block-4-copy {
  color: #000;
  text-align: center;
  width: 530px;
  max-width: 800px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 800;
  display: block;
  position: relative;
  top: 0;
}

.text-block-4-copy.white {
  color: var(--white);
}

.collection-item-2 {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  margin-top: 20vh;
  display: flex;
}

.profile-image {
  border-radius: 20px;
  width: 50%;
  margin-top: 107px;
  margin-left: 29px;
  padding-left: 0;
  position: static;
  top: -8px;
  left: 0;
}

.heading-6 {
  object-fit: fill;
  flex: none;
  align-items: flex-start;
  margin-top: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  display: block;
  overflow: hidden;
}

.rich-text-block-2 {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.case-study-list {
  background-color: #0000;
  flex-direction: column-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10vh 10vh;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  clear: none;
  color: #09002c;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-size: 35px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-26 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 600px;
  margin-left: -203px;
  display: flex;
}

.collection-list-wrapper-2 {
  z-index: 10;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.case-study-header {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.casestudy-h2 {
  color: #0065f2;
  text-align: left;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  align-items: flex-start;
  width: 1000px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  display: block;
  position: static;
}

.logo-cms-copy {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 10px;
  width: auto;
  max-width: 40%;
  max-height: 100px;
  margin-left: 0;
  padding: 10px;
  position: static;
  top: -8px;
  left: 0;
  transform: translate(0);
}

.case-study-qoute {
  width: 75%;
  color: var(--white);
  flex: 1;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-28 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.case-study-project-brief {
  width: 100%;
  color: var(--white);
  margin-top: 198px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.image-23 {
  border-radius: 40px;
  width: 85%;
  max-width: 85%;
  margin-top: 100px;
  margin-left: 0;
}

.profile-img-and-text-flexbox {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-left: 40px;
  margin-right: 15px;
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.text-block-15 {
  z-index: 3;
  width: 100px;
  color: var(--white);
  margin-left: 16px;
  position: static;
  top: 103px;
}

.link-block {
  z-index: 3;
  position: relative;
  top: 74px;
}

.collection-list-wrapper-3 {
  z-index: 25;
  flex-direction: column;
  width: 600px;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  display: flex;
  position: relative;
}

.div-block-29 {
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 1000px;
  display: flex;
}

.image-24 {
  border-radius: 20px;
  width: 200px;
  margin-top: 120px;
  margin-left: 22px;
}

.section-7 {
  flex-direction: column;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.div-block-30 {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  margin-top: 10px;
  font-family: Nunito, sans-serif;
}

.link {
  overflow: hidden;
}

.link.w--current {
  color: var(--white);
  border: 1px #000;
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  border: .1px #fff;
  border-bottom: 0 solid #fff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-2:hover {
  border-style: none;
  border-width: 1px;
}

.collection-item-3 {
  cursor: pointer;
  flex-direction: row;
  align-items: flex-start;
  width: 40%;
  height: 50px;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 10px;
  padding-left: 0;
  display: block;
}

.collection-list-2 {
  z-index: 25;
  border-radius: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  min-height: 450px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.dropdown {
  display: flex;
  position: static;
  top: 197px;
  left: 160px;
}

.text-block-17 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-17:hover {
  color: #007fff;
}

.icon {
  filter: brightness(200%);
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px #fff;
}

.dropdown-list {
  z-index: 5;
  margin-top: 6vh;
  display: none;
}

.dropdown-list.w--open {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: block;
  left: 0;
}

.dropdown-link {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.dropdown-toggle {
  z-index: 10;
  width: 100%;
  display: block;
}

.dropdown-toggle.w--open {
  width: 100%;
  display: inline-block;
}

.div-block-31 {
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  width: 130px;
  height: 1px;
  margin-top: 5px;
  margin-left: 0;
  transition: transform .2s;
  display: block;
}

.div-block-31:hover {
  width: 80%;
}

.text-block-18 {
  color: #fffefe;
  font-size: 16px;
  text-decoration: none;
}

.div-block-32 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.div-block-33 {
  width: 100%;
  height: 300px;
}

.div-block-34 {
  z-index: 0;
  background-color: #09002c;
  width: 65%;
  height: 105%;
  display: block;
  position: absolute;
  top: 0;
}

.div-block-35 {
  background-color: var(--dark-turquoise);
  flex: 1;
  width: 100%;
  height: 1000px;
  display: block;
  position: relative;
}

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

.brand {
  display: flex;
}

.brand.w--current {
  flex: none;
  align-items: center;
  max-width: 8%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.progress_bar {
  z-index: 999;
  clear: none;
  background-color: var(--white);
  perspective-origin: 50%;
  transform-origin: 0%;
  width: 97%;
  height: 2px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.progress_still {
  z-index: 999;
  clear: none;
  background-color: var(--blue);
  perspective-origin: 50%;
  transform-origin: 0%;
  width: 95%;
  height: 5px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-36 {
  z-index: 9999;
  background-color: var(--blue);
  opacity: 1;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
}

.progress-circle {
  z-index: 99999;
  border: 1px none var(--white);
  background-color: var(--dark-turquoise);
  opacity: 1;
  perspective: none;
  perspective-origin: 0%;
  width: 10px;
  height: 10px;
  transform: ;
  transform-origin: 0%;
  border-radius: 20px;
  flex: 0 auto;
  margin-bottom: 18px;
  margin-left: 0;
  position: relative;
  inset: 3px auto 0% 16px;
  overflow: hidden;
}

.progress-circle.new {
  opacity: .58;
  width: 20px;
  height: 20px;
  transform: ;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 5px 0% 0% 5px;
}

.progress-circle.smaller {
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  position: absolute;
  inset: 10px 0% 0% 10px;
}

.div-block-37 {
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.link-3 {
  z-index: 9999;
  color: #fff;
  text-align: left;
  width: 70px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 33px;
  margin-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.link-3.w--current {
  z-index: 9995;
  height: 20px;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  display: none;
  position: static;
  overflow: hidden;
}

.buttom-nav {
  z-index: 999;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 20px;
  margin: 0 0 40px;
  font-family: Nunito, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.progress-circle-big {
  z-index: 99998;
  background-color: var(--blue);
  opacity: .74;
  perspective: none;
  perspective-origin: 0%;
  width: 30px;
  height: 30px;
  transform: ;
  transform-origin: 0%;
  border-radius: 20px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle {
  z-index: 3;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0);
}

.circle.last {
  margin-left: 0;
  left: 18%;
}

.link-block-2 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  height: 31px;
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.link-block-2.w--current {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  transition: opacity .2s;
  display: flex;
}

.link-block-2.last {
  align-items: flex-end;
}

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

.div-block-38 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: 100%;
  margin-top: 20vh;
  margin-left: 10vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.dropdown-link-2 {
  color: #fff;
  width: 150px;
  margin-top: 15px;
  margin-left: 32px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-39 {
  z-index: 30;
  flex-direction: column;
  width: 230px;
  height: 70px;
  display: flex;
  position: relative;
}

.div-block-31-copy {
  z-index: 9999;
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  width: 130px;
  height: 1px;
  margin-top: 0;
  margin-left: 52px;
  transition: transform .2s;
  display: block;
  position: relative;
}

.div-block-31-copy:hover {
  width: 80%;
}

.video-2 {
  margin-top: 60px;
}

.video-3 {
  margin-top: 100px;
}

.body-5 {
  background-color: var(--background-color);
  font-family: Nunito Sans, sans-serif;
}

.sales-page-flexbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 20vh;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox.resaults {
  height: auto;
  margin-top: 2vh;
  display: flex;
  top: 0;
}

.sales-page-flexbox.resaults.new {
  align-items: center;
  height: auto;
  margin-top: 13vh;
  padding-top: 172px;
  padding-bottom: 172px;
  top: auto;
}

.sales-page-flexbox.resaults.new3 {
  height: auto;
  margin-top: 14vh;
}

.sales-page-flexbox.resaults.new5 {
  height: auto;
  margin-top: 0;
  padding-top: 159px;
  padding-bottom: 107px;
}

.sales-page-flexbox.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 200vh;
  margin-top: 0;
  top: 0;
}

.sales-page-flexbox.j1_sp {
  flex-direction: row;
  margin-top: 0;
  margin-left: auto;
}

.sales-page-flexbox.j1_sp.normal {
  flex-direction: row;
  align-items: center;
  height: auto;
}

.sales-page-flexbox.report {
  height: auto;
  margin-top: 0;
  padding-top: 155px;
  padding-bottom: 155px;
}

.sales-page-flexbox.new6 {
  height: auto;
  margin-top: auto;
  top: auto;
  overflow: hidden;
}

.sales-page-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-top: 50vh;
  margin-bottom: 30vh;
  display: flex;
  position: relative;
  top: 100px;
}

.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-family: Nunito, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
  position: relative;
}

.h1-sales-page.c1_salespage {
  margin-top: 15vh;
  margin-bottom: 5vh;
}

.h1-sales-page.j1_sp {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.h1-sales-page.middle {
  text-align: center;
  width: 50%;
  top: 232px;
}

.h1-sales-page.case-study-headline {
  margin-top: 15.5vh;
}

.h1-sales-page.center {
  text-align: center;
  width: 50%;
  max-width: 50%;
}

.h1-sales-page.center.spacing {
  margin-bottom: 5vh;
}

.h1-sales-page.center.new1 {
  margin-bottom: 9vh;
}

.h1-sales-page.j2_sp {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.h1-sales-page.salespage {
  width: 100%;
}

.h1-sales-page.salespage.new1 {
  text-align: left;
  justify-content: flex-start;
  width: 70%;
  font-weight: 800;
}

.h1-sales-page.first {
  background-image: radial-gradient(circle farthest-side at 0% 50%, #00e3fd 24%, magenta 41%, magenta 54%, blue 70%, var(--dark-turquoise) 92%);
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  max-width: 800px;
  margin-bottom: .5vh;
  font-size: 42px;
  line-height: 45px;
}

.h1-sales-page.first.step-3 {
  text-align: center;
  justify-content: center;
  width: 50%;
  max-width: 50%;
  margin-bottom: 2vh;
}

.h1-sales-page.first.step-3.buttom {
  margin-top: 20.5vh;
  margin-bottom: 1vh;
  font-weight: 800;
}

.h1-sales-page.second {
  width: 100%;
}

.text-block-19 {
  width: 60%;
  min-width: 600px;
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  display: flex;
  position: static;
}

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

.text-block-19-copy {
  width: 550px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: static;
}

.guaranteed {
  width: 550px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
  position: static;
}

.body {
  width: 100%;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
  left: auto;
}

.body.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-copy {
  width: 70%;
  color: var(--white);
  text-align: left;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-copy.middle {
  text-align: center;
}

.collection-list-wrapper-sales-page {
  width: 100%;
  margin-top: 0;
  margin-left: 409px;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.collection-list-sales-page {
  display: flex;
  position: relative;
  top: -15px;
  left: auto;
  overflow: visible;
}

.collection-item-sales-page {
  clear: none;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 400px;
  margin-bottom: -7px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 48px;
  left: 0;
  overflow: visible;
}

.lottie-animation-12 {
  width: 22px;
  height: 22px;
}

.div-block-40 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.h-section-the-closer-system-video-copy {
  z-index: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 94vh;
  display: flex;
  position: sticky;
  top: 0;
}

.closer-system-sales-page {
  z-index: 0;
  flex-flow: column wrap;
  align-content: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-closer-system {
  text-align: center;
  text-transform: none;
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin-top: 301px;
  font-family: Nunito Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.closer-system-text {
  color: var(--white);
  position: relative;
}

.closer-system-text-copy {
  color: var(--white);
  display: block;
  position: relative;
}

.closer-text {
  color: var(--white);
  letter-spacing: 10px;
  margin-bottom: 41px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.sticky {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 0 10vh;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  margin-left: 0;
  display: flex;
}

.image-25 {
  width: 30%;
  height: 80%;
  margin-top: 29px;
}

.text-block-20 {
  width: 300px;
  height: 180px;
  color: var(--dark-turquoise);
  text-align: center;
  margin-top: 33px;
  margin-left: 86px;
  font-size: 30px;
  line-height: 35px;
}

.still-thinking-hiring-opacity {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-top: 20vh;
  margin-bottom: 20vh;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 10vh;
}

.bold-text-6 {
  z-index: 10;
  position: relative;
}

.lottie-animation-13, .lottie-animation-14 {
  display: none;
}

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

.cta-div-mobile.body {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.cta-div-mobile.body.white {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  padding-right: 97px;
  display: flex;
}

.cta-div-mobile.body.white.low-budget {
  z-index: 10;
  margin-top: 9vh;
  margin-left: 0;
  padding-right: 240px;
}

.cta-div-mobile.body.white.smaller {
  padding-right: 156px;
}

.cta-div-mobile.body.bad-outboundsales {
  z-index: 10;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  margin-top: -12vh;
  display: none;
  top: -4.9vh;
}

.lottie-animation-15, .lottie-animation-16, .lottie-animation-17, .image-26, .image-27, .image-28, .image-29, .image-30, .collection-list-wrapper-4, .mobile-lottie-intro-animation {
  display: none;
}

.preloader-mobile {
  z-index: 9999;
  background-color: #09002c;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navlink-2-mobile {
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: none;
}

.navlink-2-mobile:hover {
  color: #0080ff;
}

.page-wrapper {
  overflow: visible;
}

.hack10-loading-wrapper {
  max-width: 100vw;
  display: block;
  position: relative;
  overflow: visible;
}

.lottie-home {
  width: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
}

.buttom-text {
  background-color: var(--background-color);
  opacity: 0;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-left: 10px;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.buttom-text:hover {
  opacity: 1;
}

.buttom-text.thetext {
  text-align: center;
  border-radius: 9px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 0;
  overflow: visible;
}

.background_salespage {
  z-index: 1;
  background-color: var(--white);
  flex: 1;
  width: 100%;
  height: 100vh;
  margin-top: -126vh;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.grid-2 {
  z-index: 10;
  grid-column-gap: 26px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(200px, 2fr);
  grid-auto-flow: row;
  width: 80%;
  margin-top: 0;
  margin-left: 10vh;
  margin-right: 10vh;
  padding-top: 0;
  position: relative;
}

.image-32 {
  object-fit: cover;
  border-radius: 60px;
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.text-block-22 {
  color: var(--dark-turquoise);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.collection-item-5 {
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.text-block-23 {
  width: 100%;
  color: var(--white);
  padding-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "Area-2 Area"
                 ". Area"
                 ". Area"
                 / 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 20px;
  display: grid;
}

.div-block-43 {
  border-radius: 0;
  width: 30%;
}

.div-block-44 {
  width: 15%;
  margin-bottom: 104px;
  margin-left: 20px;
  margin-right: 0;
  display: block;
  position: relative;
  top: 89px;
}

.div-block-45 {
  z-index: 10;
  width: 50%;
  margin-top: 30vh;
  position: relative;
}

.div-block-46 {
  z-index: 10;
  width: 50%;
  margin-top: 30vh;
  margin-left: 0;
  padding-left: 60px;
  position: relative;
}

.body-j1 {
  width: 65%;
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  left: auto;
}

.body-j1.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-j1.j1_sp {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-33 {
  z-index: 1;
  border-radius: 20px;
  width: auto;
  max-height: 275px;
  margin: 26px 0 15px;
  padding-left: 0;
  position: relative;
}

.div-block-47 {
  z-index: 1;
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-48 {
  z-index: 1;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 12px;
}

.frame {
  z-index: 0;
  background-color: #150161;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 77px;
}

.actual-results {
  overflow: hidden;
}

.collection-list-wrapper-5 {
  height: 100%;
  display: block;
  overflow: hidden;
}

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

.div-block-49.hidden {
  display: none;
}

.sales-page-flexbox-hero {
  z-index: 8;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.sales-page-flexbox-hero.resaults {
  margin-top: 286vh;
  top: 0;
}

.sales-page-flexbox-hero.b1 {
  margin-top: 42vh;
}

.sales-page-flexbox-hero.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.sales-page-flexbox-hero.smaller {
  min-height: auto;
}

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

.hero-box.video-removed {
  align-items: center;
  min-height: auto;
}

.text-block-24 {
  color: var(--dark-turquoise);
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.image-34 {
  background-color: #0000;
  border-radius: 20px;
}

.body-sales-page {
  z-index: 2;
  width: 80%;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 5vh;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: static;
  top: 0;
  left: auto;
}

.body-sales-page.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-sales-page.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.sales-page-flexbox-calculate {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 0 0;
  padding-top: 151px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.sales-page-flexbox-calculate.resaults {
  height: 150vh;
  margin-top: 119vh;
  top: 0;
}

.sales-page-flexbox-calculate.b1 {
  height: 150vh;
  margin-top: 111vh;
}

.sales-page-flexbox-calculate.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.image-left {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 150vh;
  margin: 0 0;
  display: block;
  position: static;
  top: 0;
}

.image-35 {
  display: none;
}

.image-sales-page {
  z-index: 3;
  width: auto;
  margin-top: 125px;
  display: block;
  position: static;
  overflow: hidden;
}

.calculate-the-potential-sales-page {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
}

.text-acctual-resaults {
  width: 500px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 6px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: static;
}

.sales-page-checkbox {
  z-index: 10;
  flex-flow: wrap;
  width: 100%;
  margin-top: 15px;
  display: block;
  position: relative;
}

.sales-page-checkbox.low-budget {
  width: 730px;
}

.sales-page-checkbox.still-thinking {
  width: 100%;
  overflow: hidden;
}

.salespage-checkboxes {
  width: 22px;
  height: 22px;
  margin-top: 6px;
}

.salespage-checkboxes.low-budget {
  margin-top: 2px;
}

.salespage-checkboxes.bad-outbound-sales {
  margin-top: 3px;
}

.sales-page-flexbox-bulletpoints {
  border-top: 1px none var(--light-steel-blue);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.sales-page-flexbox-bulletpoints.overline {
  border-top-style: solid;
}

.sales-page-question {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: none;
  position: relative;
}

.sales-page-answear {
  z-index: 10;
  color: var(--white);
  margin-top: 40px;
  font-size: 17px;
  font-weight: 400;
  display: block;
  position: relative;
}

.sales-page-answear.whte {
  color: var(--white);
}

.arrow {
  clear: none;
  width: 22px;
  height: 22px;
  margin-top: -25px;
  display: block;
  position: relative;
}

.arrow.less {
  margin-top: -24px;
}

.bulletpoint {
  z-index: 10;
  color: var(--black);
  cursor: pointer;
  margin-top: 45px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.bulletpoint.white {
  width: 100%;
  color: var(--white);
  margin-left: 41px;
  display: block;
}

.step2-sales-page {
  z-index: 10;
  width: 50%;
  margin-top: 500px;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0;
}

.step-2-sales-page {
  z-index: 10;
  flex-flow: wrap;
  width: 100%;
  display: none;
  position: relative;
}

.step-2-sales-page.low-budget {
  width: 730px;
}

.step-2-sales-page.still-thinking {
  width: 100%;
  overflow: hidden;
}

.omnichannel-bulletpoints {
  width: 650px;
  color: var(--black);
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.omnichannel-bulletpoints.white {
  z-index: 10;
  width: 690px;
  color: var(--white);
  margin-top: 34px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.sales-page-checkbox-lead-list {
  z-index: 10;
  flex-flow: wrap;
  width: 100%;
  display: none;
  position: relative;
}

.sales-page-checkbox-lead-list.low-budget {
  width: 730px;
}

.sales-page-checkbox-lead-list.still-thinking {
  width: 100%;
  overflow: hidden;
}

.sales-page-checkbox-scripts {
  z-index: 10;
  flex-flow: wrap;
  width: 100%;
  display: block;
  position: relative;
}

.sales-page-checkbox-scripts.low-budget {
  width: 730px;
}

.sales-page-checkbox-scripts.still-thinking {
  width: 100%;
  overflow: hidden;
}

.text-5-new {
  display: none;
}

.bold-text-7 {
  font-weight: 400;
}

.step-text-div-copy {
  width: 200px;
  color: var(--white);
  text-align: center;
  margin-top: 112px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.step-text-div-copy.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-text-div-copy.black.white {
  color: var(--white);
  margin-top: -175px;
}

.step-text-div-copy.black-copy {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-text-div-copy.black-copy.white {
  color: var(--white);
  margin-top: -175px;
}

.bold-text-8 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-9 {
  font-size: 20px;
}

.text-block-25 {
  color: var(--white);
}

.bold-text-10 {
  text-align: left;
  width: 100%;
  margin-top: 47px;
  margin-bottom: 11px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  display: block;
  position: relative;
  left: 0;
}

.image-36 {
  z-index: 3;
  width: 100%;
  display: none;
  position: relative;
}

.know-this-is-for-you-gfx {
  z-index: 2;
  width: 70%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 174px;
}

.know-this-is-for-you {
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
  position: relative;
  top: auto;
}

.bulletpoints {
  z-index: 3;
  width: 70%;
  height: auto;
  margin-top: 270px;
  margin-left: -50px;
  position: relative;
}

.body-copy-2 {
  width: 70%;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.sales-page-flexbox-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: -287px;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-2.resaults {
  height: 400vh;
  margin-top: 13vh;
  top: 0;
  overflow: hidden;
}

.sales-page-flexbox-2.resaults.new5 {
  z-index: 10;
  height: auto;
  margin-top: 18vh;
  margin-bottom: 0;
  top: auto;
}

.sales-page-flexbox-2.b1 {
  flex-direction: column;
  height: 150vh;
  margin-top: 111vh;
  top: 0;
}

.sales-page-flexbox-2.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.background_salespage-copy {
  z-index: 1;
  background-color: var(--white);
  flex: none;
  width: 100%;
  height: 200vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.image-37 {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: -45vh;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

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

.text-block-26 {
  height: 35px;
  color: var(--white);
  text-align: left;
  letter-spacing: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: static;
}

.div-block-51 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.text-block-26-copy {
  height: 50px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 17px;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
  position: static;
}

.sales-page-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 46%, #f0f 60%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  position: static;
  overflow: visible;
}

.image-38 {
  float: right;
  clear: none;
  border-radius: 20px;
  width: 25%;
  margin-top: 0;
  margin-left: 5vh;
  display: none;
  position: static;
  top: 28px;
  left: auto;
  overflow: hidden;
}

.salesletter-calculate {
  z-index: 10;
  color: #000;
  width: 520px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.salesletter-calculate.white {
  z-index: 10;
  float: right;
  clear: none;
  color: #fff;
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  position: static;
  overflow: hidden;
}

.center-text-area {
  clear: none;
  flex-direction: column;
  width: 55%;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 5vh;
  display: block;
  position: relative;
}

.image-right {
  border-radius: 0;
  width: 12%;
  height: 0;
  margin: 0 0 100vh 2vh;
  position: relative;
  top: 0;
}

.flexbox-with-bulletpoints {
  z-index: 15;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.caltulate-potential-1 {
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.calculate-the-potential-sales-page-copy {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin: 19vh 0 0 0;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
}

.caltulate-potential-2 {
  width: 100%;
  height: 100vh;
}

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

.image-right-2 {
  border-radius: 0;
  width: 25%;
  margin: 0 0 0 2vh;
  position: relative;
  inset: 0 auto auto;
}

.caltulate-potential-3 {
  width: 100%;
}

.salesletter-calculate-extra-text {
  z-index: 10;
  color: #000;
  width: 520px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.salesletter-calculate-extra-text.white {
  z-index: 10;
  color: #fff;
  width: 100%;
  margin-right: 0;
  padding-top: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.lottie-animation-19 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--magenta), var(--blue));
  color: red;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 10%;
  margin-left: 10vh;
  position: static;
  top: 0;
  left: auto;
  right: 350px;
}

.closer-system-letters {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-52 {
  width: 100%;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 0;
  display: flex;
}

.sales-page-checkbox-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--blue);
  background-color: var(--midnight-blue);
  width: auto;
  box-shadow: 1px 1px 12px 0 var(--blue-2);
  border-radius: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 20vh;
  margin-left: 0;
  padding: 40px 30px;
  font-family: Nunito Sans, sans-serif;
  display: grid;
  position: relative;
}

.sales-page-checkbox-2.low-budget {
  width: 730px;
}

.sales-page-checkbox-2.still-thinking {
  width: 100%;
  overflow: hidden;
}

.sales-page-checkbox-2.warning {
  flex-direction: column;
  align-items: center;
}

.benifits-body {
  width: 65%;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: static;
}

.sales-page-testomonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-testomonials.resaults {
  justify-content: flex-start;
  height: 500vh;
  margin-top: 0;
  top: 0;
}

.sales-page-testomonials.b1 {
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-testomonials.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.testonials-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -250vh;
  display: flex;
  position: sticky;
  top: 80px;
}

.step-text-div-salesletter {
  width: 200px;
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.step-text-div-salesletter.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-text-div-salesletter.black.white {
  width: 200px;
  color: var(--white);
  text-align: left;
  margin-top: 0;
}

.heading-when-youi-work-with-us {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #00cffd 26%, var(--magenta) 50%, blue 91%);
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
}

.heading-when-youi-work-with-us.one {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #00f 75%);
  width: 100%;
  font-size: 50px;
  position: relative;
}

.heading-when-youi-work-with-us.two {
  background-image: radial-gradient(circle at 0%, #00cffd 25%, #f0f 48%, #00f 101%);
}

.background_salespage-2 {
  z-index: 1;
  background-color: var(--blue);
  flex: 1;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.backround-sales-page-v2 {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
}

.calculate-the-path {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.img-sales-letter {
  width: 28%;
  margin-top: 53px;
}

.flexbox-horizontal {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-39 {
  border-radius: 20px;
  margin-left: 3vh;
}

.step-1 {
  width: 50%;
  position: relative;
  top: 12px;
  left: -73px;
}

.italic-text {
  font-weight: 400;
}

.bonus-text {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
}

.heading-when-youi-work-with-us-copy {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #00cffd 26%, var(--magenta) 50%, blue 91%);
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
}

.heading-when-youi-work-with-us-copy.one {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #00f 75%);
  width: 100%;
  font-size: 50px;
  position: relative;
}

.heading-when-youi-work-with-us-copy.two {
  background-image: radial-gradient(circle at 0%, #00cffd 25%, #f0f 48%, #00f 101%);
}

.heading-warning {
  z-index: 10;
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #ff0004, #860518);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 61px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
}

.heading-warning.one {
  z-index: 10;
  background-image: radial-gradient(circle at 0%, #00cffd 32%, #00f 75%);
  width: 100%;
  font-size: 50px;
  position: relative;
}

.heading-warning.two {
  background-image: radial-gradient(circle at 0%, #00cffd 25%, #f0f 48%, #00f 101%);
}

.body-copy-2-text {
  width: 50%;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.sales-page-flexbox-copy.resaults.new4 {
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 113px;
  padding-bottom: 143px;
}

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

.sales-page-flexbox-profits {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-profits.resaults {
  height: 170vh;
  margin-top: 20vh;
  display: flex;
  top: auto;
}

.sales-page-flexbox-profits.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-flexbox-profits.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.salesletter-bulletpoints-wide {
  z-index: 10;
  color: #000;
  width: 520px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.salesletter-bulletpoints-wide.white {
  z-index: 10;
  color: #fff;
  width: 100%;
  margin-right: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.text-block-27 {
  clear: none;
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 25px;
  position: static;
}

.paragraph {
  float: none;
  clear: none;
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.bold-text-13 {
  float: left;
}

.sales-page-flexbox-profits-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-profits-2.resaults {
  height: 170vh;
  margin-top: 20vh;
  display: flex;
  top: auto;
}

.sales-page-flexbox-profits-2.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-flexbox-profits-2.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.sales-page-flexbox-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-copy.resaults {
  height: 260vh;
  margin-top: 0;
  display: flex;
  top: 0;
}

.sales-page-flexbox-copy.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-flexbox-copy.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.sales-page-flexbox-end {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-end.resaults {
  height: 100vh;
  margin-top: 20vh;
  display: flex;
  top: 0;
}

.sales-page-flexbox-end.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-flexbox-end.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.sales-page-flexbox-copy-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500vh;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-flexbox-copy-1.resaults {
  height: 260vh;
  margin-top: 0;
  display: flex;
  top: 0;
}

.sales-page-flexbox-copy-1.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-flexbox-copy-1.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.space-top {
  width: 100%;
  height: 20%;
  display: block;
}

.text-block-28 {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.text-buttom-page {
  width: 50%;
  height: 50%;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 17px;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  display: flex;
  position: static;
}

.about-dropdown {
  z-index: 0;
  background-color: #09002c;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.dropdown-list-about {
  z-index: 5;
  margin-top: 6vh;
  display: none;
}

.dropdown-list-about.w--open {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40vh;
  display: block;
  left: 0;
}

.about-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 70px;
  margin-left: 2vh;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.about-menu:hover {
  color: var(--dark-turquoise);
}

.about-menu.closer {
  width: 35%;
}

.about-link {
  color: #fff;
  width: 100%;
  margin-top: 18px;
  margin-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.about-link:hover {
  color: var(--white);
}

.about-line {
  z-index: 9999;
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  width: 50%;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  transition: transform .2s;
  display: block;
  position: relative;
}

.about-line.mastercloser {
  width: 100%;
}

.about-menu-master-closer {
  flex-direction: column;
  align-items: flex-start;
  width: 36%;
  height: 70px;
  margin-left: 2vh;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.about-menu-master-closer:hover {
  color: var(--dark-turquoise);
}

.about-menu-master-closer.closer {
  width: 35%;
}

.master-closer-menu {
  z-index: 9999;
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  width: 300px;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  transition: transform .2s;
  display: block;
  position: relative;
}

.master-closer-menu.mastercloser {
  width: 100%;
}

.resources-dropdown {
  z-index: 0;
  background-color: #09002c;
  width: 25%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.dropdown-list-resource {
  z-index: 5;
  margin-top: 6vh;
  display: none;
}

.dropdown-list-resource.w--open {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: block;
  left: auto;
  overflow: hidden;
}

.grid-3 {
  grid-template-columns: 2.25fr 1fr;
}

.grid-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 / minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr);
  place-content: center stretch;
  place-items: center;
  width: 80%;
  max-width: 100%;
  margin: 10vh 0;
  position: relative;
  overflow: visible;
}

.image-40 {
  max-width: 70%;
}

.image-41 {
  margin-top: 0;
}

.image-42 {
  max-width: 80%;
  margin-top: 0;
}

.image-43 {
  margin-top: 0;
}

.image-44, .image-45 {
  max-width: 80%;
}

.image-46 {
  max-width: 100%;
}

.image-47 {
  max-width: 60%;
}

.image-48 {
  width: 75%;
}

.image-49 {
  width: 60%;
}

.image-50 {
  width: 70%;
}

.image-51 {
  width: 50%;
}

.image-52 {
  width: 85%;
}

.image-53 {
  width: 70%;
}

.image-54 {
  width: 85%;
}

.image-55 {
  width: 60%;
}

.mobile-logo-section {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 110vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.b1-heading-sales-page {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  width: 50%;
  margin: 10vh 0 14vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
  position: static;
}

.body-6 {
  background-color: var(--background-color);
  font-family: Nunito Sans, sans-serif;
}

.div-block-55 {
  z-index: 10;
  width: 100%;
  height: auto;
  margin-top: 10vh;
  position: relative;
}

.collection-list-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.collection-item-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 25vh;
  margin-right: 25vh;
  display: flex;
}

.collection-list-wrapper-6 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20vh;
  margin-left: 10vh;
  margin-right: 10vh;
  display: flex;
}

.hero-headline {
  z-index: 10;
  color: #0065f2;
  -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;
  flex: none;
  align-items: flex-start;
  width: 70%;
  margin-top: 49px;
  margin-bottom: 6vh;
  font-family: Nunito, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
  display: flex;
  position: relative;
}

.body-traning-page {
  width: 70%;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  position: relative;
  left: auto;
}

.body-traning-page.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-traning-page.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.training-video {
  clear: none;
  flex: none;
  width: 70%;
  height: 50%;
  display: block;
}

.get-a-price-div-main-menu-copy {
  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-copy:hover {
  background-image: linear-gradient(108deg, #a70407 39%, #db0004);
  box-shadow: 0 0 20px 2px #fd0b0f;
}

.take-a-quiz-button {
  z-index: auto;
  clear: none;
  width: 180px;
  height: 50px;
  box-shadow: none;
  filter: contrast(200%);
  text-align: center;
  background-image: linear-gradient(to right, #3599fd 7%, #00f);
  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;
}

.take-a-quiz-button:hover {
  box-shadow: 0 0 20px 2px var(--dark-turquoise);
  background-image: linear-gradient(to right, #00e3fd, #00f);
}

.two-buttons {
  flex-direction: row;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.div-block-56 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.body-7 {
  overflow: visible;
}

.flexbox-our-story {
  background-image: linear-gradient(to bottom, black, var(--background-color) 13%);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 800vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.h1-our-story {
  z-index: 10;
  background-image: linear-gradient(95deg, var(--dark-turquoise) 12%, var(--blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: -21vh;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  display: block;
  position: relative;
  top: auto;
}

.body-our-story {
  z-index: 50;
  width: 60%;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: auto;
  left: auto;
}

.body-our-story.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-our-story.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-our-story.step2 {
  width: 35%;
  margin-left: 12vh;
  margin-right: 10vh;
  position: static;
  top: 0;
  left: 0;
}

.body-our-story.step2_2 {
  width: 35%;
  margin-right: 12vh;
  top: 148px;
}

.body-our-story.step2_3 {
  width: 35%;
  margin-right: 12vh;
  padding-left: 0;
  top: 148px;
}

.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.left {
  align-items: flex-start;
  width: 100%;
  height: 20vh;
  margin-left: 0;
  margin-right: 0;
  top: -80.8vh;
  left: auto;
}

.our-story-flexbox.left.step4 {
  top: 295.4vh;
  left: -30.8vh;
}

.our-story-flexbox.step-3 {
  z-index: 5;
  height: 15vh;
  top: -47vh;
}

.our-story-flexbox.step4 {
  align-items: flex-start;
  height: 20vh;
  margin-left: 13vh;
  top: -64.5vh;
  left: auto;
}

.our-story-flexbox.step5 {
  align-items: flex-start;
  height: 20vh;
  margin-left: 0;
  top: -64.5vh;
  left: auto;
}

.div-block-57 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  top: -300vh;
}

.lottie-animation-22 {
  width: 3%;
}

.our-story-progressbar {
  z-index: 1;
  background-color: var(--blue);
  opacity: 1;
  width: .2%;
  height: 85%;
  margin-top: 548px;
  display: none;
  position: absolute;
}

.our-story-progressbar._2 {
  z-index: 0;
  background-color: var(--white);
}

.our-story-progressbar-2 {
  z-index: 0;
  background-color: var(--blue);
  opacity: .5;
  width: .2%;
  height: 680vh;
  margin-top: 605px;
  padding-top: 0;
  display: none;
  position: absolute;
  top: auto;
}

.our-story-progressbar-2._2 {
  z-index: 0;
  background-color: var(--white);
}

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

.our-story-flexbox-right.left {
  width: 100%;
  height: 20vh;
  margin-left: 0;
  margin-right: 0;
  top: -104.7vh;
  left: auto;
}

.our-story-flexbox-right.left.step4 {
  top: 295.4vh;
  left: -30.8vh;
}

.our-story-flexbox-right.step-3 {
  height: 15vh;
  top: 1201px;
}

.our-story-flexbox-right.step4 {
  height: 20vh;
  top: 2407px;
  left: 38.5vh;
}

.lottie-animation-23 {
  opacity: .44;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: fixed;
  top: auto;
}

.body-story {
  width: 100%;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-top: 4vh;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
  left: auto;
}

.body-story.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-story.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.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-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  display: block;
  position: static;
  left: -580px;
}

.the-birth {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  margin-left: 0;
  padding-left: 10vh;
  display: flex;
  position: relative;
}

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

.november-body {
  z-index: 5;
  width: 80%;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: auto;
  left: auto;
}

.november-body.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.november-body.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.november-body.step2 {
  width: 35%;
  margin-left: 12vh;
  margin-right: 10vh;
  position: static;
  top: 0;
  left: 0;
}

.november-body.step2_2 {
  width: 35%;
  margin-right: 12vh;
  top: 148px;
}

.november-body.step2_3 {
  width: 35%;
  margin-right: 12vh;
  padding-left: 0;
  top: 148px;
}

.the-discovery {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50vh;
  margin-left: 0;
  padding-left: 10vh;
  display: flex;
  position: relative;
}

.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-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  display: block;
  position: static;
  left: -580px;
}

.lottie-animation-24 {
  display: none;
}

.section-8 {
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 7436px 0% 0%;
}

.buttom {
  width: 100%;
  height: 100vh;
}

.take-a-quiz {
  width: 100%;
  color: var(--white);
  margin-bottom: 89px;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  line-height: 70px;
  position: relative;
}

.lottie-animation-25 {
  width: 1.2%;
  margin-top: 0;
  position: relative;
  top: 0;
}

.scroll-down {
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-top: 0;
  display: block;
  position: static;
  inset: -77px 0% 0%;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 0% 0%;
}

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

.scroll-down-lottie.home {
  opacity: .5;
  width: auto;
  margin-bottom: 0;
  transition: opacity .475s;
  position: relative;
  bottom: 0;
}

.scroll-down-lottie.home:hover {
  opacity: 1;
}

.actual-results-mobile {
  overflow: hidden;
}

.resaults-mobile {
  display: none;
}

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

.flexbox-50-50 {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.flexbox-50-50.step-3 {
  margin-top: 0;
  padding-top: 0;
}

.step-profile-page {
  width: 100%;
  color: var(--white);
  text-align: center;
  flex: none;
  margin-top: 10vh;
  padding-bottom: 1vh;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
  overflow: visible;
}

.step-profile-page.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-profile-page.black.white {
  width: 200px;
  color: var(--white);
  text-align: center;
  margin-top: -175px;
}

.div-block-62 {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 80vw;
  height: auto;
  padding-left: 7vh;
  display: flex;
}

.video-4 {
  margin-top: 0;
}

.div-block-63 {
  width: 50%;
  height: 40vh;
  padding-top: 10vh;
  padding-right: 5vh;
}

.two-buttons-profile-guide {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
  overflow: visible;
}

.section-9 {
  width: 100%;
  height: 50vh;
}

.section-10 {
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
}

.section-11 {
  width: 100%;
  height: 80vh;
}

.profile-guide-step-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-left: 0;
  display: flex;
}

.step-profile-page-v2 {
  width: 100%;
  color: var(--white);
  text-align: left;
  flex: none;
  margin-top: 10vh;
  padding-bottom: 1vh;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
  overflow: visible;
}

.step-profile-page-v2.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.step-profile-page-v2.black.white {
  width: 200px;
  color: var(--white);
  text-align: center;
  margin-top: -175px;
}

.step-profile-page-v2.no-marg {
  margin-top: 0;
}

.process-diagram {
  opacity: 1;
  border-radius: 20px;
  max-width: 100%;
  margin-top: 20vh;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.process-diagram-div {
  width: 40%;
  max-width: 40%;
  padding-top: 0;
  padding-right: 7vh;
  overflow: hidden;
}

.section-12 {
  background-color: var(--background-color);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.h2.faqs {
  background-image: linear-gradient(to right, var(--dark-turquoise) 49%, var(--magenta) 71%, var(--blue));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15vh;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.question-title {
  color: var(--white);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-weight: 700;
}

.faq-paragraph {
  border-top: 3px solid var(--dark-turquoise);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  letter-spacing: -.03px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-wrapper {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito, sans-serif;
}

.faq-question-bar {
  color: #1a1e27;
  border: 1px #13005c;
  border-bottom: 1px solid #002c77;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.div-block-64 {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2 {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15vh;
  margin-top: 10vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.faq-circle {
  opacity: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-grid {
  z-index: 10;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.faq-content {
  overflow: hidden;
}

.body-9 {
  background-color: var(--background-color);
  font-family: Nunito Sans, sans-serif;
}

.arrow-faq {
  clear: none;
  width: 22px;
  height: 22px;
  transform-style: preserve-3d;
  margin-top: 0;
  display: block;
  position: relative;
  transform: rotateX(0)rotateY(9deg)rotateZ(90deg);
}

.arrow-faq.less {
  margin-top: -24px;
}

.section-11-faq {
  width: 100%;
  height: 80vh;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.text-rights {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-column-right {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer-link-dark {
  color: var(--white);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.secondary-link-dark {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-title {
  color: var(--dark-turquoise);
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-2 {
  max-width: 360px;
  color: var(--white);
  font-size: 15px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-10 {
  z-index: auto;
  background-color: #0c003a;
  margin-top: 0;
  padding: 92px 3%;
  font-family: Nunito Sans, sans-serif;
  position: relative;
  inset: auto 0% 0%;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-arrow {
  background-color: var(--dark-turquoise);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.logo {
  max-width: 50%;
  margin-bottom: 32px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.footer-08 {
  color: var(--white);
  background-color: #0c003a;
  padding: 132px 3%;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.footer-horizontal {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-block {
  width: 50%;
}

.logo-flat {
  max-width: 55%;
}

.footer-link-wrap-short {
  white-space: nowrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.footer-link-centre {
  color: var(--white);
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-centre:hover {
  color: #5e4dcd;
}

.text-rights-short {
  color: #b4b4b480;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.spacer-footer {
  background-color: #000;
  height: 10vh;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff21;
  min-height: 62px;
  margin-bottom: 0;
  font-size: 16px;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.form-2 {
  align-items: center;
  display: flex;
}

.button-2 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-title-2 {
  color: var(--dark-turquoise);
  margin-bottom: 22px;
  font-size: 17px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.submit-button {
  background-color: var(--background-color);
  color: #5e4dcd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 62px;
  min-height: 62px;
  font-size: 17px;
}

.footer-01 {
  color: var(--white);
  background-color: #0c003a;
  padding: 132px 3%;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-logo {
  width: 30%;
  max-width: 30%;
}

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

.navigation-link {
  min-width: 100px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover, .navigation-link.w--current {
  color: var(--dark-turquoise);
}

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

.dropdown-toggle-2 {
  color: #fff;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: var(--dark-turquoise);
}

.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 {
  width: 50%;
  position: relative;
}

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

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  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;
}

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

.button-menu {
  background-image: linear-gradient(to right, #ca1d77, var(--red) 46%);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.button-menu:hover {
  box-shadow: 1px 1px 17px red;
}

.button-menu.footer {
  width: 200px;
  margin-left: 5vh;
  display: flex;
}

.navigation-2 {
  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;
}

.navigation-dropdown {
  background-color: var(--background-color);
  min-width: 140px;
}

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

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

.navigation-dropdown.dropdown-long.w--open {
  min-width: 500px;
  left: -60px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  margin-left: 50px;
  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: var(--background-color);
  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 {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

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

.navigation-wrap {
  z-index: 25;
  background-color: #0000;
  background-image: none;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-wrapper {
  background-color: var(--background-color);
  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;
}

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

.lr-logo {
  width: 230px;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  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;
}

.icon-5 {
  width: 100%;
}

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

.pointer.case-studies {
  z-index: 25;
  color: #09002c;
  background-color: #0a002c;
  top: 0%;
  left: -50%;
}

.get-a-price-btn {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

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

.dropdown-2 {
  color: var(--white);
  font-family: Nunito, sans-serif;
}

.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-3 {
  z-index: 25;
  color: #283338;
  background-color: #09002c;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.dropdown-link-3:focus {
  background-color: #0000;
}

.dropdown-link-3.temp.hidden {
  display: none;
}

.dropdown-link-4 {
  z-index: 25;
  border: 1px none var(--background-color);
  background-color: var(--background-color);
  opacity: 1;
  color: #283338;
  border-radius: 0;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.dropdown-link-4:hover {
  background-color: var(--background-color);
  color: #7839f3;
}

.dropdown-link-4:focus {
  background-color: #0000;
}

.div-block-65 {
  z-index: 10;
  background-color: var(--background-color);
  border-radius: 20px;
  width: 520px;
  height: 600px;
  margin-top: 0;
  position: relative;
  top: -575px;
}

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

.team3-name {
  margin-bottom: 6px;
  font-family: Nunito Sans, sans-serif;
}

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

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

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

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

.section-dark {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  margin-top: 10vh;
  font-family: Nunito, sans-serif;
  position: relative;
  overflow: hidden;
}

.section-dark.hidden {
  display: none;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.team3-left-button {
  margin-right: 10px;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

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

.wrap.w50 {
  width: 100%;
  height: 15vh;
  margin-bottom: 5vh;
  margin-left: 25vh;
  margin-right: 10vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

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

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

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

.team3-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.team3-profile-card.team3-profile-card-dark {
  background-color: #0f0046;
  border: 1px solid #ffffff0f;
  border-radius: 20px;
}

.team3-profiles-row {
  margin-top: 20px;
}

.team3-buttons-wrap {
  padding-top: 7px;
}

.team3-avatar {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.team3-avatar.team3-avatar-image2 {
  background-image: url('../images/Person-Pic-12x.jpg');
}

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

.heading-8 {
  font-family: Nunito Sans, sans-serif;
}

.paragraph-3, .paragraph-4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.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-family: Nunito, sans-serif;
  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%;
}

.collection-list-wrapper-7 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.image-57 {
  border-radius: 100%;
  width: 150px;
}

.paragraph-5 {
  margin-top: 5vh;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-6 {
  color: var(--dark-turquoise);
  font-size: 19px;
  font-weight: 700;
  position: static;
}

.rich-text-block-4 {
  width: 85%;
  margin-top: 1vh;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.collection-item-7 {
  background-color: #0f0046;
  border: 1px solid #21125c;
  border-radius: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: 35%;
  height: 70vh;
  margin: 0 10vh 10vh;
  display: flex;
}

.div-block-66 {
  z-index: 0;
  object-fit: fill;
  background-color: #0f0046;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-67 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-top: 5vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.grid-5 {
  grid-row-gap: 77px;
  align-content: center;
  place-items: center;
}

.collection-list-7 {
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 10vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-title {
  margin-top: 25px;
  display: none;
}

.card-2 {
  backface-visibility: hidden;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #13005a;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: none;
  display: block;
  overflow: hidden;
  transform: perspective(2000px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.card-2:hover {
  transform-origin: 50%;
  transform: perspective(1800px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.hero-section {
  z-index: 10;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-margin-bottom {
  margin-bottom: 0;
  display: none;
}

.flex-row {
  justify-content: center;
  align-items: center;
  margin: 37px 15% 25px;
  display: flex;
}

.contact-title {
  color: var(--dark-turquoise);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
}

.card-3 {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0141;
  border-radius: 0 0 20px 20px;
  transition: transform .2s;
  display: block;
  overflow: hidden;
  transform: perspective(1800px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.team-member-shot {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.team-member-shot.caper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
}

.team-member-shot.watson {
  background-image: url('../images/autumn-goodman-242810.jpg');
  background-position: 46% -86px;
  background-repeat: no-repeat;
  background-size: 250px;
  border-radius: 20px;
}

.flex-col {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #0f0046;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.about-p {
  margin-bottom: 25px;
  display: none;
}

.no-margin-top {
  margin-top: 0;
  display: none;
}

.card-contact-link {
  width: 22.5px;
}

.expander-container {
  perspective: 1800px;
  max-width: 400px;
  margin: 10px 5vh;
  transition: transform .2s;
  display: block;
  overflow: visible;
}

.expander-container:hover {
  transform: none;
}

.collection-item-8 {
  display: flex;
}

.image-58 {
  border-radius: 20px 20px 20px 0;
  width: 100px;
  height: 100px;
  display: block;
}

.collection-list-8 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-68 {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  width: 300px;
  color: var(--white);
  margin-top: 33px;
  padding-left: 38px;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-29 {
  width: 300px;
  color: var(--dark-turquoise);
  padding-left: 39px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.rich-text-block-5 {
  color: #fff;
  margin-top: 45px;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.collection-list-wrapper-8 {
  cursor: pointer;
  background-color: #190077;
  border-radius: 20px 20px 0 0;
  display: flex;
}

.collection-list-wrapper-9 {
  transform-origin: 50% 0;
  margin-top: 0;
  margin-bottom: 0;
  transform: perspective(1800px);
}

.text-block-30 {
  margin-top: 1vh;
  font-size: 20px;
  font-weight: 600;
}

.hack-button {
  color: #99eeeb;
  background-color: #141414;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 80px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .1s;
  display: block;
}

.hack-button:hover {
  color: #fff;
}

.hack-button:active {
  transform: translate(0, 1px);
}

.hack-button.clear-cookie {
  z-index: 50;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 39px;
  margin-right: 27px;
  transition: background-color .1s, color .1s;
  display: none;
  position: relative;
  inset: 39% 0% 0% auto;
}

.hack-button.clear-cookie:active {
  color: #fff;
}

.text-block-31 {
  color: #09002c;
  width: 200px;
  margin-top: 8px;
  margin-left: -50px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.sales-page-how-you-know-flexbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sales-page-how-you-know-flexbox.resaults {
  height: 260vh;
  margin-top: 0;
  display: flex;
  top: 0;
}

.sales-page-how-you-know-flexbox.b1 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  height: 150vh;
  margin-top: 162vh;
  top: 0;
}

.sales-page-how-you-know-flexbox.j1_sp {
  flex-direction: row;
  margin-left: auto;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

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

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

.navigation-only-logo {
  z-index: 9;
  border-bottom: 3px none var(--blue);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.link-block-3 {
  z-index: 100;
  cursor: pointer;
  margin-left: 2vh;
  text-decoration: none;
  position: relative;
}

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

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

.get-a-price-btn-copy {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

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

.collection-list-wrapper-10 {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  margin-top: 20vh;
  margin-left: 10vh;
  margin-right: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-9 {
  width: 90%;
  max-width: 90%;
  height: 100vh;
}

.collection-item-9 {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: center;
  margin-left: 10vh;
  margin-right: 10vh;
  display: flex;
}

.h2-traning-page {
  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-family: Nunito, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.h2-traning-page.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-traning-page.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;
}

.rich-text-block-6 {
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 18px;
}

.div-block-71 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

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

.image-59 {
  border-radius: 60px;
  width: 200px;
  max-width: 150px;
}

.text-block-32 {
  width: 70%;
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.div-block-72 {
  flex-direction: column;
  margin-top: 8vh;
  margin-left: 5vh;
  display: flex;
}

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

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

.div-block-73 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.video-nest {
  background-color: #dce2e6;
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.special-offer-text {
  color: #5526fd;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 25px;
  font-size: 24px;
  line-height: 28px;
}

.landing-page-logo {
  width: 150px;
  margin-left: 15px;
}

.div-block-74 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.upper-video-section {
  color: #f8f8f8;
  background-color: #011933;
  border-bottom: 5px solid #5526fd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mini-footer-2 {
  z-index: 10;
  opacity: .75;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
  position: relative;
}

.mini-footer-2:hover {
  opacity: 1;
}

.rich-text-block-7 {
  color: #262a82;
  padding-bottom: 10px;
  font-weight: 700;
}

.new-body-4 {
  position: relative;
}

.video-arrow-right-div {
  align-items: flex-start;
  display: flex;
}

.lottie-animation-26 {
  position: absolute;
  inset: auto 0% 0;
}

.button-3 {
  cursor: pointer;
  background-image: linear-gradient(270deg, #5526fd, #41b9fa);
  border-radius: 10px 0;
  padding: 15px 30px;
  transition: all .3s cubic-bezier(.678, .088, .25, 1);
  box-shadow: 3px 3px 10px #a19fcf;
}

.button-3:hover {
  background-image: linear-gradient(#5526fd, #5526fd), linear-gradient(135deg, #090768, #5526fd 50%, #02a5b9);
  font-weight: 400;
  box-shadow: 0 4px 7px 1px #a19fcf;
}

.button-3.v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.button-3.v2.big-text {
  font-size: 25px;
  line-height: 30px;
}

.grid-7 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 20% 4fr 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.text-block-33 {
  color: #fff6;
  text-align: center;
  margin-top: 21px;
}

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

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

.cta-div-2.revealed {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}

.section-13 {
  z-index: 15;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.upper-video-text {
  color: #ff1e54;
  text-align: center;
}

.upper-video-text.large {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hero-headline.video {
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 50px;
}

.rich-text-block-8 {
  color: #fffc;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-link {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-left: 2vh;
  text-decoration: none;
  display: flex;
}

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

.buttonnew:hover {
  box-shadow: 0 0 20px 2px #0bd2fd;
}

.buttonnew.close {
  position: relative;
  top: 191px;
}

.alt-cta-link {
  color: var(--background-color);
  cursor: pointer;
  text-decoration: underline;
}

.alt-cta-link.white {
  z-index: 10;
  opacity: .6;
  color: var(--white);
  transition: opacity .45s;
  position: relative;
}

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

.html-embed-4 {
  z-index: 10;
  width: auto;
  position: relative;
}

.sticky-copy {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 0 10%;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

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

.light-blue-link-box {
  color: var(--dark-turquoise);
}

.collection-list-wrapper-11 {
  width: 80%;
}

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

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

.new-container.smaller.center {
  flex-direction: column;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.new-container.smaller.center._2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.collection-nest {
  background-color: var(--midnight-blue);
  height: auto;
  min-height: 500px;
  box-shadow: 0 0 14px -2px var(--blue);
  border-radius: 20px;
  margin: 15px 20px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .525s;
}

.collection-nest:hover {
  box-shadow: 0 0 17px 0 var(--dark-turquoise);
}

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

.image-60 {
  object-fit: contain;
  border-radius: 20px;
  width: auto;
  height: auto;
  max-height: 200px;
  padding: 10px;
}

.grid-8 {
  grid-template-rows: auto auto;
}

.bold-text-15 {
  font-size: 20px;
  font-weight: 200;
}

.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;
  font-family: Nunito, sans-serif;
  display: flex;
}

.image-61 {
  width: 300px;
  font-family: Nunito, sans-serif;
}

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

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

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

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

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

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

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

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

.section-2.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-2.gradiant.full-page {
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  overflow: hidden;
}

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

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

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

.loading-gif {
  width: 200px;
}

.landing-nav-container {
  border-bottom: 1px solid #afafaf;
  padding: 23px 12px 23px 24px;
}

.mini-footer {
  opacity: .75;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

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

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

.jotform-html {
  z-index: 5;
  position: relative;
}

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

.top-logo {
  width: 200px;
  max-width: none;
  margin-top: 0;
}

.html-wrapper {
  position: relative;
}

.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: 50px;
}

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

.heading-14.ty {
  background-image: radial-gradient(circle farthest-side at 0% 0%, var(--blue) 16%, #ff2eff 49%, var(--magenta) 50%, var(--dark-turquoise) 83%);
  width: 70vw;
  font-size: 35px;
  line-height: 40px;
}

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

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

.flexbox-50-50-copy {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 23px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.flexbox-50-50-copy.step-3 {
  margin-top: 0;
  padding-top: 0;
}

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

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

.blueprint-image {
  background-image: url('../images/Blueprint-Sample_jpg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 14px;
  height: 500px;
}

.section-10-copy {
  z-index: 5;
  width: 100%;
  height: auto;
  padding-top: 10vh;
  position: relative;
}

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

.footer-block-copy {
  width: auto;
}

.logo-flat-copy {
  max-width: 90%;
}

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

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

.div-block-76 {
  width: auto;
  height: auto;
  margin-top: 20px;
  position: relative;
}

.thesis-thumb-img {
  width: 40vw;
  box-shadow: 0 0 8px 3px var(--blue);
  cursor: pointer;
  transition: all .525s;
}

.thesis-thumb-img:hover {
  box-shadow: 0 0 8px 3px var(--dark-turquoise);
}

.link-block-7 {
  perspective: 941px;
  transform: ;
  position: relative;
}

.about-section {
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Nunito Sans, sans-serif;
  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;
}

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

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

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

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

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

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

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

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

.new-body-7 {
  font-family: Nunito Sans, sans-serif;
}

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

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

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

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

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

.hero-section-2 {
  z-index: 10;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

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

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

.content7-number-card {
  color: #fff;
  background-color: #111212;
  background-image: linear-gradient(#5526fd, #09002c);
  border-radius: 8px;
  min-height: 200px;
  padding: 10px 30px 20px;
  transition: all .4s;
  box-shadow: 3px 3px 9px -4px #a19fcf;
}

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

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

.h2-jumbo {
  font-size: 35px;
  font-weight: 300;
  line-height: 56px;
}

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

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

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

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

.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 {
  background-image: url('../images/image_clipped_rev_1.png');
  background-position: 50% 0;
}

.div-block-77 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-64 {
  background-color: var(--white);
  object-fit: contain;
  border: 3px solid #00f;
  border-radius: 50%;
  width: 150px;
  max-width: 150px;
  height: 150px;
  box-shadow: 0 0 20px -1px #00e3fd;
}

.text-block-36 {
  color: #00e3fd;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.text-block-37 {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
}

.h2-white {
  font-family: Nunito Sans, sans-serif;
}

.new-body-real {
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  color: var(--white);
  background-color: #09002c;
  font-family: Nunito Sans, sans-serif;
  position: relative;
  overflow: visible;
}

.new-body-real.overflow {
  z-index: 2;
  background-color: #0000;
}

.new-body-real.no-overflow {
  z-index: 2;
  background-color: #0000;
  overflow: hidden;
}

.new-hero-section {
  height: auto;
  min-height: 100vh;
  position: relative;
}

.a1-hero-headline-2 {
  z-index: 10;
  color: #0065f2;
  -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;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  margin-top: 49px;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  display: block;
  position: relative;
  overflow: hidden;
}

.body-15 {
  background-color: var(--background-color);
  text-align: left;
  max-width: 100%;
  font-family: Nunito, sans-serif;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(15vh, 1fr) auto;
  grid-template-columns: 1fr .75fr;
}

.a1-hero-headline-2-copy {
  z-index: 10;
  filter: contrast(200%);
  color: #0065f2;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: radial-gradient(circle farthest-side at 0 0, #00e3fd 20%, #f0f 59% 83%, #00f 98%);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.bold-text-16 {
  line-height: 25px;
  text-decoration: none;
}

.hero-lottie-div {
  z-index: 1;
  position: relative;
  transform: scale(1.1);
}

.new-hero-div {
  z-index: 2;
  position: relative;
}

.lottie-animation-27 {
  transform: translate(0);
}

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

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

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

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

.gradients-new {
  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;
}

.new-b1-section {
  z-index: 1;
  perspective: 2000px;
  width: 100%;
  height: 250vh;
  transform: ;
  margin-top: 0;
  padding-top: 70px;
  position: relative;
}

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

.b1-sticky {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.b1-internal-nest {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.b1-logo-lottie {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.b2-optional-social-proof-subheading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.new-b1-heading {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 50px;
  position: relative;
}

.b1-heading-new {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dark-turquoise) 32%, var(--magenta) 52%, #ff3aff 63%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-15 {
  font-size: 35px;
}

.temp-white-section {
  background-color: #0000;
}

.temp-white-section.big-top-padding {
  margin-top: 269px;
}

.body-grid-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-areas: ". Area"
                       ". Area";
}

.body-grid-column.bottom-space {
  padding-bottom: 113px;
}

.new-bullet-text-block {
  z-index: 10;
  color: #000;
  width: 90%;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.new-bullet-text-block.white {
  z-index: 10;
  color: #fff;
  width: auto;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.normal-lottie-div {
  color: var(--background-color);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.normal-lottie-div.mid-spaced {
  justify-content: center;
}

.white-text-div {
  z-index: 10;
  width: 100%;
  margin: 200px 100px 125px 0;
  position: relative;
  top: 0;
  bottom: auto;
}

.body-lottie-animation {
  z-index: 10;
  margin-top: 150px;
  position: relative;
}

.body-text-div {
  z-index: 10;
  width: 100%;
  margin: 200px 100px 0 0;
  position: relative;
  top: 0;
  bottom: auto;
}

.body-text-div.on-dark {
  color: var(--white);
}

.new-text-block {
  z-index: 10;
  color: #000;
  width: 90%;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}

.new-text-block.white {
  z-index: 10;
  color: var(--white-smoke);
  z-index: 10;
  width: auto;
  font-weight: 400;
  position: relative;
}

.text-block-38 {
  color: #fff;
  line-height: 70px;
  position: relative;
}

.new-background-video-section {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.text-block-39 {
  z-index: 10;
  color: #000;
  cursor: pointer;
  margin-top: 45px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-block-40 {
  z-index: 10;
  color: #000;
  width: 90%;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-block-40.h1_size {
  z-index: 10;
  width: 90%;
  position: relative;
}

.text-block-41 {
  z-index: 10;
  color: #000;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.step-text-div-sa-2 {
  color: #000;
  width: 200px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.step-text-div-sa-2.black {
  z-index: 10;
  font-size: 25px;
  position: relative;
}

.closer-system-image {
  margin-top: 200px;
}

.closer-image-div {
  flex-direction: column;
  display: flex;
}

.background-color-testimonial-2 {
  z-index: 0;
  background-color: #09002c;
  width: 100%;
  height: auto;
  min-height: 630px;
  margin-top: auto;
  position: absolute;
  top: 0;
  overflow: hidden;
}

._01-testimonial-2 {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 600vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.o1-headline-2 {
  z-index: 10;
  clear: left;
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 24%, #f0f 52%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 45px;
  position: relative;
}

.testimonial-div {
  border: 2px solid var(--midnight-blue-2);
  background-color: var(--midnight-blue-2);
  background-image: linear-gradient(to bottom, var(--midnight-blue-2), var(--blue));
  width: 700px;
  height: 350px;
  box-shadow: 8px 8px 20px 0 var(--blue-2);
  border-radius: 50px;
  align-items: center;
  display: flex;
}

.testimonial-co-name {
  clear: none;
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--dark-grey) 28%, var(--white-smoke));
  color: #00e3fd;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 400px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  display: block;
  position: relative;
  top: 20px;
}

.text-span-3 {
  color: #fff;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
}

.p1-logo-wall-3 {
  z-index: 2;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 200vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 514px;
}

.p1-logo-wall-3.mobile {
  top: 0;
}

.new-p1-logo-wall {
  z-index: 2;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 200vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 514px;
}

.new-p1-logo-wall.mobile {
  height: 250vh;
  top: 0;
  overflow: hidden;
}

.p1-nest {
  z-index: 3;
  width: 100%;
  height: 100vh;
  position: sticky;
  overflow: hidden;
}

.new-centered-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.new-centered-div.top-padding {
  padding-top: 200px;
}

.new-centered-div.top-padding.bottom-padding {
  padding-bottom: 200px;
}

.q3-text-block-2 {
  color: #000;
  text-align: center;
  width: 90%;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.q4-body-2 {
  color: #000;
  text-align: center;
  margin-top: -20px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.q4-body-2-copy {
  color: #000;
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-buttom-page-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  width: 50%;
  height: 50%;
  margin-bottom: 17px;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  position: static;
}

.text-buttom-page-2-new {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--dark-turquoise) 36%, var(--magenta) 50%, var(--blue) 76%, var(--dark-turquoise));
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  width: 50%;
  height: 50%;
  margin-bottom: 17px;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
  position: static;
}

.new-cta-section {
  z-index: 5;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--background-color) 37%, transparent), url('../images/closersystem.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column wrap;
  align-content: stretch;
  margin-top: auto;
  padding-top: 52px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-76-copy {
  perspective: 2000px;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.section-15 {
  z-index: 1;
  position: relative;
}

.close-div {
  z-index: 9999;
  color: #ecf0f340;
  cursor: pointer;
  margin-right: 0;
  padding-top: 0;
  padding-right: 20px;
  font-size: 25px;
  line-height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.white-section.big-top-padding {
  margin-top: 269px;
}

.b1-heading-sales-page-2 {
  color: #0065f2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: radial-gradient(circle at 0%, #00e3fd 32%, #f0f 52% 61%, #00f);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  width: 50%;
  margin: 10vh 0 14vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 50px;
  position: static;
}

.take-a-quiz-button-2 {
  z-index: auto;
  clear: none;
  width: 180px;
  height: 50px;
  box-shadow: none;
  filter: contrast(200%);
  text-align: center;
  background-image: linear-gradient(to right, #3599fd 7%, #00f);
  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;
}

.take-a-quiz-button-2:hover {
  background-image: linear-gradient(to right, #00e3fd, #00f);
  box-shadow: 0 0 20px 2px #00e3fd;
}

.div-block-54 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-11 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 / minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr);
  place-content: center stretch;
  place-items: center;
  width: 80%;
  max-width: 100%;
  margin: 10vh 0;
  position: relative;
  overflow: visible;
}

.clear-section {
  z-index: 5;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.clear-section.top {
  padding-top: 200px;
}

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

.h1-general {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--dark-turquoise), #54ecfe 33%, var(--magenta) 45%, var(--blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.hero-h2-general {
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.training-div-nest {
  margin: 30px 5px;
  padding: 10px 7px;
}

.link-block-8 {
  background-color: var(--midnight-blue-2);
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 350px;
  box-shadow: 7px 7px 14px -7px var(--blue-2);
  cursor: pointer;
  border: 3px solid #5526fd8c;
  border-radius: 20px;
  padding: 13px 10px 38px;
  transition: all .525s;
  position: relative;
}

.link-block-8:hover {
  box-shadow: 7px 7px 14px -7px var(--dark-turquoise);
  border-color: #00e3fd;
}

.training-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  position: relative;
}

.training-thumb-overlay {
  background-image: linear-gradient(#ff00ff5e, #0000ff4d);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.heading-16 {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.new-progress-bar {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95vw;
  padding-bottom: 7px;
  display: grid;
  position: fixed;
  inset: auto 0% 0% 2.5vw;
}

.new-progress-bar-nest {
  z-index: 1;
  background-color: var(--white-smoke);
  align-items: center;
  width: 100%;
  height: 7px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 12px 50%;
}

.progress-bar-fill {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
}

.new-bottom-text {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  border-radius: 20px;
  padding: 6px 13px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: -32px;
}

.stats-text {
  font-size: 35px;
  line-height: 50px;
}

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

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

.div-block-45-copy {
  z-index: 10;
  width: 50%;
  margin-top: 11vh;
  position: relative;
}

.div-block-46-copy {
  z-index: 10;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 60px;
  position: relative;
}

.image-37-copy {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.div-block-51-copy {
  z-index: 2;
  background-image: url('../images/closersystem-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  padding-top: 146px;
  padding-bottom: 146px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.training-content-text {
  color: var(--white-smoke);
  font-style: italic;
}

.div-block-63-copy {
  width: 50%;
  height: auto;
  padding-top: 3vh;
  padding-right: 0;
}

.home-link {
  opacity: .56;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .45s;
}

.scroll-down-nest {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 49vw;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.training-page-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 350px;
  position: relative;
}

.collection-item-6-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-6-copy {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20vh;
  margin-left: 10vh;
  margin-right: 10vh;
  display: flex;
}

.body-traning-page-copy {
  width: 90%;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  position: relative;
  left: auto;
}

.body-traning-page-copy.c2 {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-traning-page-copy.j1_sp {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.case-study-video {
  max-height: 100%;
}

.div-block-78 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-left: 131px;
  padding-right: 131px;
  position: relative;
}

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

.dark-section-copy {
  padding-top: 140px;
}

.image-65 {
  width: 150px;
  transform-style: preserve-3d;
  position: absolute;
  inset: 25% 0% 0% 45%;
  transform: translate3d(0, 0, 500px);
}

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

.text-block-44.bold {
  font-weight: 600;
}

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

.bold-text-17 {
  font-style: italic;
  text-decoration: underline;
}

.closer-system-sales-page-copy {
  z-index: 0;
  background-image: url('../images/closersystem-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  align-content: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.bold-text-18 {
  font-size: 25px;
  line-height: 35px;
}

.text-span-4 {
  text-decoration: none;
}

.italic-text-2 {
  font-size: 21px;
  font-weight: 800;
  text-decoration: underline;
}

.legal-policy-embed {
  z-index: 10;
  width: 100%;
  height: auto;
  position: relative;
}

.legal-policy-embed.special {
  height: 100vh;
}

.background-text-for-embed {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-5 {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .a1-content-left {
    top: 80px;
  }

  .style-square {
    margin-bottom: 200px;
  }

  .right-content {
    top: 80px;
  }

  .cta-div.body.white.low-budget {
    margin-top: 25px;
  }

  .left-3 {
    top: 80px;
  }

  .text-block-8 {
    font-size: 30px;
    line-height: 30px;
  }

  .h1-right-side, .quiz-content, .right-content-bad-outboud-sales {
    top: 80px;
  }

  .particles {
    display: none;
  }

  .get-a-price-div-main-menu {
    margin-left: 30px;
  }

  .navbar-2 {
    display: block;
  }

  .collection-item-2 {
    width: 100%;
  }

  .div-block-28 {
    flex-direction: column-reverse;
  }

  .lottie-animation-13 {
    display: block;
  }

  .div-block-49 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mobile-logo-section {
    display: flex;
  }

  .b1-heading-sales-page {
    width: 90%;
    font-size: 35px;
  }

  .two-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column-right, .footer-column {
    padding-right: 20px;
  }

  .footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .text-rights-short {
    text-align: center;
  }

  .mobile-nav-link {
    width: 100%;
    color: var(--white);
  }

  .mobile-nav-link.w--current {
    color: var(--dark-turquoise);
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-2 {
    display: none;
  }

  .mobile-dropdown {
    display: block;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .mobile-nav {
    background-color: var(--background-color);
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    background-color: var(--background-color);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-mobile:hover {
    background-color: var(--background-color);
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
    color: var(--white);
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .navigation-only-logo {
    display: none;
  }

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

  .grid-7 {
    grid-template-columns: 4fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .upper-video-text.large {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-75 {
    flex-direction: column;
    display: flex;
  }

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

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .container-div {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .blueprint-image {
    margin-top: 33px;
  }

  .logo-flat-copy {
    margin-bottom: 32px;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

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

  .text-16.text-16-60 {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .headline-6-col-2 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature1-image2 {
    display: none;
  }

  .content7-number-card {
    text-align: center;
  }

  .headline-6-col-3 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-11 {
    grid-template-columns: 1fr 1fr;
  }

  .new-hero-section {
    height: auto;
    min-height: 100vh;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .hero-lottie-div {
    min-height: 300px;
    display: none;
  }

  .hero-lottie._2, .hero-lottie._1, .hero-lottie._3 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .hero-lottie._4 {
    display: none;
  }

  .new-b1-section {
    height: auto;
  }

  .b1-sticky {
    display: none;
  }

  .body-grid-column {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
    margin-top: 40px;
  }

  .white-text-div {
    margin-bottom: 36px;
  }

  .body-lottie-animation {
    display: block;
  }

  .body-text-div {
    margin-top: 60px;
  }

  .body-text-div.on-dark {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .text-block-38 {
    font-size: 40px;
  }

  .mobile-hero-lottie {
    width: 80%;
    display: block;
    position: relative;
  }

  .take-a-quiz-button-2 {
    margin-left: 30px;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr;
  }

  .training-div-nest {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-63-copy {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    width: 80vw;
    font-size: 30px;
    line-height: 40px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .navlink, .navlink-2-mobile {
    display: block;
  }

  .grid-4 {
    grid-template-columns: minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr);
  }

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

  .content-h1 {
    font-size: 55px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column-right {
    padding-right: 0;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .text-rights-short {
    text-align: center;
  }

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

  .mobile-nav-link {
    color: var(--white);
  }

  .mobile-nav-link.w--current {
    color: var(--dark-turquoise);
    font-weight: 600;
  }

  .mobile-nav-link.cta {
    background-image: linear-gradient(245deg, var(--magenta), #db0004 47%);
  }

  .mobile-dropdown {
    display: block;
  }

  .navigation-left {
    margin-left: 10px;
  }

  .mobile-nav {
    background-color: var(--background-color);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-link-mobile, .dropdown-link-mobile:hover {
    background-color: var(--background-color);
  }

  .dropdown-list-2.w--open {
    position: relative;
  }

  .mobile-toggle {
    color: var(--white);
    display: inline-block;
  }

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

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

  .hack-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-only-logo {
    display: block;
  }

  .div-block-73 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-offer-text {
    font-size: 18px;
  }

  .rich-text-block-7 {
    font-weight: 400;
    display: none;
  }

  .video-arrow-right-div {
    display: none;
  }

  .button-3.v2.big-text {
    font-size: 20px;
  }

  .video-arrow-left-div {
    display: none;
  }

  .grid-7 {
    grid-template-columns: 4fr;
  }

  .upper-video-text.large {
    text-align: center;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-flat-copy {
    margin-bottom: 40px;
  }

  .team3-profiles-row-2, .grid-12 {
    grid-template-columns: 1fr;
  }

  .new-progress-bar {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .a1-content-left {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    top: 30vh;
  }

  .content-right-lottie {
    z-index: 9;
    width: 100%;
    padding-top: 0;
    display: none;
    top: 19px;
    left: auto;
  }

  .right-card {
    top: auto;
  }

  .a1-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: 25px;
    display: block;
  }

  .a2-hero-subheading {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }

  .lottie-animation {
    z-index: 10;
    margin-top: 0;
    display: block;
  }

  .get-a-price-div {
    flex: none;
    width: 180px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .call-to-action-nest {
    flex-direction: column;
    align-items: center;
    margin-top: 3vh;
    display: flex;
  }

  .learn-how-we-do-it {
    text-align: center;
    margin-top: 1vh;
    font-size: 15px;
  }

  .a1 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 7vh;
    display: flex;
  }

  .b1-body {
    top: 41px;
  }

  .c1.problem-intro {
    z-index: auto;
    flex-direction: column;
    width: 100%;
    height: 420vh;
  }

  .b1-heading {
    width: 90%;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
  }

  .heading-3.one {
    text-align: left;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-3.two {
    text-align: left;
    margin-top: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-2 {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .text-block-2.white {
    width: 100%;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .right-content {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 25px;
    overflow: hidden;
  }

  .right-2 {
    margin-left: auto;
    display: none;
  }

  .lottie-animation-3 {
    z-index: 7;
    width: 70%;
    margin-bottom: 111px;
    display: block;
    overflow: hidden;
  }

  .text-block-4 {
    opacity: 1;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    top: -4px;
  }

  .text-block-4.white {
    width: 100%;
  }

  .cta-div.body.white {
    width: 95%;
    margin-top: -1vh;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 27px;
  }

  .cta-div.body.white.low-budget {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 13px;
  }

  .cta-div.body.white.smaller {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 10px;
  }

  .cta-div.body.bad-outboundsales {
    width: 100%;
    margin-top: 0;
    display: flex;
    top: -17px;
    overflow: hidden;
  }

  .learn-how-we-do-it-black {
    font-size: 14px;
  }

  .learn-how-we-do-it-black.white {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-still-think-hiring {
    width: 100%;
    height: 175vh;
    margin-top: 0;
    margin-bottom: 30vh;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .content-still-think-hiring.bad-outbound {
    height: 130vh;
  }

  .bad-outbound-sales-text {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    margin: 57.4vh auto 83vh;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
    top: 275px;
  }

  .text-block-5 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    overflow: hidden;
  }

  .text-block-5.white {
    width: 100%;
    font-size: 16px;
  }

  .text-block-5.still, .text-block-5.h1_size {
    width: 100%;
  }

  .preloader {
    display: none;
    overflow: hidden;
  }

  .gradients {
    background-position: 50%, 0 0;
    height: 60vh;
    margin-top: -36px;
    top: -30px;
  }

  .b2-optional-social-proof-subheading {
    width: 95%;
    margin-top: 7vh;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .background-color-2 {
    height: 330vh;
    overflow: hidden;
  }

  .background-color-2.mobile {
    height: 450vh;
  }

  .heading-low-budget.one {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-low-budget.two {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    position: static;
  }

  .outbound-sales {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -10vh;
  }

  .right-card-4 {
    flex-direction: row;
    max-width: 100%;
  }

  .h-section-the-closer-system-video {
    margin-top: 0;
    margin-bottom: auto;
    position: relative;
    top: auto;
  }

  .text-block-7 {
    width: 90%;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-9 {
    margin-top: 124px;
  }

  .text-block-8 {
    width: 85%;
    height: 20vh;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }

  .text-block-9 {
    width: 90%;
    margin-top: 0;
    font-size: 17px;
  }

  .h6-get-a-price.white {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 5px;
    font-size: 16px;
    display: flex;
  }

  .heading-calculate-potential {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 25px;
  }

  .heading-calculate-potential.one {
    width: 100%;
    margin-bottom: 2vh;
    font-size: 28px;
    font-weight: 800;
    line-height: 25px;
  }

  .heading-calculate-potential.one.calc {
    width: 100%;
    font-size: 28px;
  }

  .step-text-div-sa.black {
    width: 100%;
    font-size: 18px;
  }

  .calculate-the-potential {
    margin-bottom: 20vh;
    display: block;
    position: relative;
    top: 20px;
    overflow: hidden;
  }

  .text-block-10 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
  }

  .text-block-10.white {
    margin-left: 0;
  }

  .text-block-11 {
    margin-top: 0;
    font-size: 16px;
  }

  .calculate-the-potential-qestion {
    z-index: 20;
    width: 100%;
    position: relative;
  }

  .image-2, .image-3, .image-4 {
    max-width: 100%;
  }

  .content-k1-signature-solution {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: -80vh;
    overflow: hidden;
  }

  .content-k1-signature-solution.step3 {
    height: 175vh;
    margin-top: 38vh;
    top: -26.1vh;
  }

  .content-l1-signature-solution {
    width: 100%;
    height: 150vh;
    margin-top: 91vh;
    display: block;
    position: relative;
    top: -112.9vh;
    overflow: hidden;
  }

  .image-5 {
    max-width: 100%;
  }

  .content-m1-signature-solution {
    width: 100%;
    height: 190vh;
    margin-top: 0;
    position: relative;
    top: -153.5vh;
    overflow: hidden;
  }

  .image-6 {
    max-width: 100%;
    overflow: hidden;
  }

  .image-7 {
    max-width: 100%;
  }

  .content-n1-signature-solution {
    width: 100%;
    height: 175vh;
    margin-top: 0;
    position: relative;
    top: -192.3vh;
    overflow: hidden;
  }

  .spacer2 {
    display: none;
  }

  .checkbox {
    width: 100%;
  }

  .checkbox.low-budget {
    width: 100%;
    display: flex;
  }

  .checkbox.still-thinking {
    width: 100%;
  }

  .checkbox-3-row, .checkbox-bad-outbound-sales {
    display: none;
  }

  .low-budget-automation-div {
    flex-direction: column;
    width: 100%;
    margin-top: 40vh;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .low-budget-bulletpoints.white {
    width: 100%;
    padding-left: 5px;
    font-size: 15px;
  }

  .right-card-2-copy {
    z-index: 5;
    align-items: center;
    width: 100%;
    margin: 0 auto -40vh;
    font-size: 16px;
    display: none;
    overflow: visible;
  }

  .left-content-lottie {
    align-items: center;
    width: 100%;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: sticky;
    top: 20px;
    overflow: visible;
  }

  .o1-heading {
    width: 80%;
    font-size: 30px;
    line-height: 30px;
  }

  .p1-logo-wall-2 {
    top: 0;
  }

  .p1-logo-wall-2.mobile {
    height: 275vh;
    top: auto;
  }

  .h1-right-side {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-right-side.two {
    flex-direction: row;
    flex: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .still-thinking-hiring-development-reps {
    margin-top: 0;
    margin-bottom: 40vh;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 267px;
  }

  .b3-logo-wall {
    width: 100%;
    display: none;
  }

  ._01-testimonial {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500vh;
    margin-top: 0;
    position: relative;
    top: auto;
  }

  .o1-testimonial-headline {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    height: 20vh;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .o1-headline {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
  }

  .o1-headline-subheading {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 20px;
  }

  .card {
    width: 300px;
    height: 200px;
    display: none;
  }

  .quiz-content {
    justify-content: flex-start;
    position: relative;
    top: auto;
  }

  .q2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 20px;
  }

  .q2.new {
    margin-top: 0;
    margin-left: 0;
  }

  .q2-heading.one {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .q3-body {
    width: 100%;
    margin-top: -25px;
    margin-left: 0;
  }

  .q3-text-block {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
  }

  .take-a-quiz-get-price {
    flex: none;
  }

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

  .div-block-15 {
    margin-top: 10vh;
  }

  .div-block-16 {
    width: 90%;
    margin-top: 5vh;
  }

  .spacer-still-think {
    height: 500px;
    display: none;
    top: 500px;
  }

  .q4-body {
    font-size: 15px;
    line-height: 20px;
  }

  .q3 {
    margin-top: 50vh;
    position: relative;
  }

  .background-color-2-copy {
    height: 300vh;
    top: auto;
  }

  .testimonial-shadow {
    display: none;
  }

  .background-color-3 {
    background-color: var(--background-color);
    height: 520vh;
    margin-top: 0;
    position: absolute;
  }

  .right-content-bad-outboud-sales {
    width: 100%;
    margin-top: 20vh;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    top: 20px;
    overflow: visible;
  }

  .d-section.low-budget {
    background-color: #0000;
    width: 100%;
    height: 520vh;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .i1-section.low-budget {
    flex-direction: column;
    height: 1050vh;
    margin-top: 0;
    top: auto;
  }

  .background-color-i-section {
    height: 750vh;
    display: block;
    position: absolute;
  }

  .background-color-i-section.color {
    height: 1080vh;
  }

  .i1-images {
    width: 100%;
    display: none;
  }

  .q-section.quiz {
    justify-content: center;
    height: 200vh;
    margin-top: 0;
    top: auto;
  }

  .background-color-testimonial {
    height: 500vh;
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  .collection-list-wrapper {
    flex-direction: column;
    align-items: center;
    height: 400vh;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
    top: 0;
    left: auto;
  }

  .image-20 {
    width: 150px;
    margin: 3vh 90px;
    display: block;
    top: 0;
    left: 0;
  }

  .text-block-12 {
    width: 80%;
    font-size: 20px;
    line-height: 25px;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .rich-text-block {
    width: 80%;
    margin-top: 2vh;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55%;
    margin-top: 5vh;
    margin-right: 0;
    left: auto;
  }

  .collection-list {
    flex-direction: column;
    left: auto;
  }

  .particles {
    display: none;
  }

  .punchline {
    flex: none;
    width: 80%;
    height: 60px;
    font-size: 18px;
    line-height: 25px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

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

  .logo-top-left {
    margin-left: 20px;
    margin-right: 0;
  }

  .get-a-price-div-main-menu {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .navbar {
    z-index: 999;
    width: 80%;
  }

  .nav-menu {
    flex-direction: column;
    flex: 0 auto;
    margin-top: -45px;
    padding-left: 0;
    display: flex;
    left: -172px;
  }

  .navbar-2 {
    display: none;
  }

  .largercontain {
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    margin-left: 0;
  }

  .navlink {
    font-size: 15px;
    display: flex;
  }

  .image-22 {
    max-width: 70%;
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: #021752;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .menu-button {
    background-color: #011752;
  }

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

  .heading-low-budget-copy.one {
    width: 41%;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-low-budget-copy.two {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-4-copy {
    width: 90%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    display: block;
    position: relative;
    top: 46px;
  }

  .div-block-25 {
    width: 300px;
    height: 20vh;
    position: relative;
    top: 0;
  }

  .collection-item-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-image {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
  }

  .case-study-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .casestudy-h2 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .logo-cms-copy {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .case-study-qoute {
    width: 100%;
    margin-top: 0;
    font-size: 15px;
  }

  .div-block-28 {
    flex-direction: column-reverse;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 25vh;
  }

  .case-study-project-brief {
    margin-top: 45vh;
    font-size: 15px;
  }

  .profile-img-and-text-flexbox {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-14 {
    margin-left: 15px;
  }

  .collection-list-wrapper-3 {
    flex-direction: column;
    width: 100%;
  }

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

  .collection-item-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-2 {
    flex-direction: row;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .dropdown {
    display: none;
  }

  .text-block-17 {
    padding-left: 16px;
    font-size: 15px;
  }

  .icon, .dropdown-list {
    display: none;
  }

  .dropdown-list.w--open {
    z-index: 1;
    margin-top: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    display: block;
  }

  .div-block-34 {
    background-color: #011752;
    height: 80px;
    display: flex;
  }

  .brand.w--current {
    width: 55%;
    margin-left: 57px;
  }

  .progress_bar, .progress_still, .buttom-nav {
    display: none;
  }

  .body-4 {
    font-family: Nunito Sans, sans-serif;
  }

  .div-block-39 {
    width: 100%;
    height: 100%;
  }

  .sales-page-flexbox.resaults {
    justify-content: flex-start;
    height: auto;
    margin-top: 22vh;
  }

  .sales-page-flexbox.resaults.new {
    height: auto;
  }

  .sales-page-flexbox.resaults.new3 {
    justify-content: flex-start;
    height: auto;
    margin-top: 15vh;
    top: auto;
  }

  .sales-page-flexbox.resaults.new5 {
    z-index: 1;
    height: 80vh;
  }

  .sales-page-flexbox.b1 {
    z-index: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100vh;
    margin-top: 20vh;
    top: auto;
  }

  .sales-page-flexbox.j1_sp {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    height: 120vh;
    margin-top: 30vh;
    top: auto;
  }

  .sales-page-flexbox.j1_sp.next {
    margin-top: 15vh;
  }

  .sales-page-flexbox.j1_sp.normal {
    flex-direction: column;
  }

  .sales-page-flexbox.report {
    z-index: 1;
    height: auto;
    margin-top: 16vh;
  }

  .sales-page-flexbox.new6 {
    height: 135vh;
  }

  .sales-page-div {
    width: 100%;
    margin-top: 40vh;
    top: 25px;
  }

  .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.j1_sp {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2vh;
    font-size: 25px;
    line-height: 25px;
    overflow: hidden;
  }

  .h1-sales-page.middle {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: auto;
    display: block;
    position: relative;
    top: auto;
  }

  .h1-sales-page.center {
    width: 90%;
    max-width: 90%;
    margin-bottom: 2vh;
    font-size: 25px;
    font-weight: 800;
  }

  .h1-sales-page.center.spacing {
    width: 90%;
    max-width: 90%;
    margin-bottom: 1vh;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
  }

  .h1-sales-page.center.new1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2vh;
  }

  .h1-sales-page.j2_sp {
    text-align: left;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
  }

  .h1-sales-page.salespage.new1 {
    flex: none;
    width: 100%;
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
    position: static;
    overflow: hidden;
  }

  .h1-sales-page.first {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 26px;
  }

  .h1-sales-page.first.step-3 {
    width: 80%;
    max-width: 80%;
    margin-bottom: 0;
    line-height: 28px;
  }

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

  .body, .body.c2 {
    font-size: 16px;
  }

  .body-copy {
    width: 90%;
    font-size: 16px;
  }

  .collection-list-wrapper-sales-page {
    margin-top: 0;
    margin-left: 0;
    top: -104px;
    left: auto;
  }

  .collection-list-sales-page {
    left: auto;
  }

  .collection-item-sales-page {
    width: 300px;
    margin-left: 50px;
    margin-right: 50px;
    left: auto;
  }

  .lottie-animation-12 {
    display: none;
  }

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

  .closer-system-sales-page {
    z-index: 1;
    justify-content: flex-start;
    margin-top: 0;
  }

  .sales-page-closer-system {
    margin-top: 124px;
  }

  .closer-system-text, .closer-system-text-copy, .closer-text {
    font-size: 35px;
    line-height: 40px;
  }

  .sticky {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 2vh;
    margin-left: 1vh;
    margin-right: 0;
  }

  .still-thinking-hiring-opacity {
    height: 500px;
    margin-top: 826px;
    margin-bottom: 40vh;
    display: none;
    top: 20px;
  }

  .lottie-animation-13 {
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .lottie-animation-14 {
    display: block;
  }

  .cta-div-mobile.body.white {
    width: 95%;
    margin-top: -1vh;
    margin-left: 0;
    padding-left: 0;
  }

  .cta-div-mobile.body.white.low-budget {
    width: 90%;
    margin-left: 0;
    padding-right: 0;
    top: -50px;
  }

  .cta-div-mobile.body.white.smaller {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .cta-div-mobile.body.bad-outboundsales {
    width: 100%;
    margin-top: 0;
    margin-bottom: 61px;
    display: flex;
    top: 30px;
    overflow: hidden;
  }

  .lottie-animation-15, .lottie-animation-16, .lottie-animation-17 {
    width: 100%;
    display: block;
  }

  .image-26 {
    display: block;
  }

  .image-27, .image-28, .image-29, .image-30 {
    width: 100%;
    display: block;
  }

  .collection-list-wrapper-4 {
    z-index: 10;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .collection-list-3 {
    width: 100%;
  }

  .collection-item-4 {
    width: 100%;
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .image-31 {
    z-index: 10;
    border-radius: 20px;
    width: 40%;
    height: 20%;
    display: block;
    position: relative;
  }

  .text-block-21 {
    width: 100%;
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .rich-text-block-3 {
    width: 100%;
    color: var(--dark-turquoise);
    text-align: center;
    flex: 0 auto;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
  }

  .div-block-42 {
    flex-direction: column;
    width: 100%;
    height: 10%;
    margin-top: 0;
    display: flex;
  }

  .mobile-lottie-intro-animation {
    object-fit: contain;
    height: 100%;
    min-height: 99vh;
    display: block;
    overflow: hidden;
    transform: scale(1.2);
  }

  .preloader-mobile {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
    overflow: hidden;
  }

  .navlink-2-mobile {
    font-size: 15px;
    display: flex;
  }

  .hack10-loading-wrapper, .lottie-home {
    display: none;
  }

  .grid-2 {
    height: 160vh;
    margin-bottom: 20vh;
  }

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

  .collection-item-5 {
    height: 100%;
  }

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

  .testimonial {
    width: 100%;
    margin-top: 0;
  }

  .div-block-44 {
    display: none;
    top: 0;
  }

  .div-block-45 {
    width: 100%;
    margin-top: 10vh;
    top: auto;
  }

  .div-block-46 {
    flex-direction: column;
    width: 90%;
    margin-top: 5vh;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .body-j1.j1_sp {
    margin-top: 1vh;
    font-size: 16px;
  }

  .image-33 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .div-block-48 {
    top: 0;
  }

  .actual-results {
    display: block;
  }

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

  .div-block-49 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 3vh;
    display: flex;
  }

  .sales-page-flexbox-hero {
    flex-direction: column;
    height: 115vh;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-34 {
    margin-bottom: 2vh;
    display: block;
  }

  .body-sales-page {
    width: 90%;
    font-size: 16px;
  }

  .sales-page-flexbox-calculate {
    z-index: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-left {
    flex: none;
    width: 80%;
    height: 100%;
    margin-bottom: 0;
  }

  .calculate-the-potential-sales-page {
    width: 100%;
    margin-bottom: 20vh;
    position: relative;
    top: 20px;
    overflow: hidden;
  }

  .text-acctual-resaults {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .sales-page-checkbox {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .sales-page-checkbox.low-budget {
    width: 100%;
    display: flex;
  }

  .sales-page-checkbox.still-thinking {
    width: 100%;
  }

  .salespage-checkboxes {
    display: none;
  }

  .sales-page-flexbox-bulletpoints {
    width: 100%;
  }

  .sales-page-answear {
    margin-top: 0;
    font-size: 16px;
  }

  .arrow {
    display: none;
  }

  .bulletpoint {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
  }

  .bulletpoint.white {
    margin-left: 0;
  }

  .step2-sales-page {
    margin-bottom: 20vh;
    position: relative;
    top: 20px;
    overflow: hidden;
  }

  .step-2-sales-page {
    width: 100%;
  }

  .step-2-sales-page.low-budget {
    width: 100%;
    display: flex;
  }

  .step-2-sales-page.still-thinking {
    width: 100%;
  }

  .omnichannel-bulletpoints.white {
    padding-left: 5px;
    font-size: 15px;
  }

  .sales-page-checkbox-lead-list {
    width: 100%;
  }

  .sales-page-checkbox-lead-list.low-budget {
    width: 100%;
    display: flex;
  }

  .sales-page-checkbox-lead-list.still-thinking, .sales-page-checkbox-scripts {
    width: 100%;
  }

  .sales-page-checkbox-scripts.low-budget {
    width: 100%;
    display: flex;
  }

  .sales-page-checkbox-scripts.still-thinking {
    width: 100%;
  }

  .step-text-div-copy.black, .step-text-div-copy.black-copy {
    width: 100%;
    font-size: 18px;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .know-this-is-for-you-gfx {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    top: 0;
  }

  .know-this-is-for-you {
    flex-direction: column-reverse;
    align-items: center;
    width: 90%;
    height: 100vh;
    display: flex;
  }

  .bulletpoints {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
    display: block;
    position: static;
  }

  .sales-page-flexbox-2.resaults.new5 {
    z-index: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    margin-top: 20vh;
  }

  .background_salespage-copy {
    z-index: 0;
    height: 170vh;
    margin-top: 0;
    position: absolute;
    top: -30vh;
  }

  .image-37 {
    height: 70vh;
    margin-top: 0;
    position: absolute;
    overflow: visible;
  }

  .call-to-action-nest-center-buttom {
    top: auto;
  }

  .text-block-26 {
    letter-spacing: 10px;
    margin-bottom: 1vh;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-51 {
    justify-content: flex-start;
    margin-top: 25vh;
  }

  .text-block-26-copy {
    height: 10vh;
    font-size: 35px;
    line-height: 45px;
  }

  .sales-page-text {
    width: 85%;
    height: 20vh;
    margin-top: 2vh;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
  }

  .salesletter-calculate {
    width: 100%;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .salesletter-calculate.white {
    width: 100%;
    color: var(--white);
    padding-bottom: 20px;
    font-size: 16px;
  }

  .center-text-area {
    flex: none;
    width: 90%;
    height: auto;
    margin-top: 1vh;
    margin-right: 0;
  }

  .caltulate-potential-1 {
    margin-top: 10vh;
  }

  .caltulate-potential-1.twi {
    z-index: 1;
    height: 190vh;
    position: relative;
  }

  .calculate-the-potential-sales-page-copy {
    margin-bottom: 20vh;
    position: relative;
    top: 20px;
    overflow: hidden;
  }

  .salesletter-calculate-extra-text {
    width: 100%;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .salesletter-calculate-extra-text.white {
    width: 100%;
    color: var(--white);
    padding-bottom: 20px;
    font-size: 15px;
  }

  .lottie-animation-19 {
    display: none;
    position: relative;
  }

  .closer-system-letters {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .sales-page-checkbox-2 {
    width: 90%;
    display: none;
  }

  .sales-page-checkbox-2.low-budget {
    width: 100%;
    display: flex;
  }

  .sales-page-checkbox-2.still-thinking {
    width: 100%;
  }

  .sales-page-checkbox-2.warning {
    z-index: 1;
    margin-top: 10vh;
    display: block;
  }

  .benifits-body {
    width: 90%;
  }

  .sales-page-testomonials.resaults {
    z-index: 1;
    height: 400vh;
    overflow: hidden;
  }

  .testonials-sticky {
    height: 400vh;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .step-text-div-salesletter.black {
    width: 100%;
    font-size: 18px;
  }

  .step-text-div-salesletter.black.white {
    margin-top: 0;
  }

  .heading-when-youi-work-with-us {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-when-youi-work-with-us.one {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .calculate-the-path {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .img-sales-letter, .image-39 {
    display: none;
  }

  .bonus-text {
    font-size: 19px;
    line-height: 19px;
  }

  .heading-when-youi-work-with-us-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-when-youi-work-with-us-copy.one {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-warning {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-warning.one {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .body-copy-2-text {
    width: 90%;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .sales-page-flexbox-copy.resaults.new4 {
    height: auto;
    margin-top: 20vh;
    padding-bottom: 0;
    top: auto;
  }

  .lottie-animation-20 {
    margin-bottom: 0;
    position: relative;
  }

  .salesletter-bulletpoints-wide {
    width: 100%;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .salesletter-bulletpoints-wide.white {
    width: 100%;
    color: var(--white);
    padding-bottom: 20px;
    font-size: 15px;
  }

  .paragraph {
    font-size: 16px;
  }

  .sales-page-flexbox-profits-2 {
    z-index: 1;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10vh;
    margin-left: 0;
    margin-right: 0;
  }

  .sales-page-flexbox-end {
    justify-content: flex-start;
    height: auto;
    min-height: 125px;
    margin-top: 10vh;
  }

  .text-buttom-page {
    width: 90%;
    height: 70%;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .about-dropdown {
    background-color: #011752;
    height: 80px;
    display: flex;
  }

  .dropdown-list-about {
    display: none;
  }

  .dropdown-list-about.w--open {
    z-index: 1;
    margin-top: 0;
    display: flex;
  }

  .about-menu, .about-menu-master-closer {
    width: 100%;
    height: 100%;
  }

  .resources-dropdown {
    background-color: #011752;
    height: 80px;
    display: flex;
  }

  .dropdown-list-resource {
    display: none;
  }

  .dropdown-list-resource.w--open {
    z-index: 1;
    margin-top: 0;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 90%;
    margin-top: 10vh;
    margin-bottom: 6vh;
    display: grid;
    overflow: hidden;
  }

  .mobile-logo-section {
    justify-content: center;
    height: auto;
    margin-top: 25vh;
    position: relative;
  }

  .b1-heading-sales-page {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 26px;
  }

  .collection-item-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-6 {
    margin-top: 8vh;
    margin-left: 1vh;
    margin-right: 1vh;
  }

  .hero-headline {
    text-align: left;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
    display: block;
  }

  .body-traning-page {
    font-size: 16px;
  }

  .get-a-price-div-main-menu-copy {
    display: none;
  }

  .take-a-quiz-button {
    flex: none;
    margin-top: 2vh;
    margin-left: 30px;
    display: flex;
  }

  .two-buttons {
    align-items: center;
    width: 100%;
    margin-top: 8vh;
  }

  .div-block-56 {
    display: none;
    top: auto;
  }

  .lottie-animation-21 {
    width: 16%;
  }

  .h1-our-story {
    justify-content: center;
    width: 80%;
    margin-top: 0;
    font-size: 40px;
    display: block;
    position: static;
  }

  .body-our-story {
    width: 90%;
    font-size: 16px;
  }

  .our-story-flexbox.left {
    align-items: center;
  }

  .our-story-flexbox.step-3 {
    top: -24.8vh;
  }

  .our-story-flexbox-right {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: -33.8vh;
  }

  .lottie-animation-23 {
    width: 100%;
    display: none;
  }

  .body-story {
    font-size: 16px;
  }

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

  .the-birth {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-left: 0;
  }

  .november {
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .november-body {
    width: 90%;
    font-size: 16px;
  }

  .the-discovery {
    width: 90%;
    padding-left: 0;
  }

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

  .lottie-animation-24 {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .take-a-quiz {
    width: 90%;
    font-size: 35px;
    line-height: 40px;
  }

  .bold-text-14 {
    font-size: 16px;
  }

  .lottie-animation-25, .scroll-down {
    width: 5%;
  }

  .scroll-down-lottie {
    display: none;
  }

  .collection-list-6 {
    height: 100%;
  }

  .resaults-mobile {
    display: block;
  }

  .image-56 {
    border-radius: 20px;
    margin-top: 2vh;
  }

  .flexbox-50-50 {
    flex-direction: column;
  }

  .step-profile-page {
    font-size: 22px;
  }

  .step-profile-page.black {
    width: 100%;
    font-size: 18px;
  }

  .div-block-62 {
    height: 25vh;
    padding-left: 2vh;
  }

  .div-block-63 {
    width: 100%;
    height: 30vh;
    padding-top: 0;
    padding-right: 0;
  }

  .two-buttons-profile-guide {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3vh;
  }

  .section-9 {
    height: 55vh;
  }

  .section-10 {
    height: 75vh;
    padding-top: 0;
  }

  .section-11 {
    height: 70vh;
  }

  .step-profile-page-v2 {
    margin-top: 5vh;
  }

  .step-profile-page-v2.black {
    width: 100%;
    font-size: 18px;
  }

  .process-diagram {
    margin-top: 5vh;
  }

  .process-diagram-div {
    width: 100%;
    max-width: 100%;
    height: 40vh;
    padding-top: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .arrow-faq {
    display: none;
  }

  .section-11-faq {
    height: 70vh;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

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

  .footer-arrow {
    background-color: var(--dark-turquoise);
  }

  .footer-link-wrap-short {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-title-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-title-2 {
    color: var(--dark-turquoise);
  }

  .submit-button {
    background-color: var(--dark-turquoise);
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .mobile-nav-link {
    color: var(--white);
    text-align: center;
    font-weight: 600;
  }

  .mobile-nav-link.cta {
    background-image: linear-gradient(205deg, var(--magenta), #db0004 47%);
    border-radius: 20px;
  }

  .brand-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .navigation-mob {
    height: 70px;
  }

  .menu-mob {
    background-color: #150064;
  }

  .menu-mob.w--open {
    background-color: #011752;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .navigation-left {
    width: auto;
  }

  .navigation-wrap {
    z-index: 999;
    background-color: #0a002c;
    background-image: none;
  }

  .mobile-nav {
    background-color: #011752;
  }

  .lr-logo {
    width: 100%;
  }

  .dropdown-link-mobile {
    background-color: #011752;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .mobile-toggle {
    color: var(--white);
  }

  .icon-6 {
    color: #fff;
  }

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

  .section-dark {
    margin-top: 5vh;
    overflow: hidden;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.team3-left-button {
    margin-right: 0;
    display: block;
  }

  .wrap.w50 {
    height: 25vh;
    margin-bottom: 10vh;
    margin-left: 0;
    overflow: hidden;
  }

  .team3-profile-card {
    padding: 30px;
  }

  .team3-buttons-wrap {
    text-align: center;
    width: 100%;
    display: block;
  }

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

  .paragraph-5 {
    font-size: 25px;
  }

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

  .rich-text-block-4 {
    width: 100%;
    font-size: 16px;
  }

  .collection-item-7 {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-7 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .team-member-shot {
    align-self: stretch;
    height: auto;
  }

  .card-1 {
    align-items: center;
  }

  .expander-container {
    overflow: visible;
  }

  .collection-list-8, .paragraph-7, .text-block-29 {
    overflow: hidden;
  }

  .text-block-30 {
    margin-top: 2vh;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .sales-page-how-you-know-flexbox {
    justify-content: flex-start;
    height: auto;
    margin-top: 31vh;
  }

  .div-block-69 {
    margin-top: 5vh;
  }

  .link-block-3 {
    margin-left: 0;
  }

  .collection-list-wrapper-10 {
    flex-direction: column;
    width: 100%;
    margin-top: 10vh;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-9 {
    width: 90%;
    max-width: 100%;
  }

  .collection-item-9 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .h2-traning-page {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .h2-traning-page.one {
    width: 100%;
    font-size: 33px;
    line-height: 25px;
  }

  .h2-traning-page.two {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    position: static;
  }

  .div-block-71 {
    flex-direction: row;
    align-items: center;
  }

  .image-59 {
    width: 100px;
    max-width: 100px;
    display: none;
  }

  .text-block-32 {
    width: 100%;
    font-size: 16px;
  }

  .div-block-72 {
    margin-left: 0;
  }

  .vertical-centered-div-actual {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-73 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    text-align: center;
  }

  .special-offer-text {
    font-size: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 100%));
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .upper-video-text.large {
    font-size: 20px;
  }

  .hero-headline.video {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .rich-text-block-8 {
    z-index: 5;
    color: var(--white);
    font-size: 12px;
    position: static;
  }

  .button-link {
    margin-left: 0;
  }

  .buttonnew {
    flex: none;
    width: 180px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-left: 0;
    padding-bottom: 0;
  }

  .sticky-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 2vh;
    margin-left: 1vh;
    margin-right: 0;
  }

  .collection-list-wrapper-11 {
    width: 100%;
  }

  .new-container.smaller {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .new-container.smaller.center {
    padding-left: 1vw;
    padding-right: 1vw;
  }

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

  .image-62 {
    display: none;
  }

  .vertical-centered-div-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .flexbox-50-50-copy {
    flex-direction: column;
  }

  .new-section {
    height: 55vh;
  }

  .section-10-copy {
    height: auto;
    padding-top: 0;
  }

  .section-11-copy {
    height: 70vh;
  }

  .thesis-thumb-img {
    width: 90vw;
  }

  .team3-profile-card-2 {
    margin-top: 44px;
    padding: 30px;
  }

  .content7-number-card {
    min-height: auto;
    margin-top: 23px;
  }

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

  .image-64 {
    width: 100px;
    height: 100px;
  }

  .a1-hero-headline-2, .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: 25px;
    display: block;
  }

  .hero-lottie-div {
    min-height: 200px;
    display: none;
  }

  .hero-lottie._2, .hero-lottie._1, .hero-lottie._3 {
    height: 200px;
  }

  .gradients-new {
    background-position: 50%, 0 0;
    height: 60vh;
    margin-top: -36px;
    top: -30px;
  }

  .b2-optional-social-proof-subheading-2 {
    width: 95%;
    margin-top: 7vh;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .new-b1-heading {
    width: 90%;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
  }

  .heading-15 {
    width: 90vw;
  }

  .body-grid-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-grid-column.closer {
    display: flex;
  }

  .new-bullet-text-block {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    overflow: hidden;
  }

  .new-bullet-text-block.white {
    width: 100%;
    font-size: 16px;
  }

  .white-text-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: .4vh auto 45px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .body-lottie-animation {
    z-index: 7;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
  }

  .body-text-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .body-text-div.on-dark {
    height: auto;
    margin-top: 0;
    margin-bottom: 100px;
    top: 0;
  }

  .new-text-block {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .new-text-block.white {
    width: 100%;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .text-block-38 {
    width: 90%;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-39 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
  }

  .text-block-40 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    overflow: hidden;
  }

  .text-block-40.h1_size {
    width: 100%;
  }

  .text-block-41 {
    margin-top: 0;
    font-size: 16px;
  }

  .step-text-div-sa-2.black {
    width: 100%;
    font-size: 18px;
  }

  .background-color-testimonial-2 {
    height: 500vh;
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  ._01-testimonial-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500vh;
    margin-top: 0;
    display: none;
    position: relative;
    top: auto;
  }

  .o1-headline-2 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
  }

  .collection-item-10 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .testimonial-co-name {
    width: 80%;
    font-size: 20px;
    line-height: 25px;
  }

  .p1-logo-wall-3 {
    top: 0;
  }

  .p1-logo-wall-3.mobile {
    height: 275vh;
    top: auto;
  }

  .new-p1-logo-wall {
    top: 0;
  }

  .new-p1-logo-wall.mobile {
    height: 275vh;
    top: auto;
  }

  .q3-text-block-2 {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
  }

  .q4-body-2, .q4-body-2-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .text-buttom-page-2, .text-buttom-page-2-new {
    width: 90%;
    height: 70%;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .new-cta-section {
    z-index: 1;
    justify-content: flex-start;
    margin-top: 0;
  }

  .section-15, .section-16 {
    display: none;
  }

  .close-div {
    z-index: 99999;
  }

  .mobile-hero-lottie {
    z-index: 10;
    width: 100%;
    margin-top: 18vh;
    margin-bottom: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
    position: relative;
    transform: scale(1.1);
  }

  .collection-item-11 {
    z-index: 100;
    position: relative;
  }

  .b1-heading-sales-page-2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 26px;
  }

  .take-a-quiz-button-2 {
    flex: none;
    margin-top: 2vh;
    display: flex;
  }

  .div-block-54 {
    justify-content: center;
    height: 70vh;
    margin-top: 25vh;
    position: relative;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, 100px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 10vh;
    margin-bottom: 6vh;
    display: grid;
    overflow: hidden;
  }

  .h1-general {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-h2-general {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }

  .training-div-nest {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-45-copy {
    width: 100%;
    margin-top: 10vh;
    top: auto;
  }

  .div-block-46-copy {
    flex-direction: column;
    width: 90%;
    margin-top: 5vh;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .image-37-copy {
    height: 70vh;
    margin-top: 0;
    position: absolute;
    overflow: visible;
  }

  .div-block-51-copy {
    justify-content: flex-start;
    margin-top: 25vh;
  }

  .div-block-63-copy {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .collection-item-6-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-6-copy {
    width: 100%;
    margin-top: 8vh;
    margin-left: 1vh;
    margin-right: 1vh;
  }

  .body-traning-page-copy {
    font-size: 16px;
  }

  .div-block-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-42, .text-block-43 {
    text-align: center;
  }

  .collection-list-wrapper-12 {
    max-width: 100%;
  }

  .closer-system-sales-page-copy {
    z-index: 1;
    justify-content: flex-start;
    margin-top: 0;
  }

  .bold-text-18 {
    font-size: 12px;
    line-height: 16px;
  }
}

#w-node-_45d44c99-cd74-6aea-70bb-ef48bb7c0e9f-01184d8e {
  justify-self: center;
}

#w-node-_4f0c5dc6-3f17-4de9-714a-6f4fbfa4064b-01184d8e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_45312aa5-bcbf-5aac-19eb-b180faeb4642-01184d8e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-aff9146a-bb8e-a348-274e-30102af9f92a-01184d8e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c86-01184d8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c87-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c88-01184d8e {
  justify-self: center;
}

#w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c89-01184d8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c8b-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c8c-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c8d-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c8e-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c8f-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c90-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c91-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c92-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c93-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c94-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c95-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c96-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c97-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c98-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c99-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c9a-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c9b-01184d8e, #w-node-e8cd873a-e6a8-2fdd-f241-63e503b14c9c-01184d8e {
  justify-self: center;
}

#w-node-cf160f88-3239-ca7d-e293-dff9f7e66f56-01184d8e {
  align-self: center;
}

#w-node-_104ae94a-fece-885d-d6f9-05717636bca0-01184d8e {
  align-self: start;
}

#w-node-_3e6a32a9-468a-bbe6-8cc5-26c9c46b740c-01184d8e {
  grid-area: Area;
}

#w-node-bbee1f99-cd9d-2387-c604-1c053859413e-01184d8e {
  align-self: start;
}

#w-node-bbee1f99-cd9d-2387-c604-1c0538594149-01184d8e {
  grid-area: Area;
}

#w-node-f190f5d6-81af-6c16-7f12-7502d2bc68ab-01184d8e {
  align-self: start;
}

#w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c0-95184d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c1-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c2-95184d93 {
  justify-self: center;
}

#w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c3-95184d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c5-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c6-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c7-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c8-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43c9-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43ca-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43cb-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43cc-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43cd-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43ce-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43cf-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d0-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d1-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d2-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d3-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d4-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d5-95184d93, #w-node-c767a872-e628-c5b4-68d7-2cdcb22f43d6-95184d93 {
  justify-self: center;
}

#w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41aef-d1184d96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af0-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af1-d1184d96 {
  justify-self: center;
}

#w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af2-d1184d96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af4-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af5-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af6-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af7-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af8-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41af9-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41afa-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41afb-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41afc-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41afd-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41afe-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41aff-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b00-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b01-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b02-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b03-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b04-d1184d96, #w-node-_2f0abe59-87b5-92a1-8a0e-7b7764b41b05-d1184d96 {
  justify-self: center;
}

#w-node-d936781c-7012-5ebb-454a-10e34abdc958-d1184d96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d936781c-7012-5ebb-454a-10e34abdc959-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc95a-d1184d96 {
  justify-self: center;
}

#w-node-d936781c-7012-5ebb-454a-10e34abdc95b-d1184d96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d936781c-7012-5ebb-454a-10e34abdc95d-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc95e-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc95f-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc960-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc961-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc962-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc963-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc964-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc965-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc966-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc967-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc968-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc969-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc96a-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc96b-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc96c-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc96d-d1184d96, #w-node-d936781c-7012-5ebb-454a-10e34abdc96e-d1184d96 {
  justify-self: center;
}

#w-node-_69272fa1-5028-72e8-0ea8-3ae5c626976a-92184d98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a7d75887-e7c4-4260-6c21-18dd34e64bec-92184d98 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cacd9c62-259f-1d97-1c6d-981b572c6259-92184d98 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-aed1f7bb-d77f-543f-a2d6-e601aa6000d6-a7184d99 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b0213972-7013-545d-0305-18aeb113386f-2f184da4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95afcbc1-11a4-f9e1-4c6e-f7ca10805dcf-2f184da4, #w-node-dbaa563a-cf7e-5c38-3989-3191507790eb-2f184da4 {
  justify-self: center;
}

#w-node-_1c1cb769-7e25-cbab-4bb3-35be8dc11a12-2f184da4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2895b376-b35d-4b1c-b68b-8ab11dd53462-2f184da4, #w-node-_7947fd78-ab82-0f12-d4f7-a17aa601275b-2f184da4, #w-node-_8d54619d-3742-77e2-77d6-50d448fcfe86-2f184da4, #w-node-_650b74a6-efe7-e74e-40a5-183f0c742848-2f184da4, #w-node-_469d5a1d-58c9-ecd8-eee6-0dd5d510081d-2f184da4, #w-node-_2b4075f9-8435-d75a-4e89-26fc93926510-2f184da4, #w-node-_160f32c7-73ba-e1fb-6e1d-82cce9d64496-2f184da4, #w-node-de78bdda-a5f6-a564-9382-27aa0896e23d-2f184da4, #w-node-_52454320-f65f-fda5-f4a1-d2cea349acf5-2f184da4, #w-node-cf4eab5b-4a91-823a-0c20-c9a05ecb3822-2f184da4, #w-node-_5bd79611-ad37-fbbb-e6d5-3e6b7a1aef54-2f184da4, #w-node-_6b4e496e-61a5-d185-24b6-fef28416755b-2f184da4, #w-node-_91041596-067d-65f7-e3bb-a0356b313de1-2f184da4, #w-node-_8726a9be-fe44-5db5-bd1a-898d94fd3986-2f184da4, #w-node-e5754cb6-5d48-7a53-ca81-e3360895f411-2f184da4, #w-node-_1ea52cef-25e6-223f-6597-08cba073232d-2f184da4, #w-node-dc2ff181-4bdd-75fb-3f64-62b59dbfbcc6-2f184da4, #w-node-c75ce5c1-78ca-fae4-7ffa-4afd2b436709-2f184da4 {
  justify-self: center;
}

#w-node-ed8351a4-cfcc-ffd9-8d40-86c74b2f12d0-2f184da4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_29aadcb8-c4ff-ec4b-2e25-7612bacaefd1-2f184da4 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-ed8351a4-cfcc-ffd9-8d40-86c74b2f12cf-2f184da4 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-_4f0c5dc6-3f17-4de9-714a-6f4fbfa4064b-01184d8e {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_45312aa5-bcbf-5aac-19eb-b180faeb4642-01184d8e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aff9146a-bb8e-a348-274e-30102af9f92a-01184d8e, #w-node-_24a8d8ea-b72e-4e08-9d06-e07d851c069a-01184d8e, #w-node-f190f5d6-81af-6c16-7f12-7502d2bc68ab-01184d8e, #w-node-_464cd867-56e1-4bc1-0b24-1a12e1da0aa6-01184d8e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69272fa1-5028-72e8-0ea8-3ae5c626976a-92184d98, #w-node-a7d75887-e7c4-4260-6c21-18dd34e64bec-92184d98, #w-node-cacd9c62-259f-1d97-1c6d-981b572c6259-92184d98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aed1f7bb-d77f-543f-a2d6-e601aa6000d6-a7184d99 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbaaedb0-bc20-5acb-bd6a-4ed2b794a508-22184d9a, #w-node-_36c4c08d-8371-5567-0410-461aaaa9de25-22184d9a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f0c5dc6-3f17-4de9-714a-6f4fbfa4064b-01184d8e {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-fb20f29a-cb18-e497-3587-2219c40e14b1-d1184d96, #w-node-_1302d2ac-0a3e-5423-6c64-6eee0497a358-d1184d96 {
    place-self: center;
  }

  #w-node-bbaaedb0-bc20-5acb-bd6a-4ed2b794a508-22184d9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36c4c08d-8371-5567-0410-461aaaa9de25-22184d9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


