

:root {
    --font-body: "Roboto", system-ui, sans-serif;
    --font-heading: "Open Sans", system-ui, sans-serif;

    --DS1-Black-Text: #252525;
    --DS1-Black-Footer: #0A0A17;
    --DS1-Orange: #F94C0D;
    --DS1-Orange-vLight: #FFE1D7;
    --DS1-Orange-Light: #F8855F;
    --DS1-Blue: #2A2A63;
    --DS1-Blue-Light: #9EE0FF;
    --DS1-Blue-Dark: #19193A;
    --DS1-Blue-Link: #118EC9;
    --DS1-Grey: #B0B0B0;
    --DS1-Grey-Text: #626262;
    --DS1-Grey-Background: #F7F7F7;
    --DS1-Red: #EF0000;
    --DS1-Green: #27BC58;
}

:where(a[href], button, summary, [role="button"], [tabindex]):not(:where([tabindex="-1"], form[class^="om"] *, form[class*=" om"] *)):focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #111;
}
:where(a, button, input, select, textarea) {
    font: inherit;
    color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    font-family: var(--font-body);
    color: var(--DS1-Black-Text);
}

img {
    vertical-align: middle;
}

/*<editor-fold desc="Common components">*/
.page {
    flex: 1 0 auto;
}

.section {
    position: relative;
    overflow-x: clip;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

/* Headings */
h1, .h1 {
    font-family: var(--font-heading);
    font-size: 80px;
    font-weight: 600;
    line-height: 118.063%;
    letter-spacing: -3.2px;
}
h2, .h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.84px;
}
h3, .h3 {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}
h4, .h4 {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.68px;
}
h5, .h5 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
h6, .h6 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}
.text-subheading {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}
.text-body {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.text-xl-numbers {
    font-size: 59px;
    font-weight: 600;
    line-height: 120%;
}
.text-cta-primary {
    font-family: var(--font-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}
.text-cta-secondary {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}
.text-cta-tertiary {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.text-cta-tertiary:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -2.4px;
    }
    h2, .h2 {
        font-size: 43px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.72px;
    }
    h3, .h3 {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.44px;
    }
    h4, .h4 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.2px;
    }
    h5, .h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    h6, .h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .text-subheading {
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
    }
    .text-body {
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }
}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 36px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.44px;
    }
    h2, .h2 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.12px;
    }
    h3, .h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    h4, .h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.44px;
    }
    h5, .h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    h6, .h6 {
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.36px;
    }
    .text-subheading {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .text-body {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .text-cta-primary {
        font-family: var(--font-heading);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.32px;
    }
    .text-cta-tertiary {
        font-size: 13px;
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 60px;
}
a.btn {
    text-decoration: none;
}

.btn-primary {
    padding: 16.5px 39px;
    color: white;
    background: var(--DS1-Orange);
    transition: .2s;
}
.btn-primary:hover {
    background: var(--DS1-Blue);
}
@media (max-width: 575px) {
    .btn-primary {
        padding: 11px 23px;
    }
}

.btn--arrow {
    gap: 10px;
}
.btn--arrow:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/45-arrow-white-icon.svg) center / cover;
    transform: translateY(-3px);
}
@media (max-width: 575px) {
    .btn--arrow:after {
        width: 8px;
        height: 8px;
        transform: translateY(-1px);
    }
}

