

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
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 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: '';
    content: none; }

q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

blockquote, q {
    quotes: none; }

blockquote:before, q:before,
blockquote:after, q:after {
    content: '';
    content: none; }

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer; }

/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */

.transition, .header, .header .logo, .header nav, .header nav .btn {
    transition: all .3s;
    -webkit-transition: all .3s; }

.clearfix:after {
    content: "";
    display: block;
    clear: both; }

.just {
    font-size: 0.04px;
    text-align: justify; }
.just:after {
    content: '';
    display: inline-block;
    width: 100%; }
.just .item {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    text-align: left; }

.nowrap {
    white-space: nowrap; }

.btn {
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    text-align: center; }
.btn.small {
    padding: 0 44px;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; }
.btn.medium {
    width: 240px;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
    font-weight: 400; }
.btn.big {
    padding: 0 55px;
    height: 81px;
    line-height: 81px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.658px; }
.btn.get-started {
    background: #F7E11B;
    border-radius: 3px;
    color: #0C1B4E;
}
.btn.menu-toggle {
    padding: 0 17px;
    width: 65px;
    border: none;
    background-color: #473FBB;
    color: white;
    font-size: 56px;
    vertical-align: middle;
}
.btn.menu-toggle span {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}
.header nav .main-menu.open+.btn.menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}
.header nav .main-menu.open+.btn.menu-toggle span:nth-child(2) {
    display: none;
}
.header nav .main-menu.open+.btn.menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: -5px;
}
.btn:hover {
    background-color: #ECB800;
}
#omReApplyPage {
    line-height: normal;
}
.main_apply #omForm .om_subhead, .main_apply #omForm .om_full_step_colored_bg {
    background: #1b5dca;
}
#omForm {
    background-color: #FFF !important;
}
@media screen and (max-width: 940px) {
    .btn.small {
        padding: 0 26px;
        height: 42px;
        line-height: 42px;
    }
    .btn.menu-toggle {
        padding: 0 10px;
        width: 42px;
        font-size: 36px;
    }
    .btn.medium {
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 16px; }
    .btn.big {
        padding: 0 44px;
        height: 68px;
        line-height: 68px; }
    .logo-img {
        width: 163px;
    }
    .btn.menu-toggle span {
        height: 3px;
        margin: 4px 0;
    }
    .header nav .main-menu.open+.btn.menu-toggle span:nth-child(1) {
        top: 4px;
    }
    .header nav .main-menu.open+.btn.menu-toggle span:nth-child(3) {
        top: -3px;
    }
}

input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
    margin-bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    font-size: 18px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px; }
input[type=text]:not(.omInputText)::-webkit-input-placeholder,
input[type=password]:not(.omInputText)::-webkit-input-placeholder,
input[type=email]:not(.omInputText)::-webkit-input-placeholder,
input[type=tel]:not(.omInputText)::-webkit-input-placeholder,
input[type=number]:not(.omInputText)::-webkit-input-placeholder,
textarea:not(.omInputText)::-webkit-input-placeholder,
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select)::-webkit-input-placeholder {
    color: black; }
input[type=text]:not(.omInputText):-ms-input-placeholder,
input[type=password]:not(.omInputText):-ms-input-placeholder,
input[type=email]:not(.omInputText):-ms-input-placeholder,
input[type=tel]:not(.omInputText):-ms-input-placeholder,
input[type=number]:not(.omInputText):-ms-input-placeholder,
textarea:not(.omInputText):-ms-input-placeholder,
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select):-ms-input-placeholder {
    color: black; }
input[type=text]:not(.omInputText)::-ms-input-placeholder,
input[type=password]:not(.omInputText)::-ms-input-placeholder,
input[type=email]:not(.omInputText)::-ms-input-placeholder,
input[type=tel]:not(.omInputText)::-ms-input-placeholder,
input[type=number]:not(.omInputText)::-ms-input-placeholder,
textarea:not(.omInputText)::-ms-input-placeholder,
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select)::-ms-input-placeholder {
    color: black; }
