

:root {
    --dark-text: #000;
    --dark-bg: #000;
    --light-text: #fff;
    --light-bg: #fff;
    --primary-text: #5c6ded;
    --primary-bg: #5c6ded;
    --grey-bg: #939798;
    --grey-text: #939798;
}

.btn, button {
    cursor: pointer
}

:focus, button {
    outline: 0
}

.header, .just:after {
    width: 100%
}

.header nav, .header nav ul, .nowrap {
    white-space: nowrap
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype')
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.btn.big, .btn.medium, .btn.small {
    font-weight: 400
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

ol, ul {
    list-style: none
}

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

blockquote, q {
    quotes: none
}

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

button {
    background-color: transparent;
    border: 0
}

.transition {
    transition: all .3s;
    -webkit-transition: all .3s
}

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

.header .header-inner:after, .how-can-use-slide .service-list:after, .how-can-use-slide .slide-inner:after, .how-can-use-slide:after, .just:after, .main-slide .MPL_form .form-block:after, .scope .scope-list .scope-item:after, .scope .scope-list .scope-item:before, .steps-to-get .steps-list .step:after {
    content: ''
}

.btn, .just .item, .just:after {
    display: inline-block
}

.just {
    font-size: .04px;
    text-align: justify
}

.just .item {
    font-size: 18px;
    vertical-align: top;
    text-align: left
}

.btn {
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    text-align: center
}

.btn.small {
    padding: 0 44px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    letter-spacing: 1px
}

.btn.medium {
    padding: 0 49px;
    height: 81px;
    line-height: 81px;
    font-size: 18px;
    letter-spacing: 2px
}

.btn.big {
    padding: 0 56px;
    height: 89px;
    line-height: 89px;
    font-size: 25px;
    letter-spacing: 1.2px
}

.btn.get-started {
    background: var(--primary-bg);
    color: var(--light-text);
}

.btn:hover {
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .5)
}

.btn:active {
    -webkit-box-shadow: inset 0 4px 16px rgba(0, 0, 0, .5);
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .5)
}

input[type=email]:not(.omInputText), input[type=number]:not(.omInputText), input[type=password]:not(.omInputText), input[type=tel]:not(.omInputText), input[type=text]:not(.omInputText), select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.omReApply_input):not(.om-select), textarea:not(.omInputText){
    margin-bottom: 0;
    padding: 0 22px;
    width: 100%;
    height: 66px;
    border: 1px solid var(--grey-bg);
    background: 0 0;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    border-radius: 4px;
    color: var(--dark-text)
}

input[type=email]:not(.omInputText)::-webkit-input-placeholder, input[type=number]:not(.omInputText)::-webkit-input-placeholder, input[type=password]:not(.omInputText)::-webkit-input-placeholder, input[type=tel]:not(.omInputText)::-webkit-input-placeholder, input[type=text]:not(.omInputText)::-webkit-input-placeholder, select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select)::-webkit-input-placeholder, textarea:not(.omInputText)::-webkit-input-placeholder {
    color: var(--dark-text)
}

input[type=email]:not(.omInputText):-ms-input-placeholder, input[type=number]:not(.omInputText):-ms-input-placeholder, input[type=password]:not(.omInputText):-ms-input-placeholder, input[type=tel]:not(.omInputText):-ms-input-placeholder, input[type=text]:not(.omInputText):-ms-input-placeholder, select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select):-ms-input-placeholder, textarea:not(.omInputText):-ms-input-placeholder {
    color: var(--dark-text)
}

input[type=email]:not(.omInputText)::-ms-input-placeholder, input[type=number]:not(.omInputText)::-ms-input-placeholder, input[type=password]:not(.omInputText)::-ms-input-placeholder, input[type=tel]:not(.omInputText)::-ms-input-placeholder, input[type=text]:not(.omInputText)::-ms-input-placeholder, select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select)::-ms-input-placeholder, textarea:not(.omInputText)::-ms-input-placeholder {
    color: var(--dark-text)
}

