:root {
  --_colors---base--black: black;
  --_structure---font-family--body: Geist, sans-serif;
  --_colors---black--400: #a3a3a3;
  --_structure---font-family--heading: Geist, sans-serif;
  --_colors---base--white: white;
  --_structure---section--padding: 40px;
  --_colors---black--50: #f7f7f7;
  --_colors---black--500: #7b7b7b;
  --_colors---primary--base: #0037f5;
  --_colors---black--800: #262626;
  --_colors---black--200: #ebebeb;
  --_colors---green--light: #84ebb4;
  --_colors---black--950: #050505;
  --_colors---black--300: #d1d1d1;
  --_colors---black--700: #333;
  --_colors---neutral--900: white;
  --_colors---black--900: #171717;
  --_colors---black--600: #5c5c5c;
  --_colors---black--100: whitesmoke;
  --_colors---primary--darker: #000e3d;
  --_colors---primary--dark: #001b7a;
  --_colors---primary--light: #7090ff;
  --_colors---primary--lighter: #d6dfff;
  --_colors---neutral--950: #07090e;
  --_colors---neutral--800: white;
  --_colors---neutral--700: white;
  --_colors---neutral--600: white;
  --_colors---neutral--500: white;
  --_colors---neutral--400: white;
  --_colors---neutral--300: white;
  --_colors---neutral--200: white;
  --_colors---neutral--100: white;
  --_colors---neutral--50: white;
}

body {
  background-color: var(--_colors---base--black);
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--400);
  --_structure---font-family--body: Geist, sans-serif;
  --_structure---font-family--heading: Geist, sans-serif;
  --_structure---section--padding: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.125;
}

h3 {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_colors---black--400);
  text-decoration: none;
}

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

.main {
  overflow: hidden;
}

.footer {
  padding: 96px var(--_structure---section--padding);
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
}