input[type=text]:not(.omInputText)::placeholder,
input[type=password]:not(.omInputText)::placeholder,
input[type=email]:not(.omInputText)::placeholder,
input[type=tel]:not(.omInputText)::placeholder,
input[type=number]:not(.omInputText)::placeholder,
textarea:not(.omInputText)::placeholder,
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.om-select)::placeholder {
    color: black; }
@media screen and (max-width: 940px) {
    input[type=text]:not(.omInputText),
    input[type=password]:not(.omInputText),
    input[type=email]:not(.omInputText),
    input[type=tel]:not(.omInputText),
    input[type=number]:not(.omInputText),
    textarea:not(.omInputText),
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
        padding: 0 20px;
        height: 50px;
        font-size: 16px; } }
@media screen and (max-width: 540px) {
    input[type=text]:not(.omInputText),
    input[type=password]:not(.omInputText),
    input[type=email]:not(.omInputText),
    input[type=tel]:not(.omInputText),
    input[type=number]:not(.omInputText),
    textarea:not(.omInputText),
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
        margin-bottom: 0;
        padding: 0 18px;
        font-size: 12px; } }

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
    text-overflow: '';
    padding-right: 54px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNi43IDkuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYuNyA5LjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiMwRTBGMTAiIHBvaW50cz0iMCwxLjcgMS42LDAgOC4zLDYuNiAxNSwwIDE2LjcsMS43IDguMyw5LjggIi8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 17px 11px;
    background-position: right 32px center; }
@media screen and (max-width: 940px) {
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
        padding-right: 40px;
        background-position: right 18px center; } }
@media screen and (max-width: 540px) {
    select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select) {
        padding-right: 30px;
        background-size: 12px auto;
        background-position: right 12px center; } }

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(#interstitial_amount):not(.omFormMod):not(.omReApply_input):not(.om-select)::-ms-expand {
    display: none; }

.radio-button {
    display: inline-block;
    margin-right: 25px; margin-bottom: 25px; }
.radio-button label,  .radio-button a {
    background: white;
    color: black;
    -webkit-box-shadow: 0 0 10px rgba(203, 203, 203, 0.3);
    box-shadow: 0 0 10px rgba(203, 203, 203, 0.3);
    border-radius: 5px;
}
.radio-button label:hover,  .radio-button a:hover {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #FE4004;
    color: white;
}
.radio-button input {
    display: none; }

.accordion h2, .accordion .accordion-toolbar {
    line-height: 24px;
    margin: 0 0 20px !important;
    cursor: pointer;
    letter-spacing: 0;
    text-align: left;
}
#internal_content .accordion .accordion-toolbar:hover {
    color: #473FBB;
}

#internal_content .accordion .accordion-toolbar.ui-state-active {
    color: #000000;
}


.accordion .accordion-content {
    padding-bottom: 24px; }

:focus {
    outline: none; }

html, body {
    height: 100%;
    min-height: 100%; }

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
    line-height: 16px;
    background: white; }

.site-wrap {
    min-width: 320px;
    overflow: hidden; }
.apply-wrap {
    position: relative;
}
.header {
    width: 100%;
    padding: 29px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
.header.apply_page {
    position: absolute;
    background: #fff;
}
.header.apply_page nav ul {
    line-height: 65px;
}
.header .logo {
    display: block;
    width: 16.51111em;
    height: 4.16667em;
    background-position: -3.05556em -3.05556em;
    text-indent: -9999px;
    float: left; }
.header nav {
    margin: 5px 0 4px;
    text-align: right;
    float: right; }
.header nav .main-menu {
    display: inline-block; }
.header nav ul {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap; }
.header nav ul li {
    display: inline-block;
    margin-right: 25px; }
.header nav ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: black; }
.header nav ul li a:hover {
    text-decoration: underline; }
.header nav ul li a.active {
    font-weight: 700; }
.header nav .menu-toggle {
    display: none; }
.header.after-scroll {
    padding-top: 10px;
    padding-bottom: 10px; }