input[type=email]:not(.omInputText)::placeholder, input[type=number]:not(.omInputText)::placeholder, input[type=password]:not(.omInputText)::placeholder, input[type=tel]:not(.omInputText)::placeholder, input[type=text]:not(.omInputText)::placeholder, select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select)::placeholder, textarea:not(.omInputText)::placeholder {
    color: var(--dark-text)
}

select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):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
}

select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select) option {
    color: var(--dark-text)
}

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

.radio-button {
    display: inline-block;
    margin-right: 60px
}

.radio-button:last-child {
    margin-right: 0
}

.radio-button label {
    background: var(--light-bg);
    color: var(--dark-text);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px rgba(0, 0, 0, .05)
}

.radio-button label:hover {
    background: var(--primary-bg);
    color: var(--light-text)
}

.radio-button input {
    display: none
}

.accordion .accordion-toolbar, .accordion h2 {
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 20px !important;
    cursor: pointer;
    letter-spacing: 0;
    text-align: left;
    text-transform: none !important
}

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

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

body {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--dark-text);
    line-height: 16px;
    background: var(--light-bg)
}

.site-wrap {
    min-width: 320px;
    overflow: hidden
}

.header {
    min-width: 320px;
    padding: 36px 20px;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.header .header-inner:after {
    display: block;
    clear: both
}

.header .logo {
    display: block;
    width: 9.14167em;
    height: 3.05417em;
    background-image: url(../images/wowpersonalloans.svg);
    background-size: cover;
    float: left
}

.header nav {
    margin: 4px 0;
    text-align: right;
    float: right
}

.header nav .menu-toggle {
    display: inline-block;
    padding: 0;
    margin-right: 36px;
    margin-top: 0;
    width: 1.875em;
    height: 1.54167em;
    font-size: 24px;
    border: none;
    vertical-align: middle;
    right: 274px
}

.header nav .menu-toggle.big {
    display: inline-block
}

.header nav .menu-toggle.small {
    display: none
}

.header nav .main-menu, .header nav ul, .header nav ul li {
    display: inline-block
}

.header nav ul {
    padding: 22px 0;
    margin-right: 12px;
    width: 0;
    height: 64px;
    -webkit-transition: width .3s;
    transition: width .3s;
    overflow: hidden;
    vertical-align: middle;
}

.header nav ul li {
    margin-right: 28px
}

.header nav ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: var(--dark-text)
}

.container a, .header nav ul li a:hover, article a {
    text-decoration: underline
}

.header nav ul li a.active {
    font-weight: 700
}

.header nav .main-menu.open ul {
    width: 420px
}

.header.after-scroll {
    padding-top: 10px;
    padding-bottom: 10px
}

.header.after-scroll .logo {
    font-size: .7em
}

.header.after-scroll nav {
    margin: 0
}

.header.after-scroll nav .btn {
    height: 50px;
    line-height: 50px
}

.header.after-scroll nav ul {
    padding: 13px 0;
    height: 50px
}

.page-title {
    line-height: 56px;
    font-size: 36px;
    color: var(--dark-text)
}

.slide-title {
    margin-bottom: 26px;
    line-height: 80px;
    font-size: 70px;
    color: var(--dark-text);
    font-weight: 300
}

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

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

.hidden {
    display: none
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

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

.footer {
    padding: 71px 20px 74px;
    background: var(--grey-bg);
    font-size: 18px;
    color: var(--light-text)
}

.footer nav a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--light-text);
    letter-spacing: 1px;
    line-height: normal;
}

.footer nav a:hover, .footer nav a.active {
    text-decoration: underline
}

.footer .copyright {
    margin-top: 24px;
    letter-spacing: .9px
}

.material-disclosure-section {
    padding: 91px 20px;
}

.material-disclosure-section article {
    font-size: 14px;
    color: var(--dark-text)
}

.material-disclosure-section article h4 {
    margin-bottom: 28px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400
}

.material-disclosure-section article p {
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: .35px
}

.title-in-page {
    line-height: 40px;
    margin-bottom: 38px;
    font-size: 36px;
    color: var(--dark-text);
    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;
    text-transform: none
}

.title-page-wrap span {
    display: block;
    margin-top: 14px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 300
}

#internal_content {
    padding: 0 20px
}

