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

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

h1 {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---black--950);
  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---black--950);
  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---black--950);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-family: var(--_structure---font-family--body);
  margin-bottom: 0;
}

a {
  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 {
  margin-top: -136px;
  overflow: hidden;
}

.footer {
  z-index: 2;
  padding: 24px var(--_structure---section--padding) 40px;
  grid-column-gap: 172px;
  grid-row-gap: 172px;
  background-image: linear-gradient(0deg, #260503, #97140c 35%, #ee3a2f 70%, #fff);
  flex-flow: column;
  display: flex;
  position: relative;
}

.footer-cta {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.svg {
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

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

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

.subheading-small.text-color-white-80, .social-link {
  color: #fffc;
}

.social-link:hover {
  color: var(--_colors---base--white);
}

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

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

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

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffffa3;
  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;
}

.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: #ffffffa3;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  transition: all .3s;
}

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

.cta {
  padding: 86px 16px;
  position: relative;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_colors---black--950);
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.01em;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  background-color: var(--_colors---black--800);
}

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

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

.h3-heading {
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--950);
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

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

.paragraph-large {
  font-family: var(--_structure---font-family--body);
  font-size: 18px;
  line-height: 32px;
}

.container {
  z-index: 2;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-trusted {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--_colors---base--white);
  background-color: #ffffff1f;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  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;
}

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

.code {
  display: none;
}

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

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

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

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

.h1-heading {
  font-family: var(--_structure---font-family--heading);
  letter-spacing: -.02em;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
}

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

.navigation {
  z-index: 999;
  padding-right: var(--_structure---section--padding);
  padding-left: var(--_structure---section--padding);
  background-color: #0000;
  margin-top: 56px;
  position: sticky;
  inset: 24px 0% auto;
}

.navigation-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_colors---black--200);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffa3;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
  display: flex;
}

.nav-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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-link {
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--950);
  border: 1px solid #fff0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
}

.nav-link:hover {
  border-color: var(--_colors---black--200);
}

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

.nav-button-primary {
  background-color: var(--_colors---black--950);
  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;
  transition: all .3s;
}

.nav-button-primary:hover {
  background-color: var(--_colors---black--800);
}

.nav-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_colors---black--200);
  background-color: var(--_colors---base--white);
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--950);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.nav-button-outline:hover {
  background-color: var(--_colors---black--200);
}

.embed {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-footer {
  display: none;
}

.nav-brand {
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0;
  display: flex;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 16px 86px;
  display: flex;
  position: relative;
}

.nav-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--_structure---font-family--body);
  color: var(--_colors---black--950);
  border: 1px solid #fff0;
  border-radius: 999px;
  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 {
  border-color: var(--_colors---black--200);
}

.nav-content.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--_colors---black--200);
  background-color: var(--_colors---black--50);
  border-radius: 24px;
  flex-flow: column;
  min-width: 456px;
  margin-top: 28px;
  padding: 20px;
  display: flex;
}

.subheading-small-2 {
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.nav-dropdown:hover {
  color: #fff;
}

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

.body-x-small {
  font-family: Geist, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.hero-content {
  padding: 244px var(--_structure---section--padding) 48px;
  border-radius: 32px;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.button-label {
  padding-left: 4px;
  padding-right: 4px;
}

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

.hero-video {
  z-index: 0;
  background-color: var(--_colors---black--100);
  pointer-events: none;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-video-overlay {
  z-index: 1;
  background-image: linear-gradient(#ebebeb, #ebebeb 20%, #ebebebb3 50%, #ebebeb00 80%), linear-gradient(#ebebeb, #ebebeb 20%, #ebebebb3 50%, #ebebeb00 80%);
  position: absolute;
  inset: 0%;
}

.hero-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trusted-divider {
  background-color: #ffffff3d;
  border-radius: 2px;
  width: 1px;
  height: 16px;
}

.trusted-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  padding: 86px var(--_structure---section--padding);
}

.heading-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  display: grid;
}

.paragraph-medium {
  font-family: var(--_structure---font-family--body);
  font-size: 16px;
  line-height: 28px;
}

.good-credit-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.good-credit-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---black--200);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---black--200);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---black--200);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---black--200);
  background-color: var(--_colors---base--white);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px 24px;
  display: flex;
  box-shadow: 0 1px 1px -.5px #26262608, 0 3px 3px -1.5px #26262608, 0 6px 6px -3px #26262608;
}

