/******* 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 {
    line-height: 1;
    -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-text-size-adjust: none;
    -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 *******/
html,
body {
    overflow-x: hidden;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    font-family: "Ubuntu", sans-serif;
    border: none;
    background-color: #FFF8EE;
    color: #A60807;
}

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

button {
    font-family: "Ubuntu", 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: "Ubuntu", sans-serif;
    line-height: 150%;
    font-weight: 700;
    color: #A60807;
}

h1, h2 {
    font-size: 22px;
}

h3, h4, h5 {
    font-size: 28px;
}

h2 {
    font-family: "Notable", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

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

.wrapper {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
}

.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: 25px 0;
    background-color: #A60807;
}


/******* FORM Section *******/
.section-form {
    padding: 20px 0 0;
}

.section-form__content,
.section-form__block {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-form__title {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.section-form__image {
    margin-top: 40px;
    width: 100%;
    border-radius: 4px;
}

.form-wrapper {
    width: calc(100% - 20px);
    max-width: 398px;
    margin: 0 auto;
    padding: 0 0 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 2px #3232321A;
}

.f-wizard-step--title,
.form-bottom-text {
    color: #121021;
}

.form-bottom-text {
    font-size: 14px;
}

.section-form .secure-copy {
    margin-bottom: 8px;
}

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


/******* WELCOME Section *******/
.welcome {
    padding: 100px 0 0;
}

.welcome__title {
    margin-bottom: 40px;
}

.welcome__content {
    padding: 10px;
    border: 1px solid #A60807;
    border-radius: 10px;
}

.welcome__image {
    width: 100%;
    margin-bottom: 40px;
}

.welcome-list__item {
    margin-bottom: 20px;
}

.welcome-list__item:last-child {
    margin-bottom: 0;
}


/******* LENDER Section *******/
.lender {
    padding: 100px 0 0;
}

.lender__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}

.lender-content {
    padding: 20px;
    border: 1px solid #A60807;
    border-radius: 20px;
}

.lender__image {
    width: 100%;
    max-width: 520px;
    margin: 40px auto;
}

.lender-content__subtitle {
    margin-bottom: 60px;
    font-size: 23px;
    font-weight: 700;
}

.lender-content__text ul {
    list-style: disc;
    padding-left: 15px;
}

.lender-content__text p {
    margin-bottom: 24px;
}

.lender-content__text p:last-child {
    margin-bottom: 0;
}


/******* STEPS Section *******/
.steps {
    padding: 100px 0 0;
}

.steps-subtitle {
    margin: 40px 0 18px;
    font-size: 23px;
    font-weight: 400;
}

.steps__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 12px;
}

.steps-card {
    width: 100%;
    position: relative;
    border: 1px solid #A60807;
    border-radius: 10px;
    padding: 47px 10px;
}

.steps-card:last-child {
    margin-bottom: 0;
}

.steps-card__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
}

.steps-card__text {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}


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

.disclosure-tabs {
    margin: 34px 0 40px;
}

.disclosure-tabs__item {
    padding: 12px 16px;
    transition: 0.4s;
    background-color: #FFF8EE;
    font-size: 23px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
}

.disclosure-tabs__item_active {
    background-color: #A60807;
    font-weight: 700;
    color: #FFF8EE;
}

.disclosure-list__item {
    display: none;
    padding: 20px;
    border: 1px solid #A60807;
    border-radius: 10px;
}

.disclosure-list__item_active {
    display: block;
}

.disclosure-list__item-title {
    margin-bottom: 40px;
}


/******* HOW IT WORKS Section *******/
.works {
    padding: 100px 0;
}

.works__title {
    margin-bottom: 40px;
}

.works-list {
    max-width: 1130px;
}