#internal_content .main {
    margin: 0 auto;
    padding: 200px 0 100px;
    max-width: 1410px
}

#internal_content .container {
    margin-top: 20px;
    font-weight: 300;
    overflow-wrap: break-word;
    word-wrap: break-word;
	line-height: 28px;
    font-size: 16px;
    font-weight: 300
}

#internal_content .container h1 {
    line-height: 40px;
    margin-bottom: 34px;
    font-size: 36px;
    color: var(--dark-text);
    letter-spacing: 2px;
    text-transform: none
}

#internal_content .container .accordion-toolbar, #internal_content .container h2 {
    display: block;
    color: var(--dark-text);
    text-decoration: none;
    margin: 53px 0 30px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px
}

#internal_content .container h3 {
    line-height: 28px;
    text-transform: uppercase
}

#internal_content .container p {
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300
}

#internal_content .container p:last-child {
    margin-bottom: 0
}

#internal_content .container a {
    color: var(--primary-text);
    text-decoration: none
}

#internal_content .container a:hover {
    text-decoration: underline
}

#internal_content .container b {
    font-weight: 600
}

#internal_content .container ol, #internal_content .container ul {
    margin-bottom: 28px;
    text-align: left
}

#internal_content .container ol li, #internal_content .container ul li {
    margin: 8px 0 8px 36px;
    line-height: 24px;
    font-size: 16px
}

#internal_content .container ul {
    list-style: disc inside
}

#internal_content .container ol {
    list-style: decimal inside
}

.main-slide {
    padding-top: 333px;
    padding-bottom: 0;
    background: url(../images/main_bg.jpg) center top/cover no-repeat;
    position: relative
}

.main-slide .slide-inner {
    position: relative;
    z-index: 1
}

.main-slide p {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300
}

.main-slide h1 {
    line-height: 71px;
    margin-bottom: 26px
}

.main-slide .MPL_form {
    margin-bottom: 77px
}

.main-slide .MPL_form .loan-type {
    padding: 8px 0 209px
}

.main-slide .MPL_form .form-block {
    display: none;
    max-width: 618px
}

.main-slide .MPL_form .form-block:after {
    display: block;
    clear: both
}

.main-slide .MPL_form .form-block .clmn {
    padding: 0 14px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: var(--grey-text);
    line-height: 18px
}

.main-slide .MPL_form .form-block .clmn p a {
    color: var(--grey-text)
}

.main-slide .MPL_form .view-radio:checked ~ .form-block {
    display: block
}

.main-slide .MPL_form .view-radio:checked ~ .loan-type {
    display: none
}

.main-slide .MPL_form .btn {
    padding: 0;
    margin-bottom: 10px;
    width: 291px
}

.steps-to-get {
    padding-bottom: 138px
}

.steps-to-get .steps-list .step {
    margin-right: 147px;
    margin-bottom: 0;
    display: inline-block;
    min-height: 14px;
    line-height: 22px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400
}

.steps-to-get .steps-list .step:after {
    display: block;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .4);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA4IDEzLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDggMTMuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBvbHlnb24gZmlsbD0iIzBEMEYwRiIgcG9pbnRzPSIxLjQsMTMuNiAwLDEyLjQgNS40LDYuOCAwLDEuNCAxLjQsMCA4LDYuOCAiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -108px
}

.steps-to-get .steps-list .step:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.steps-to-get .steps-list .step:last-child:after {
    display: none
}

.scope {
    padding-top: 106px;
    padding-bottom: 76px
}

.scope:after {
    content: '';
    display: block;
    clear: both
}

.scope h2 {
    margin-bottom: 68px;
    line-height: 40px;
    font-size: 36px;
    color: var(--dark-text);
    font-weight: 400
}

.scope .scope-list .scope-item {
    margin-bottom: 20px;
    margin-right: 28px;
    display: inline-block;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.scope .scope-list .scope-item:before {
    display: inline-block;
    margin-right: 34px;
    background-color: var(--light-bg);
    vertical-align: middle
}

.scope .scope-list .scope-item:after {
    margin-top: -23px;
    width: 1px;
    height: 46px;
    background: var(--dark-bg);
    position: absolute;
    right: 0;
    top: 50%
}

.scope .scope-list .scope-item span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--dark-text);
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 3.4px
}