.good-credit-icon {
  width: 128px;
}

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

.credit-issue-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--_colors---black--200);
  border-bottom: 1px solid var(--_colors---black--200);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.credit-issue-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--_colors---black--200);
  border-left: 1px solid var(--_colors---black--200);
  background-color: var(--_colors---base--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
}

.credit-issue-icon {
  background-color: #fac9c614;
  border: 1px solid #3908050a;
  border-radius: 10px;
  flex: none;
  padding: 8px 20px;
  box-shadow: inset 0 -12px 12px #ee3a2f0a;
}

.credit-issue-corners {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.credit-issue-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.corner-item {
  background-color: var(--_colors---base--white);
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
}

.corner-item.top-left {
  inset: -4.5px auto auto -12.5px;
}

.corner-item.bottom-left {
  inset: auto auto -4.5px -12.5px;
}

.corner-item.top-right {
  inset: -4.5px -12.5px auto auto;
}

.corner-item.bottom-right {
  inset: auto -12.5px -4.5px auto;
}

.corner-dot {
  background-color: var(--_colors---black--200);
  border-radius: 9px;
  flex: none;
  width: 8px;
  height: 8px;
}

.heading-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_colors---black--950);
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---base--white);
  letter-spacing: -.01em;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.step-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---black--200);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---black--200);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---black--200);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---black--200);
  background-color: var(--_colors---base--white);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px 24px;
  display: flex;
  box-shadow: 0 1px 1px -.5px #26262608, 0 3px 3px -1.5px #26262608, 0 6px 6px -3px #26262608;
}

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

.h6-heading {
  font-family: var(--_structure---font-family--heading);
  color: var(--_colors---black--950);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.cta-card {
  padding: 128px var(--_structure---section--padding);
  border: 1px solid var(--_colors---base--white);
  background-color: var(--_colors---black--100);
  border-radius: 32px;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
  margin-right: auto;
  display: flex;
}

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

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

.cta-image-wrapper {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cta-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.review-text {
  max-width: 414px;
}

.reviews {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  margin-bottom: -86px;
  display: flex;
  position: relative;
}

.review-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.review-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---black--200);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---black--200);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---black--200);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---black--200);
  background-color: var(--_colors---base--white);
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 1px -.5px #26262608, 0 3px 3px -1.5px #26262608, 0 6px 6px -3px #26262608;
}