.header.after-scroll .logo {
    font-size: 0.7em; }
.header.after-scroll .logo-img {
    height: 55px;
}
.header.after-scroll nav {
    margin: 0; }
.header.after-scroll nav .btn {
    height: 50px;
    line-height: 50px; }

.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .header nav ul {
        width: 100%;
        padding: 22px 0;
        text-align: center;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        position: absolute;
        top: 100%;
        left: 105%; }
    .header.apply_page nav ul {
        line-height: normal;
    }
    .header nav ul li {
        margin: 0 12px; }
    .header nav .main-menu.open ul {
        left: 0; }
    .header nav .menu-toggle {
        display: inline-block; } }

@media screen and (max-width: 940px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px; }
    .header .logo {
        font-size: 0.7em; }
    .header nav {
        margin: 0; } }

@media screen and (max-width: 540px) {
    .header {
        padding: 10px; }
    .header nav .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 20px 0 10px;
        text-align: center;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.19);
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        position: absolute;
        top: 100%;
        left: -105%; }
    .header nav .main-menu.open {
        left: 0; }
    .header nav .main-menu .get-started {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 54px;
        background-color: #473FBB;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .header nav .main-menu ul {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        position: relative;
        left: 0;
        top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .header nav .main-menu ul li {
        display: block;
        margin: 0; }
    .header nav .main-menu ul li a {
        display: block;
        margin-bottom: 0;
        padding: 10px; } }

.page-title {
    line-height: 42px;
    font-size: 56px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 5.6px;
    text-transform: uppercase; }

.slide-title {
    line-height: 28px;
    margin-bottom: 38px;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.028em;
}

.content-slide {
    padding: 103px 20px 82px; }

[class*="-inner"] {
    margin: 0 auto;
    max-width: 1400px; }

.hidden {
    display: none; }

b, strong {
    font-weight: 700; }

em, i {
    font-style: italic; }

.container p, article p {
    line-height: 24px;
    margin-bottom: 24px; }

.container a, article a {
    text-decoration: underline;
    transition: all 0.3s ease;
}

@media screen and (max-width: 940px) {
    .page-title {
        font-size: 38px;
        letter-spacing: 2px; }
    .slide-title {
        margin-bottom: 30px;
        font-size: 22px;
        letter-spacing: 1px; } }

@media screen and (max-width: 540px) {
    .page-title {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0; }
    .content-slide {
        padding: 30px 10px; }
    .slide-title {
        margin-bottom: 20px;
        line-height: 22px;
        font-size: 18px;
        letter-spacing: 0; }
    article p {
        line-height: 20px;
        margin-bottom: 18px;
        font-size: 14px; } }

.footer {
    padding: 50px 20px 52px;
    background: #0C1B4E;
    font-size: 18px;
    color: white; }
.footer nav a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: white; }
.footer nav a.nav-current-page{
    font-weight: bold;
}
.footer nav a:hover {
    text-decoration: underline; }
.footer .copyright {
    margin-top: 23px;
    font-size: 14px; }

.material-disclosure-section {
    padding: 90px 20px; }
.material-disclosure-section article {
    font-size: 14px;
    color: #01141a; }
.material-disclosure-section article h4 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase; }

@media screen and (max-width: 940px) {
    .material-disclosure-section {
        padding: 50px 20px 30px; } }

@media screen and (max-width: 540px) {
    .footer {
        padding: 30px 10px;
        text-align: center; }
    .footer nav a {
        display: block;
        font-size: 12px; }
    .footer nav span {
        display: none; }
    .footer .copyright {
        margin-top: 16px;
        font-size: 12px; }
    .material-disclosure-section {
        padding: 30px 10px 10px;
        text-align: justify; } }

.title-in-page {
    line-height: 28px;
    margin-bottom: 38px;
    font-size: 28px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4.4px; }

.title-page-wrap {
    margin-bottom: 34px;
    min-height: 68px; }
.title-page-wrap h1 {
    margin-bottom: 0;
    letter-spacing: 2px; }