.scope .scope-list .scope-item:nth-child(1) {
    padding-right: 60px
}

.scope .scope-list .scope-item:nth-child(1):before {
    width: 2.70833em;
    height: 3.09583em;
    background-image: url(../images/scope-1.svg);
    background-size: cover;
}

.scope .scope-list .scope-item:nth-child(2) {
    padding-right: 45px
}

.scope .scope-list .scope-item:nth-child(2):before {
    width: 2.5em;
    height: 3.1375em;
    background-image: url(../images/scope-2.svg);
    background-size: cover;
}

.scope .scope-list .scope-item:nth-child(3) {
    padding-right: 85px
}

.scope .scope-list .scope-item:nth-child(3):before {
    width: 1.95833em;
    height: 2.84167em;
    background-image: url(../images/scope-3.svg);
    background-size: cover;
}

.scope .scope-list .scope-item:nth-child(4) {
    margin-right: 0
}

.scope .scope-list .scope-item:nth-child(4):after {
    display: none
}

.scope .scope-list .scope-item:nth-child(4):before {
    width: 2.16667em;
    height: 2.54167em;
    background-image: url(../images/scope-4.svg);
    background-size: cover;
}

.how-can-use-slide {
    padding: 92px 20px 90px;
    min-height: 624px;
    background: url(../images/how-can-use-bg_new.jpg) center top/cover no-repeat;
    text-align: left;
    position: relative
}

.how-can-use-slide:after {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.how-can-use-slide .slide-inner:after {
    display: block;
    clear: both
}

.how-can-use-slide .slide-inner .pull-right {
    padding-left: 15px;
    width: 50%;
    position: relative;
    z-index: 1;
    float: right
}

.how-can-use-slide h2 {
    display: inline-block;
    max-width: 640px;
    margin-bottom: 27px
}

.how-can-use-slide .service-list {
    display: inline-block;
    margin-bottom: 71px;
    overflow: hidden
}

.how-can-use-slide .service-list:after {
    display: block;
    clear: both
}

.how-can-use-slide .service-list li {
    display: block;
    width: 50%;
    min-height: 42px;
    margin: 0;
    line-height: 42px;
    font-size: 26px;
    color: var(--dark-text);
    position: relative;
    float: left
}

.how-can-use-slide .service-list li:before {
    display: inline-block;
    margin-right: 15px;
    content: '\2022';
    line-height: 48px;
    vertical-align: middle
}

.flexibity-for-situations {
    padding-top: 134px;
    padding-bottom: 109px;
    background: url(../images/flexibility_bg.jpg) right center/cover no-repeat;
    position: relative
}

.flexibity-for-situations h2 {
    margin-bottom: 82px;
    position: relative
}

.flexibity-for-situations h2 span {
    position: relative;
    z-index: 1
}

.flexibity-for-situations article {
    max-width: 1250px;
    position: relative;
    z-index: 2
}

.contact_form {
    width: 50%
}

.contact_form .req {
    color: red
}
#internal_content p.desc.success_contact {
    color: green;
    font-size: 28px;
}
#internal_content .container p.desc {
    margin-bottom: 14px;
}

#internal_content .container.c_form h1 {
    margin-bottom: 5px;
}

.container.c_form .form-group {
    margin-bottom: 20px;
}
.contact_form .field input.error, .contact_form .field textarea.error {
    border-color: red !important
}

.contact_form .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.contact_form .form-group textarea {
    padding: 10px 22px;
    min-height: 140px
}

.contact_form .mand {
    font-size: 14px;
    margin-bottom: 10px
}

#omReApplyPage {
    line-height: normal;
}
#omReApplyPage .omReApplySection .omReapply_margin,
#omReApplyPage  .omReApplySection  .omReApply_input {
    margin-top: 0;
    margin-bottom: 0;
}
#omReApplyPage .omReApplySection .omReApply_clmn{
    margin-bottom:5px;
}
#omReApplyPage .omReApplySection .omReApplyBttnOrange {
    margin-top:5px;
}
.apply_page #internal_content {
    padding: 135px 0 0;
}