/* Material disclosures */
.material {
    --text-color: #fff;
    --table-border-color: #ffffff;
    --table-text-color: #fff;
    --h3-font-size: 18px;
    --h3-font-weight: 400;
    --title-font-size: --p-font-size;
    --strong-font-weight: 400;
    --p-font-size: 14px;
    --p-font-weight: 400;
    --table-font-size: 12px;
    --p-margin-top: 24px;
}
@media (max-width: 991px) {
    .material {
        --p-font-size: 12px;
        --table-font-size: 9px;
        --p-margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .material {
        --table-font-size: 11px;
        --table-border-color: #ffffff;
    }
}
@media (max-width: 575px) {
    .material {
        --h3-font-size: 16px;
        --h3-font-weight: 500;
        --p-font-size: 10px;
        --table-font-size: 8px;
        --p-margin-top: 16px;
    }
}
.material h3,
.material p {
    color: var(--text-color);
}
.material h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: normal;
}
.material p {
    margin-top: var(--p-margin-top);
    font-size: var(--p-font-size);
    font-weight: var(--p-font-weight);
    line-height: 1.2;
}
.material strong {
    font-weight: var(--strong-font-weight);
}
.material strong.title {
    display: block;
    margin-bottom: 12px;
    font-size: var(--title-font-size);
}
.material .table {
    width: 900px;
    font-size: var(--table-font-size);
    border-left: 1px solid var(--table-border-color);
    border-bottom: 1px solid var(--table-border-color);
    color: var(--table-text-color);
}
.material .table .tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid var(--table-border-color);
}
.material .table .tr .td {
    width: 20%;
    padding: 10px;
    border-right: 1px solid var(--table-border-color);
}
@media (max-width: 1000px) {
    .material .table {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .material .table {
        display: flex;
        justify-content: stretch;
        align-items: stretch;
    }
    .material .table .tr {
        width: 20%;
        display: block;
        border-top: none;
        border-right: 1px solid var(--table-border-color);
    }
    .material .table .tr:first-child {
        width: 40%;
    }
    .material .table .tr .td {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 5px;
        border-right: none;
        border-top: 1px solid var(--table-border-color);
        text-align: center;
    }
}

/* Accordion */
.accordion {
    display: grid;
    gap: 16px;
}
.box-acc {
    display: grid;
    gap: 21px;
    padding-block: 26px;
    border-bottom: 1px solid var(--DS1-Blue-Dark);
}
.box-acc:last-of-type {
    border-bottom: none;
}
.ac-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}
.ac-head__icon {
    width: 14px;
    height: 3ch;
    background-color: var(--DS1-Black-Text);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.750001 0.749999L6.75 6.75L12.75 0.75' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center / 14px 8px no-repeat;
    transition: all .2s;
}
.box-acc.in .ac-head__icon {
    background-color: var(--DS1-Orange);
    transform: rotate(180deg);
}
.ac-body {
    color: var(--DS1-Grey-Text);
}
.ac-body > *:not(:first-child) {
    margin-top: 16px;
}
.ac-body ol {
    list-style: auto;
    margin-left: 24px;
}
@media (max-width: 991px) {
    .accordion {
        display: grid;
        gap: 16px;
    }
}
@media (max-width: 575px) {
    .box-acc {
        padding-block: 0 15px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Site header">*/
.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    padding-block: 30px;
    z-index: 20;
}
.page-form .site-header {
    position: static;
}
@media (min-width: 1101px) {
    .site-header-content-wrapper {
        max-width: 1302px;
    }
}
.site-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 60px;
    background: rgba(0, 0, 0, 0.40);
}
.page-form .site-header__row {
    background: none;
}
@media (max-width: 1300px) {
    .site-header__row {
        padding-inline: 20px;
    }
}
.is-form-page .site-header__row {
    justify-content: center;
}
.site-logo-image {
    height: 40px;
}
.site-logo-image--main {
    display: none;
}
.page-form .site-logo-image--main {
    display: block;
}
.page-form .site-logo-image--white {
    display: none;
}
.site-nav-container,
.site-nav-wrapper {
    display: contents;
}
.site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
}
@media (max-width: 1300px) {
    .site-nav {
        gap: 10px;
    }
}
.site-menu-toggle {
    display: none;
}
.site-nav__item a {
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    color: white;
}
.site-nav__item a:hover {
    text-decoration: underline;
}
.site-nav__item a.active {
    color: var(--DS1-Orange-vLight);
}
.site-header__cta {
    padding: 10px 19px;
    background-color: var(--DS1-Orange-vLight);
    color: var(--DS1-Orange);
    line-height: normal;
    transition: .2s;
}
.site-header__cta:hover {
    background-color: var(--DS1-Blue-Light);
    color: var(--DS1-Blue);
}
/* tablet layout */
@media (max-width: 1100px) {
    body.is-menu-open .site-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 10;
    }
    .site-header {
        padding-block: 40px;
    }
    .site-header.is-menu-open {
        background-color: var(--DS1-Blue-Dark);
        box-shadow: 0 4px 30.1px 0 rgba(0, 0, 0, 0.25);
    }
    .site-header__row {
        padding: 0;
        background-color: transparent;
    }
    :where(
        .page-how-it-works,
        .page-faq,
        .page-terms-and-conditions,
        .page-your-privacy-rights,
        .page-rates-and-fees,
        .page-notice-to-residents,
        .page-ca-privacy-rights-act-reporting
    ):not(.is-menu-open) .site-logo-image--main {
        display: block;
    }
    :where(
        .page-how-it-works,
        .page-faq,
        .page-terms-and-conditions,
        .page-your-privacy-rights,
        .page-rates-and-fees,
        .page-notice-to-residents,
        .page-ca-privacy-rights-act-reporting
    ):not(.is-menu-open) .site-logo-image--white {
        display: none;
    }
    .site-nav-container {
        display: block;
        position: absolute;
        z-index: 2;
        top: calc(100% - 10px);
        inset-inline: 0;
        background: var(--DS1-Blue-Dark);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-20px);
        border-radius: 0 0 12px 12px;
    }
    .site-header.is-menu-open .site-nav-container {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        transition: transform .2s ease;
    }
    .site-nav-wrapper {
        display: block;
    }
    .site-nav {
        display: grid;
        justify-content: stretch;
        gap: 11px;
        padding: 0 0 40px;
    }
    .site-nav__item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 8px 10px 8px 0;
        font-size: 14px;
        font-weight: 600;
    }
    .site-nav__item a:after {
        content: url(../images/chevron-icon.svg);
    }
    .site-header__cta {
        max-width: 255px;
        margin-top: 7px;
        font-weight: 700;
    }
    .site-menu-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        cursor: pointer;
        background-color: white;
        border-radius: 8px;
        border: none;
        padding: 0;
    }
    .site-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: var(--DS1-Orange);
        transition: transform .2s ease, opacity .2s ease;
    }
    .site-header.is-menu-open .site-menu-toggle span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }
    .site-header.is-menu-open .site-menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .site-header.is-menu-open .site-menu-toggle span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .site-header {
        padding-block: 20px;
    }
    .site-logo-image {
        height: 29px;
    }
    .site-nav-container {
        top: 100%;
    }
    .site-nav {
        display: grid;
        justify-content: stretch;
        gap: 11px;
        padding: 31px 0 20px;
    }
    .site-nav__item a {
        gap: 7px;
        padding: 5px 10px 5px 0;
    }
    .site-header__cta {
        margin-top: 36px;
        font-weight: 700;
        max-width: none;
    }
    .site-menu-toggle {
        width: 29px;
        height: 29px;
        gap: 2px;
        border-radius: 4px;
    }
    .site-menu-toggle span {
        width: 14px;
        gap: 2px;
    }
    .site-header.is-menu-open .site-menu-toggle span:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }
    .site-header.is-menu-open .site-menu-toggle span:nth-child(3) {
        transform: translateY(-4px) rotate(-45deg);
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Hero section">*/
.hero-section {
    padding-block: 200px 110px;
    color: white;
}
.hero-section--home {
    background: url(../images/hero-home-bg.jpg) center / cover no-repeat;
}
.hero-section--dept-consolidation {
    background: url(../images/hero-dept-consolidation-bg.jpg) center / cover no-repeat;
}
.hero-section--bad-credit {
    padding-top: 230px;
    background: url(../images/hero-bad-credit-bg.jpg) center / cover no-repeat;
}
.hero-section--bad-credit {
    padding-top: 230px;
    background: url(../images/hero-bad-credit-bg.jpg) center / cover no-repeat;
}
.hero-section--emergency-loan {
    background: url(../images/hero-emergency-loan-bg.jpg) center / cover no-repeat;
}
.hero-section--personal-credit {
    padding-top: 230px;
    background: url(../images/hero-personal-credit-bg.jpg?4) center / cover no-repeat;
}
.hero {
    display: grid;
    gap: 35px;
}
.hero-section--home .hero {
    max-width: 823px;
}
.hero-section--dept-consolidation .hero {
    max-width: 698px;
}
.hero-section--bad-credit .hero {
    max-width: 857px;
}
.hero-section--emergency-loan .hero {
    max-width: 915px;
}
.hero-section--personal-credit .hero {
    max-width: 857px;
}
.hero__points {
    display: grid;
    gap: 15px;
}
.hero__points li {
    display: flex;
    align-items: center;
}
.hero__points li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../images/checkmark-icon.svg) center / cover;
    margin-right: 14px;
}
.hero__actions {
    display: grid;
    justify-content: flex-start;
    gap: 22px;
}
/* tablet layout */
@media (max-width: 991px) {
    .hero-section {
        padding-block: 160px 50px;
    }
    .hero-section--home {
        padding-bottom: 82px;
        background-image: url(../images/hero-home-tablet-bg.jpg);
    }
    .hero-section--dept-consolidation {
        background-image: url(../images/hero-dept-consolidation-tablet-bg.jpg);
    }
    .hero-section--bad-credit {
        padding-bottom: 86px;
        background-image: url(../images/hero-bad-credit-tablet-bg.jpg);
    }
    .hero-section--emergency-loan {
        padding-bottom: 103px;
        background-image: url(../images/hero-emergency-loan-tablet-bg.jpg);
    }
    .hero-section--personal-credit {
        padding-bottom: 96px;
        background-image: url(../images/hero-personal-credit-tablet-bg.jpg?4);
    }
    .hero-section--personal-credit .hero {
        max-width: 649px;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .hero-section  {
        padding-block: 99px 40px;
        background-position: bottom;
    }
    .hero-section--home {
        padding-bottom: 262px;
        background-image: url(../images/hero-home-mobile-bg.jpg);
    }
    .hero-section--dept-consolidation {
        padding-bottom: 212px;
        background-image: url(../images/hero-dept-consolidation-mobile-bg.jpg);
    }
    .hero-section--bad-credit {
        padding-bottom: 193px;
        background-image: url(../images/hero-bad-credit-mobile-bg.jpg);
    }
    .hero-section--emergency-loan {
        padding-bottom: 268px;
        background-image: url(../images/hero-emergency-loan-mobile-bg.jpg);
    }
    .hero-section--personal-credit {
        padding-bottom: 212px;
        background-image: url(../images/hero-personal-credit-mobile-bg.jpg?4);
    }
    .hero {
        gap: 15px;
    }
    .hero__points li:before {
        width: 14px;
        height: 10px;
        margin-right: 10px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Loan options section">*/
.loan-options-section {
    padding-block: 100px;
    color: white;
    background: url(../images/loan-options-bg.jpg) center right / cover;
}
.loan-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.loan-options__item {
    display: grid;
    align-content: space-between;
    height: 293px;
    padding: 41px 33px;
    text-decoration: none;
}
.loan-options__item:nth-child(1) {
    background-color: var(--DS1-Blue);
}
.loan-options__item:nth-child(2) {
    padding-top: 27px;
    background-color: var(--DS1-Orange-vLight);
    color: var(--DS1-Blue-Dark);
}
.loan-options__item:nth-child(3) {
    background-color: var(--DS1-Orange-Light);
}
.loan-options__item:nth-child(4) {
    background-color: var(--DS1-Blue-Light);
    color: var(--DS1-Blue-Dark);
}
.loan-options__item-text {
    padding-right: 20px;
    background: url(../images/45-arrow-white-icon.svg) top 2px right 2px / auto no-repeat;
}
.loan-options__item:nth-child(2) .loan-options__item-text,
.loan-options__item:nth-child(4) .loan-options__item-text {
    background-image: url(../images/45-arrow-black-icon.svg);
}
/* tablet layout */
@media (max-width: 991px) {
    .loan-options-section {
        padding-block: 40px;
        background-image: url(../images/loan-options-tablet-bg.jpg)
    }
    .loan-options {
        grid-template-columns: repeat(2, 1fr);
    }
    .loan-options__item {
        height: 239px;
    }
    .loan-options__item-text {
        padding-right: 50px;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .loan-options-section {
        padding-block: 20px;
        background: var(--DS1-Grey-Background);
    }
    .loan-options {
        grid-template-columns: 1fr;
    }
    .loan-options__item {
        grid-template-columns: 42px minmax(0, 1fr);
        align-content: center;
        align-items: center;
        gap: 15px;
        height: auto;
        min-height: 92px;
        padding: 19px 15px;
    }
    .loan-options__item-icon {
        width: 100%;
    }
    .loan-options__item-text {
        padding-right: 70px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Steps section">*/
.steps-section {
    padding-block: 100px;
    text-align: center;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 394px;
    align-items: flex-end;
    gap: 24px;
    padding-block: 40px;
}
.step-card {
    display: grid;
    align-content: flex-end;
    height: 100%;
    padding: 20px;
    text-align: left;
}
.step-card:nth-child(1) {
    background: url(../images/step-1.jpg) center / cover;
}
.step-card:nth-child(2) {
    background: url(../images/step-2.jpg) center / cover;
}
.step-card:nth-child(3) {
    background: url(../images/step-3.jpg) center / cover;
}
.step-card :first-child {
    color: white;
    text-shadow: 0 1.927px 3.854px rgba(0, 0, 0, 0.25);
}
.step-card :last-child {
    display: flex;
    align-items: center;
    min-height: 124px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.80);
}
/* tablet layout */
@media (max-width: 991px) {
    .steps-section {
        padding-block: 40px;
    }
    .steps-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 394px);
        padding-block: 25px;
    }
    .step-card:nth-child(1) {
        background-image: url(../images/step-1-tablet.jpg);
    }
    .step-card:nth-child(2) {
        background-image: url(../images/step-2-tablet.jpg);
    }
    .step-card:nth-child(3) {
        background-image: url(../images/step-3-tablet.jpg);
    }
    .step-card :last-child {
        min-height: 76px;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .steps-section {
        padding-block: 30px;
    }
    .steps-grid {
        grid-template-rows: 394px 340px 340px;
    }
}
@media (max-width: 400px) {
    .step-card:nth-child(1) {
        background-image: url(../images/step-1.jpg);
    }
    .step-card:nth-child(2) {
        background-image: url(../images/step-2.jpg);
    }
    .step-card:nth-child(3) {
        background-image: url(../images/step-3.jpg);
    }
    .steps-section .btn {
        width: 100%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="FAQ preview section">*/
.faq-preview-section {
    padding-block: 100px;
    background: url(../images/faq-preview-bg.jpg) center right / cover;
}
.faq-preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 11.3%;
}
.faq-preview__accordion {
    padding-block: 28px 9px;
}
.faq-preview__link {
    display: inline-block;
    padding: 10px 4px;
    width: 100%;
    text-align: center;
}
/* tablet layout */
@media (max-width: 991px) {
    .faq-preview-section {
        padding-block: 40px;
        background-image: url(../images/faq-preview-tablet-bg.jpg)
    }
    .faq-preview {
        grid-template-columns: 1fr;
    }
    .faq-preview__title {
        text-align: center;
    }
    .faq-preview__accordion {
        padding-block: 40px 9px;
    }
    .faq-preview__image {
        display: none;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .faq-preview-section {
        padding-block: 30px;
        background-image: url(../images/faq-preview-mobile-bg.jpg)
    }
    .faq-preview__accordion {
        padding-block: 24px 9px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="CTA section">*/
.cta-section {
    background-color: var(--DS1-Blue-Dark);
    overflow: clip;
}
.cta {
    display: grid;
    justify-items: start;
    gap: 57px;
    padding-block: 116px;
    max-width: 445px;
    color: white;
}
.cta-section-image {
    position: absolute;
    inset: 0 calc((100vw - 1920px) / 2) 0 auto;
    width: auto;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .cta-section-image {
        right: calc((100vw - 1920px) / 2 - 40px);
    }
}
.cta__body {
    display: grid;
    gap: 19px;
}
/* tablet layout */
@media (max-width: 991px) {
    .cta-section-image {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
    }
    .cta {
        max-width: none;
        justify-items: center;
        padding-block: 60px;
        text-align: center;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .cta {
        gap: 24px;
        padding-block: 20px 30px;
    }
    .cta__body {
        gap: 15px;
    }
}
@media (max-width: 400px) {
    .cta .btn {
        width: 100%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Loan summary section">*/
.loan-summary-section {
    padding-block: 100px;
}
.loan-summary {
    display: grid;
    gap: 40px;
    text-align: center;
}
.loan-summary p {
    color: var(--DS1-Grey-Text);
}
/* tablet layout */
@media (max-width: 991px) {
    .loan-summary-section {
        padding-block: 40px;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .loan-summary-section {
        padding-block: 30px;
    }
    .loan-summary {
        gap: 24px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="How it works section">*/
.hiw-section {
    padding-block: 230px 100px;
    background: url(../images/hiw-bg.jpg) center / cover;
}
.hiw {
    display: grid;
    gap: 40px ;
}
.hiw__title {
    text-align: center;
}
/* tablet layout */
@media (max-width: 991px) {
    .hiw-section {
        padding-block: 160px 40px;
        background-image: url(../images/hiw-tablet-bg.jpg);
    }
    .hiw {
        text-align: center;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .hiw-section {
        padding-block: 99px 30px;
        background-image: url(../images/hiw-mobile-bg.jpg);
    }
    .hiw {
        gap: 24px;
        text-align: left;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="FAQ section">*/
.faq-section {
    padding-block: 230px 100px;
    background: url(../images/hiw-bg.jpg) center / cover;
}
.faq {
    display: grid;
    gap: 40px;
    text-align: center;
}
.faq__accordion {
    text-align: left;
}
/* tablet layout */
@media (max-width: 991px) {
    .faq-section {
        padding-block: 160px 40px;
        background-image: url(../images/hiw-tablet-bg.jpg);
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .faq-section {
        padding-block: 99px 30px;
        background-image: url(../images/hiw-mobile-bg.jpg);
    }
    .faq {
        gap: 24px;
    }
}
@media (max-width: 400px) {
    .faq__link {
        width: 100%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Legal group">*/
.page--legal-group {
    padding-block: 230px 100px;
    background: url(../images/hiw-bg.jpg) center / cover;
}
.legal-hero__title {
    text-align: center;
}
.legal-content {
    margin-top: 40px;
}
.legal-content h1 {
    display: none;
}
.legal-content :where(strong, p) {
    margin-top: 30px;
}
.legal-content a {
    color: var(--DS1-Blue-Link);
}
.legal-content a:hover {
    text-decoration: none;
}
.legal-content ol {
    list-style: auto;
    margin-left: 36px;
}
.legal-content ol li {
    color: var(--DS1-Blue-Link);
    margin-top: 16px;
}
/* tablet layout */
@media (max-width: 991px) {
    .page--legal-group {
        padding-block: 160px 40px;
        background-image: url(../images/hiw-tablet-bg.jpg);
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .page--legal-group {
        padding-block: 99px 30px;
        background-image: url(../images/hiw-mobile-bg.jpg);
    }
    .legal-content {
        margin-top: 24px;
    }
    .legal-content :where(strong, p) {
        margin-top: 24px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Contact hero section">*/
.contact-hero-section {
    padding-block: 353px 149px;
    background: url(../images/hero-contact-bg.jpg) center / cover;
    text-align: center;
    color: white;
}
/* tablet layout */
@media (max-width: 991px) {
    .contact-hero-section {
        padding-block: 302px 96px;
        background-image: url(../images/hero-contact-tablet-bg.jpg);
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .contact-hero-section {
        padding-block: 291px 66px;
        background-image: url(../images/hero-contact-mobile-bg.jpg);
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Contact section">*/
.contact-section {
    padding-block: 100px;
    background: url(../images/hiw-bg.jpg) center / cover;
}
.contact {
    display: grid;
    grid-template-columns: minmax(0, 445px) 541px;
    gap: 11%;
    justify-content: space-between;
}
.list-info {
    display: grid;
    gap: 40px;
    margin-top: 32px;
}
.list-info__item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
}
.list-info__item-label {
    margin-bottom: 10px;
    color: var(--DS1-Grey-Text);
}
/* form */
.contact-form__grid {
    display: grid;
    gap: 16px;
}
.contact-form__required {
    color: var(--DS1-Grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.contact-form__field-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid var(--DS1-Grey);
    border-radius: 8px;
    background-color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: var(--DS1-Blue-Dark);
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--DS1-Blue-Dark);
}
.contact-form input.error,
.contact-form textarea.error {
    border-color: var(--DS1-Red);
}
.contact-form input.valid,
.contact-form textarea.valid {
    border-color: var(--DS1-Green);
}
.contact-form textarea {
    height: 164px;
}
.contact-form__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.contact-form__footer button {
    min-width: 255px;
}
.contact-form div.error {
    color: var(--DS1-Red);
}
.contact__form-container .success-message {
    text-align: center;
}
/* tablet layout */
@media (max-width: 991px) {
    .contact-section {
        padding-block: 40px;
        background-image: url(../images/hiw-tablet-bg.jpg);
    }
    .contact {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact__body-text {
        text-align: center;
    }
    .list-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 40px;
    }
    .list-info__item {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }
    .list-info__item-icon {
        margin-inline: auto;
    }
    .list-info__item-label {
        margin-block: 20px 15px;
    }
}
/* mobile layout */
@media (max-width: 575px) {
    .contact-section {
        padding-block: 30px;
        background-image: url(../images/hiw-mobile-bg.jpg);
    }
    .contact {
        gap: 24px;
    }
    .list-info {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    .list-info__item-icon {
        width: 32px;
        height: 32px;
    }
    .list-info__item-label {
        margin-block: 20px 10px;
    }
    .contact-form__grid {
        gap: 10px;
    }
    .contact-form__field-group {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .contact-form__footer {
        margin-top: 10px;
    }
}
@media (max-width: 400px) {
    .contact-form__footer {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 15px;
    }
    .contact-form__footer button {
        width: 100%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
.site-footer {
    padding-block: 80px;
    background-color: var(--DS1-Black-Footer);
    color: white;
}
.site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
}
.site-footer__nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 24px 34px;
}
.site-footer__nav a {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}
.site-footer__nav a:hover {
    text-decoration: underline;
}
.site-footer__nav a.active {
    color: var(--DS1-Orange-vLight);
}
.site-footer__separator {
    height: 1px;
    margin-block: 30px;
    background: rgba(255, 255, 255, 0.40);
}
.copyright {
    font-size: 14px;
}
/* tablet layout */
@media (max-width: 991px) {
    .site-footer {
        padding-block: 60px;
    }
    .site-footer__top {
        align-items: flex-start;
    }
    .site-footer__nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .copyright {
        font-size: 12px;
    }
}
/* mobile layout */
@media (max-width: 767px) {
    .site-footer__top {
        flex-direction: column;
        gap: 27px;
    }
}
@media (max-width: 575px) {
    .site-footer {
        padding-block: 40px;
    }
    .site-footer__logo img {
        height: 29px;
    }
    .site-footer__nav {
        grid-template-columns: 1fr;
    }
    .site-footer__nav a {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
    }
    .site-footer__separator {
        margin-block: 27px;
    }
    .copyright {
        text-align: center;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="">*/

/* tablet layout */
@media (max-width: 991px) {

}
/* mobile layout */
@media (max-width: 575px) {

}
/*</editor-fold>*/