.title-page-wrap span {
    display: block;
    margin-top: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: 300; }

#internal_content {
    padding: 0 20px 0; }
.apply_form #internal_content {
    padding: 0; }
#internal_content .main {
    margin: 0 auto;
    padding: 200px 0 100px;
    max-width: 1400px; }
#internal_content .main_apply {
    margin: 0 auto;
    padding: 130px 0 20px; }
#internal_content .container {
    margin-top: 20px;
    font-weight: 300; }
#internal_content .container h1 {
    line-height: 28px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.028em; }
#internal_content .container #faq-title{
    text-transform: inherit;
    margin-bottom: 40px;
}
#internal_content .container h2, #internal_content .container .accordion-toolbar {
    display: block;
    color: black;
    text-decoration: none;
    margin: 53px 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; }
#internal_content .container h3 {
    line-height: 28px;
    text-transform: uppercase; }
#internal_content .container p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.017em;
    font-weight: 400;
    color: #000000;
}
#internal_content .container a {
    color: #04AC5C;
}
#internal_content .container b {
    font-weight: 600; }
#internal_content .container ul, #internal_content .container ol {
    margin-bottom: 28px; }
#internal_content .container ul li, #internal_content .container ol li {
    margin: 8px 0 8px 36px;
    line-height: 24px; }
#internal_content .container ul {
    list-style: inside disc; }
#internal_content .container ol {
    list-style: inside decimal; }

@media screen and (max-width: 940px) {
    .title-in-page {
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 22px; }
    .title-page-wrap {
        min-height: 34px;
        margin-bottom: 20px; }
    .title-page-wrap h1 {
        letter-spacing: 1px; }
    .title-page-wrap span {
        margin-top: 10px;
        font-size: 14px; }
    #internal_content .main {
        padding: 100px 0 40px; }
    #internal_content .main_apply {
        padding: 70px 0 20px; }
    #internal_content .container {
        font-size: 14px; }
    #internal_content .container h1 {
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 1px; }
    #internal_content .container h2, #internal_content .container .accordion-toolbar {
        margin: 40px 0 20px;
        font-size: 18px;
        line-height: 22px; }
    #internal_content .container h3 {
        line-height: 20px;
        font-size: 14px; }
    #internal_content .container ul, #internal_content .container ol {
        text-align: left; }
    #internal_content .container ul li, #internal_content .container ol li {
        margin-left: 10px; } }

@media screen and (max-width: 540px) {
    #internal_content {
        padding: 0 10px; }
    .apply_form #internal_content {
        padding: 0; }
    #internal_content .container {
        margin-top: 0; text-align:center;}
    #internal_content .container p {
        text-align: justify; } }

.main-slide {
    margin-top: 130px;
    padding-top: 128px;
    padding-bottom: 0;
    background: url("../images/main_bg.jpg") center top/cover no-repeat;
    position: relative; }
.main-slide p {
    margin-bottom: 29px;
    max-width: 540px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300; }
.main-slide h1 {
    margin-bottom: 38px; }
.main-slide .MPL_form {
    margin-bottom: 30px;
    max-width: 830px; }
.main-slide .MPL_form .loan-type {
    padding: 49px 0 130px; }
.main-slide .MPL_form .form-block {
    display: none;
    max-width: 600px;
    margin: 0 -14px; }
.main-slide .MPL_form .form-block:after {
    content: '';
    display: block;
    clear: both; }
.main-slide .MPL_form .form-block .clmn {
    position:relative;
    margin-bottom:20px;
    padding: 0 14px;
    float: left; }
.main-slide .MPL_form .form-block .clmn.small {
    width: 36%; }
.main-slide .MPL_form .form-block .clmn.big {
    width: 64%; }
.main-slide .MPL_form .form-block .clmn.full {
    width: 100%; }
.main-slide .MPL_form .form-block .clmn p {
    margin-bottom: 26px;
    font-size: 12px;
    color: #a2a2a0;
    line-height: 18px; }