.apply_page .header {
    position: absolute;
    background: var(--light-bg);
    padding: 36px 20px;
}
.apply_page .site-wrap {
    position: relative;
}
#omForm.omForm {
    background: var(--light-bg);
}
#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: var(--primary-bg);
}
@media screen and (max-width: 1262px) {
    .header nav ul {
        -webkit-transition: width 0s;
        transition: width 0s
    }

    .steps-to-get .steps-list .step {
        margin-right: 130px;
        margin-bottom: 0
    }

    .scope .scope-list .scope-item {
        margin-right: 0;
        width: 50%;
        float: left
    }

    .scope .scope-list .scope-item:after {
        display: none
    }

    .how-can-use-slide .service-list li {
        width: 100%
    }
}

@media screen and (max-width: 1080px) {
    .header nav ul, .steps-to-get .steps-list .step {
        margin-right: 0;
        text-align: center;
        display: block
    }

    .accordion .accordion-toolbar, .accordion h2 {
        font-size: 16px
    }

    .header nav ul {
        padding: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(255, 255, 255, .8);
        position: absolute;
        top: 100%;
        right: -105%;
        -webkit-transition: right .3s;
        transition: right .3s
    }

    #internal_content .container h1, .title-in-page {
        line-height: 32px;
        font-size: 30px
    }

    .header nav .main-menu.open ul {
        width: 100%;
        right: 0
    }

    .header.after-scroll nav ul {
        padding: 0;
        height: 64px
    }

    .main-slide .MPL_form {
        margin-bottom: 40px
    }

    .steps-to-get {
        padding-bottom: 80px
    }

    .steps-to-get .steps-list .step {
        margin-bottom: 100px
    }

    .steps-to-get .steps-list .step:after {
        margin-top: 0;
        margin-left: -30px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjEwMSAzMiAxNCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDEwMSAzMiAxNCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cG9seWdvbiBmaWxsPSIjMEQwRjBGIiBwb2ludHM9IjEwMS4yLDMzLjQgMTAyLjQsMzIgMTA4LDM3LjQgMTEzLjQsMzIgMTE0LjgsMzMuNCAxMDgsNDAgIi8+PC9nPjwvc3ZnPg==);
        background-size: 14px 8px;
        top: auto;
        right: auto;
        bottom: -80px;
        left: 50%
    }

    .scope .scope-list .scope-item {
        padding-right: 0 !important;
        display: block
    }

    .how-can-use-slide:after {
        display: block
    }

    .how-can-use-slide .slide-inner .pull-right {
        padding-left: 0;
        width: 100%
    }

    .how-can-use-slide .service-list li {
        width: 50%
    }

    .flexibity-for-situations {
        background: linear-gradient(100deg, var(--light-bg) 0, var(--light-bg) 50%, #f0f0f2 75%, #e2e3e7 95%, #e2e3e7 100%)
    }
}

