:root {
  --body-font: "SN Pro", sans-serif;
  --dark-text: #000;
  --heading-font: "Zen Old Mincho", sans-serif;
  --background: #f7f7f7;
  --white: #fff;
  --dark-blue: #1151db;
  --main-blue: #366fe9;
  --grey-text: #0009;
  --global-bg: #131315;
  --border-color: #b9b9b9;
  --eyebrow-font: "Google Sans Code", sans-serif;
  --bottom-cta: #131316;
  --other-grey-text-from-app: #c2c2c2;
}

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

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

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

body {
  font-family: var(--body-font);
  color: var(--dark-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  font-family: var(--heading-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.section {
  background-color: #112038;
  background-image: linear-gradient(191deg, #e53e4926, #0000 44%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.home {
  background-color: var(--background);
  background-image: linear-gradient(#00307e, #00307e);
  background-position: 0 0;
  height: 130vh;
  margin-top: -100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding-top: 300px;
  display: flex;
}

.js-hero-split {
  max-width: 60%;
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  margin: 30px auto 15px;
  font-size: 58px;
  font-weight: 400;
  line-height: 48%;
  display: block;
  overflow: visible;
}

.shine-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(279deg, #d0453b, #ff8406);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  overflow: visible;
}

.text-block {
  width: 434px;
  font-family: var(--body-font);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.secondary-cta {
  border: 1px solid #30302e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.secondary-cta:hover {
  background-color: #ffffff0d;
}

.secondary-cta.nav {
  background-color: #0000003b;
  background-image: none;
  border: 1px #adadad;
  border-radius: 10px;
  width: 125px;
  height: 35px;
  margin-left: 0;
  padding-left: 14px;
  padding-right: 14px;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.secondary-cta.nav:hover {
  background-image: none;
}

.secondary-cta.nav.dashboard {
  background-image: linear-gradient(#181818, #181818);
  padding-left: 15px;
  padding-right: 15px;
}

.secondary-cta.nav.dashboard:hover {
  background-image: linear-gradient(#161616, #161616);
}

.secondary-cta.nav.login {
  display: none;
}

.secondary-cta.page-bottom {
  background-color: var(--main-blue);
  border-style: none;
  border-width: 0;
  border-radius: 15px;
  width: 325px;
  height: 44px;
  position: relative;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-text-one {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
}

.button-text-one.nav {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 13px;
  line-height: 14px;
}

.button-text-one.nav.shine-gradient {
  color: var(--white);
  position: absolute;
}

.button-text-one.page-bottom {
  font-size: 16px;
}

.body {
  font-family: var(--body-font);
  color: var(--dark-text);
  font-size: 16px;
  line-height: 24px;
}

.section-2 {
  z-index: 2;
  background-color: var(--background);
  background-image: none;
  margin-top: -16px;
  position: relative;
}

.container {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 393px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  padding-left: 30px;
  padding-right: 63px;
  display: flex;
}

.div-block-9.right {
  padding-left: 75px;
}

.div-block-9.right.mobile {
  display: none;
}

.heading-2 {
  width: 100%;
  font-family: var(--heading-font);
  color: var(--dark-text);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  font-family: var(--body-font);
  color: var(--grey-text);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.section-5 {
  background-color: var(--background);
  background-image: linear-gradient(0deg, var(--background) 15%, transparent);
  background-position: 0 0;
  padding-bottom: 0;
  display: block;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 681px;
  padding: 75px 2% 50px;
  display: flex;
}

.heading-6 {
  max-width: 925px;
  font-family: var(--heading-font);
  color: var(--dark-text);
  text-align: center;
  letter-spacing: 0;
  margin-left: 30px;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-19 {
  font-family: var(--body-font);
  color: var(--grey-text);
  text-align: center;
  margin-bottom: 40px;
  margin-left: 30px;
  font-weight: 300;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px 14px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.text-block-20 {
  font-family: var(--body-font);
  color: var(--dark-text);
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.div-block-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-22 {
  font-family: var(--body-font);
  color: var(--dark-text);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  transition: color .2s;
  display: none;
}

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

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

.link-block-4 {
  margin-left: 10px;
  text-decoration: none;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.in-nav {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.in-nav._2 {
  width: auto;
  margin-left: 8px;
}

.in-nav._2.login-signup {
  margin-left: 0;
  display: flex;
}

.in-nav._2.dashboard {
  display: none;
}

.orange {
  width: 23px;
  height: auto;
  display: block;
  position: absolute;
  left: -2%;
}

.lynx-brand {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-brand.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.lynx-nav-link {
  font-family: var(--body-font);
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  background-color: #0000003b;
}

.lynx-nav-link:active, .lynx-nav-link:focus, .lynx-nav-link:focus-visible, .lynx-nav-link[data-wf-focus-visible], .lynx-nav-link:visited {
  color: var(--grey-text);
}

.lynx-nav-link.w--current {
  color: var(--white);
}

.lynx-nav-link.affilaite {
  display: none;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navvvbar {
  z-index: 102;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.options {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 22px;
  display: flex;
}

.timeline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 87px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53 {
  z-index: 5;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.searchinput {
  width: 425px;
  height: 55px;
  box-shadow: none;
  font-family: var(--body-font);
  color: var(--white);
  letter-spacing: 0;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 10px;
  margin-top: -2px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
}

.searchinput:active {
  border-style: none;
}

.searchinput:focus {
  border-style: none;
  border-width: 0;
}

.searchinput:focus-visible, .searchinput[data-wf-focus-visible] {
  border-style: none;
}

.searchinput::placeholder {
  color: var(--white);
}

.submit-button-4 {
  background-color: var(--main-blue);
  width: 40px;
  height: 40px;
  box-shadow: none;
  font-family: var(--body-font);
  color: var(--background);
  background-image: none;
  border-radius: 20px;
  margin-left: -49px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s, background-color .2s, box-shadow .2s;
  display: none;
  position: absolute;
  inset: auto 2% 8% auto;
  transform: rotate(-90deg);
}

.submit-button-4:hover {
  background-color: var(--dark-blue);
  transform: translate(0, -3px)rotate(-90deg);
  box-shadow: 0 2px 5px 4px #00000030;
}

.oppscores {
  display: none;
}

.text-block-35 {
  font-family: var(--body-font);
  color: var(--grey-text);
  margin-top: 0;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  display: block;
}

.text-block-35.top {
  width: auto;
  color: var(--white);
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
}

.scrapeform {
  z-index: 2;
  margin-bottom: 15px;
  display: block;
}

.hero-word {
  display: inline-block;
}

.hero-word._3 {
  font-style: italic;
}

.hero-heading-mask {
  overflow: visible;
}

.text-block-36 {
  font-family: var(--body-font);
  color: var(--white);
  margin-left: 25px;
  font-size: 14px;
  font-weight: 400;
}

.line-card {
  background-color: #0000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 400px;
  min-height: auto;
  margin-bottom: 50px;
  display: flex;
}

.line-card.anim-trigger {
  background-color: #0000;
  border-style: none;
  height: 346px;
  min-height: auto;
  margin-bottom: 100px;
}

.image-area {
  z-index: 101;
  background-color: #0f0f1a;
  background-image: url('../images/_-5.jpeg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 96%;
  margin: 10px;
  display: flex;
  overflow: hidden;
}

.image-area._3 {
  background-image: url('../images/ededa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  overflow: visible;
}

.image-area._2 {
  background-image: url('../images/_-3.jpeg');
}

.image-area._4 {
  background-image: url('../images/_.webp');
  background-position: 50% 100%;
}

.image-area._5 {
  background-image: url('../images/_-4.jpeg');
}

.error-message-2 {
  background-color: var(--global-bg);
  border-radius: 10px;
}

.text-block-57 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.success-message-3 {
  background-color: var(--global-bg);
  border-radius: 10px;
  font-size: 14px;
}

.searchinput-error {
  background-color: var(--global-bg);
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.text-block-58 {
  text-align: left;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
}

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

.code-embed-5 {
  display: none;
}

.top {
  width: 100%;
}

.progress {
  background-color: #1b1b1d;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.progress.detailed, .progress.audit, .progress.performance, .progress.contact {
  border: 1px solid var(--border-color);
  background-color: #0000;
  width: 100%;
  height: 50px;
}

.image-26 {
  width: 17px;
}

.text-block-65 {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.number {
  font-weight: 300;
}

.number.detailed, .number.audit, .number.performance, .number.contact {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.code-embed-8 {
  display: none;
}

.div-block-108 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 86%;
  display: flex;
}

.text-block-66 {
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.code-embed-11, .code-embed-12 {
  display: none;
}

.div-block-114 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-70 {
  width: 100px;
  color: var(--grey-text);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transition: color .2s;
  display: none;
}

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

.code-embed-13 {
  display: none;
}

.tryforfree {
  display: block;
  position: absolute;
  inset: auto auto 60% -23%;
}

.image-35 {
  width: 64px;
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(-23deg);
}

.text-block-72 {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  top: -62px;
  left: -57px;
  transform: rotate(-4deg);
}

.section-11 {
  background-color: var(--background);
  background-image: linear-gradient(153deg, var(--background) 35%, transparent), linear-gradient(210deg, var(--background) 35%, transparent), url('../images/leadburnr-hero-bg-pattern-1.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, contain;
}

.footer-content {
  max-width: 1200px;
  padding-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.heading-10 {
  font-family: var(--heading-font);
  text-align: center;
  font-size: 35px;
  line-height: 129%;
}

.div-block-117 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 300px;
  display: flex;
}

.section-12 {
  background-color: var(--background);
  display: none;
}

.container-10 {
  max-width: 1000px;
  margin-top: 0;
  padding: 0 2% 100px;
}

.div-block-129 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  font-family: var(--heading-font);
  font-size: 34px;
  line-height: 36px;
}

.text-block-78 {
  font-weight: 300;
  line-height: 150%;
}

.div-block-130 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-131 {
  border: 1px solid var(--border-color);
  width: 300px;
  height: 400px;
}

.div-block-132 {
  height: 70%;
}

.div-block-133 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30%;
  padding: 0 15px 15px;
  display: flex;
}

.text-block-79 {
  color: var(--grey-text);
  font-weight: 300;
  line-height: 150%;
}

.text-block-80 {
  margin-bottom: 5px;
  line-height: 100%;
}

.text-block-90 {
  color: var(--white);
  text-align: center;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.image-40 {
  width: 15px;
}

.image-40.yt {
  width: 18px;
  margin-left: 2px;
}

.div-block-146 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.heading-15 {
  text-align: center;
  max-width: 739px;
  margin-bottom: 25px;
  font-size: 47px;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.div-block-156 {
  z-index: 2;
  border: 1px none var(--border-color);
  background-color: #00000070;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 425px;
  height: 101px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 13px 7px #0000001f, 0 2px 9px #0003;
}

.div-block-157 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 13% 5%;
}

.image-42 {
  width: 13px;
  max-width: none;
}

.section-19 {
  z-index: 2;
  background-color: var(--background);
  background-image: none;
  background-position: 0 0;
  width: 100%;
  height: 36px;
  display: none;
  position: relative;
}

.div-block-158 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.text-block-95 {
  border-radius: 25px;
  font-size: 14px;
}

.text-block-95._2 {
  background-color: var(--global-bg);
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  transition: transform .2s, background-color .2s;
}

.text-block-95._2:hover {
  background-color: #000;
  transform: translate(5px);
}

.div-block-159 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.div-block-160 {
  filter: blur(3px);
  background-image: linear-gradient(#08090a6b, #08090a6b), url('../images/pastel5.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 100%;
  height: 513px;
}

.image-43 {
  width: 18px;
}

.countdown {
  border-radius: 25px;
  font-size: 14px;
}

.link-block-15 {
  color: var(--dark-text);
}

.image-43-copy {
  width: 18px;
  display: none;
}

.div-block-167 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-168 {
  background-color: var(--background);
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  height: 89%;
  padding-top: 5px;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-168._2 {
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-168._3 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.div-block-168._4 {
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-170 {
  background-color: var(--main-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  display: flex;
}

.text-block-97 {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 16px;
  line-height: 100%;
}

.div-block-171 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 175px auto 50px;
  display: flex;
}

.text-block-98 {
  width: 106px;
  color: var(--dark-text);
  font-family: SN Pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.div-block-172 {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-172:hover {
  background-color: #131315;
}

.div-block-172.asdas {
  background-color: var(--white);
  width: 97%;
  color: var(--dark-text);
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-block-99 {
  width: 110px;
  color: var(--dark-text);
  font-family: SN Pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-99.website {
  width: 91px;
  color: var(--dark-blue);
  padding-left: 5px;
}

.text-block-33 {
  color: var(--grey-text);
  font-family: SN Pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
}

.expandable {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 98px;
  display: none;
}

.expandable.cardrow {
  background-color: var(--white);
  border-radius: 10px;
  width: 97%;
  margin-top: 5px;
  padding: 0 15px;
  display: block;
  overflow: hidden;
}

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

.image-44 {
  width: 10px;
  max-width: none;
}

.div-block-57 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-32 {
  color: var(--dark-text);
  margin-bottom: 10px;
  font-family: SN Pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-58 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-16 {
  width: 10px;
  max-width: none;
}

.image-45 {
  width: 15px;
  max-width: none;
  margin-right: 15px;
}

.lead {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead2inside {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-77 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-43 {
  color: var(--dark-text);
  letter-spacing: 0;
  font-size: 14px;
  line-height: 173%;
}

.div-block-76 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.image-22 {
  width: 14px;
  max-width: none;
}

.text-block-44 {
  color: var(--dark-text);
  font-size: 12px;
}

.one {
  border: 1px solid var(--border-color);
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-10_52_48-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 232px;
}

.div-block-175 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.two {
  border: 1px solid var(--border-color);
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-10_51_09-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 232px;
}

.three {
  border: 1px solid var(--border-color);
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-10_55_26-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 400px;
  height: 233px;
}

.four {
  border: 1px solid var(--border-color);
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-10_54_24-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 232px;
}

.div-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead2, .lead3, .lead4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lead1inside, .lead4inside, .lead3inside {
  padding-top: 15px;
  padding-bottom: 15px;
}

.enrichlogo {
  border: 1px solid var(--border-color);
  background-image: url('../images/Untitled-design-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 85px;
  height: 60px;
}

.enrichlogo._1 {
  background-image: url('../images/hunterio.png');
  background-size: 66px;
}

.enrichlogo._3 {
  background-image: url('../images/skrapp_1skrapp.avif');
  background-size: 75px;
}

.button-text-two {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
}

.button-text-two.page-bottom {
  font-size: 16px;
}

.div-block-177 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  display: flex;
}

.div-block-178 {
  background-color: var(--border-color);
  border-radius: 10px;
  width: 47%;
  height: 1px;
}

.text-block-100 {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-101 {
  color: var(--dark-text);
  font-size: 14px;
  line-height: 100%;
}

.div-block-179 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 14px;
}

.text-block-102 {
  color: var(--grey-text);
  margin-bottom: -5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-180 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.div-block-181 {
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
}

.div-block-182 {
  background-color: var(--white);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 30px 20px;
  display: block;
}

.clickable {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-103 {
  font-weight: 400;
}

.text-block-104 {
  color: var(--grey-text);
  font-weight: 300;
}

.text-span-7 {
  font-style: italic;
}

.div-block-184 {
  z-index: 6;
  background-image: url('../images/gradient.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14vw;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-47 {
  width: 25px;
  position: absolute;
  inset: 6% 6% auto auto;
}

.blue {
  width: 23px;
  height: auto;
  display: block;
  position: absolute;
  left: -2%;
}

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

.lead5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 0;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-185 {
  z-index: 3;
  background-image: url('../images/supawind-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65%;
  position: absolute;
  inset: 34% 0% 0%;
}

.div-block-186 {
  z-index: 4;
  background-image: linear-gradient(#0441a3 37%, #0000 49%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-105 {
  color: var(--white);
  font-weight: 400;
  line-height: 24%;
}

.div-block-187 {
  background-color: var(--dark-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 2% 8% auto;
}

.div-block-187:hover {
  background-color: var(--main-blue);
  transform: translate(0, -3px);
}

.text-block-106 {
  color: var(--white);
  font-weight: 700;
  line-height: 100%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 991px) {
  .hero-content {
    padding: 225px 5% 200px;
  }

  .js-hero-split {
    max-width: 77%;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 53px;
    line-height: 30px;
  }

  .shine-gradient {
    font-size: 35px;
  }

  .text-block {
    width: auto;
    max-width: 557px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .secondary-cta.nav {
    position: relative;
    left: 27px;
  }

  .button-text-one {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    margin-top: 0;
    padding-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-9.right {
    padding-left: 30px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .container-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-6 {
    max-width: 610px;
    font-size: 34px;
    line-height: 100%;
  }

  .text-block-19 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 100%;
  }

  .nav-block {
    padding-right: 5%;
  }

  .in-nav {
    justify-content: flex-start;
    align-items: center;
  }

  .in-nav._2 {
    justify-content: flex-end;
    align-items: center;
  }

  .lynx-nav-link {
    color: #000;
    margin-bottom: 15px;
  }

  .navvvbar {
    width: 96%;
  }

  .options {
    background-color: #fff;
    border-radius: 0 0 0 20px;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px 10px 20px 20px;
    inset: 0% 0% auto auto;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .timeline {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-word.shine-gradient {
    font-size: 53px;
  }

  .line-card {
    align-items: stretch;
    height: 600px;
  }

  .line-card.anim-trigger {
    height: 500px;
  }

  .image-area {
    background-size: 949px;
    width: 60%;
  }

  .image-area._3 {
    width: 50%;
  }

  .image-area._2 {
    background-size: 1092px;
    width: 50%;
  }

  .image-area._4, .image-area._5 {
    width: 50%;
  }

  .progress.detailed, .progress.audit, .progress.performance, .progress.contact {
    height: auto;
    min-height: 50px;
    padding-right: 10px;
  }

  .image-26 {
    width: 25px;
    padding-right: 10px;
  }

  .text-block-65 {
    font-size: 12px;
  }

  .number.detailed, .number.audit, .number.performance, .number.contact {
    min-width: 65px;
    font-size: 14px;
  }

  .div-block-108 {
    width: 87%;
  }

  .tryforfree {
    bottom: -111%;
    left: -14%;
  }

  .image-35 {
    transform: rotate(-23deg);
  }

  .heading-10 {
    max-width: 543px;
    font-size: 34px;
    line-height: 100%;
  }

  .div-block-117 {
    margin-top: 16px;
    margin-bottom: 192px;
  }

  .div-block-168 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: 67%;
  }

  .div-block-168._2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    height: 66%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-168._4 {
    height: 64%;
  }

  .div-block-171 {
    margin-top: 150px;
    margin-bottom: 75px;
  }

  .text-block-98 {
    width: 198px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .text-block-99 {
    width: 135px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-99.website {
    width: 107px;
  }

  .expandable {
    padding-left: 34px;
    display: none;
  }

  .expandable.cardrow {
    display: none;
    position: static;
    transform: none;
  }

  .div-block-58 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .image-16 {
    margin-left: 10px;
  }

  .image-45 {
    margin-right: 34px;
  }

  .text-block-43 {
    font-size: 12px;
  }

  .button-text-two {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    padding-top: 250px;
    padding-bottom: 0;
  }

  .js-hero-split {
    max-width: 100%;
    margin-top: 10px;
    font-size: 48px;
    line-height: 44%;
  }

  .text-block {
    max-width: 433px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .secondary-cta.nav {
    position: static;
    left: 0;
  }

  .container {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-9 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-9.right {
    display: none;
  }

  .div-block-9.right.mobile {
    display: block;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .paragraph {
    text-align: left;
    max-width: none;
  }

  .container-4 {
    padding-top: 0;
  }

  .heading-6 {
    max-width: 529px;
    font-size: 30px;
    line-height: 120%;
  }

  .text-block-19 {
    text-align: center;
    max-width: 360px;
    line-height: 150%;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-22 {
    text-align: center;
    width: 100px;
    padding-bottom: 0;
  }

  .nav-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .in-nav {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .in-nav._2 {
    justify-content: flex-end;
    align-items: center;
  }

  .navvvbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .options {
    width: 50%;
  }

  .timeline {
    display: block;
  }

  .searchinput {
    width: 322px;
    font-size: 16px;
  }

  .text-block-35 {
    font-size: 13px;
  }

  .hero-word.shine-gradient {
    font-size: 48px;
  }

  .line-card {
    border-width: 0;
    flex-flow: column;
    height: 600px;
    min-height: auto;
  }

  .line-card.anim-trigger {
    border-width: 0;
    height: 600px;
    margin-bottom: 50px;
  }

  .image-area {
    width: 96%;
    height: 100%;
    min-height: auto;
  }

  .image-area._3 {
    width: 96%;
    height: auto;
    max-height: 60%;
  }

  .image-area._2 {
    width: 96%;
    height: 100%;
  }

  .image-area._4, .image-area._5 {
    width: 96%;
  }

  .progress.detailed, .progress.audit, .progress.performance, .progress.contact {
    min-height: 40px;
  }

  .image-26 {
    display: block;
  }

  .div-block-114 {
    justify-content: center;
    align-items: center;
  }

  .tryforfree {
    display: none;
  }

  .footer-content {
    padding-top: 100px;
  }

  .heading-10 {
    font-size: 33px;
  }

  .div-block-117 {
    margin-top: 0;
    margin-bottom: 200px;
    display: flex;
  }

  .text-block-90 {
    font-size: 12px;
  }

  .image-40 {
    width: 12px;
  }

  .image-40.yt {
    width: 14px;
  }

  .div-block-146 {
    margin-bottom: 0;
  }

  .div-block-160 {
    height: 1000px;
  }

  .div-block-168 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 89%;
    height: 82%;
  }

  .div-block-168._2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    width: 91%;
    height: 87%;
  }

  .div-block-168._4 {
    height: 79%;
  }

  .div-block-171 {
    margin-bottom: 50px;
  }

  .text-block-98 {
    width: 143px;
    font-size: 12px;
    display: block;
  }

  .text-block-99 {
    width: 140px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-99.website {
    width: 132px;
  }

  .expandable.cardrow {
    display: block;
    transform: none;
  }

  .div-block-77 {
    top: -58px;
  }

  .lead5.none {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.home {
    height: 114vh;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    padding: 207px 5% 100px;
  }

  .js-hero-split {
    text-align: left;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 63%;
  }

  .shine-gradient {
    font-size: 27px;
  }

  .text-block {
    text-align: left;
    max-width: 229px;
    margin-top: 5px;
    font-size: 14px;
  }

  .secondary-cta {
    width: 250px;
  }

  .secondary-cta.nav {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 30px;
    position: static;
  }

  .secondary-cta.nav.dashboard {
    width: 86px;
    position: static;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .button-text-one, .button-text-one.nav {
    font-size: 12px;
  }

  .button-text-one.nav.shine-gradient {
    font-size: 11px;
  }

  .button-text-one.page-bottom {
    font-size: 14px;
  }

  .container {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9.right.mobile {
    padding-left: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 25px;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
  }

  .section-5 {
    padding-bottom: 0;
  }

  .container-4 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-6 {
    margin-bottom: 0;
    margin-left: 8px;
    padding: 5%;
    font-size: 25px;
    line-height: 110%;
  }

  .text-block-19 {
    margin-top: 0;
    margin-left: 8px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .lynx-accordion-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-20 {
    padding-top: 0;
  }

  .div-block-30 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .text-block-22 {
    text-align: center;
    width: 52px;
  }

  .link-block-4 {
    display: block;
  }

  .nav-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .in-nav._2.login-signup {
    margin-right: -16px;
    display: flex;
  }

  .in-nav._2.dashboard {
    display: none;
  }

  .orange {
    width: 18px;
  }

  .lynx-brand.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .lynx-nav-buttons {
    display: block;
    position: relative;
    left: -22px;
  }

  .lynx-nav-buttons.login {
    display: none;
  }

  .navvvbar {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .options {
    width: 100%;
  }

  .timeline {
    padding-left: 2%;
    padding-right: 2%;
  }

  .insideform {
    justify-content: center;
    align-items: center;
  }

  .searchinput {
    width: 270px;
    height: 43px;
    margin-top: 3px;
    padding-left: 13px;
    font-size: 14px;
  }

  .submit-button-4 {
    width: 35px;
    height: 35px;
    right: 3%;
  }

  .text-block-35 {
    padding-left: 8px;
    font-size: 11px;
  }

  .text-block-35.top {
    font-size: 11px;
  }

  .scrapeform {
    margin-bottom: 10px;
  }

  .hero-word.shine-gradient {
    font-size: 35px;
  }

  .text-block-36 {
    margin-left: 22px;
    padding-top: 0;
    font-size: 12px;
  }

  .line-card {
    border-width: 0;
    border-radius: 0;
    height: 663px;
    margin-bottom: 0;
  }

  .line-card.anim-trigger {
    border-width: 0;
    border-radius: 0;
    height: 650px;
    margin-bottom: 25px;
  }

  .image-area, .image-area._3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-area._2 {
    max-height: 383px;
  }

  .image-26 {
    width: 30px;
  }

  .text-block-65, .number.detailed, .number.audit, .number.performance, .number.contact {
    font-size: 12px;
  }

  .footer-content {
    padding-left: 0%;
    padding-right: 2%;
  }

  .text-block-90 {
    padding-right: 2px;
  }

  .div-block-146 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }

  .div-block-156 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 88%;
  }

  .image-42 {
    width: 12px;
  }

  .section-19 {
    height: 70px;
  }

  .div-block-158 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-95 {
    font-size: 11px;
    line-height: 100%;
  }

  .text-block-95._2 {
    justify-content: center;
    align-items: center;
    height: 23px;
    font-size: 11px;
    display: flex;
  }

  .div-block-160 {
    filter: blur();
  }

  .image-43 {
    display: none;
  }

  .countdown {
    font-size: 11px;
    line-height: 100%;
  }

  .link-block-15 {
    padding-left: 5px;
  }

  .image-43-copy {
    width: 14px;
    display: block;
  }

  .div-block-167 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-168._2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 87%;
  }

  .div-block-168._3 {
    height: 89%;
  }

  .div-block-168._4 {
    height: 72%;
  }

  .div-block-170 {
    width: 40px;
    height: 30px;
  }

  .text-block-97 {
    font-size: 14px;
  }

  .div-block-171 {
    margin-top: 100px;
  }

  .text-block-98 {
    display: none;
  }

  .div-block-172:hover {
    background-color: #0000;
  }

  .text-block-99 {
    width: 136px;
  }

  .text-block-33 {
    font-size: 10px;
  }

  .expandable {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .div-block-173 {
    display: none;
  }

  .text-block-32 {
    font-size: 10px;
    line-height: 120%;
  }

  .div-block-58 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-58._2 {
    display: none;
  }

  .image-45 {
    margin-right: 95px;
  }

  .div-block-77 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    top: -30px;
  }

  .text-block-43 {
    font-size: 11px;
  }

  .one, .two, .three, .four {
    width: 325px;
    height: 185px;
  }

  .button-text-two {
    font-size: 12px;
  }

  .button-text-two.shine-gradient, .button-text-two.page-bottom {
    display: none;
  }

  .clickable {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-103 {
    font-size: 14px;
    line-height: 125%;
  }

  .text-block-104 {
    font-size: 14px;
  }

  .div-block-184 {
    height: 38vw;
  }

  .blue {
    width: 18px;
  }
}