.main-slide .MPL_form .form-block .clmn p a {
    color: #a2a2a0; }
.main-slide .MPL_form .view-radio:checked ~ .form-block {
    display: block; }
.main-slide .MPL_form .view-radio:checked ~ .loan-type {
    display: none; }
.main-slide .scope {
    padding: 89px 20px 54px;
    margin: 0 -20px;
    background: rgba(71, 63, 187, 0.85); }
.main-slide .scope h2 {
    margin-bottom: 56px;
    line-height: 28px;
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.8px; }
.main-slide .scope .scope-list {
    text-align: justify; }
.main-slide .scope .scope-list:after {
    content: '';
    display: inline-block;
    width: 100%; }
.main-slide .scope .scope-list .scope-item {
    display: inline-block;
    margin-bottom: 11px;
    height: 97px;
    white-space: nowrap;
    text-align: left; }
.main-slide .scope .scope-list .scope-item:before {
    content: '';
    display: inline-block;
    margin-right: 28px;
    width: 97px;
    height: 97px;
    background-color: #0C1B4E;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMCw0MEM4LjksNDAsMCwzMSwwLDIwUzguOSwwLDIwLDBjMC41LDAsMC44LDAuNCwwLjgsMC44UzIwLjQsMS43LDIwLDEuN0M5LjksMS43LDEuNiw5LjksMS42LDIwUzkuOCwzOC4zLDIwLDM4LjNjMTAsMCwxOC4zLTguMiwxOC4zLTE4LjNjMC0wLjUsMC40LTAuOCwwLjgtMC44YzAuNSwwLDAuOCwwLjQsMC44LDAuOEMzOS45LDMxLDMxLDQwLDIwLDQweiIvPjwvZz48Zz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuMSwyOWMtMC4yLDAtMC40LTAuMS0wLjUtMC4ybC05LjEtNy40Yy0wLjQtMC4zLTAuNC0wLjgtMC4xLTEuMmMwLjMtMC4zLDAuOC0wLjQsMS4yLTAuMUwyMCwyN0wzNy44LDQuN2MwLjMtMC40LDAuOC0wLjQsMS4yLTAuMWMwLjQsMC4zLDAuNCwwLjgsMC4xLDEuMkwyMC44LDI4LjdDMjAuNiwyOC44LDIwLjQsMjguOSwyMC4xLDI5TDIwLjEsMjl6Ii8+PC9nPjwvc3ZnPg==");
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    vertical-align: middle; }
.main-slide .scope .scope-list .scope-item span {
    display: inline-block;
    max-width: 170px;
    white-space: normal;
    font-size: 24px;
    line-height: 28px;
    color: white;
    vertical-align: middle; }
.main-slide .scope .scope-list .scope-item:last-child span {
    max-width: 200px; }

.how-can-use-slide {
    min-height: 770px;
    background: url("../images/how_use_bg.jpg") center top/cover no-repeat;
    text-align: center; }
.how-can-use-slide .service-list {
    margin: 58px auto 25px;
    max-width: 920px;
    overflow: hidden; }
.how-can-use-slide .service-list li {
    display: inline-block;
    margin: 0 15px 25px 19px;
    line-height: 29px;
    font-size: 28px;
    font-weight: 700;
    color: #0C1B4E;
    position: relative; }
.how-can-use-slide .service-list li:not(:last-child):after {
    content: '\2022';
    line-height: 30px;
    position: absolute;
    right: -36px; }

.steps-to-get {
    padding-top: 123px;
    padding-bottom: 124px; }
.steps-to-get .steps-list {
    margin-top: 108px;
    text-align: justify;
    counter-reset: step; }
.steps-to-get .steps-list:after {
    content: '';
    display: inline-block;
    width: 100%; }
.steps-to-get .steps-list .step {
    display: inline-block;
    height: 70px;
    position: relative; }
.steps-to-get .steps-list .step:before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    display: inline-block;
    margin-right: 17px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #473FBB;
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle; }
.steps-to-get .steps-list .step:after {
    content: '';
    display: block;
    position: absolute;
    left: 0; }
