@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-no-shadow {
  height: 100px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #0a0d14;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  display: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.desktop-nav {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.desktop-nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.desktop-navbar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #013b7d;
  border: 1px solid #013b7d;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 150%;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #013b7d;
  background-color: #0000;
}

.primary-button.header-button {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.primary-button.header-mobile {
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.nav-link-2 {
  color: #000;
  padding: 20px 25px;
  font-size: 12.5px;
  font-weight: 500;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.w--current:hover {
  color: #013b7d;
}

.brand, .brand.w--current {
  width: 20%;
}

.style-navbar-absolute {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 0;
  position: relative;
  box-shadow: 1px 2px 3px #0000001a;
}

.nav-menu-wrapper-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-toggle-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  font-size: 12.5px;
  display: flex;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  display: none;
}

.nav-dropdown-list-2.w--open {
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-line {
  background-color: #013b7d;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-item-title {
  color: #000;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12.5px;
  font-weight: 500;
}

.nav-item-title:hover {
  color: #013b7d;
}

.menu-wrap {
  order: -1;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.nav-dropdown-icon-2 {
  font-size: 16px;
  display: none;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-2 {
  color: #000;
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: #013b7d;
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: #000;
}

.nav-dropdown-link-2.w--current:hover {
  color: #013b7d;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.navbar-logo-left-2 {
  display: block;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper-3 {
  width: 80%;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-11 {
  display: none;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero {
  text-align: center;
  background-color: #fff;
  height: auto;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.hero-container {
  max-width: none;
  padding-top: 60px;
}

.hero-text {
  text-align: center;
  letter-spacing: -1px;
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.hero-text.about {
  text-align: left;
}

.text-span {
  font-weight: 500;
}

.hero-text-wrapper {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.hero-paragrpah {
  color: #525866;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.get-your-ohere-card-button {
  background-color: #0a0d14;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.get-your-ohere-card-button.payback {
  margin-top: 20px;
}

.get-your-ohere-card-button.white {
  color: #0a0d14;
  background-color: #fff;
  margin-top: 40px;
}

.get-your-ohere-card-button.joinn {
  margin-top: 20px;
}

.image {
  margin-top: 60px;
}

.we-got-your-back {
  padding-top: 72px;
  padding-left: 100px;
  padding-right: 100px;
}

.we-got-you-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.subheading {
  color: #0a0d14;
  text-align: center;
  letter-spacing: -1px;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.subheading._1 {
  color: #fff;
}

.subheading._2 {
  text-align: left;
}

.subheading.comnooo {
  height: auto;
  margin-bottom: 0;
  overflow: visible;
}

.subheading._3 {
  color: #fff;
}

.subheading.faq {
  margin-bottom: 40px;
}

.subheading.vision {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.subheading.mission {
  margin-top: 0;
  margin-bottom: 0;
}

.subheading.model {
  color: #01559c;
}

.subheading.fear {
  color: #01559c;
  margin-top: 60px;
}

.subheading._4, .subheading.sidee {
  color: #fff;
  text-align: left;
}

.subtext {
  color: #525866;
  text-align: center;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.subtext._2 {
  color: #ddd;
  line-height: 26px;
}

.subtext._1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.subtext.beloo {
  margin-top: 20px;
  font-weight: 400;
}

.subtext._3 {
  color: #fff;
}

.subtext._4 {
  margin-top: 40px;
}

.subtext.card {
  color: #ddd;
  text-align: left;
}

.subtext.faqq {
  color: #0a141a;
  margin-bottom: 0;
  font-weight: 500;
}

.subtext.vision {
  text-align: left;
}

.subtext._5 {
  color: #ddd;
  text-align: left;
}

.subtext._5.liis {
  margin-bottom: 15px;
}

.subtext.list {
  text-align: left;
}

.subtext.fdfdf {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}

.image-2 {
  width: auto;
  max-width: 940px;
  height: auto;
  max-height: 50%;
  margin-top: 40px;
  display: none;
}

.text-block-2 {
  color: #01325c;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.simple-flexible-fair {
  background-color: #020403;
  padding-left: 100px;
  padding-right: 100px;
}

.simple-flexile-fair-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.subtex {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-3 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center stretch;
  margin-top: 40px;
  display: none;
}

.apply-once {
  background-color: #020403;
  background-image: none;
  border: 2px #0066c2;
  border-radius: 32px;
  width: 400px;
  height: 260px;
  padding: 40px 20px;
}

.spend-easily {
  background-color: #020403;
  border: 2px #00d2c7;
  border-radius: 32px;
  width: 400px;
  height: 260px;
  padding: 40px 20px;
}

.pay-your-way {
  background-color: #020403;
  border: 2px #00d2c7;
  border-radius: 32px;
  width: 400px;
  height: 260px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
}

.grow-your-trust {
  background-color: #020403;
  border: 2px #0066c2;
  border-radius: 32px;
  width: 400px;
  height: 260px;
  padding: 40px 20px;
}

.card-text {
  color: #fff;
  letter-spacing: -1.5px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragrapgh-text {
  color: #ddd;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragrapgh-text._1 {
  color: #525866;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.paragrapgh-text.faq {
  color: #525866;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
}

.inner-card {
  background-color: #020403;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}

.pay-back-section {
  background-color: #fff;
  padding: 100px;
}

.content-grid {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

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

.heading-4 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}

.text-span-2 {
  font-family: Materialsymbolssharp;
}

.list {
  color: #0a0d14;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-3 {
  margin-right: 10px;
  font-family: "Fa 400", Arial, sans-serif;
}

.prequalify-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #0a0d14;
  border-radius: 100px;
  margin-top: 30px;
  padding: 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.unlock-credit-section {
  background-color: #f6f8fa;
  height: 100vh;
  min-height: auto;
  padding: 20px 100px 0;
  display: none;
  position: relative;
  overflow: visible;
}

.sticky-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: auto;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-5 {
  color: #0a0d14;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.create-account {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.mini-header {
  color: #0a0d14;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 110%;
}

.mini-header.card {
  color: #fff;
  text-align: left;
}

.paragraph-2 {
  color: #525866;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-3 {
  margin-top: 20px;
}

.image-3._1 {
  margin-top: 0;
}

.credit-score {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.receive-card {
  z-index: 3;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.use-your-card {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.story-card {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  opacity: 1;
  transform: scale3d(1none, 1none, 1none) translate(0px, 0px);
  transform-style: preserve-3d;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.story-card.credit {
  background-color: #fff;
  padding: 10px 100px 0;
}

.card-type-section {
  padding: 100px 100px 60px;
}

.card-type-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #0a0d14;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.toggle-wrapper {
  vertical-align: baseline;
  background-color: #f6f8fa;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20px;
  display: flex;
}

.standard {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.premium {
  background-color: #0a0d14;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  color: #0a0d14;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: #0a0d14;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.standard-card-wrapper {
  display: none;
}

.premium-wrapper {
  display: block;
}

.business-wrapper {
  display: none;
}

.image-4, .image-5 {
  display: block;
}

.faq-section {
  background-image: linear-gradient(#fff, #e1f4f4 86%);
  padding: 100px;
}

.a-card-you-can-trust-container {
  background-image: linear-gradient(#00000096 1%, #00000024), url('../images/ChatGPT-Image-Dec-23-2025-11_31_07-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  min-width: auto;
  max-width: none;
  height: 85vh;
  padding: 20px 60px;
  display: flex;
  overflow: clip;
}

.card-you-can-trust-div {
  text-align: center;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.button-2 {
  color: #0a0d14;
  background-color: #06d0b0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: inline-flex;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.credit-card-for-every-nigerian {
  max-width: none;
}

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

.heading-9 {
  color: #0a0d14;
  text-align: center;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-4 {
  color: #525866;
  text-align: center;
  letter-spacing: 0;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-6 {
  border-radius: 40px;
  width: 90%;
  height: 0%;
  margin-top: 20px;
  display: none;
}

.heading-10 {
  color: #0a0d14;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.question-1 {
  justify-content: space-between;
  align-items: center;
}

.text-block-7 {
  color: #525866;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.faq-icon {
  color: #506280;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.faq-item {
  padding-left: 40px;
  padding-right: 40px;
}

.faq-panel {
  opacity: 0;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.paragraph-5 {
  color: #525866;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.question-2-wrapper {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.question-2 {
  justify-content: space-between;
  align-items: center;
}

.paragraph-6 {
  color: #525866;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-9 {
  color: #506280;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.answer-2 {
  display: block;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.paragraph-8 {
  color: #506280;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.question-3-wrapper {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.question-3 {
  justify-content: space-between;
  align-items: center;
}

.answer-3 {
  display: block;
}

.text-block-10 {
  color: #525866;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-11 {
  color: #506280;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-9 {
  color: #525866;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.text-block-12, .text-block-13 {
  color: #506280;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  display: none;
}

.ready-to-live-wrapper {
  text-align: center;
}

.heading-11 {
  color: #0a0d14;
  text-align: center;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-10 {
  color: #525866;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0a0d14;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-14 {
  color: #525866;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.footer {
  background-color: #0a141a;
  padding: 60px 100px;
}

.footer-container {
  max-width: none;
}

.footer-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.learn-nav {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.icon-box {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-17, .text-block-18 {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.social-media-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.linkedin, .instagram, .facebook, .twitter {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.image-7 {
  border-radius: 7px;
  margin-top: 30px;
}

.articles, .link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-19 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.how-ohere-works {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.link-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-20 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.link-3, .link-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-21, .text-block-22 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-23 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.link-5 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-24 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.link-6 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-25 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.link-7 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-27 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.link-8 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-28 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.copyright-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.text-block-29 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.text-span-4 {
  padding-right: 5px;
  font-family: "Fa 400", Arial, sans-serif;
}

.text-block-30 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.link-9 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-31 {
  color: #506280;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.countdown-fill, .countdown-fill2, .countdown-fill3 {
  -webkit-backdrop-filter: blur(.5px);
  backdrop-filter: blur(.5px);
  background-color: #ffffff1a;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cards-moving-wrapper {
  height: 100%;
  position: relative;
}

.card-content, .card-2-text-wrapper, .card-2-image-wrapper, .card-3-text-wrapper, .card-3-image-wrapper, .card-4-text-wrapper, .card-4-image-wrapper {
  position: relative;
}

.about-hero {
  background-color: #d4effc;
  height: 100vh;
  padding: 72px 0 0 60px;
}

.about-hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: 100%;
  margin-right: 0;
  display: grid;
}

.about-hero-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  height: 100%;
}

.hero-image-about {
  background-image: url('../images/About.png');
  background-position: 50%;
  background-size: cover;
}

.about-hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-32 {
  color: #525866;
  background-color: #c2efff;
  border: 1px solid #35b9e9;
  border-radius: 100px;
  padding: 4px 14px;
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.heading-12 {
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.vision-and-mission {
  padding: 100px;
}

.vision-misiion-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.vision {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.paragraph-11 {
  color: #525866;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-13 {
  color: #0a0d14;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-12 {
  color: #525866;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.mission {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  justify-content: space-between;
  align-items: flex-start;
}

.mission-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-13, .paragraph-14 {
  color: #525866;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-14 {
  color: #0a0d14;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.business-model {
  background-image: linear-gradient(171deg, #fff 11% 29%, #e1f4f4);
  padding: 60px 100px;
}

.heading-15 {
  color: #01559c;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.paragraph-15 {
  color: #868c98;
  text-align: center;
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-15.mobile {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.text-span-5 {
  color: #8bc1ef;
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-block-33 {
  color: #01559c;
  text-align: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.text-span-6 {
  color: #01b59f;
}

.profit-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-block-34 {
  color: #0a0d14;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-35 {
  color: #868c98;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.we-trust-you-first {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-36 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-37 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-7 {
  margin-right: 10px;
  font-family: "Fa 400", Arial, sans-serif;
}

.earn-1000 {
  background-color: #0a0d14;
  padding: 60px 100px;
}

.earn-conainer {
  max-width: none;
}

.grid {
  grid-template-rows: auto;
}

.heading-17 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-38 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-4 {
  color: #0a0d14;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block {
  padding-top: 40px;
}

.built-by-nigerians {
  background-color: #e1f4f4;
  padding: 140px 100px;
}

.built-by-nigerians-container {
  text-align: center;
}

.heading-18 {
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #0a0d14;
  border-radius: 100px;
  margin-top: 40px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-section-header {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-section {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff9e;
  border-bottom: 1px solid #ffffffbf;
  height: 72px;
  margin-top: -72px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: sticky;
  top: 0;
}

.nav-section._2 {
  display: none;
  position: sticky;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  display: flex;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper-4 {
  width: 60%;
}

.nav-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #0a0d14;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-12 {
  margin-left: 150px;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0a0d14;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.list-item, .list-item-2, .list-item-3 {
  display: none;
}

.div-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: none;
}

.div-block-3 {
  background-image: url('../images/ChatGPT-Image-Dec-23-2025-12_22_05-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 90%;
  height: 85vh;
  margin-top: 40px;
  display: block;
}

.credit-score-section {
  height: 100vh;
  position: relative;
}

.card-section {
  height: 100vh;
  position: static;
}

.receive-cared-section, .use-your-card-section, .build-your-credit-section {
  height: 100vh;
  position: relative;
}

.create-card-motion {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-and-title {
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imageww {
  background-color: #f6f8fa;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.credit-card-motion {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  opacity: 0;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

.receive-card-motion {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

.receive-card-motion._1 {
  opacity: 100;
  transform: translate(0);
}

.use-card-motion {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

.build-credit-motion {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  background-color: #f6f8fa;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.credit-score-text {
  background-color: #f6f8fa;
  position: static;
}

.credit-score-image {
  background-color: #f6f8fa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.receive-card-text {
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.receive-card-image {
  background-color: #f6f8fa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.use-card-text, .use-card-imag, .build-credit-text, .build-credit-image {
  background-color: #f6f8fa;
}

.section {
  background-color: #f6f8fa;
  padding: 60px 100px 0;
  display: none;
}

.scroll-wrapper {
  background-color: #f6f8fa;
  height: auto;
  display: block;
  overflow: clip;
}

.gradient-border {
  background-image: linear-gradient(159deg, #00d2c7 30%, #0066c2);
  border-radius: 32px;
  padding: 2px;
}

.grid-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 32px;
  margin-top: 60px;
}

.new-cards-section {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.new-cards-container {
  height: auto;
  min-height: 600vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: clip;
}

.croll-wraapp {
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  position: static;
  overflow: hidden;
}

.overlay-pin {
  background-color: #f6f8fa;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.overlay-stage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scroll-wrapper-container {
  background-color: #f6f8fa;
}

.overlay-slides {
  width: auto;
  height: 1200vh;
  display: block;
  position: absolute;
  top: 0;
}

.overlay-spacer {
  height: 200vh;
  display: none;
}

.line-break {
  display: block;
}

.faq-trigger {
  justify-content: space-between;
  align-items: center;
}

.faq-content {
  opacity: 0;
  color: #525866;
  width: 800px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transform: translate(0, 12px);
}

.brk {
  display: block;
}

.brkk {
  display: inline;
}

.mobile-image, .mobile-hero-image {
  display: none;
}

.text-span-9, .text-span-10, .text-span-11 {
  display: block;
}

.get-creit-heading {
  background-color: #f6f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-you-can-trust-section, .card-for-every-nigerian {
  padding: 60px 100px;
}

.live-with-confidence {
  background-color: #e1f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  display: block;
}

.build-credit-image-mobile, .build-credit-text-mobile {
  background-color: #f6f8fa;
}

.scroll-wrapper-mobile {
  display: none;
}

.div-block-6 {
  background-image: url('../images/ChatGPT-Image-Dec-23-2025-12_11_11-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 90%;
  height: 85vh;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .nav-menu-2 {
    width: 75%;
  }

  .nav-item-title {
    transition: color .3s;
  }

  .nav-item-title:hover {
    color: #013b7d;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .primary-button {
    display: block;
  }

  .primary-button.header-button {
    display: none;
  }

  .primary-button.header-mobile {
    margin-top: 20px;
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .brand {
    width: 50%;
  }

  .style-navbar-absolute {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #fff;
    padding: 0 10px 0 0;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .nav-dropdown-icon-2 {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .menu-button-2 {
    text-align: right;
    padding: 0;
  }

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

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-span-14 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-dropdown-2 {
    display: none;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-dropdown-list-2 {
    padding-left: 40px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .a-section-header {
    padding-top: 72px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .primary-button.header-mobile {
    font-size: 16px;
    display: block;
  }

  .nav-dropdown-2 {
    display: block;
  }

  .nav-link-2 {
    width: 99%;
  }

  .brand.w--current {
    width: 50%;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .nav-dropdown-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

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

  .text-span {
    font-size: 30px;
  }

  .hero-paragrpah {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .get-your-ohere-card-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .get-your-ohere-card-button.payback {
    margin-top: 20px;
  }

  .image {
    margin-top: 40px;
    display: none;
  }

  .we-got-your-back {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .we-got-you-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .subheading {
    font-size: 24px;
  }

  .subtext {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subtext._2, .subtext._1 {
    font-size: 14px;
    line-height: 20px;
  }

  .subtext.faqq {
    text-align: left;
  }

  .subtext._5.liis {
    margin-bottom: 15px;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .simple-flexible-fair {
    padding-left: 10px;
    padding-right: 10px;
  }

  .simple-flexile-fair-container {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .subtex {
    font-size: 24px;
  }

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

  .apply-once {
    background-image: none;
    border-radius: 32px;
    width: 300px;
    height: auto;
    padding: 40px 20px;
  }

  .spend-easily {
    border-style: none;
    width: 300px;
    height: auto;
  }

  .pay-your-way {
    border-radius: 32px;
    width: 300px;
    height: auto;
  }

  .grow-your-trust {
    border-style: none;
    width: 300px;
    height: auto;
  }

  .card-text {
    font-size: 20px;
    line-height: 30px;
  }

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

  .inner-card {
    border-radius: 32px;
    width: 300px;
    height: 275.1px;
  }

  .pay-back-section {
    padding: 60px 20px;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .gif-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 100%;
  }

  .list {
    font-size: 14px;
    line-height: 20px;
  }

  .prequalify-button {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
  }

  .unlock-credit-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 110%;
  }

  .mini-header {
    font-size: 20px;
  }

  .paragraph-2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .card-type-section {
    padding: 20px 10px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .toggle-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 300px;
    margin-top: 20px;
  }

  .standard, .premium, .business {
    width: 100px;
    height: 35px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 12px;
  }

  .faq-section {
    padding: 40px 10px;
  }

  .a-card-you-can-trust-container {
    border-radius: 20px;
    width: 100%;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
  }

  .button-2 {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 100%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 110%;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-6 {
    border-radius: 15px;
    width: 100%;
    height: 100%;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-icon {
    font-size: 16px;
  }

  .faq-item, .question-2-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .question-3-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-11 {
    font-size: 24px;
    line-height: 120%;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-3, .text-block-14 {
    font-size: 14px;
    line-height: 16px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .social-media-icons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .linkedin, .instagram, .facebook, .twitter {
    font-size: 16px;
  }

  .image-7 {
    margin-top: 10px;
  }

  .articles, .link {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-19 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-20 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-3, .link-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-21, .text-block-22, .text-block-23 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-5 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-24 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-6 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-7 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-26 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-27, .link-8 {
    font-size: 12px;
    line-height: 20px;
  }

  .copyright-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-29, .link-9 {
    font-size: 12px;
    line-height: 20px;
  }

  .about-hero {
    height: auto;
    padding-top: 64px;
    padding-left: 10px;
    padding-right: 0;
    overflow: hidden;
  }

  .about-hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-image-about {
    width: 100%;
    height: 50vh;
    margin-left: 10px;
  }

  .about-hero-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .text-block-32 {
    text-align: center;
    padding: 2px 12px;
  }

  .heading-12 {
    text-align: left;
    font-size: 32px;
  }

  .vision-and-mission {
    padding: 40px 20px;
  }

  .vision-misiion-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .vision {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .text-wrapper {
    width: 100%;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .mission-text-wrapper {
    width: 100%;
  }

  .paragraph-13, .paragraph-14 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 24px;
  }

  .business-model {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

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

  .paragraph-15.mobile {
    line-height: 130%;
  }

  .text-block-33 {
    margin-top: 40px;
    font-size: 18px;
  }

  .profit-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 40px;
  }

  .text-block-34, .text-block-35 {
    font-size: 16px;
    line-height: 24px;
  }

  .we-trust-you-first {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 10px 40px;
  }

  .trust-text-wrapper {
    margin-bottom: 20px;
  }

  .heading-16 {
    font-size: 32px;
  }

  .text-block-36 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .earn-1000 {
    padding: 40px 20px;
  }

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

  .heading-17 {
    font-size: 32px;
  }

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

  .div-block {
    padding-top: 0;
  }

  .built-by-nigerians {
    padding: 60px 10px;
  }

  .built-by-nigerians-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-18 {
    font-size: 32px;
    line-height: 100%;
  }

  .button-5 {
    margin-top: 20px;
    padding: 10px 20px;
  }

  .text-block-39 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-40 {
    line-height: 20px;
  }

  .text-block-41 {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .nav-section {
    background-color: #ffffff75;
    width: auto;
    height: 64px;
    margin-top: -64px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-no-shadow-container-2 {
    padding: 10px 0;
  }

  .nav-menu-wrapper-4 {
    background-color: #fcfbfb33;
    width: 100%;
  }

  .nav-menu-3 {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffff2;
    border: 1px #000;
    border-radius: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    transform: translate(0);
  }

  .nav-menu-3:focus {
    transform: translate(0);
  }

  .mobile-margin-top-12 {
    margin-left: 10px;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .button-primary-3 {
    display: inline-block;
  }

  .menu-button-4 {
    opacity: 1;
    background-color: #0000;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-4:hover, .menu-button-4:active, .menu-button-4:focus, .menu-button-4:focus-visible, .menu-button-4[data-wf-focus-visible] {
    background-color: #0000;
  }

  .menu-button-4.w--open {
    -webkit-text-stroke-color: #fff0;
    text-overflow: clip;
    background-color: #a6b1bf00;
  }

  .icon {
    color: #333;
    background-color: #0000;
    font-size: 32px;
  }

  .icon-2 {
    color: #333;
    font-size: 32px;
    display: block;
  }

  .div-block-3 {
    border-radius: 10px;
    width: 100%;
    height: 35vh;
  }

  .create-card-motion {
    opacity: 100;
    display: flex;
  }

  .credit-card-motion, .receive-card-motion, .use-card-motion, .build-credit-motion {
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .receive-card-image {
    flex-flow: column;
  }

  .scroll-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .gradient-border {
    justify-content: center;
    align-items: center;
    padding: 1px;
    display: flex;
  }

  .grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch;
  }

  .overlay-pin {
    height: auto;
    min-height: 100svh;
  }

  .overlay-stage {
    height: 100svh;
  }

  .overlay-slides {
    height: 1600vh;
    position: static;
  }

  .line-break {
    display: inline;
  }

  .faq-content {
    width: auto;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-8 {
    display: none;
  }

  .brk {
    margin-left: 10px;
    display: inline;
  }

  .brkk {
    padding-left: 26px;
    display: block;
  }

  .mobile-image {
    display: block;
  }

  .image-9 {
    display: none;
  }

  .mobile-hero-image {
    margin-top: 40px;
    display: block;
  }

  .brkkkk {
    margin-left: 24px;
    display: block;
  }

  .text-span-8 {
    display: block;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    display: inline;
  }

  .get-creit-heading {
    padding: 20px 10px;
  }

  .card-you-can-trust-section, .card-for-every-nigerian, .live-with-confidence {
    padding: 40px 10px;
  }

  .image-10 {
    display: block;
  }

  .text-span-12, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
    display: inline;
  }

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

  .build-credit-motion-mobile {
    z-index: 5;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    opacity: 0;
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .build-credit-motion-mobile.st-mobile-slide {
    z-index: 5;
  }

  .use-card-text-mobile, .use-crad-image-mobile {
    background-color: #f6f8fa;
  }

  .use-card-motion-mobile {
    z-index: 4;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    opacity: 0;
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .use-card-motion-mobile.st-mobile-slide {
    z-index: 4;
  }

  .receive-card-tezt-mobile {
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .receive-card-image-mobile {
    background-color: #f6f8fa;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .receive-card-motion-mobile {
    z-index: 3;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    opacity: 0;
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .receive-card-motion-mobile.st-mobile-slide {
    z-index: 3;
  }

  .credit-score-text-mobile, .credit-score-image-mobile {
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .credit-card-motion-mobile {
    z-index: 2;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    opacity: 0;
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .credit-card-motion-mobile.st-mobile-slide {
    z-index: 3;
  }

  .craete-card-motion-text-mobile, .create-card-motion-image-mobile {
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .create-card-motion-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    opacity: 1;
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .create-card-motion-mobile.st-mobile-slide {
    z-index: 1;
    position: absolute;
    inset: 0;
  }

  .overlay-stage-mobile {
    aspect-ratio: auto;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .overlay-pin-mobile {
    background-color: #f6f8fa;
    width: 100%;
    height: 100vh;
    min-height: auto;
    position: relative;
  }

  .overlay-pin-mobile.st-mobile-pin {
    height: auto;
    min-height: 100svw;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .scroll-wrapper-container-mobile {
    background-color: #f6f8fa;
  }

  .scroll-wrapper-mobile {
    background-color: #f6f8fa;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: clip;
  }

  .scroll-wrapper-mobile.st-mobile-wrap {
    height: auto;
    position: relative;
    overflow: clip;
  }

  .div-block-6 {
    border-radius: 20px;
    width: 100%;
    height: 35vh;
  }

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

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

#w-node-_1f23322d-a4d0-2007-5ddc-63f66c1c5b13-7c14a77e {
  grid-area: Area;
  place-self: center;
}

#w-node-_75819a7f-05c1-d8c0-a50c-4069640715d3-7c14a77e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d20a1ff-916d-47e9-ec42-19dbe9e79007-7c14a77e {
  place-self: center;
}

#w-node-_720f215d-8925-ba18-4a13-07ec39add62a-7c14a77e, #w-node-a4a688af-4b62-ac35-0c5c-e6e0f0d41597-7c14a77e {
  align-self: center;
}

#w-node-b0cedc6f-e4f5-114f-cc01-6c9243991b33-bc64204b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0cedc6f-e4f5-114f-cc01-6c9243991b39-bc64204b {
  place-self: center;
}

#w-node-b0cedc6f-e4f5-114f-cc01-6c9243991b45-bc64204b {
  grid-area: Area;
  place-self: center;
}

#w-node-_0f3ff6df-1196-f43b-9a09-8b3b502f5237-bc64204b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3ff6df-1196-f43b-9a09-8b3b502f523e-bc64204b {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_720f215d-8925-ba18-4a13-07ec39add62a-7c14a77e {
    justify-self: start;
  }

  #w-node-b0cedc6f-e4f5-114f-cc01-6c9243991b45-bc64204b {
    grid-area: Area;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}