.review-avatar {
  border-radius: 999px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

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

.review-overlay {
  background-image: linear-gradient(180deg, #fff0, white), linear-gradient(180deg, #fff0, white), linear-gradient(180deg, #fff0, var(--_colors---base--white));
  pointer-events: none;
  height: 60%;
  position: absolute;
  inset: auto -24px 0;
}

.footer-cta-text {
  max-width: 514px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-brand {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.footer-background {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 150%;
  min-width: 2848px;
  display: flex;
  position: absolute;
  bottom: 354px;
}

.background {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

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

.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---neutral--950);
  border-radius: 4px;
  width: 16px;
  height: 1px;
}

.credit-issue-text {
  max-width: 460px;
}

.good-credit-text {
  max-width: 500px;
}

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

.no-wrap {
  white-space: nowrap;
}

.nav-icon-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-bg {
  width: 100%;
  max-width: none;
}

.button-background {
  z-index: 0;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-state {
  background-color: #ffffff26;
  position: absolute;
  inset: 0%;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cta-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.visible-mobile {
  width: 100%;
  display: none;
}

@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 {
    margin-top: 0;
  }

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

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

  .button-light, .star {
    display: none;
  }

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

  .navigation {
    margin-top: 0;
    position: fixed;
    inset: 32px 0% auto;
  }

  .navigation-container {
    padding: 16px;
  }

  .nav-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
  }

  .nav-link {
    font-family: var(--_structure---font-family--body);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .nav-link:hover {
    border-color: #0000;
  }

  .nav-menu {
    left: var(--_structure---section--padding);
    right: var(--_structure---section--padding);
    padding-top: var(--_structure---section--padding);
    padding-right: var(--_structure---section--padding);
    padding-bottom: var(--_structure---section--padding);
    padding-left: var(--_structure---section--padding);
    background-color: var(--_colors---base--white);
    border-radius: 32px;
    height: calc(100dvh - 112px);
    margin-top: 8px;
  }

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

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

  .nav-menu-inner {
    flex-flow: column;
    height: 100%;
    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;
  }

  .hero {
    padding-bottom: 64px;
  }

  .nav-toggle {
    font-family: var(--_structure---font-family--body);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .nav-toggle:hover {
    border-color: #0000;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-icon {
    width: 32px;
    height: 32px;
  }

  .hero-content {
    padding-top: 220px;
  }

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

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

  .good-credit-grid, .credit-issue-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .cta-card {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-heading {
    max-width: 440px;
  }

  .cta-image-wrapper {
    width: 55%;
  }

  .review-column.hide-tablet {
    display: none;
  }

  .nav-icon-svg {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

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

  .footer {
    padding-bottom: 40px;
  }

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

  .h3-heading {
    font-size: 44px;
  }

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

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

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

  .navigation {
    top: 16px;
  }

  .nav-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-button-primary {
    padding: 6px 16px;
  }

  .nav-button-outline {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero {
    padding: 8px 8px 48px;
  }

  .hero-content {
    border-radius: 36px;
    padding-top: 148px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .good-credit-grid {
    grid-template-columns: 1fr;
  }

  .credit-issue-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: -28px;
    margin-right: -28px;
  }

  .credit-issue-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 32px;
  }

  .credit-issue-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .cta-card {
    padding: 48px 32px 32px;
  }

  .cta-heading {
    max-width: none;
  }

  .cta-image-wrapper {
    display: none;
  }

  .reviews {
    margin-top: 48px;
    margin-bottom: -64px;
  }

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

  .review-column.hide-mobile {
    display: none;
  }

  .review-overlay {
    height: 40%;
  }

  .hide-mobile {
    display: none;
  }
}

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

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

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

  .button-primary {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 24px;
  }

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

  .hero-trusted {
    text-align: center;
    border-radius: 24px;
    flex-flow: column;
    align-items: stretch;
    width: auto;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-container {
    align-items: stretch;
  }

  .navigation {
    top: 16px;
  }

  .nav-brand {
    height: 24px;
  }

  .hero-content {
    padding-bottom: var(--_structure---section--padding);
  }

  .trusted-divider {
    width: auto;
    height: 1px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .credit-issue-grid {
    margin-top: 48px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .button-primary-small {
    font-size: 18px;
  }

  .cta-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .reviews {
    margin-top: 48px;
    margin-bottom: -48px;
  }

  .footer-background {
    bottom: 480px;
  }

  .no-wrap-in-mobile {
    white-space: nowrap;
  }

  .cta-buttons {
    grid-column-gap: 121px;
    grid-row-gap: 121px;
  }

  .visible-mobile {
    display: block;
  }

  .invisible-mobile {
    display: none;
  }
}

#w-node-eb249e50-cd2b-4c6c-87be-69a353285ae9-9c3fa67d, #w-node-c55f8ea4-f785-585e-e73f-2df096d95e9c-9c3fa67d, #w-node-_5bcf78aa-6fd9-0440-5fc2-74257984caf9-9c3fa67d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-eb249e50-cd2b-4c6c-87be-69a353285ae9-9c3fa67d, #w-node-c55f8ea4-f785-585e-e73f-2df096d95e9c-9c3fa67d {
    justify-self: auto;
  }

  #w-node-_3d3223be-f0ae-c2a9-97c8-9e8d0f62a255-9c3fa67d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cf945e3-dd37-b074-35de-db4160ec072e-9c3fa67d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5bcf78aa-6fd9-0440-5fc2-74257984caf9-9c3fa67d {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9cf945e3-dd37-b074-35de-db4160ec072e-9c3fa67d {
    grid-column: span 1 / span 1;
  }
}