.steps-to-get .steps-list .step span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 24px; }
.steps-to-get .steps-list .step:nth-child(1) {
    padding-left: 194px; }
.steps-to-get .steps-list .step:nth-child(1):after {
    width: 219px;
    height: 194px;
    background: url("../images/get-loan-1.svg") no-repeat 50% 50%;
    background-size: cover;
    top: -56px; }
.steps-to-get .steps-list .step:nth-child(2) {
    padding-left: 181px; }
.steps-to-get .steps-list .step:nth-child(2):after {
    width: 189px;
    height: 198px;
    background: url("../images/get-loan-2.svg") no-repeat 50% 50%;
    background-size: cover;
    top: -69px; }
.steps-to-get .steps-list .step:nth-child(3) {
    padding-left: 218px; }
.steps-to-get .steps-list .step:nth-child(3):after {
    width: 212px;
    height: 145px;
    background: url("../images/get-loan-3.svg") no-repeat 50% 50%;
    background-size: cover;
    top: -29px; }

.flexibity-for-situations {
    padding-top: 105px;
    padding-bottom: 65px;
    background: -webkit-gradient(linear, left top, right top, from(#f9f9fb), color-stop(50%, #f9f9fb), color-stop(75%, #fcfcfe), color-stop(95%, #e7edf0), to(#e4e8eb));
    background: linear-gradient(to right, #f9f9fb 0%, #f9f9fb 50%, #fcfcfe 75%, #e7edf0 95%, #e4e8eb 100%);
    position: relative; }
/*.flexibity-for-situations:after {
  content: '';
  margin-right: -694px;
  display: block;
  background: url("../images/woman.png") no-repeat;
  width: 369px;
  height: 534px;
  position: absolute;
  right: 50%;
  bottom: 0; }*/
.flexibity-for-situations .slide-inner {
    position: relative; }
.flexibity-for-situations h2 {
    margin-bottom: 46px;
    position: relative; }
.flexibity-for-situations h2 span {
    position: relative;
    z-index: 1; }
.flexibity-for-situations h2:before {
    content: '';
    display: block;
    width: 305px;
    height: 187px;
    background: url("../images/increased_image.svg") no-repeat 50% 50%;
    background-size: cover;
    font-size: 18px;
    position: absolute;
    left: -137px;
    top: -40px;
    z-index: 0; }
.flexibity-for-situations article {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 1349px) {
    .main-slide .scope .scope-list:after {
        content: '';
        display: block;
        clear: both; }
    .main-slide .scope .scope-list .scope-item {
        display: block;
        width: 50%;
        float: left; }
    .main-slide .scope .scope-list .scope-item span {
        max-width: 100% !important; }
    .steps-to-get h2 {
        text-align: center; }
    .steps-to-get .steps-list:after {
        display: none; }
    .steps-to-get .steps-list .step {
        display: block;
        margin: 0 auto 20px;
        padding-left: 218px !important;
        width: 480px; }
    .steps-to-get .steps-list .step:nth-child(1) {
        margin-bottom: 150px; }
    .steps-to-get .steps-list .step:nth-child(1):after {
        left: 0; }
    .steps-to-get .steps-list .step:nth-child(2) {
        margin-bottom: 130px; }
    .steps-to-get .steps-list .step:nth-child(2):after {
        left: 5px; }
    .flexibity-for-situations {
        padding-right: 370px; }
    .flexibity-for-situations:after {
        margin: 0;
        right: 0; } }

@media screen and (max-width: 940px) {
    .main-slide {
        margin-top: 85px;
        padding-top: 65px; }
    .main-slide .slide-inner {
        position: relative;
        z-index: 1; }
    .main-slide p {
        max-width: 480px;
        font-size: 22px;
        line-height: 30px; }
    .main-slide h1 {
        margin-bottom: 40px; }
    .main-slide .MPL_form .loan-type {
        padding: 30px 0 80px; }
    .main-slide .scope {
        padding: 30px 20px 20px;
        position: relative;
        z-index: 2; }
    .main-slide .scope h2 {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 0; }
    .main-slide .scope .scope-list .scope-item {
        height: 60px; }
    .main-slide .scope .scope-list .scope-item span {
        max-width: 170px !important;
        font-size: 20px;
        line-height: 24px; }
    .main-slide .scope .scope-list .scope-item:before {
        margin-right: 20px;
        width: 60px;
        height: 60px; }
    .how-can-use-slide {
        padding-top: 50px;
        min-height: 430px; }
    .how-can-use-slide .service-list {
        margin: 40px auto 20px;
        max-width: 690px; }
    .how-can-use-slide .service-list li {
        font-size: 22px;
        margin: 0 10px 10px 14px; }
    .how-can-use-slide .service-list li:not(:last-child):after {
        right: -20px; }
    .steps-to-get {
        padding-top: 50px;
        padding-bottom: 50px; }
    .steps-to-get .steps-list {
        margin-top: 80px; }
    .steps-to-get .steps-list .step span {
        font-size: 18px;
        line-height: 20px; }
    .flexibity-for-situations {
        padding: 50px 20px 40px; }
    .flexibity-for-situations h2 {
        margin-bottom: 30px; }
    .flexibity-for-situations:after {
        display: none; } }

@media screen and (max-width: 540px) {
    .main-slide {
        padding: 0;
        background: none;
        text-align: center; }
    .main-slide .slide-inner {
        padding-top: 100px;
        background: url("../images/main_bg.jpg") center top/cover no-repeat;
    }
    .main-slide p {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 18px; }
    .main-slide h1 {
        margin-bottom: 10px; }
    .main-slide .MPL_form {
        margin-bottom: 0; }
    .main-slide .MPL_form .loan-type {
        padding: 20px 0 30px; }
    .main-slide .MPL_form .radio-button {
        margin: 0 10px 10px; }
    .main-slide .MPL_form .form-block {
        margin: 0 -5px 20px; }
    .main-slide .MPL_form .form-block .clmn {
        padding: 0 5px; }
    .main-slide .scope {
        padding: 20px 10px 10px;
        margin: 0 -10px; }
    .main-slide .scope h2 {
        font-size: 18px;
        line-height: 24px; }
    .main-slide .scope .scope-list {
        text-align: center; }
    .main-slide .scope .scope-list .scope-item {
        display: inline-block;
        height: 40px;
        width: 283px;
        float: none; }
    .main-slide .scope .scope-list .scope-item:before {
        margin-right: 14px;
        width: 40px;
        height: 40px; }
    .main-slide .scope .scope-list .scope-item span {
        max-width: 100% !important;
        font-size: 18px;
        line-height: 18px; }
    .how-can-use-slide {
        padding-top: 40px; }
    .how-can-use-slide .service-list {
        margin: 30px auto 10px; }
    .how-can-use-slide .service-list li {
        display: block;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400; }
    .steps-to-get {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 14px; }
    .steps-to-get .steps-list {
        margin-top: 20px;
        text-align: center; }
    .steps-to-get .steps-list .step {
        margin-bottom: 30px !important;
        padding-left: 0 !important;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: auto; }
    .steps-to-get .steps-list .step span {
        width: 130px;
        text-align: left; }
    .steps-to-get .steps-list .step:nth-child(1) {
        padding-top: 140px; }
    .steps-to-get .steps-list .step:nth-child(1):after {
        width: 156px;
        height: 138px;
        margin-left: -85px; }
    .steps-to-get .steps-list .step:nth-child(2) {
        padding-top: 150px; }
    .steps-to-get .steps-list .step:nth-child(2):after {
        width: 134px;
        height: 140px;
        margin-left: -73px; }
    .steps-to-get .steps-list .step:nth-child(3) {
        padding-top: 110px; }
    .steps-to-get .steps-list .step:nth-child(3):after {
        width: 151px;
        height: 106px;
        margin-left: -82px; }
    .steps-to-get .steps-list .step:after {
        top: 0 !important;
        left: 50% !important; }
    .flexibity-for-situations {
        padding: 30px 10px 10px;
        text-align: center; }
    .flexibity-for-situations h2 {
        margin-bottom: 20px; }
    .flexibity-for-situations h2:before {
        font-size: 12px;
        left: -96px;
        top: -20px; }
    .flexibity-for-situations p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 20px;
        text-align: justify; }
    .btn.medium {
        width: 150px;
    }
}

#internal_content .c_form {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
#internal_content .c_form h1 {
    text-align: left;
    color: #473FBB;
}
@media screen and (max-width: 940px) {
    .contact_form {
        width: 100%; } }

.contact_form .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact_form .flex-container .form-col {
    position: relative;
    width: calc(50% - 35px);
}
.contact_form .flex-container .form-col:last-child {
    margin-left: auto;
}
.contact_form .flex-container .form-info {
    width: 100%;
    max-width: 461px;
    padding: 0 10px;
}
.contact_form .flex-container .form-info_location {
    width: 100%;
    max-width: 260px;
}
.contact_form .flex-container .form-subtitle {
    width: 100%;
    max-width: 285px;
}

.contact_form .contact-btn {
    display: block;
    background: #FFFFFF;
    border: 1px solid #0C1B4E;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #0C1B4E;
    margin: 0 0 0 auto;
}
.contact_form .contact-btn:hover {
    background-color: #302A80;
    border-radius: 3px;
    color: #FFFFFF;
}

.contact_form .req {
    color: red; }
.contact_form .form-group .textField.error {
    border: 1px solid #F33838 !important;
}

.contact_form .form-group .textField::placeholder {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact_form .form-group .placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    position: absolute;
    top: 22px;
    left: 35px;
    transition: 0.4s;
    pointer-events: none;
}

.contact_form .form-group .textField:focus~.placeholder,
.contact_form .form-group .textField:not(:placeholder-shown)~.placeholder {
    font-size: 12px;
    line-height: 16px;
    top: 6px;
    left: 20px;
}

.contact_form .form-group .textField~label {
    display: none;
}

.contact_form .form-group .textField.error~label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #F33838;
    text-align: left;
}