.footer-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.svg {
  color: var(--_colors---black--400);
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.svg:hover {
  color: var(--_colors---black--50);
}

.row-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheading-small {
  font-family: var(--_structure---font-family--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.divider {
  opacity: .2;
  background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
}

.footer-legal-text {
  max-width: 728px;
}

.subheading-x-small {
  font-family: var(--_structure---font-family--body);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: var(--_structure---font-family--body);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-family: var(--_structure---font-family--body);
  font-size: 14px;
  line-height: 20px;
  font-family: var(--_structure---font-family--body);
  font-size: 14px;
  line-height: 20px;
}

.row-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-link {
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--400);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  transition: all .3s;
}

.legal-link:hover {
  color: var(--_colors---black--50);
}

.cta {
  padding: 220px var(--_structure---section--padding);
  position: relative;
}

.cta-container {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.125;
}

.h2-heading.white-linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff52, #ffffff52), linear-gradient(#ffffff3d, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
}

.h2-heading.blue-linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d6dfff, #70d0ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-primary {
  background-color: var(--_colors---primary--base);
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  background-image: linear-gradient(#ffffff3d, #fff0);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px .5px #ffffff3d, 0 1px 2px #000e3d66, 0 0 0 1px #0025a3c2;
}

.button-light {
  z-index: 0;
  opacity: .24;
  filter: blur(48px);
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  background-color: #fff;
  width: 68px;
  height: 202px;
  position: absolute;
}

.text {
  z-index: 2;
  font-weight: 700;
  position: relative;
}

.badge-interior {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  object-fit: contain;
  background-color: #050505a3;
  border: 1px solid #ffffff1f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.content {
  border-top: 1px solid var(--_colors---black--800);
  border-bottom: 1px solid var(--_colors---black--800);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.feature {
  padding: 148px var(--_structure---section--padding);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.feature-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-heeading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-logo {
  width: 48px;
  height: 48px;
}

.h3-heading {
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---base--white);
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 600;
}

.h3-heading.text-balance {
  letter-spacing: -.03em;
  letter-spacing: -.03em;
  font-weight: 600;
}

.text-balance {
  text-wrap: balance;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.style-animation-embed {
  display: none;
}

.spark {
  background-image: linear-gradient(#06060600, #7090ff 50%, #06060600);
  width: 1px;
  height: 120px;
}

.needle {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-anim-frame {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.h1-anim-text-block {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero {
  z-index: 0;
  padding: 96px var(--_structure---section--padding) 40px;
  border-left: 1px solid #153c1d1a;
  border-right: 1px solid #153c1d1a;
  position: relative;
}

.h1-title-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-title-wrap.display-title {
  font-weight: 500;
}

.h1-anim-text {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffffa3, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.hero-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_colors---black--200);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 458px;
  margin-left: auto;
  margin-right: auto;
}

.h1-anim {
  pointer-events: none;
  aspect-ratio: 1;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 999px;
  width: auto;
  height: 1lh;
  max-height: 72px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  position: relative;
  box-shadow: 0 .888889px .888889px -.444444px #3333330d, 0 2.66667px 2.66667px -1.33333px #3333330d, 0 5.33333px 5.33333px -2.66667px #3333330d, 0 10.6667px 10.6667px -5.33333px #3333330d, 0 21.3333px 21.3333px -10.6667px #3333330d;
}

.spark-container {
  pointer-events: none;
  border: 1px solid #0000;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0 -2px;
}

.spark-outer {
  overflow: hidden;
}

.cta-bg {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-video {
  z-index: 0;
  object-fit: cover;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: auto;
  bottom: -121px;
}

.cta-mask {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-mask-overlay {
  background-image: radial-gradient(circle, #0000 64%, #000 90%);
  width: 1920px;
  height: 1080px;
  position: absolute;
}

.feature-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.subheading-large {
  font-family: var(--_structure---font-family--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-white {
  font-weight: 600;
}

.text-color-white {
  color: var(--_colors---base--white);
}

.body-medium {
  font-family: var(--_structure---font-family--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--_structure---font-family--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.feature-text {
  max-width: 348px;
}

.fico {
  padding: 80px var(--_structure---section--padding);
  border-top: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

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

.fico-logo {
  background-image: url("https://cdn.prod.website-files.com/68de24832c101f772875db1a/68de24832c101f772875db31_Fico%20Logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 101px;
  height: 36px;
  display: inline-flex;
}

.div-block-21 {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code {
  display: none;
}

.score {
  border-top: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  display: flex;
}

.score-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 40px 40px;
  display: flex;
}

.score-card.with-border {
  border-right: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
}

.column {
  flex-flow: column;
  display: flex;
}

.subheading-medium {
  font-family: var(--_structure---font-family--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--_structure---font-family--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.rebuild {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  flex-flow: column;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.credit-score {
  padding: 80px var(--_structure---section--padding);
  border-top: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.column-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.credit-score-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 336px;
  display: flex;
}

.credit-score-container {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 516px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rebuild-container {
  padding-right: var(--_structure---section--padding);
  padding-left: var(--_structure---section--padding);
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.03em;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.h1-heading.seo-title {
  display: none;
}

.body-large {
  font-family: var(--_structure---font-family--body);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.body-large.opacity-88 {
  opacity: .88;
}

.body-large.mobile-small {
  font-weight: 500;
}

.strong-text {
  white-space: nowrap;
  font-weight: 500;
}

.hero-bg-video {
  z-index: 0;
  aspect-ratio: 9.64 / 6.96;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-video {
  justify-content: center;
  align-items: flex-start;
  width: 964px;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.hero-bg-mask {
  z-index: -1;
  width: 100%;
  position: relative;
}

.hero-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#0000, #00000080 50%, #000);
  height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.rebuild-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-radial {
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle farthest-side, #0000 60%, #000);
  position: absolute;
  inset: 0% -10%;
}

.rebuild-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.rebuild-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_colors---black--950), #05050500 25%, #05050500 75%, var(--_colors---black--950));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.carousel-horizontal {
  width: 100%;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rebuild-carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---base--white);
  background-color: #ffffff05;
  border: 1px solid #ffffff0a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: inset 0 -6px 10px #fff3, inset 0 0 4px #ffffffa3;
}

.powered {
  padding-top: 80px;
  padding-right: var(--_structure---section--padding);
  padding-left: var(--_structure---section--padding);
  border-top: 1px solid var(--_colors---black--800);
  border-right: 1px solid var(--_colors---black--800);
  border-left: 1px solid var(--_colors---black--800);
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.powered-container {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.powered-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.powered-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.powered-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
  position: absolute;
  top: 25%;
}

.powered-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: auto;
  display: flex;
}

.powered-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---black--300);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.powered-item.right {
  text-align: right;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.body-small {
  font-family: var(--_structure---font-family--body);
  font-size: 14px;
  line-height: 20px;
}

.powered-item-text {
  max-width: 184px;
}

.feature-icon {
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.f1-icon-default {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.f1-icon-strong {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f1-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.f2-icons {
  width: 100%;
  position: relative;
}

.f2-icon-default {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.f2-icon-strong-1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f2-icon-strong-2, .f2-icon-strong-3 {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99999;
  padding: 24px var(--_structure---section--padding);
  background-color: var(--_colors---base--black);
  position: relative;
}

.nav-border {
  background-image: linear-gradient(90deg, #fff0, #ffffff52 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.f4-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.f4-icon-strong-1 {
  opacity: 0;
  position: absolute;
}

.f4-icon-strong-2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
}

.f4-icon-strong-3 {
  z-index: 3;
  opacity: 0;
  position: absolute;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-flow: column;
  display: flex;
}

.nav-button-primary {
  background-color: var(--_colors---base--white);
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--950);
  text-align: center;
  border-radius: 99px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.nav-button-outline {
  border: 1px solid var(--_colors---black--700);
  background-color: var(--_colors---base--black);
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---base--white);
  border-radius: 99px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nav-button-outline.tablet-hide {
  text-align: center;
  text-align: center;
  font-weight: 600;
}

.nav-lines {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.menu-line {
  background-color: var(--_colors---base--white);
  background-color: var(--_colors---base--white);
  border-radius: 2px;
  width: 16px;
  height: 1px;
}

.menu-button {
  border: 1px solid var(--_colors---black--800);
  background-color: #0000;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px;
}

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

.nav-links-desktop {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-footer {
  display: none;
}

.nav-divider {
  background-image: linear-gradient(90deg, #fff0, #ffffff52 50%, #fff0);
  width: 100%;
  height: 1px;
}

.nav-logo {
  aspect-ratio: 16 / 2;
  color: var(--_colors---black--400);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 20px;
  transition: all .3s;
}

.nav-logo:hover {
  color: var(--_colors---black--50);
}

.nav-brand {
  padding: 0;
}

.credit-score-mobile {
  display: none;
}

.cta-divider {
  opacity: .2;
  background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.f3-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.f3-default {
  z-index: 0;
  position: absolute;
}

.f3-strong-1 {
  z-index: 1;
  opacity: 0;
  position: relative;
}

.f3-strong-2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
}

.f3-check {
  z-index: 3;
  opacity: 0;
  position: absolute;
}

.line-desktop {
  color: var(--_colors---black--400);
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.line-desktop:hover {
  color: var(--_colors---black--50);
}

.line-mobile {
  color: var(--_colors---black--400);
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: none;
}

.line-mobile:hover {
  color: var(--_colors---black--50);
}

.display-title {
  color: #292929;
  letter-spacing: -.024em;
  font-size: 96px;
  font-weight: 550;
  line-height: 102px;
}

.display-title.mobile {
  display: none;
}

.display-title.desktop {
  text-decoration: none;
}

.nav-dropdown {
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown:hover {
  color: var(--_colors---base--white);
}

.nav-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--400);
  border: 1px solid #fff0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.nav-toggle:hover {
  color: var(--_colors---base--white);
  border-color: #ffffff29;
}

.nav-toggle.w--open {
  color: var(--_colors---base--white);
  background-color: #ffffff0a;
  border: 1px solid #ffffff29;
}

.nav-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-content.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #171717eb;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  min-width: 456px;
  margin-top: 8px;
  padding: 20px;
  display: flex;
}

.nav-content.small-content.w--open {
  min-width: 380px;
}

.nav-dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---neutral--900);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-link-icon {
  color: #fffc;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.body-x-small {
  font-family: var(--_structure---font-family--body);
  font-size: 12px;
  font-weight: 400;
  font-family: var(--_structure---font-family--body);
  font-size: 12px;
  font-weight: 400;
}

.text-color-white-64 {
  color: #ffffffa3;
}

.nav-links-responsive {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.dial {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#000 1%, #0000 20% 80%, #000 98%);
  position: absolute;
  inset: 0% -10%;
}

.mockup {
  height: auto;
  position: relative;
}

.mockup-overlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, #0009 50%, #0000);
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.mockup-image {
  margin-bottom: -48px;
}

@media screen and (max-width: 991px) {
  body {
    --_structure---font-family--body: Geist, sans-serif;
    --_structure---font-family--heading: Geist, sans-serif;
    --_structure---section--padding: 32px;
  }

  .main {
    padding-top: 76px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

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

  .feature {
    border: 1px #000;
  }

  .inline-badge-icon {
    max-height: 48px;
  }

  .fca-glass-circle {
    width: auto;
  }

  .fcr-text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

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

  .fcr-icon-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .fastest-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fastest-card-illo {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .fastest-card-illo.grow {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 16px;
  }

  .fastest-card-illo.removal {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fastest-gradient-aspect {
    width: 150%;
  }

  .inline-badge {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
  }

  .faster-footer {
    padding-top: 40px;
  }

  .container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .h2-title {
    font-size: 40px;
    line-height: 48px;
  }

  .fcg-disk {
    object-fit: cover;
    width: auto;
    height: 100%;
    max-height: 200px;
    padding: 34px;
  }

  .fastest-card-arrow {
    display: none;
  }

  .section-gradient {
    overflow: hidden;
  }

  .section-gradient.fastest {
    bottom: -10%;
  }

  .fastest {
    border: 1px #000;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .fcr-bg-overlay {
    bottom: 32px;
  }

  .fastest-body {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-title-wrap.display-title {
    grid-column-gap: 20px;
    grid-row-gap: 6px;
    grid-column-gap: 20px;
    grid-row-gap: 6px;
  }

  .h1-anim-text {
    font-size: 18px;
    line-height: 22px;
  }

  .h1-anim {
    width: auto;
  }

  .hero-footer-logos {
    flex: 1;
  }

  .spark-container {
    display: none;
    top: 0;
  }

  .guaranteed-wrap {
    margin-left: 16px;
  }

  .h1-title {
    font-size: 48px;
    line-height: 64px;
  }

  .hero-inner {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-gradient-aspect {
    width: 150%;
  }

  .hero-line, .star {
    display: none;
  }

  .fico {
    border: 1px #000;
  }

  .score, .rebuild, .credit-score, .powered {
    border-left-style: none;
    border-right-style: none;
  }

  .powered-container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .powered-heading {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .powered-card-wrapper {
    margin-top: 100px;
  }

  .powered-cards {
    margin-top: 0;
    transform: none;
  }

  .powered-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 188px;
    height: auto;
    position: static;
  }

  .powered-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .powered-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .powered-item.right {
    text-align: center;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link {
    color: var(--_colors---base--white);
    letter-spacing: -.01em;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu {
    padding: var(--_structure---section--padding) var(--_structure---section--padding) 40px;
    background-color: var(--_colors---base--black);
    text-align: left;
  }

  .nav-button-outline {
    text-align: center;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-button-outline.tablet-hide {
    display: none;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 4px;
  }

  .nav-links-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .nav-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: none;
    margin-top: auto;
    display: flex;
  }

  .nav-menu-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .nav-legal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .line-desktop {
    display: none;
  }

  .line-mobile {
    display: flex;
  }

  .display-title {
    font-size: 72px;
    line-height: 72px;
  }

  .nav-links-responsive {
    display: flex;
  }

  .mockup-overlay {
    background-image: linear-gradient(0deg, #000, #00000080 50%, #0000);
  }

  .mockup-image {
    margin-bottom: -96px;
  }

  .dropdown-icon {
    flex: none;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_structure---font-family--body: Geist, sans-serif;
    --_structure---font-family--heading: Geist, sans-serif;
    --_structure---section--padding: 28px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta {
    padding-top: 400px;
    padding-bottom: 72px;
  }

  .feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .fcc-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inline-badge-icon {
    max-height: 44px;
  }

  .fcc-input {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fcc-frame._1.visible {
    padding-top: 20%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fastest-card-illo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fastest-card-illo.grow {
    padding: 10%;
  }

  .fastest-card-illo.removal {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fastest-gradient-aspect {
    width: 200%;
  }

  .inline-badge {
    padding-left: 4px;
  }

  .faster-footer {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2-title {
    font-size: 36px;
    line-height: 44px;
  }

  .fcg-disk {
    padding: 16%;
  }

  .section-gradient {
    bottom: 0%;
  }

  .fastest {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .fcr-bg-overlay {
    bottom: 24px;
  }

  .fastest-body {
    grid-template-rows: 1fr 1fr;
    align-items: start;
    padding-top: 40px;
  }

  .hc-board {
    border-radius: 24px;
  }

  .hc3-mid-block {
    border: 1px #000;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hc3-mid-block.side {
    border-style: none;
    border-color: #000;
  }

  .hero-trusted-inner {
    flex-flow: column;
    align-items: stretch;
  }

  .hero-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-cta {
    padding-top: 40px;
  }

  .h1-anim-frame {
    height: 16px;
  }

  .hc3-top {
    grid-template-columns: minmax(132px, auto) repeat(auto-fit, minmax(40px, 1fr)) minmax(132px, auto);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .h1-title-wrap.display-title {
    grid-column-gap: 16px;
    grid-column-gap: 16px;
  }

  .hc3-mid-inner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .h1-anim-text {
    font-size: 14px;
    line-height: 16px;
  }

  .hc3-bottom-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-text {
    max-width: 380px;
  }

  .hc-board-1-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .hero-trusted-bar {
    border-radius: 24px;
    flex-flow: column;
    align-items: stretch;
    padding: 20px;
  }

  .h1-anim {
    transform-origin: 0%;
    max-height: 48px;
    transform: scale(1.25);
  }

  .hc-board-outside {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-20 {
    width: 64px;
    height: 64px;
  }

  .ht-link {
    display: block;
  }

  .hc3-tm {
    width: 64px;
    height: 64px;
  }

  .hero-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .hero-trusted-trigger, .powered-by {
    display: none;
  }

  .powered-by.bottom {
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .guaranteed-wrap {
    margin-top: 4px;
  }

  .hc3-mid-grid {
    display: none;
  }

  .hc3-tl {
    flex: 1;
  }

  .h1-title {
    font-size: 44px;
    line-height: 48px;
  }

  .hc3-tm-line {
    display: none;
  }

  .hero-trusted {
    padding-top: 48px;
  }

  .hero-footer-line-divider {
    display: none;
  }

  .hero-calculator {
    padding-top: 16px;
  }

  .hero-inner {
    padding-top: 48px;
  }

  .calculate-button {
    justify-content: center;
    align-items: center;
  }

  .hc3-tr {
    flex: 1;
  }

  .hero-gradient-aspect {
    width: 200%;
  }

  .trusted-line-divider {
    width: 100%;
    height: 1px;
  }

  .hc-info-bar {
    text-wrap: pretty;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-video {
    width: 952px;
    height: 536px;
    position: relative;
    bottom: auto;
  }

  .cta-mask {
    top: -72px;
    bottom: auto;
  }

  .fico {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .score {
    flex-flow: column;
  }

  .score-card.with-border {
    border-bottom: 1px solid var(--_colors---black--800);
    border-right-style: none;
    border-bottom: 1px solid var(--_colors---black--800);
    border-right-style: none;
  }

  .hero-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .body-large.opacity-88.mobile-small {
    opacity: 100;
    color: var(--_colors---black--200);
    opacity: 100;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .body-large.mobile-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .strong-text {
    white-space: normal;
  }

  .hero-overlay {
    height: 240px;
  }

  .video-radial {
    display: none;
  }

  .powered-heading {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .powered-cards {
    max-width: 312px;
  }

  .credit-score-desktop {
    display: none;
  }

  .credit-score-mobile {
    display: block;
  }

  .display-title {
    font-size: 64px;
    line-height: 64px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_structure---font-family--body: Geist, sans-serif;
    --_structure---font-family--heading: Geist, sans-serif;
    --_structure---section--padding: 20px;
  }

  .footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph-small.mobile-decrease, .legal-link {
    font-size: 12px;
  }

  .fcc-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .inline-badge-icon {
    max-height: 40px;
  }

  .h4-title.score {
    font-size: 32px;
    line-height: 40px;
  }

  .fcc-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fcc-frame._1.visible {
    padding: 20% 16px 24%;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 28px;
  }

  .fastest-card {
    border-radius: 16px;
    align-items: stretch;
  }

  .fastest-card-illo {
    max-width: 280px;
    max-height: 280px;
  }

  .fastest-card-illo.removal {
    max-width: none;
  }

  .fastest-gradient-aspect {
    width: 500%;
  }

  .faster-footer {
    padding-top: 24px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-title {
    font-size: 32px;
    line-height: 40px;
  }

  .fcg-disk {
    max-height: 220px;
    padding: 14%;
  }

  .paragraph-small-2.trusted-text {
    font-size: 12px;
    line-height: 16px;
  }

  .fastest-card-arrow {
    display: flex;
    inset: auto 0% 0% 50%;
    transform: translateY(calc(50% + 8px))translateX(-50%);
  }

  .section-gradient.fastest {
    bottom: -8%;
  }

  .fci-wrap {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
  }

  .fastest-body {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
    padding-top: 32px;
  }

  .hc-board-5.visible {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hc-board {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
  }

  .div-block-18 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .hero-cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: stretch;
  }

  .h1-anim-frame {
    height: 14px;
  }

  .label-small.hc3-button-text, .label-small.trusted-text, .label-small.hc3-button-text, .label-small.trusted-text {
    font-size: 12px;
    line-height: 16px;
  }

  .hc3-top {
    grid-template-columns: minmax(auto, auto) 1fr;
    justify-content: space-between;
    display: flex;
  }

  .h1-title-wrap.h1-title {
    text-wrap: balance;
    text-wrap: balance;
  }

  .hcb-logo {
    flex: none;
    width: 20px;
    height: 20px;
  }

  .re-calculate-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hc3-mid-inner {
    grid-template-columns: 1fr;
  }

  .h1-anim-text {
    font-size: 12px;
    line-height: 14px;
  }

  .hc-board-1.visible {
    padding: 20px;
  }

  .guaranteed-lines {
    left: -12px;
  }

  .hc-board-1-top {
    flex-flow: column;
  }

  .hero-trusted-bar {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 16px;
  }

  .h1-anim {
    transform-origin: 50%;
    flex-flow: row;
    max-height: 44px;
    transform: scale(1.15);
  }

  .hc-board-outside {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    overflow: hidden;
  }

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

  .hc-board-white {
    border-radius: 12px;
  }

  .hero-footer-logos {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hc3-tm {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-container {
    z-index: -1;
  }

  .powered-by {
    display: none;
  }

  .guaranteed-wrap {
    margin-left: 0;
    padding-top: 2px;
    padding-right: 12px;
    display: inline-flex;
  }

  .h1-title {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-info-bar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .testimonial-logo {
    height: 9.5vw;
    min-height: 32px;
    max-height: 40px;
  }

  .hero-trusted {
    margin-left: -8px;
    margin-right: -8px;
  }

  .primary-button {
    width: 100%;
  }

  .hero-calculator {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-inner {
    padding-top: 40px;
  }

  .ht-right-stars {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .calculate-button {
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
  }

  .hc3-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hc3-tr {
    text-align: right;
  }

  .ht-right-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

  .hero-gradient-aspect {
    width: 300%;
  }

  .nav-logo {
    height: 16px;
  }

  .display-title {
    font-size: 56px;
    line-height: 64px;
  }

  .display-title.mobile {
    display: block;
  }

  .display-title.desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1b6f23a-2bd8-d254-9a4f-3fbf532c2adc-2875db16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