@media screen and (max-width: 880px) {
    .btn.small {
        padding: 0 26px;
        height: 50px;
        line-height: 50px
    }

    .btn.medium {
        height: 60px;
        line-height: 60px;
        font-size: 14px
    }
    .apply_page #internal_content {
        padding: 65px 0 0;
    }
    .apply_page .header {
        padding: 10px;
    }
    .btn.big {
        height: 66px;
        line-height: 66px;
        font-size: 22px
    }

    input[type=email]:not(.omInputText), input[type=number]:not(.omInputText), input[type=password]:not(.omInputText), input[type=tel]:not(.omInputText), input[type=text]:not(.omInputText), select:not(.omInputText):not(.omReApply_input):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select), textarea:not(.omInputText) {
        margin-bottom: 0;
        padding: 0 20px;
        height: 60px;
        font-size: 16px
    }

    .radio-button {
        margin-right: 0
    }

    .accordion .accordion-toolbar, .accordion h2 {
        line-height: 20px;
        font-size: 14px
    }

    .accordion .accordion-content {
        padding-bottom: 20px
    }

    .header {
        padding: 10px
    }

    .header .logo {
        font-size: 15px
    }

    .header nav .menu-toggle {
        margin-right: 20px;
        margin-top: 0;
        font-size: 18px;
        right: 240px
    }

    .header nav .main-menu {
        left: -105%
    }

    .header nav .main-menu.open {
        left: 0
    }

    .page-title {
        line-height: 44px;
        font-size: 38px
    }

    .slide-title {
        margin-bottom: 14px;
        line-height: 50px;
        font-size: 50px
    }

    .content-slide {
        padding: 103px 10px 82px
    }

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

    .material-disclosure-section article {
        text-align: justify
    }

    .how-can-use-slide, .how-can-use-slide .slide-inner .pull-right, .scope {
        text-align: center
    }

    .material-disclosure-section article h4 {
        margin-bottom: 20px;
        font-size: 14px
    }

    .material-disclosure-section article p {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 12px
    }

    .title-in-page {
        line-height: 28px;
        margin-bottom: 20px;
        font-size: 24px
    }

    .title-page-wrap {
        margin-bottom: 20px;
        min-height: 34px
    }

    .title-page-wrap h1 {
        letter-spacing: 1px
    }

    .title-page-wrap span {
        margin-top: 10px;
        font-size: 14px
    }

    #internal_content {
        padding: 0 10px
    }

    #internal_content .main {
        padding: 100px 0 40px
    }

    #internal_content .container {
        font-size: 14px
    }

    #internal_content .container h1 {
        line-height: 28px;
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 1px
    }

    #internal_content .container .accordion-toolbar, #internal_content .container h2 {
        margin: 40px 0 20px;
        font-size: 16px
    }

    #internal_content .container h3 {
        line-height: 20px;
        font-size: 14px
    }

    #internal_content .container p {
        margin-bottom: 24px;
        line-height: 24px
    }

    #internal_content .container ol li, #internal_content .container ul li {
        margin: 8px 0 8px 10px
    }

    .main-slide {
        padding-top: 140px;
        padding-bottom: 0
    }

    .main-slide p {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 28px
    }

    .main-slide h1 {
        line-height: 54px
    }

    .main-slide .MPL_form .loan-type {
        padding: 10px 0 40px;
        text-align: center
    }

    .main-slide .MPL_form .form-block {
        max-width: none;
        margin: 0 -10px
    }

    .main-slide .MPL_form .form-block .clmn {
        padding: 0 10px
    }

    .main-slide .MPL_form .btn {
        margin-right: 0;
        width: 240px
    }

    .steps-to-get {
        padding-bottom: 50px
    }

    .steps-to-get .steps-list .step {
        margin-bottom: 60px;
        font-size: 16px
    }

    .how-can-use-slide .service-list, .how-can-use-slide h2, .scope h2 {
        margin-bottom: 20px
    }

    .steps-to-get .steps-list .step:after {
        margin-left: -20px;
        width: 40px;
        height: 40px;
        background-size: 12px 6px;
        bottom: -50px
    }

    .scope {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .scope h2 {
        line-height: 34px;
        font-size: 30px
    }

    .scope .scope-list .scope-item {
        display: inline-block;
        width: 330px;
        float: none
    }

    .how-can-use-slide {
        padding: 40px 10px;
        min-height: 400px
    }

    .how-can-use-slide .service-list li {
        width: 100%;
        margin: 0;
        line-height: 28px;
        font-size: 20px
    }

    .how-can-use-slide .service-list li:before {
        display: none
    }

    .flexibity-for-situations {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .flexibity-for-situations h2 {
        margin-bottom: 30px
    }

    .contact_form {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    input[type=email]:not(.omInputText), input[type=number]:not(.omInputText), input[type=password]:not(.omInputText), input[type=tel]:not(.omInputText), input[type=text]:not(.omInputText), select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select), textarea:not(.omInputText) {
        padding: 0 10px;
        height: 44px;
        font-size: 12px
    }

    .header .logo {
        font-size: 12px
    }

    .header nav .menu-toggle {
        margin-right: 0;
        margin-top: 4px;
        right: 10px
    }

    .header nav .menu-toggle.big {
        display: none
    }

    .header nav .menu-toggle.small {
        display: inline-block
    }

	.header nav .menu-toggle.small svg {
		max-width: 100%;
		height: auto;
	}

    .header nav ul {
        padding-top: 10px;
        height: auto;
        line-height: 20px;
        background: 0 0;
        position: static;
        top: auto;
        right: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .header nav ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 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;
        padding: 10px 0;
        width: 100%;
        background: rgba(255, 255, 255, .8);
        position: absolute;
        top: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header nav .main-menu .get-started {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .header nav .main-menu.open ul {
        right: auto
    }

    .header.after-scroll nav ul {
        height: auto
    }

    .page-title {
        line-height: 30px;
        font-size: 26px
    }

    .slide-title {
        line-height: 40px;
        font-size: 36px
    }

    .footer {
        padding: 20px 10px
    }

    .footer nav {
        text-align: center
    }

    .footer nav a {
        display: block;
        font-size: 16px
    }

    .footer nav span {
        display: none
    }

    .footer .copyright {
        margin-top: 20px;
        font-size: 12px;
        text-align: center
    }

    .material-disclosure-section {
        padding: 30px 10px
    }

    #internal_content .container {
        margin-top: 0
    }

    #internal_content .container p {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 14px;
        text-align: justify
    }

    #internal_content .container ol li, #internal_content .container ul li {
        font-size: 14px
    }

    .main-slide {
        padding-top: 80px
    }

    .main-slide p {
        font-size: 18px;
        line-height: 22px
    }

    .main-slide h1 {
        line-height: 40px
    }

    .main-slide .MPL_form .form-block .clmn.full {
        text-align: center
    }

    .scope h2 {
        line-height: 24px;
        font-size: 22px
    }

    .scope .scope-list .scope-item {
        width: 250px
    }

    .scope .scope-list .scope-item span {
        font-size: 12px;
        letter-spacing: 1.4px
    }
}