.contact_form .form-group textarea {
    padding: 20px;
    min-height: 165px;
}
.contact_form .mand {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

#internal_content .container a:hover {
    color: #04AC5C;
    text-decoration: none
}
.fieldset .form-group{
    position: relative;
    margin-bottom: 10px;
}
#internal_content .container .desc.success_icon{
    text-align: center;
}
#internal_content .container .desc.success_contact{
    margin: 30px 0 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.028em;
    color: #000000;
    text-align: center;
}
#internal_content .container .under-success_contect{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.017em;
    color: #000000;
    text-align: center;
}


@media screen and (max-width: 1349px) {
    .contact_form .flex-container {
        display: block;
    }
    .contact_form .flex-container .form-col {
        width: 100%;
        padding: 0;
    }
    .contact_form .flex-container .form-col:last-child {
        margin-left: 0;
    }
    .contact_form .flex-container .form-info,
    .contact_form .flex-container .form-info_location {
        max-width: 100%;
        padding: 0;
    }
    .contact_form .flex-container .form-subtitle {
        max-width: 100%;
    }
}
@media screen and (max-width: 940px) {
    .contact_form .form-group .placeholder {
        top: 12px;
    }
}
@media screen and (max-width: 540px){
    #internal_content .container #feedCaptchaHidden-error{
        text-align:left;
    }
    .contact_form .contact-btn {
        width: 100%;
    }
    .contact_form .form-group .placeholder {
        top: 16px;
        left: 18px;
        font-size: 14px;
        line-height: 19px;
    }

    .contact_form .form-group .textField:focus~.placeholder,
    .contact_form .form-group .textField:not(:placeholder-shown)~.placeholder {
        top: 6px;
        font-size: 11px;
        line-height: 13px;
    }
}
