/******* RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    -webkit-text-size-adjust: none;
}
main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}
select:-moz-focusring, select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 9px;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    background: none;
    color: #000;
}
textarea {
    overflow: auto;
}


/******* GLOBAL *******/
*, *::before, *::after {
    -webkit-text-size-adjust: none;
}

html,
body {
    font-size: 16px;
    line-height: 1.6;
}

body {
    font-family: 'Open Sans', sans-serif;
    border: none;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: .4s;
}

button {
    font-family: sans-serif;
    cursor: pointer;
    transition: 0.4s;
}

header, main, footer {
    display: block;
}

small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

optgroup {
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

section {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.row::before,
.row::after {
    display: none;
}

.image {
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.image>img,
.image>svg {
    width: 100%;
    max-width: 100%;
    border: none;
}


/******* HEADER *******/
.header {
    width: 100%;
    padding: 40px 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header__logo {
    padding-left: 40px;
}


/******* FORM Section *******/
.section-form {
    padding: 130px 0;
    background-image: url(../images/imageedit_4_4295285684.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-form__content {
    min-height: 470px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.form-wrapper {
    width: 48%;
    max-width: 475px;
    background-color: #4767c9;
    border-radius: 30px;
}

.form-description {
    margin: 30px 0 0 54px;
    width: 51%;
    max-width: 605px;
}

.form-description__title,
.form-description__text {
    color: #fff;
}

.form-description__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
}

.form-description__text {
    margin-top: 50px;
}

.form-wrapper .f-wizard-progressbar--value,
.f-wizard-step--title,
.form-bottom-text {
    color: #fff;
}

.section-form .secure-copy {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.6;
}

.secure-icon {
    display: block;
    margin: 0 auto 20px;
    width: 113px;
}


/******* DISCLOSURE POLICY Section *******/
.disclosure {
    padding: 30px 0 80px;
}

.disclosure__title,
.disclosure__subtitle {
    text-align: center;
    color: #111111;
}

.disclosure__title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
}

.disclosure__subtitle {
    margin: 20px 0 40px;
}

.disclosure-cards__row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.disclosure-card {
    position: relative;
    width: calc(33.33% - 20px);
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #111;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.disclosure-card__title,
.disclosure-card__text {
    color: #111;
}

.disclosure-card__title {
    margin: 20px auto 40px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.disclosure-card__text {
    color: #999999;
}


/******* FAQ Section *******/
.faq {
    padding: 20px 0 150px;
}

.faq__title,
.faq-item__title,
.faq-item__text,
.faq-board__title,
.faq-board__text {
    text-align: center;
}

.faq__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    color: #111111;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 8px;
    width: 100%;
    background: white;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
}

.faq-item .panel-heading {
    padding: 1rem 1rem 1rem 2.2rem;
    display: block;
    background: #4767c9;
    position: relative;
    cursor: pointer;
}

.faq-item .panel-heading.collapsed::before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}

.faq-item .panel-heading::before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(90deg);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}

.faq-item__title {
    font-size: 1rem;
    line-height: 1.6;
    color: white;
}

.faq-item__text {
    padding: 20px 32px;
    color: #111111;
}


/******* LENDER Section *******/
.lender {
    padding: 65px 0 50px;
    background-color: #4767c9;
}

.lender__title,
.lender__subtitle,
.lender__text {
    color: #fff;
}

.lender__title,
.lender__subtitle {
    text-align: center;
}

.lender__title {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
}

.lender__subtitle {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: 400;
}

.lender__text ul {
    padding-left: 15px;
}

.lender__text ul li {
    position: relative;
}

.lender__text ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: -15px;
    background-color: #fff;
}

.lender__text p {
    margin-bottom: 20px;
}


/******* NAVIGATION Section *******/
.navigation {
    background-color: #4767c9;
    overflow-x: hidden;
}

.navigation__image,
.navigation__image img{
    height: 469px;
    object-position: 50% 39.98%;
    width: 100%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

.navigation__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 25px;
    margin: -184px 80px 60px;
}

.navigation-card {
    width: 266px;
    padding: 30px 21px 50px;
    border-radius: 29px;
    position: relative;
    color: #111;
    background-color: #fff;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    animation-fill-mode: both;
    cursor: pointer;
}

.navigation-card__icon {
    margin: 0 auto;
    height: 59px;
    width: 59px;
    color: #4767c9;
}

.navigation-card__icon svg {
    fill: currentColor;
}

.navigation-card__name,
.navigation-card__action {
    text-align: center;
}

.navigation-card__name {
    margin: 20px 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.navigation-card__action {
    font-size: 15px;
    font-weight: 600;
    color: #0c3760;
}

@media screen and (max-width: 1199px) {
    .navigation__list {
        justify-content: center;
    }
}
@media screen and (max-width: 991px) {
    .navigation__list {
        max-width: 750px;
        margin: -184px auto 60px;
        padding: 0 15px;
        justify-content: flex-start;
    }

    .navigation-card {
        width: calc(50% - 12.5px);
    }
}
@media screen and (max-width: 767px) {
    .navigation__list {
        max-width: 570px;
    }

    .navigation-card {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .navigation__list {
        max-width: 350px;
    }
}


/******* WORKS AND FEES Section *******/
.works-fees {
    padding: 66px 0 90px;
    background-color: #f2f2f2;
}

.works-fees__container {
    max-width: 1038px;
}

.works-fees__content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.works-fees__card {
    width: calc(50% - 30px);
    border-radius: 25px;
    padding: 40px 60px 30px;
    background-color: #ffffff;
}

.works-fees__card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.works-fees__card-text {
    margin-top: 40px;
    color: #999999;
}


/******* FOOTER *******/
.footer {
    background-color: #4767c9;
}

.footer__text,
.footer__copyright {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.footer__text {
    margin: 45px 0 15px;
}

.footer__copyright {
    text-align: center;
    padding: 16px 0;
}


/******* Responsive *******/
@media screen and (max-width: 1199px) {
    .container {
        max-width: 1170px;
    }

    .container_small {
        max-width: 890px;
    }


    .header {
        padding: 20px 0;
    }

    .header__logo {
        padding-left: 15px;
    }


    .section-form {
        padding: 110px 0;
    }

    .section-form__content {
        min-height: 296px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        max-width: 970px;
    }


    .disclosure__container {
        max-width: 750px;
    }

    .disclosure-cards__row {
        justify-content: flex-start;
    }

    .disclosure-card {
        width: calc(50% - 20px);
    }


    .faq-list {
        max-width: 720px;
    }


    .lender__container {
        max-width: 720px;
    }


    .works-fees__container {
        max-width: 750px;
    }

    .works-fees__card {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 750px;
    }


    .section-form {
        padding: 100px 0 75px;
        background-position: unset;
    }

    .section-form__content {
        flex-direction: column;
        align-items: center;
    }

    .form-wrapper,
    .form-description {
        width: 100%;
        max-width: 540px;
    }

    .form-description {
        margin: 30px auto 0;
    }

    .form-description__text {
        margin-top: 25px;
        filter: drop-shadow(0 0 5px #000);
    }


    .disclosure-card {
        padding: 30px 20px;
    }


    .faq {
        padding: 20px 0 100px;
    }

    .faq-list {
        max-width: 500px;
    }


    .works-fees__container {
        max-width: 540px;
    }

    .works-fees__card {
        padding: 30px 10px;
    }


    .footer__text {
        margin: 60px 0 20px;
        text-align: justify;
    }
}
@media screen and (max-width: 575px) {
    .container {
        max-width: 570px;
    }


    .section-form__container {
        padding: 0 15px;
    }

    .section-form__content {
        min-height: 528px;
    }


    .disclosure-card {
        width: 100%;
    }


    .faq {
        padding: 20px 0 30px;
    }

    .faq__title {
        font-size: 1.5rem;
    }


    .lender__subtitle {
        margin: 20px 0 35px;
        font-size: 1.875rem;
    }
}


#f-wizard-form .f-wizard-app-container,
#f-wizard-form .f-wizard-app-container .f-link,
#f-wizard-form .f-wizard-app-container .bank-link,
#f-wizard-form .f-wizard-app-container .bank-link a {
    color: #fff;
}

#f-wizard-form .Calendar__day.-disabled,
#f-wizard-form .Calendar__weekDays {
    color: #aca7a7 !important;
}

#f-wizard-form .Calendar__day.-selected,
#f-wizard-form .Calendar__day.-selectedStart,
#f-wizard-form .Calendar__day.-selectedEnd {
    background: #4767c9;
    color: #fff;
}