.interstitial {
    font-size: 16px;
}

#omForm .om_mddl {
    line-height: 1.2;
}

form.form-page {
    width: 100%;
    max-width: 540px;
    margin: 0 0 209px;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--light-bg);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.20);
}

form.form-page > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form-page .input-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 100%;
    margin: 0 20px 0 0;
}

form.form-page select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select),
form.form-page input[type=email]:not(.omInputText) {
    width: 100%;
    height: 55px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #b5bcc4;
    font-size: 20px;
    background-color: var(--light-bg);
}

form.form-page select:not(.omInputText):not(#interstitial_amount):not(.omFormMod):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part):not(.om-select) {
    background: var(--light-bg) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIG92ZXJmbG93PSJ2aXNpYmxlIiB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCA1MzEuNzQgNDYwLjUiPgogIDxwYXRoIGZpbGw9IiM1YzZkZWQiIHN0cm9rZT0iIzVjNmRlZCIgZD0iTTUzMC44NzQuNWwtMjY1LjAwNCA0NTlMLjg2Ni41eiIvPgo8L3N2Zz4K) no-repeat right 15px center;
}

form.form-page .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    line-height: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

form.form-page .text-req {
    display: none;
    color: #bd3d3d;
    margin: 10px 0 0 5px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

form.form-page .error .text-req {
    display: block;
}

form.form-page .input-wrap.error input {
    border-color: #bd3d3d;
}

form.form-page .input-wrap.error input::-webkit-input-placeholder {
    color: #bd3d3d;
}

form.form-page .input-wrap.error input::-moz-placeholder {
    color: #bd3d3d;
}

form.form-page .input-wrap.error input:-ms-input-placeholder {
    color: #bd3d3d;
}

form.form-page .input-wrap.error input::-ms-input-placeholder {
    color: #bd3d3d;
}

form.form-page .input-wrap.error input::placeholder {
    color: #bd3d3d;
}

@media screen and (max-width: 880px) {
    form.form-page {
        margin: 0 auto 70px;
    }
}

@media screen and (max-width: 572px) {
    form.form-page {
        margin: 0 auto 30px;
    }

    form.form-page > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    form.form-page .input-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 0 20px;
    }

    form.form-page .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
