:root {
  --oneloan-blue: #03254e;
  --oneloan-highlight: #005eff;
  --oneloan-hover: #136aff;
  --white: white;
  --oneloan-base: #f7f8fc;
  --oneloan-text: #202124;
  --black: black;
  --light-blue: #e9f3fe;
  --secondary-color: #5186a2;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.logo-lockup {
  z-index: 1;
  width: 120px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.logo-lockup:hover {
  transform: scale(1.05);
}

.logo-lockup.w--current {
  width: 120px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.logo-lockup.w--current:hover {
  opacity: 1;
  transform: scale(1.05);
}

.dropdown-link {
  color: var(--oneloan-blue);
  text-align: center;
  justify-content: center;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  display: flex;
}

.dropdown-link:hover {
  color: var(--oneloan-highlight);
}

.dropdown-link-2 {
  color: #004165;
  text-align: center;
  padding: 10px 40px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.dropdown-link-2:hover {
  color: #005eff;
}

.menu {
  opacity: 1;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.menu:hover {
  opacity: 1;
}

.dropdown-list {
  opacity: 1;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 8px 20px rgba(0, 65, 101, 0);
}

.dropdown-list.w--open {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 8px 20px rgba(3, 37, 78, 0.14);
}

.nav-cell-left {
  justify-content: center;
}

.nav-cell-right {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

.menu-dropdown {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.menu-dropdown:hover {
  transform: scale(1.15);
}

.nav-quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  overflow: visible;
}

.navigation {
  z-index: 7;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.image {
  max-width: none;
}

.dropdown-link-3 {
  color: #004165;
  text-align: center;
  padding: 10px 40px 30px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.dropdown-link-3:hover {
  color: var(--oneloan-highlight);
}

.bold-text-3 {
  padding-left: 4px;
  font-weight: 400;
}

.text-block {
  text-align: center;
}

.form {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 25px 40px 27px;
  display: flex;
  box-shadow: 0 6px 40px rgba(3, 37, 78, 0.08);
}

.success-message {
  background-color: rgba(0, 65, 101, 0.8);
  border-radius: 12px;
}

.submit-button {
  background-color: var(--oneloan-highlight);
  border-radius: 999px;
  width: 100%;
  height: 68px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submit-button:hover {
  background-color: var(--oneloan-hover);
  color: var(--white);
  transform: scale(1.05);
}

.h1 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
}

.error-message {
  background-color: rgba(255, 57, 73, 0.8);
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block {
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.rference-number-field {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(3, 37, 78, 0.02);
  border: 1px solid rgba(3, 37, 78, 0.4);
  border-radius: 14px;
  width: 100%;
  height: 68px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: inset 0 2px 10px rgba(3, 37, 78, 0.08);
}

.rference-number-field:focus {
  color: #202124;
}

.rference-number-field:focus-visible {
  color: #202124;
  font-size: 16px;
}

.rference-number-field[data-wf-focus-visible] {
  color: #202124;
  font-size: 16px;
}

.rference-number-field::placeholder {
  color: rgba(3, 37, 78, 0.3);
  -webkit-text-stroke-color: #fff;
}

.section-1 {
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--oneloan-blue);
  cursor: default;
  background-color: #f7f8fc;
  background-image: url(/../images/oneloan-photo-a.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 1280px;
  max-width: none;
  margin-top: 0;
  padding: 35px 60px 40px;
  display: flex;
}

.body {
  color: var(--oneloan-blue);
  font-family: Manrope, sans-serif;
  line-height: 20px;
}

.form-h1 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
  width: 100%;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.disclaimer-text {
  opacity: 1;
  direction: ltr;
  text-align: justify;
  letter-spacing: 0;
  width: auto;
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 15px;
}

.quick-stack {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
}

.text-block-2 {
  letter-spacing: -1.5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-4 {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.cell {
  letter-spacing: -0.4px;
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 6px 40px rgba(3, 37, 78, 0.08);
}

.cell:hover {
  transform: scale(1.05);
}

.superscript {
  padding-right: 3px;
  font-size: 18px;
  font-weight: 700;
}

.disclaimer-plus-text {
  opacity: 1;
  direction: ltr;
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: 0;
  width: auto;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.disclaimer-plus-text:hover {
  -webkit-text-stroke-color: var(--oneloan-highlight);
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  display: flex;
}

.superscript-3 {
  font-size: 18px;
  font-weight: 700;
}

.text-link {
  color: var(--oneloan-blue);
  letter-spacing: -0.5px;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--oneloan-highlight);
}

.utility-page-wrap {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Manrope, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px;
  display: flex;
  box-shadow: 0 13px 30px rgba(3, 37, 78, 0.05);
}

.utility-page-form {
  cursor: default;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: rgba(187, 197, 209, 0.2);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading {
  pointer-events: auto;
  color: #154782;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #154782;
  cursor: default;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.field-label {
  color: var(--oneloan-blue);
  letter-spacing: -0.2px;
  -webkit-text-stroke-color: #154782;
  margin-bottom: 6px;
  padding-left: 0;
  font-weight: 600;
}

.text-field {
  text-align: center;
  background-color: rgba(187, 197, 209, 0.05);
  border: 1px solid #d2d4db;
  border-radius: 12px;
  height: 58px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #d2d4db;
}

.submit-button-2 {
  background-color: #97003a;
  border-radius: 999px;
  width: 100%;
  height: 68px;
  padding: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submit-button-2:hover {
  background-color: #c2004a;
  transform: scale(1.05);
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.section-2 {
  z-index: 4;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.container-2 {
  cursor: default;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.support-module-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template:
    '. Area Area-2'
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.module {
  background-color: var(--oneloan-base);
  text-align: center;
  cursor: default;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 40px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.module:hover {
  background-color: #f7f8fc;
}

.icon {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
}

.h2 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
  word-break: normal;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
  display: flex;
}

.section-3 {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container-3 {
  cursor: default;
  width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.call-out {
  text-align: center;
  cursor: default;
  background-color: #f7f8fc;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.call-out:hover {
  background-color: #f7f8fc;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    flex-grow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: none;
}

.default-button {
  background-color: var(--oneloan-highlight);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 68px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.default-button:hover {
  background-color: var(--oneloan-hover);
  color: #fff;
  transform: scale(1.05);
}

.callout-phone {
  opacity: 1;
  direction: ltr;
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: 0;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.callout-phone:hover {
  -webkit-text-stroke-color: var(--oneloan-highlight);
}

.link {
  text-decoration: none;
}

.icon-b {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.link-2 {
  text-decoration: none;
}

.footer {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.footer-container {
  cursor: default;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.legal {
  text-align: justify;
  letter-spacing: normal;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  line-height: 18px;
}

.footer-qs-cell-1 {
  align-items: center;
}

.footer-qs-cell-3 {
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.footert-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  font-size: 13px;
  display: flex;
}

.footer-div {
  color: rgba(3, 37, 78, 0.3);
  -webkit-text-stroke-color: rgba(3, 37, 78, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 200;
}

.footer-qs-cell-2 {
  text-align: center;
  align-items: center;
}

.footer-link {
  color: var(--oneloan-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--oneloan-highlight);
}

.footer-quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 0;
  padding-bottom: 30px;
}

.rating-wrapper {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-left {
  aspect-ratio: 1;
  color: #fff;
  object-fit: fill;
  background-color: rgba(3, 37, 78, 0.05);
  border-radius: 999px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.slider-left:hover {
  background-color: rgba(3, 37, 78, 0.1);
  transform: scale(1.03);
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.slider-left-2 {
  color: #fff;
  background-color: rgba(21, 28, 52, 0.06);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.slider-left-2:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.form-label {
  color: var(--oneloan-text);
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-3 {
  background-color: var(--oneloan-highlight);
  color: #fff;
  border-radius: 999px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
}

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.error-message-2 {
  text-align: center;
  background-color: rgba(255, 0, 55, 0.05);
  border: 2px solid #ff0037;
  border-radius: 12px;
  width: 580px;
  height: 68px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity 0.2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, 0.55);
}

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

.form-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 580px;
  margin-bottom: 0;
  display: flex;
}

.star-row {
  margin-bottom: 30px;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity 0.2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.checkbox-icon {
  z-index: 9;
  background-color: rgba(91, 58, 204, 0.05);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-banner {
  background-color: #1f1b3a;
  width: 30%;
  min-width: 310px;
}

.arrow {
  opacity: 0.6;
}

.banner-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.form-paragraph {
  color: var(--oneloan-blue);
  max-width: 550px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.logo {
  margin-bottom: 40px;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, 0.28);
}

.slide-content {
  background-color: var(--oneloan-base);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 1280px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  margin-bottom: 0;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color 0.2s ease-in;
  display: none;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, 0.6),
    inset 1px 1px 3px rgba(238, 230, 255, 0.44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, 0.22),
    inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.text-block-6 {
  color: #5b617c;
}

.mask {
  object-fit: fill;
  overflow: hidden;
}

.help-block {
  padding: 20px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.button-wrapper {
  position: relative;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  position: relative;
}

.form-section-title {
  color: var(--oneloan-blue);
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.dot {
  aspect-ratio: 1;
  background-color: rgba(3, 37, 78, 0.1);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  aspect-ratio: 1;
  background-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.slide-progress {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-full {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: -120%;
  left: -20%;
  right: auto;
}

.paragraph {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 0;
}

.slider-right {
  background-color: var(--oneloan-highlight);
  color: #fff;
  text-align: center;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.slider-right:hover {
  background-color: var(--oneloan-hover);
  transform: scale(1.02);
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px rgba(155, 142, 255, 0.3),
    inset 0 1px rgba(155, 142, 255, 0.6), 0 -1px 1px rgba(91, 41, 255, 0.8),
    0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.slide-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.button-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.icon-3 {
  width: 25px;
}

.success-message-3 {
  letter-spacing: 1px;
  background-color: #f1f2f3;
  border-radius: 999px;
  padding: 24px 50px;
  font-weight: 800;
}

.street-address-field {
  color: var(--oneloan-blue);
  border: 1px solid rgba(3, 37, 78, 0.25);
  border-radius: 10px;
  height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.street-address-field:focus {
  border-width: 1.3px;
  border-color: var(--oneloan-highlight);
}

.street-address-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-block-7 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.success-panel {
  background-color: var(--white);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px 60px;
  display: flex;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 40px;
  width: 600px;
  max-width: none;
  height: 400px;
  margin-bottom: 0;
  display: block;
  overflow: auto;
}

.text-block-3 {
  color: var(--oneloan-blue);
  text-align: center;
  max-width: 500px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.button {
  background-color: var(--oneloan-highlight);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 68px;
  margin-top: 40px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.form-legal {
  text-align: justify;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.6;
  margin-bottom: 80px;
}

.form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-container {
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 60px 60px 0;
  display: flex;
}

.line {
  background-color: rgba(3, 37, 78, 0.1);
  border-radius: 100px;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.line.active-dot {
  background-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
}

.progress-label-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: none;
  display: flex;
}

.progress-label {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -0.5px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 99px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
  display: block;
}

.dot-active {
  aspect-ratio: 1;
  background-color: var(--oneloan-highlight);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot-active.active-dot {
  aspect-ratio: 1;
  background-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
}

.slide-progress-qucik-stack {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.top-cell {
  flex-direction: row;
  justify-content: space-between;
}

.lower-cell {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 37px;
  padding-right: 37px;
}

.text-block-8 {
  color: var(--oneloan-blue);
  letter-spacing: normal;
}

.text-block-9 {
  color: #ff0037;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 800;
  display: block;
}

.select-field {
  color: var(--oneloan-blue);
  background-color: #fff;
  border: 1px solid rgba(3, 37, 78, 0.25);
  border-radius: 10px;
  height: 60px;
  margin-right: 0;
  padding-right: 12px;
  font-size: 16px;
}

.success-body {
  font-family: Manrope, sans-serif;
}

.form-headline {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
}

.form-sub-head {
  opacity: 1;
  direction: ltr;
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: 0;
  width: auto;
  max-width: 95ch;
  padding: 1.5rem;
  margin: 1rem auto 2.5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.form-sub-head:hover {
  -webkit-text-stroke-color: var(--oneloan-highlight);
}

.form-error {
  color: red;
  font-size: 1em;
  font-weight: bold;
  padding: 1rem;
  display: none;
}

.line-active {
  background-color: var(--oneloan-blue);
  border-radius: 100px;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.line-active.active-dot {
  background-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
}

.phone {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.phone:hover {
  transform: scale(1.05);
}

.dot-done {
  aspect-ratio: 1;
  background-color: var(--oneloan-blue);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot-done.active-dot {
  aspect-ratio: 1;
  background-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
}

.body-7 {
  color: var(--oneloan-blue);
  font-family: Manrope, sans-serif;
}

.support-section {
  color: var(--oneloan-blue);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: auto;
}

.support-body {
  color: var(--oneloan-blue);
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  line-height: 20px;
  overflow: auto;
}

.tab-link-tab-1 {
  color: var(--oneloan-blue);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.tab-link-tab-1:hover {
  border-bottom-color: var(--oneloan-blue);
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--oneloan-highlight);
  color: var(--oneloan-highlight);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.tab-link-tab-2:hover {
  border-bottom-color: var(--oneloan-blue);
}

.tab-link-tab-2.w--current {
  border-bottom-color: var(--oneloan-highlight);
  color: var(--oneloan-highlight);
  background-color: rgba(255, 255, 255, 0);
}

.tab-link-tab-3 {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.tab-link-tab-3:hover {
  border-bottom-color: var(--oneloan-blue);
}

.tab-link-tab-3.w--current {
  border-bottom: 4px solid var(--oneloan-highlight);
  color: var(--oneloan-highlight);
  background-color: rgba(0, 0, 0, 0);
}

.support-text {
  text-align: justify;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.support-menu {
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  font-weight: 800;
  display: flex;
}

.text-block-10 {
  font-size: 16px;
  font-weight: 800;
}

.support-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding: 120px 60px 0;
  display: flex;
}

.support-button {
  color: var(--oneloan-blue);
  font-size: 16px;
  font-weight: 800;
}

.transparent {
  color: var(--oneloan-blue);
}

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

.return-button {
  background-color: var(--oneloan-highlight);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 68px;
  margin: 60px auto 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.return-button:hover {
  background-color: var(--oneloan-hover);
  transform: scale(1.05);
}

.return-button.w--current {
  color: var(--white);
}

.support-headline {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
}

.support-subhead {
  color: var(--oneloan-blue);
  letter-spacing: -0.5px;
  text-transform: none;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
}

.support-link {
  color: var(--oneloan-blue);
  font-weight: 700;
  text-decoration: underline;
}

.support-link:hover {
  color: var(--oneloan-highlight);
}

.tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.link-3:hover {
  color: var(--oneloan-highlight);
}

.h2-copy {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
  word-break: normal;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
  display: flex;
}

.support-subhead2 {
  color: var(--oneloan-blue);
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: none;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-4 {
  text-align: left;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
}

.support-text-large {
  text-align: justify;
  letter-spacing: normal;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.bold-text-5,
.bold-text-6 {
  font-size: 13px;
}

.paragraph-2 {
  margin-bottom: 0;
  line-height: 20px;
}

.cell-2,
.cell-3,
.cell-4,
.cell-5 {
  padding-top: 5px;
}

.pp-quick-stack-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 120px;
  padding: 0;
}

.support-paragraph,
.paragraph-4,
.paragraph-5 {
  margin-bottom: 0;
}

.support-text-center {
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.pp-quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--oneloan-blue);
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
}

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

.cell-6 {
  justify-content: center;
}

.cell-7 {
  justify-content: center;
  padding-right: 80px;
}

.support-text-alone {
  text-align: justify;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.bold-text-8 {
  font-size: 13px;
  font-weight: 400;
}

.home-module-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template:
    '. Area Area-2'
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.support-footer {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.form-footer {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.success-h1 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
}

.success-footer {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.success-return-button {
  background-color: var(--oneloan-highlight);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 68px;
  margin: 60px auto 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.success-return-button:hover {
  background-color: var(--oneloan-hover);
  transform: scale(1.05);
}

.success-return-button.w--current {
  color: var(--white);
  margin-bottom: 0;
}

.success-section-2 {
  z-index: 5;
  color: var(--oneloan-blue);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sucess-h2 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 140%;
}

.link-4,
.success-link {
  color: var(--oneloan-blue);
  text-decoration: none;
}

.success-link:hover {
  color: var(--oneloan-highlight);
}

.success-text-block {
  color: var(--oneloan-blue);
  text-align: center;
  max-width: 500px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.success-callout-container {
  cursor: default;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-2 {
  height: auto;
}

._404-return-button {
  background-color: var(--oneloan-highlight);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  margin: 30px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

._404-return-button:hover {
  background-color: var(--oneloan-hover);
  transform: scale(1.05);
}

._404-return-button.w--current {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

._404-text-block {
  color: var(--oneloan-blue);
}

._404-h1 {
  color: var(--oneloan-blue);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--oneloan-blue);
  text-transform: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 800;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .logo-lockup.w--current {
    flex: 1;
  }

  .nav-quick-stack {
    padding: 20px 80px 20px 60px;
  }

  .navigation {
    padding: 0;
  }

  .form {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .h1 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 120%;
  }

  .form-block {
    width: 100%;
  }

  .rference-number-field {
    border-width: 1px;
    border-color: rgba(3, 37, 78, 0.4);
  }

  .section-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url(/../images/oneloan-photo-b-tablet.jpg);
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 1140px;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .disclaimer-text {
    width: auto;
    line-height: 16px;
  }

  .disclaimer-plus-text {
    width: auto;
    line-height: 140%;
  }

  .div-block {
    width: 100%;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .support-module-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .module {
    border-radius: 30px;
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2 {
    font-size: 22px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .call-out {
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .callout-phone {
    width: auto;
    line-height: 28px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-container {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 580px;
    height: auto;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-content {
    justify-content: center;
    align-items: center;
    width: 648px;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .form-full {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .slide-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .success-panel {
    padding-top: 40px;
  }

  .image-4 {
    width: 100%;
  }

  .progress-label {
    width: auto;
    font-size: 14px;
    line-height: 120%;
  }

  .lower-cell {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-headline {
    width: auto;
    font-size: 40px;
    line-height: 120%;
    padding: 1rem;
  }

  .form-sub-head {
    width: auto;
    line-height: 140%;
  }

  .tab-link-tab-1 {
    margin-left: 0;
    margin-right: 30px;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    margin-left: 0;
    margin-right: 30px;
  }

  .tab-link-tab-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tab-link-tab-3 {
    margin-left: 30px;
    margin-right: 0;
  }

  .support-link-active {
    text-align: center;
  }

  .support-subhead {
    line-height: 120%;
  }

  .h2-copy {
    font-size: 22px;
  }

  .support-paragraph {
    line-height: 120%;
  }

  .home-module-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .support-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-footer {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .success-h1 {
    width: auto;
    margin-top: 50px;
    font-size: 40px;
    line-height: 120%;
  }

  .success-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .success-return-button.w--current {
    margin-bottom: 0;
  }

  .success-section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sucess-h2 {
    width: 70%;
    font-size: 22px;
    line-height: 120%;
  }

  .success-text-block {
    width: 100%;
    max-width: none;
  }

  .success-callout-container {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    object-fit: fill;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  ._404-h1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 120%;
  }
}

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

  .nav-quick-stack {
    padding: 20px 40px;
  }

  .navigation {
    padding: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
    padding-bottom: 29px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .submit-button {
    width: 300px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 120%;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: block;
  }

  .rference-number-field {
    text-align: center;
    border-width: 1px;
    border-color: rgba(3, 37, 78, 0.4);
    width: 300px;
    margin-bottom: 20px;
    margin-right: 0;
    display: inline-block;
  }

  .section-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    background-image: url(/../images/oneloan-photo-c-mobile.jpg);
    width: 100%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-h1 {
    width: 84%;
    margin-bottom: 24px;
  }

  .disclaimer-text {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .quick-stack {
    margin-top: 31px;
  }

  .text-block-4 {
    margin-right: 0;
  }

  .cell {
    flex-direction: column;
  }

  .disclaimer-plus-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 160px 20px 80px;
  }

  .container-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .support-module-grid {
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .module {
    height: 214px;
    padding-top: 40px;
  }

  .h2 {
    font-size: 22px;
    line-height: 130%;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 20px;
  }

  .container-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .call-out {
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-button {
    width: 300px;
  }

  .callout-phone {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .legal {
    margin-bottom: 160px;
    line-height: 18px;
  }

  .form-wrapper {
    width: 100%;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .slide-content {
    width: 488px;
    padding: 80px 40px;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .button-wrapper {
    display: none;
  }

  .form-section-title {
    text-align: center;
  }

  .success-panel {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-4 {
    height: 100%;
  }

  .form-container {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .progress-label {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
  }

  .lower-cell {
    padding-left: 28px;
    padding-right: 28px;
  }

  .form-headline {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 120%;
  }

  .form-sub-head {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 140%;
  }

  .tab-link-tab-1,
  .tab-link-tab-1.w--current {
    margin-left: 30px;
  }

  .tab-link-tab-2 {
    margin-top: 20px;
  }

  .tab-link-tab-3 {
    margin-top: 20px;
    margin-right: 30px;
  }

  .support-text {
    margin-bottom: 0;
    line-height: 18px;
  }

  .support-menu {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .support-container {
    padding: 80px 40px 40px;
  }

  .support-headline {
    margin-bottom: 80px;
    line-height: 120%;
  }

  .h2-copy {
    font-size: 22px;
    line-height: 130%;
  }

  .support-subhead2 {
    height: auto;
  }

  .support-text-large,
  .support-text-center {
    margin-bottom: 0;
    line-height: 18px;
  }

  .support-text-alone {
    margin-bottom: 24px;
    line-height: 180%;
  }

  .support-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .form-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 40px 0;
  }

  .success-h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 120%;
  }

  .success-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 120px 40px 0;
  }

  .success-section-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .sucess-h2 {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 120%;
  }

  .success-callout-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._404-h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  .logo-lockup {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    display: flex;
  }

  .logo-lockup.w--current {
    align-self: center;
    width: 120px;
    padding-left: 0;
  }

  .dropdown-list {
    background-color: #fff;
    border-radius: 16px;
    padding: 0;
    display: none;
  }

  .nav-cell-right {
    justify-content: center;
    align-items: flex-end;
  }

  .menu-dropdown {
    width: 38px;
    height: 38px;
  }

  .nav-quick-stack {
    padding: 18px 20px;
  }

  .navigation {
    padding: 0;
  }

  .form {
    padding-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    width: 80%;
    height: 68px;
  }

  .h1 {
    width: 80%;
    font-size: 30px;
    line-height: 120%;
  }

  .rference-number-field {
    border-width: 1px;
    border-color: rgba(3, 37, 78, 0.4);
    width: 80%;
    height: 68px;
  }

  .section-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    background-image: url(/../images/oneloan-photo-d-mobile2.jpg);
    border-radius: 30px;
    height: 1140px;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-h1 {
    width: 80%;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 120%;
  }

  .disclaimer-text {
    letter-spacing: normal;
    margin-top: 38px;
    margin-bottom: 0;
    font-size: 8.8px;
    line-height: 14px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 140%;
  }

  .cell {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .superscript {
    padding-right: 2px;
    font-size: 15px;
  }

  .disclaimer-plus-text {
    width: 80%;
    font-size: 13px;
    line-height: 140%;
  }

  .superscript-3 {
    padding-left: 2px;
    font-size: 15px;
  }

  .oneloan-logo {
    width: 120px;
    margin-left: 0;
    display: inline-block;
  }

  .utility-page-content {
    border-radius: 30px;
    align-items: center;
    margin-left: 20px;
    margin-right: 30px;
    padding: 50px 20px;
  }

  .heading {
    font-size: 25px;
  }

  .div-block-2 {
    margin-bottom: 26px;
  }

  .section-2 {
    padding: 120px 10px 60px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .module {
    padding: 40px 30px;
  }

  .h2 {
    font-size: 20px;
  }

  .section-3 {
    padding: 60px 10px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .call-out {
    padding: 40px 20px;
  }

  .default-button {
    width: 80%;
  }

  .callout-phone {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    padding: 60px 10px;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .legal {
    margin-bottom: 120px;
    font-size: 10px;
    line-height: 16px;
  }

  .footer-qs-cell-1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-qs-cell-3 {
    flex-direction: column;
    align-items: center;
  }

  .footert-text {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-div {
    display: none;
  }

  .footer-link {
    padding-bottom: 20px;
  }

  .footer-quick-stack {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .slide {
    width: 100%;
  }

  .form-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
  }

  .next-placeholder {
    overflow: visible;
  }

  .global-icon-x-small {
    display: none;
  }

  .form-content {
    width: 100%;
  }

  .previous-placeholder {
    max-width: 75px;
    display: none;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .slide-content {
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .mask {
    object-fit: fill;
    align-self: center;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .slider {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .form-section-title {
    font-size: 22px;
    line-height: 22px;
  }

  .form-full {
    justify-content: center;
    align-self: center;
  }

  .slide-wrapper {
    width: 100%;
  }

  .success-panel {
    padding: 22px 20px 40px;
  }

  .image-4 {
    object-position: 50% 0%;
    border-radius: 20px;
    height: 160px;
    position: relative;
    top: auto;
  }

  .form-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-label {
    width: 100%;
    font-size: 11px;
    line-height: 120%;
  }

  .slide-progress-qucik-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .form-headline {
    width: 100%;
    font-size: 26px;
    line-height: 120%;
  }

  .form-sub-head {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 140%;
  }

  .support-text {
    text-align: justify;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 160%;
  }

  .support-menu {
    padding-bottom: 60px;
  }

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

  .return-button.w--current {
    width: 100%;
  }

  .support-headline {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 120%;
  }

  .h2-copy {
    font-size: 20px;
  }

  .support-subhead2 {
    margin-bottom: 24px;
  }

  .support-text-large {
    margin-bottom: 120px;
    font-size: 11px;
    line-height: 160%;
  }

  .support-paragraph {
    margin-bottom: 8px;
  }

  .support-text-center {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 160%;
  }

  .pp-quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cell-7 {
    padding-right: 0;
  }

  .support-text-alone {
    text-align: justify;
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 160%;
  }

  .support-footer {
    padding: 40px 20px;
  }

  .form-footer {
    padding: 40px 20px 0;
  }

  .success-h1 {
    width: 100%;
    margin-top: 30px;
    font-size: 30px;
    line-height: 120%;
  }

  .success-footer {
    padding: 80px 20px 0;
  }

  .success-return-button.w--current {
    width: 100%;
    margin-top: 40px;
  }

  .success-section-2 {
    padding: 0 20px;
  }

  .sucess-h2 {
    width: 100%;
    font-size: 22px;
    line-height: 120%;
  }

  .success-text-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .success-callout-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    text-align: justify;
  }

  .form-2 {
    width: 100%;
    height: auto;
  }

  ._404-return-button.w--current {
    width: 100%;
    margin-top: 30px;
  }

  ._404-text-block {
    width: 100%;
  }

  ._404-h1 {
    width: 100%;
    font-size: 30px;
    line-height: 120%;
  }
}

#w-node-ebd46c05-e59f-71ac-e5d8-8b51b7a99db2-aa9daf1d,
#w-node-_111a9842-842e-b142-5f7a-300716fc3efe-aa9daf1d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6980f84c-1117-2b8b-18db-de9e1b06c2d9-aa9daf1d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_8d25aa0f-6b67-4a0a-0ebc-4dec5d022503-aa9daf1d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6928f9bd-3254-9f01-e2cf-890895779f1a-aa9daf1d,
#w-node-c3a278ab-4d77-38e4-cc02-20bd07a23e79-aa9daf1d,
#w-node-d0464d69-4c01-e497-c47a-4c820629ac76-aa9daf1d {
  grid-column: span 3 / span 3;
}

#w-node-bb4b06e5-1cde-dd0e-7123-c5b30fe365da-24f9a6b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74077fa0-cbb1-a9a9-cbfa-aaa0cbad1a1d-24f9a6b4,
#w-node-fcb6b4a8-ec38-8f95-1b65-c2e623609efc-24f9a6b4,
#w-node-_8e84f243-7e7b-89fe-59c2-c2c47c336b35-24f9a6b4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_908fc1f3-7670-b635-ea91-825a891fba31-24f9a6b4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_908fc1f3-7670-b635-ea91-825a891fba32-24f9a6b4,
#w-node-_908fc1f3-7670-b635-ea91-825a891fba35-24f9a6b4,
#w-node-_908fc1f3-7670-b635-ea91-825a891fba38-24f9a6b4 {
  grid-column: span 3 / span 3;
}

#w-node-b27594ff-d031-c8ab-6c89-68ae3556610e-254e8a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ef17c809-c3d6-74b0-d037-5b6630e99ce8-254e8a08 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ef17c809-c3d6-74b0-d037-5b6630e99ce9-254e8a08,
#w-node-ef17c809-c3d6-74b0-d037-5b6630e99cec-254e8a08,
#w-node-ef17c809-c3d6-74b0-d037-5b6630e99cef-254e8a08 {
  grid-column: span 3 / span 3;
}

#w-node-b1e5105a-1f4a-8744-6fd2-0b05d918287e-7b5da649 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ec78dfa5-12e9-b44a-88a1-354d49c22e6c-7b5da649 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 6fr 1fr 1fr;
}

#w-node-a4413535-00b4-6ce1-d6c1-4c094e1f6ad7-7b5da649 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_14bedd7d-143d-5aa2-6569-8171d7dc2726-7b5da649 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_14bedd7d-143d-5aa2-6569-8171d7dc2727-7b5da649,
#w-node-_14bedd7d-143d-5aa2-6569-8171d7dc272a-7b5da649,
#w-node-_14bedd7d-143d-5aa2-6569-8171d7dc272d-7b5da649,
#w-node-_14bedd7d-143d-5aa2-6569-8171d7dc272a-7b5da649 {
  grid-column: span 3 / span 3;
}

@media screen and (max-width: 991px) {

  #w-node-ebd46c05-e59f-71ac-e5d8-8b51b7a99db2-aa9daf1d,
  #w-node-bb4b06e5-1cde-dd0e-7123-c5b30fe365da-24f9a6b4,
  #w-node-b27594ff-d031-c8ab-6c89-68ae3556610e-254e8a08,
  #w-node-b1e5105a-1f4a-8744-6fd2-0b05d918287e-7b5da649 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebd46c05-e59f-71ac-e5d8-8b51b7a99db2-aa9daf1d,
  #w-node-bb4b06e5-1cde-dd0e-7123-c5b30fe365da-24f9a6b4,
  #w-node-b27594ff-d031-c8ab-6c89-68ae3556610e-254e8a08,
  #w-node-b1e5105a-1f4a-8744-6fd2-0b05d918287e-7b5da649 {
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 0.5fr;
  }

  #w-node-ec78dfa5-12e9-b44a-88a1-354d49c22e6c-7b5da649 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 6fr 1fr 1fr;
  }

  #w-node-_14bedd7d-143d-5aa2-6569-8171d7dc2726-7b5da649 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

/* Offer Page */
@media screen and (min-width: 992px) {
  .offer-form .form-wrapper {
    max-width: 1280px;
  }
}

section.offer-form-section {
  width: 100%;
  max-width: 1160px;
  margin: 2rem auto;
}

section.offer-form-section .offer-form {
  width: 100%;
  max-width: 1160px;
}

.form-wrapper.form-wrapper-offer {
  border-radius: 20px;
  background-color: #f7f8fc;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 1rem 2rem;
  border-radius: 20px;
  background-color: #f7f8fc;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 1rem 2rem;
}

h2.offer-form-title {
  font-size: 1rem;
  margin: 10px 0;
}

.offer-form .form-item-wrapper {
  align-items: flex-start;
  margin-bottom: 0;
}

.offer-form .form-item-wrapper input,
.offer-form .form-item-wrapper select {
  height: 50px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

.offer-form .field-label {
  font-size: 1rem;
  font-weight: normal;
}

.form-phone-email-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .form-phone-email-fields {
    gap: 80px;
  }
}

.form-contact-info {
  border-radius: 20px;
  padding: 20px;
  background-color: #e9f3fe;
}

.form-display-fields {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, auto);
  grid-template-areas:
    'name edit'
    'address .'
    'loan loan';
  row-gap: 20px;
}

@media screen and (min-width: 768px) {
  .form-display-fields {
    grid-template-columns: repeat(2, 1fr) auto;
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
      'name address edit'
      'loan loan loan';
  }
}

@media screen and (min-width: 992px) {
  .form-display-fields {
    row-gap: 40px;
  }
}

.form-update-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .form-update-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-template-areas:
      'name address'
      'firstName streetAddress'
      'lastName city'
      '. state'
      '. zip'
      'amountHeader amountHeader'
      'slider slider';
    row-gap: 20px;
  }
}

.form-wrapper-offer.active .form-display-fields {
  display: none;
}

.form-wrapper-offer:not(.active) .form-update-fields {
  display: none;
}

@media screen and (min-width: 992px) {
  .form-phone-email-fields .form-item-wrapper {
    width: 40%;
  }
}

.offer-form .display-label {
  font-size: 1rem;
}

.offer-form .name-field {
  grid-area: name;
}

.offer-form .address-field {
  grid-area: address;
}

.offer-form .edit-wrapper {
  grid-area: edit;
}

.offer-form .loan-field {
  grid-area: loan;
}

.offer-form .update-name {
  grid-area: name;
}

.offer-form .firstname-field-wrapper {
  grid-area: firstName;
}

.offer-form .lastname-field-wrapper {
  grid-area: lastName;
}

.offer-form .update-address {
  grid-area: address;
}

.offer-form .street-field-wrapper {
  grid-area: streetAddress;
}

.offer-form .city-field-wrapper {
  grid-area: city;
}

.offer-form .state-field-wrapper {
  grid-area: state;
}

.offer-form .zip-field-wrapper {
  grid-area: zip;
}

.offer-form .update-debt-amount {
  grid-area: amountHeader;
}

.offer-form .debt-amount-field-wrapper {
  grid-area: slider;
  align-items: center;
}

.offer-form .debt-amount-field-wrapper .irs {
  max-width: 500px;
}

.offer-form .form-update-fields input,
.offer-form .form-update-fields select {
  max-width: 300px;
}

p span.loan-display {
  font-weight: normal;
}

.offer-form .button-wrap .submit-button-3 {
  max-width: 400px;
}

.form-edit-button {
  background: transparent;
  border: none;
  color: black;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

/* required label for form fields */
.required-label::after {
  content: '*';
  color: red;
  margin-left: 4px;
}

.refnum-form .form-error {
  font-size: 12px;
  padding: 0 0 1em 0;
}

@media screen and (min-width: 768px) {
  .refnum-form .form-error {
    align-self: flex-start;
  }
}

.irs {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 30px;
  min-width: 20px;
}

.irs-with-grid {
  height: 85px;
}

.irs-line {
  height: 12px;
  top: 35px;
}

.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

.irs-bar {
  height: 12px;
  top: 35px;
  background-position: 0 -60px;
  background-color: #005eff;
  background-image: none !important;
}

.irs-bar-edge {
  top: 35px;
  height: 12px;
  width: 15px;
  background-color: #005eff;
  background-image: none !important;
  -webkit-border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px;
}

.irs-shadow {
  height: 3px;
  top: 35px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=10);
}

.irs-slider {
  width: 22px;
  height: 22px;
  top: 30px;
  background-position: 0 -120px;
  background-image: none;
  background-color: #03254e;
  border-radius: 100%;
  transition: background-color 200ms ease-in;
}

.irs-slider.state_hover,
.irs-slider:hover {
  width: 22px;
  height: 22px;
  top: 30px;
  background-position: 0 -120px;
  background-image: none;
  background-color: #005eff;
  border-radius: 100%;
}

.irs-min,
.irs-max {
  color: #005eff;
  font-size: 1em;
  line-height: 1em;
  text-shadow: none;
  top: 0;
  padding: 5px;
  margin-bottom: 50px;
  background: #005eff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-shadow: none;
  padding: 5px;
  margin-bottom: 25px;
  background: #005eff;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: center;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  overflow: hidden;
  border: 4px solid transparent;
  border-top-color: #005eff;
}

.irs-grid-pol {
  background: #005eff;
}

.irs-grid-text {
  color: #e5e9ed;
}

/* Getting rid of that ugly textarea resize-corner */
textarea {
  resize: none;
}

/* textarea scrollbar fixings */
textarea.area.field.w-input::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

textarea.area.field.w-input::-webkit-scrollbar-thumb {
  height: 4px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #005eff;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

textarea.area.field.w-input::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

textarea.area.field.w-input::-webkit-scrollbar-corner {
  background-color: transparent;
}

body.nopin-body section#about,
body.offers section#about {
  background-color: var(--light-blue);
}

body.nopin-body section#about .container,
body.offers section#about .container {
  margin: 0 auto;
  background: none;
  height: fit-content;
}

body.nopin-body section#about .grid-content,
body.offers section#about .grid-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 2rem;
}

body.nopin-body section#about .about-content,
body.offers section#about .about-content {
  flex-direction: column-reverse;
  align-items: stretch;
  height: 100%;
  gap: 1rem;
  text-align: center;
}

body.nopin-body section#about .about-content h2,
body.offers section#about .about-content h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
}

body.nopin-body section#about .about-content p,
body.offers section#about .about-content p {
  color: var(--oneloan-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .body .header-container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 991px) {
  .body .header-container {
    padding: 0 1rem;
  }
}

.body .header-container a:not(.phone-button) {
  font-size: large;
}

body.nopin-body .headline-text-container {
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 0 2rem;
  display: flex;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {

  body.nopin-body section#about .about-content,
  body.offers section#about .about-content {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  body.nopin-body section#about .about-content p,
  body.offers section#about .about-content p {
    font-size: 19px;
  }
}

body.nopin-body section#about .left-column .row.full-width,
body.offers section#about .left-column .row.full-width {
  width: 100%;
}

body.nopin-body section#about .left-column .row.split,
body.offers section#about .left-column .row.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

body.nopin-body section#about .left-column .row.split .text,
body.offers section#about .left-column .row.split .text {
  flex: 0 1 auto;
  padding-right: 2rem;
}

body.nopin-body section#about .left-column .row.split img,
body.offers section#about .left-column .row.split img {
  flex: 0 1 auto;
  width: 40px;
  height: auto;
}

body.nopin-body section#about .left-column,
body.offers section#about .left-column {
  flex: 6;
  padding: 1rem;
}

body.nopin-body section#about .left-column p.text,
body.offers section#about .left-column p.text {
  margin-top: 0;
}

body.nopin-body section#about .right-column,
body.offers section#about .right-column {
  flex: 4;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1rem 1rem;
}

body.nopin-body section#about .right-column img,
body.offers section#about .right-column img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media screen and (min-width: 992px) {

  body.nopin-body section#about .form .input-container,
  body.offers section#about .form .input-container {
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas:
      "input submit"
      "link credit-message";
  }
}

body.nopin-body section#apply,
body.offers section#apply {
  background-color: var(--white);
}

body.nopin-body section#apply .container,
body.offers section#apply .container {
  margin: 0 auto;
  background: none;
  height: fit-content;
}

body.nopin-body section#apply .container>h2,
body.nopin-body section#apply .container>p,
body.offers section#apply .container>h2,
body.offers section#apply .container>p {
  padding: 0 1rem;
  text-align: center;
}

body.nopin-body section#apply .container p,
body.offers section#apply .container p {
  color: var(--oneloan-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {

  body.nopin-body section#apply .container,
  body.offers section#apply .container {
    width: 80%;
    align-items: center;
    max-width: 1200px;
  }

  body.nopin-body section#apply .container>h2,
  body.nopin-body section#apply .container>p,
  body.offers section#apply .container>h2,
  body.offers section#apply .container>p {
    padding: 0 1rem;
  }

  body.nopin-body section#apply .container>p,
  body.offers section#apply .container>p {
    font-size: 19px;
    text-align: left;
  }
}

body.nopin-body section#apply h2,
body.offers section#apply h2 {
  text-align: center;
}

body.nopin-body section#apply h3,
body.offers section#apply h3 {
  padding-bottom: 0;
  font-size: 1.2rem;
  margin-top: 0.75em;
}

body.nopin-body section#apply .grid-content,
body.offers section#apply .grid-content {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}

body.nopin-body .apply-content .apply-row,
body.offers .apply-content .apply-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}

body.nopin-body .apply-content .apply-row .icon,
body.offers .apply-content .apply-row .icon {
  flex: 1;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  padding: 0.6rem;
  margin: 0.9rem 0 0 0;
  max-width: 50px;
}

body.nopin-body section#apply .icon_1,
body.offers section#apply .icon_1 {
  margin-left: -4px;
}

body.nopin-body section#apply .icon_2,
body.offers section#apply .icon_2 {
  margin-top: -1px;
}

body.nopin-body section#apply .icon_3,
body.offers section#apply .icon_3 {
  margin-bottom: -2px;
}

body.nopin-body section#apply .grid-content .row .text,
body.offers section#apply .grid-content .row .text {
  flex: 9;
  max-width: 90%;
}

body.nopin-body section#apply .grid-content .row .text p,
body.offers section#apply .grid-content .row .text p {
  margin: 0;
}

body.nopin-body section.form-section {
  margin-bottom: 40px;
}