.works-list__item {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.works-list__item:last-child {
    margin-bottom: 0;
}

.works-list__num {
    margin-right: 20px;
    width: 69px;
    min-width: 69px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #A60807;
    border-radius: 4px;
    font-size: 50px;
    font-weight: 700;
    color: #A60807;
}

.works-list__text {
    font-size: 18px;
    font-weight: 700;
}


/******* FEES Section *******/
.fees__content {
    padding: 60px 20px;
    background-color: #A60807;
    border-radius: 10px;
}

.fees__wrapper {
    padding: 0;
}

.fees__title,
.fees__text {
    color: #FFF8EE;
}

.fees__title {
    margin-bottom: 40px;
}


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

.faq__title {
    margin-bottom: 24px;
}

.faq-list {
    width: 100%;
    position: relative;
    z-index: 2;
}

.faq-item {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    border-bottom: 2px solid #A60807;
}

.faq-item__title {
    font-size: 23px;
}

.faq-item .panel-default,
.faq-item .panel-heading,
.faq-item .panel-body,
.faq-item .panel-collapse {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.faq-item .panel-heading,
.faq-item .panel-body {
    padding: 0;
}

.faq-item .panel-body {
    padding-top: 30px;
}

.faq-item .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.faq-item .panel-heading:hover,
.faq-item .panel-heading:focus,
.faq-item .panel-heading:active,
.faq-item .panel-heading:not(.collapsed) {
    background-color: transparent !important;
}

.faq-item.panel-group {
    margin: 0;
}

.faq-item__control {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 24px;
    transition: 0.4s;
    position: relative;
}

.faq-item__control-line {
    width: 100%;
    height: 2px;
    background-color: #A60807;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transition: 0.4s;
}

.faq-item .panel-heading.collapsed .faq-item__control-line_2 {
    transform: rotate(90deg);
}


/******* FOOTER *******/
.footer {
    position: relative;
    padding: 40px 0 30px;
    background-color: #A60807;
}

.footer__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.footer-content,
.footer__links {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.footer-content__title,
.footer-content__text,
.footer__copyright {
    color: #FFF8EE;
}

.footer-content__text,
.footer__copyright {
    font-size: 14px;
    line-height: 150%;
}

.footer-content__text {
    margin-top: 20px;
}

.footer__links {
    margin-bottom: 60px;
}

.footer__links__item {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    color: #FFF8EE;
}

.footer__links__item:last-child {
    margin-bottom: 0;
}

.footer__links__item:hover,
.footer__links__item:active,
.footer__links__item:focus {
    color: #FFF8EE;
    text-decoration: none;
}

.footer__copyright {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
}


/******* Responsive *******/
@media screen and (min-width: 575px) {

}

@media screen and (min-width: 768px) {
    .section-form__title {
        font-size: 28px;
    }


    .steps-card {
        width: calc(50% - 6px);
    }


    .fees__wrapper {
        padding: 0 20px;
    }
}

@media screen and (min-width: 992px) {
    h1, h2 {
        font-size: 50px;
    }

    .wrapper,
    .fees__wrapper {
        padding: 0 30px;
    }


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

    .section-form__block {
        display: block;
    }

    .section-form__title {
        margin: 0;
        width: 57%;
        max-width: 800px;
    }

    .section-form__image {
        margin-top: 12px;
    }

    .form-wrapper {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-41%);
    }


    .welcome {
        padding: 150px 0 0;
    }

    .welcome__content {
        padding-bottom: 20px;
    }


    .lender {
        padding: 150px 0 0;
    }

    .lender__inner {
        margin-top: 60px;
        flex-direction: row;
        justify-content: space-between;
    }

    .lender-content {
        width: 52%;
        max-width: 690px;
    }

    .lender__image {
        margin: 0;
        width: 44%;
    }


    .steps {
        padding: 150px 0 0;
    }

    .steps-subtitle {
        margin: 60px 0 20px;
        font-size: 28px;
    }

    .steps__list {
        grid-gap: 18px;
    }

    .steps-card {
        width: calc(50% - 9px);
        padding: 57px 40px 23px;
    }


    .disclosure {
        padding: 150px 0 0;
    }

    .disclosure__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 74px;
    }

    .disclosure-content {
        width: 43%;
        max-width: 510px;
    }

    .disclosure-tabs {
        margin: 0;
    }

    .disclosure-list {
        width: 55%;
        max-width: 785px;
        margin-left: 40px;
    }

    .disclosure-list__item {
        padding: 20px;
    }


    .works {
        padding: 150px 0;
    }

    .works__title {
        margin-bottom: 117px;
    }

    .works-list__item {
        margin-bottom: 74px;
        align-items: center;
    }

    .works-list__num {
        margin-right: 60px;
        width: 95px;
        min-width: 95px;
        height: 95px;
    }


    .fees__content {
        padding: 60px 88px;
    }


    .faq {
        padding: 150px 0;
    }

    .faq__title {
        margin-bottom: 60px;
    }


    .footer__inner {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }

    .footer-content {
        width: 75%;
        max-width: 730px;
    }

    .footer__links {
        width: 195px;
        min-width: 195px;
        margin: 52px 0 0 50px;
    }

    .footer__copyright {
        margin-top: 20px;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .wrapper,
    .fees__wrapper {
        padding: 0 50px;
    }


    .form-wrapper {
        right: 95px;
        transform: translateY(-46%);
    }


    .faq {
        padding: 200px 0;
    }
}


.modal-body,
.modal-content p {
    color: #010A24;
}

.modal-content p {
    margin: 20px 0;
}

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #A60807;
    border-color: #A60807;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #FFF8EE;
    transition: 0.4s;
}

.modal-content .btn:hover,
.modal-content .btn:active,
.modal-content .btn:focus {
    background-color: #a12c2b;
    border-color: #a12c2b;
    color: #FFF8EE;
}


.f-button.f-button-primary.f-button-outline {
    color: #a12c2b !important;
    border-color: #a12c2b !important;
    background: #fff !important;
}

.f-button.f-button-primary.f-button-outline:hover,
.f-button.f-button-primary.f-button-outline:active,
.f-button.f-button-primary.f-button-outline:focus {
    background: #a12c2b !important;
    border-color: #a12c2b !important;
    color: #FFF8EE !important;
}

.f-button.f-button-active {
    background: #A60807 !important;
    border-color: #A60807 !important;
    color: #FFF8EE !important;
}

.f-wizard-progressbar span {
    background: #a12c2b !important;
}

.f-button.f-button-primary.f-button-outline .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline .svg-icon svg path {
    fill: #a12c2b !important;
}

.f-button.f-button-primary.f-button-outline:hover .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline:hover .svg-icon svg path {
    fill: #FFF8EE !important;
}

.f-button.f-button-primary.f-btn-gradient {
    background: #A60807 !important;
    border-color: #A60807 !important;
}

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #a12c2b !important;
    border-color: #a12c2b !important;
}

#f-wizard-form h1,
#f-wizard-form h2,
#f-wizard-form h3,
#f-wizard-form h4,
#f-wizard-form h5,
#f-wizard-form h6,
#f-wizard-form label,
#f-wizard-form .text-justify,
#f-wizard-form .confirmation-text,
.f-wizard-step--title,
.f-wizard-progressbar--value,
.f-wizard-step--desc,
.f-input--is-required,
.opt-ins {
    color: #333333 !important;
}


#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: #A60807;
    color: #FFF8EE;
}
