html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Albert Sans', sans-serif !important;
    background-color: #faf8f9;
    color: #242630;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
}

a {
    color: #be3f90;
}

a:hover {
    color: #be3f90;
}

a:focus,
a:focus-visible,
button:focus {
    outline: 1px solid #be3f90;
}

p {
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

b,
strong {
    font-weight: 700;
}

.brand-color-1 {
    color: #be3f90;
}

.special-color{
    color: #be3f90;
}

.cbtn {
    display: inline-block;
    padding: 1.2rem 1.5rem;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cbtn:hover,
.cbtn:focus {
    color: #fff;
    text-decoration: none;
    transform: scale(1.04);
}

.btn-full-width {
    width: 100%;
}

.red-font {
    color: red;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.alert {
    margin: 0 0 3rem 0;
    font-size: 1.8rem;
}


/* BG PARTS */

.site-wrap {
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.view-homepage{
    background-color: #fff;
}

.bgp {
    position: absolute;
    z-index: -1;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease 400ms;
}


/* MAIN MENU - NAVBAR */

.site-header-wrap{
    background-color: white;
    margin-bottom: 2rem;
}

.navbar,
.navbar-brand {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand a,
.navbar-brand img {
    z-index: 0;
    position: relative;
}

.navbar .navbar-collapse,
.navbar-toggler-wrap {
    padding: 2.5rem 0 2.5rem 0;
    justify-content: flex-end;
}

.navbar .navbar-nav {
    padding: 0 4rem 0 16rem;
}

.navbar .nav-link {
    font-size: 1.8rem;
    font-weight: 600;
    color: #242630;
    transition: all ease 300ms;
}

.navbar .nav-link.active {
    color: #be3f90;
}

.navbar .nav-link:hover {
    color: #838895;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link.disabled {
    color: #777;
}

.navbar .nav-login {
    display: block;
    min-width: 18rem;
    padding: 1.5rem;
    background-color: rgba(165, 63, 139, 1);
    background-image: linear-gradient(90deg, rgba(165, 63, 139, 1) 0%, rgba(58, 40, 94, 1) 100%);
    border-radius: 5rem;
    color: #fff;
    text-align: center;
    transition: transform ease 300ms;
    margin-left: 1.5rem;
}

.navbar .nav-profile-wrap {
    position: relative;
    margin: 0 2.5rem;
    padding: 0 0 0 2.5rem;
}

.navbar .nav-profile-wrap:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: calc(50% - 2.2rem);
    width: 1px;
    height: 4.4rem;
    background: #be3f90;
}

.navbar .nav-profile {
    height: 5.3rem;
    width: 5.3rem;
    border: 2px solid #be3f90;
    background: url(../images/icons/user-2.svg) center center no-repeat;
    background-size: 3.4rem;
    border-radius: 100%;
    transition: all ease 300ms;
}

.navbar .nav-profile:hover {
    transform: scale(1.04);
}

.navbar .nav-login:hover {
    transform: scale(1.04);
    color: #fff;
}

.navbar .dropdown-menu {
    font-size: 1.6rem;
}

.navbar .dropdown-toggle:after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #be3f90;
}

.navbar .navbar-toggler {
    margin: 0 1.5rem 0 0;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 2rem;
    transition: all ease 300ms;
}

.navbar .navbar-toggler:hover {
    transform: scale(1.04);
}

.navbar .navbar-toggler-line {
    display: block;
    width: 4rem;
    height: 0.2rem;
    margin: 0 0 0.8rem 0;
    background: #be3f90;
}

.navbar .navbar-toggler-line:first-of-type {
    margin-top: 0.8rem;
}


/* SITE FOOTER */

.site-footer-wrap {
    position: relative;
    margin: 0 0 0 0;
    padding: 3rem 0;
    border-top: 1.3rem solid #5e5e5e;
    background-color: rgba(186, 71, 152, 1);
    background-image: linear-gradient(90deg, rgba(186, 71, 152, 1) 0%, rgba(58, 40, 94, 1) 100%);
}

.site-footer-wrap,
.site-footer a,
.site-footer .blocks a {
    color: #fff;
}

.site-footer .right {
    text-align: right;
}

.site-footer .logo-partner.mastercard {
    max-height: 6.5rem;
}

.site-footer .logo-partner.visa {
    max-height: 4rem;
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 0 0 0;
}

.site-footer .support-heading {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 2.1rem;
    font-weight: 600;
    color: #fff;
}

.site-footer .support-wrap {
    text-align: center;
}

.site-footer .blocks .row{
    align-items: top;
}

.site-footer .block {
    font-size: 1.4rem;
    font-weight: 600;
}

.site-footer .block a {
    text-decoration: none;
}

.site-footer .block a:hover {
    text-decoration: underline;
}

.site-footer .block-logo {
    margin: 2rem 0;
}

.site-footer .block-logo img {
    max-width: 100%;
    max-height: 15rem;
}

.site-footer .block-title {
    margin: 1.25rem 0 1.5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.site-footer .block-menu ul {
    padding: 0;
    list-style: none;
    color: #fff;
}

.site-footer .block-menu ul li {
    margin: 0 0 1.5rem 0;
}

.site-footer .block-support a {
    display: block;
    margin: 0 0 1.5rem 0;
}

.site-footer .block-socials a {
    display: inline-block;
    margin: 0 2rem 0 0;
}

.site-footer .block-partners {
    text-align: center;
}

.site-footer .logo-partner {
    max-height: 5.5rem;
}

.site-footer .law-note {
    margin: 0 2rem;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

.site-footer .law-note a {
    color: #ffabe0;
}

.site-footer .support-option {
    display: inline-block;
    margin: 1.5rem 0 0 0;
    font-weight: 600;
    text-decoration: none;
}

.site-footer .support-option:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .site-footer .right {
        text-align: center;
    }
    .site-footer .block-menu ul li {
        display: inline-block;
        margin: 0 1rem 1rem 0;
    }
}

/* GENERAL */

.section-wrap {
    padding: 3rem 0;
}

.section-wrap .heading {
    margin: 0 0 1.5rem 0;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}


/* NORMAL PAGE */

.normal-page-wrap {
    padding: 0;
    padding-top: 30px;
}

.normal-page-wrap .inner-wrap {
    padding: 1rem 2.5rem;
}

.normal-page-wrap .normal-page-heading {
    margin: 2rem 0 3rem 0;
    font-weight: 800;
}

.normal-page-wrap h2,
.normal-page-wrap h3,
.normal-page-wrap h4,
.normal-page-wrap h5,
.normal-page-wrap h6 {
    margin: 1em 0 1em 0;
    font-weight: 800;
}

.normal-page-wrap p {
    margin: 0 0 2.5rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
}

.normal-page-wrap img {
    max-width: 100%;
    margin: 0 0 2.5rem 0;
}

.normal-page-wrap .featured-image {
    margin: 1.5rem 0 3rem 0;
}

.normal-page-wrap .spacer {
    height: 80px;
}

.normal-page-wrap ul {
    list-style: none;
    padding: 0 0 0 2rem;
}

.normal-page-wrap ul li {
    padding: 0 0 0 2rem;
    position: relative;
}

.normal-page-wrap ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #be3f90;
    border-radius: 50%;
}

.normal-page-wrap .loan-form-btn {
    margin: 1.5rem 0;
}

@media (max-width: 991px) {
    .normal-page-wrap .inner-wrap {
        padding: 2.5rem;
    }
    .normal-page-wrap .vertical-align-center {
        display: block;
    }
    .normal-page-wrap p {
        margin: 0 0 1.6rem 0;
        font-size: 1.8rem;
    }
    .normal-page-wrap img {
        margin: 0 0 2rem 0;
    }
    .normal-page-wrap .featured-image {
        margin: 1rem 0 2rem 0;
    }

    .normal-page-wrap .spacer {
        height: 20px;
    }
}

/* HOME */


/* SECTION TOP */

.section-top {
    margin: 0 0 -3rem 0;
}


.section-top .heading-main {
    margin: 1rem 0 3.5rem 0;
    font-size: 5.5rem;
    font-weight: 700;
}

.section-top p {
    margin: 0 0 3rem 0;
    font-size: 2.2rem;
}

.section-top .highlight {
    margin: 1.5rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}

@media (max-width: 991px) {
    .section-top p {
        font-size: 1.8rem;
    }

    .section-top {
        margin: -3rem 0;
    }
    
}




/* SECTION GET OFFER */

.section-get-offer {
    margin: 0 0 3rem 0;
}

.section-get-offer .box {
}

.section-get-offer .box .title,
.section-get-offer .box-submit {
    font-size: 3.3rem;
    font-weight: 700;
}

.section-get-offer .box .title {
    margin: 0 0 4.5rem 0;
}

.section-get-offer .box .highlight {
    color: #fff;
}

.section-get-offer .box-submit {
    position: relative;
    background: #242630;
}

.section-get-offer .box-submit button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem;
    background: transparent url(../images/icons/expand-right-1.svg) center right 4.5rem no-repeat;
    background-size: 3.5rem;
    border: none;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    transition: all ease 300ms;
}

.section-get-offer .box-submit button span {
    display: block;
    color: #be3f90;
}

.section-get-offer .box-submit button:hover {
    transform: scale(1.01);
    background-position: center right 4rem;
}

.section-get-offer .slider-wrap .slider-container {
    position: relative;
    padding: 0 0 3.4rem 0;
}

.section-get-offer .slider-wrap .slider-range-min,
.section-get-offer .slider-wrap .slider-range-max {
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.section-get-offer .slider-wrap .slider-range-min {
    left: 0;
}

.section-get-offer .slider-wrap .slider-range-max {
    right: 0;
}

.section-get-offer .slider-wrap .ui-slider-horizontal {
    height: 2px;
}

.section-get-offer .slider-wrap .ui-slider .ui-slider-range {
    background: #242630;
}

.section-get-offer .slider-wrap .ui-widget.ui-widget-content {
    border: none;
}

.section-get-offer .slider-wrap .ui-state-default,
.section-get-offer .slider-wrap .ui-widget-content .ui-state-default {
    border: none;
}

.section-get-offer .slider-wrap .ui-slider .ui-slider-handle {
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 2rem;
    background: #fff;
    outline: none;
    transition: transform ease 300ms;
}

.section-get-offer .slider-wrap:hover .ui-slider .ui-slider-handle {
    transform: scale(1.08);
}

.section-get-offer .slider-wrap .ui-slider .ui-slider-handle.ui-state-active,
.section-get-offer .slider-wrap .ui-slider .ui-slider-handle.ui-state-hover {
    outline: 1px solid #be3f90;
}

.section-get-offer .slider-wrap .ui-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background: #be3f90;
    border-radius: 2rem;
}

.section-get-offer .slider-wrap .ui-slider-horizontal .ui-slider-handle {
    top: -1.7rem;
    margin-left: -1.7rem;
}



/* SECTION OFFER CATEGORY */
.section-offer-category{
    margin: 10rem 0;
}

.section-offer-category .offer-container{
    background-color: rgba(186, 71, 152, 1);
    background-image: linear-gradient(90deg, rgba(186, 71, 152, 1) 0%, rgba(58, 40, 94, 1));
    border-radius: 5rem;
    height: 18rem;
    display: flex;
}

.section-offer-category .offer-container a{
    text-decoration: none;
}

.section-offer-category .offer-container .offer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-right: 2px solid #fff;
    transition: all ease 300ms;
    flex-direction: column;
    align-items: center;
}

.section-offer-category .offer-container .offer .name-category{
    text-transform: uppercase;
    color: white;
    font-size: 2.0rem;
    font-weight: 400;
    margin-top: 1rem;
}

.section-offer-category .offer-container .offer:hover{
    background-color: #ffffff;
    outline: 5px solid #bd3f8f;
    border-right: none;
}

.section-offer-category .offer-container .offer:hover .name-category{
    color: #bd3f8f;
}

.section-offer-category .offer-container .offer.offer-4{
    border-right: none;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.section-offer-category .offer-container .offer.offer-1{
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.section-offer-category .offer-container .offer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-right: 2px solid #fff;
}

.section-offer-category .offer-container .offer img{
    max-width: 10rem;
}

.section-offer-category .offer-container .offer .pink{
    display: none;
}

@media (max-width: 991px) {
    .section-offer-category .offer-container .offer img{
        max-width: 7rem;
    }
    .section-offer-category .offer-container .offer .name-category{
        font-size: 1.5rem;
    }
    .section-offer-category .offer-container{
        height: 15rem;
    }
    .section-offer-category{
        margin: 5rem 0 2rem 0;
    }
    
}

@media (max-width: 767px) {
    .section-offer-category .offer-container .offer img{
        max-width: 5rem;
    }
    .section-offer-category .offer-container .offer .name-category{
        font-size: 1rem;
    }
    .section-offer-category{
        margin: 3rem 0 0 0;
    }
    
}

/* SECTION STEPS */

.form-steps-container {
    margin: 10rem 0;
}

.section-steps .heading {
    margin-bottom: 10rem;
}

.section-steps .heading > strong {
    color: #be3f90;
}

.section-steps .heading,
.section-steps .info-wrap {
    text-align: center;
}

.section-steps .info-wrap {
    margin: 0 0 14rem 0;
}

.section-steps .info-wrap p {
    font-size: 2.4rem;
}

.section-steps .info-wrap p:first-of-type {
    font-size: 2.2rem;
}

.section-steps .item {
    min-width: 20rem;
    text-align: center;
    margin: 0 4rem 4rem 0;
    padding: 3rem 2rem;
    height: 25rem;
    background: #fff;
    background-image:#fff;
    border-radius: 4rem;
    -webkit-box-shadow: 2px 3px 9.5px 2px #dddddd;
    -moz-box-shadow: 2px 3px 9.5px 2px #dddddd;
    box-shadow: 2px 3px 9.5px 2px #dddddd;
    transition: all ease 300ms;
}

.section-steps .item{
    
}

.section-steps .item:hover{
    background-color: rgba(206, 62, 154, 1);
    background-image: linear-gradient(90deg, rgba(186, 71, 152, 1) 0%, rgba(138, 38, 129, 1) 100%);
}

.section-steps .item .number-wrap {
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.section-steps .item .number,
.section-steps .item .icon {
    display: inline-block;
}

.section-steps .item .number {
    font-size: 7.2rem;
    font-weight: 700;
}

.section-steps .item .icon {
    position: relative;
    height: 65%;
}

.section-steps .item .icon img {
    width: 10rem;
}

.section-steps .item .icon .white {
    display: none;
}

.section-steps .item .desc {
    font-size: 1.8rem;
}

.section-steps .item:hover .desc{
    color: #fff;
}

.section-steps .item .desc-info {
    display: none;
}

.section-steps #desc-item-1,
.section-steps #desc-item-2,
.section-steps #desc-item-3,
.section-steps #desc-item-4{
    opacity: 0;
    position: absolute;
    transition: transform ease 300ms;
    transition-delay: 0.1s;
    transition-property: opacity;
    margin: 0 5rem;
    left: 50%;
    top: 50%;
    transform: translate(-0%,-50%);
}

.section-steps #desc-item-0{
    position: absolute;
    transition: transform ease 100ms;
    margin: 0 5rem;
    left: 50%;
    top: 50%;
    transform: translate(-0%,-50%);
}

@media (max-width: 1999px) {
    .section-steps .item{
        margin: 0 0 2rem 0;
    }
}

@media (max-width: 991px) {
    .section-wrap .heading{
        margin-bottom: 7rem;
        font-size: 4rem;
    }
    .section-steps .item{
        height: 26rem;
    }
    .section-steps .item:hover{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-steps #desc-item-0,
    .section-steps #desc-item-1,
    .section-steps #desc-item-2,
    .section-steps #desc-item-3,
    .section-steps #desc-item-4{
        display: none;
    }
    .section-steps .item:hover .desc-info {
        color: white;
        display: block;
        top:50;
    }
    .section-steps .item:hover .desc-info a{
        color: #ffabe0;
    }
    .section-steps .item:hover .icon .pink, 
    .section-steps .item:hover .icon .white  {
        display: none;
    }
    .section-steps .item:hover .desc{
        display: none;
    }
    .section-steps .item .icon img {
        width: 11rem;
    }

}

@media (max-width: 767px) {
    .section-wrap .heading{
        margin-bottom: 4rem;
        font-size: 3.5rem;
    }
    .section-steps .item{
        margin: 0 0 2rem 0;
    }
    .section-steps .item:hover .desc-info {
        font-size: 1.4rem;
    }
    .section-steps .item .icon img {
        width: 10rem;
    }
}

/* SECTIOM CHOOSE OFFER */

.section-choose-offer{
    margin: 5rem 0;
}

.section-choose-offer .description .title{
    font-size: 4rem;
    font-weight: 700;
}

.section-choose-offer .description{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-choose-offer .description a{
    text-decoration: none;
    display: block;
    min-width: 18rem;
    padding: 1.5rem;
    background-color: rgba(165, 63, 139, 1);
    background-image: linear-gradient(90deg, rgba(165, 63, 139, 1) 0%, rgba(58, 40, 94, 1) 100%);
    border-radius: 5rem;
    color: #fff;
    text-align: center;
    transition: transform ease 300ms;
    margin: 3rem 0;
    width: 30rem;
}

.section-choose-offer .description a:hover{
    transform: scale(1.04);
}

@media (max-width: 991px) {
    .section-choose-offer .description a{
        margin: 3rem auto;
    }
    .section-choose-offer{
        margin: 2rem 0;
    }
    
}




/* LOGIN */

.section-login .heading-wrap {
    margin: 0 0 4rem 0;
    text-align: center;
}

.section-login .heading {
    margin: 0 0 3rem 0;
    font-size: 5rem;
    font-weight: 700;
}

.section-login .info {
    margin: 0;
    font-size: 2.2rem;
}

.section-login .img-wrap {
    padding: 0 0 0 14%;
}

.section-login .input-wrap label {
    padding: 0 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
}


/* OFFERS */

.page-wrap .section-products .heading-wrap {
    margin: 0 0 5rem 0;
}

.section-products .heading-wrap {
    text-align: center;
}

.section-products .heading {
    margin: 0 0 1.5rem 0;
    font-size: 3.3rem;
}

.section-products .heading-featured {
    font-size: 5rem;
}

.section-products .featured-wrap {
    margin: 0 0 5rem 0;
}

.section-products .info {
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
}

.section-products .item,
.section-products .item .img-wrap {
    border-radius: 2rem;
}

.section-products .item {
    position: relative;
    margin: 12rem 0 2rem 0;
    padding: 3.5rem 3.5rem 8rem 3.5rem;
    height: calc(100% - 12rem);
    background: #fff;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}

.section-products .item.highlighted {
    top: -12rem;
    background: #eae9f9;
}

.section-products .item .img-wrap {
    position: relative;
    margin: 0 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-products .item .img-wrap:before {
    content: '';
    display: block;
    padding-bottom: 42%;
}

.section-products .item .img-wrap img {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    border-radius: 2rem;
}

.section-products .item .title,
.section-products .item .desc {
    font-size: 1.8rem;
}

.section-products .item .title {
    margin: 0 0 2.5rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #eeeeee;
    font-weight: 600;
    text-transform: uppercase;
}

.section-products .item.highlighted .title {
    border-bottom: 1px solid #fff;
}

.section-products .item .additional-info {
    margin: 0 0 1.5rem 0;
    font-size: 2.1rem;
    font-weight: 600;
    color: #be3f90;
}

.section-products .item .desc {
    margin: 0 0 1.5rem 0;
    text-align: left;
}

.section-products .item .desc span {
    color: #be3f90;
    font-weight: 700;
}

.section-products .item .desc ul {
    padding: 0;
    list-style: none;
}

.section-products .item .desc ul li {
    padding: 0.5rem 0.5rem 0.5rem 3.5rem;
    background: url(../images/icons/check-ring-light.svg) left top 0.8rem no-repeat;
}

.section-products .item .desc ul li::before {
    content: '';
    display: none;
    margin: 0 1rem -0.4rem 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/icons/check-ring-light.svg) center center no-repeat;
}

.section-products .item .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 3.5rem;
    width: 100%;
}

.section-products .item .cbtn {
    color: #fff;
    padding: 1.5rem 3rem;
    border-radius: 3rem;
}

.section-products .bottom-info {
    margin: 0 0 3.5rem 0;
    padding: 2.5rem;
    background: #fff;
    border-radius: 2rem;
}

.section-products .rdr-box {
    padding: 2.5rem;
    background: #fff;
    border-radius: 2rem;
}

.section-products-ext {
    padding: 0 0 6rem 0;
}

.section-products-ext .widget-wrap {
    position: relative;
    min-height: 121rem;
}

.section-products-ext .widget-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-products-ext .doaffi-table .da-row {
    padding: 1rem;
    background: #fff;
    border-radius: 2rem;
}

.section-products-ext .doaffi-table .da-row:hover {
    background: #f9e9f9;
}

.section-products-ext .doaffi-table .da-cell {
    position: relative;
}

.section-products-ext .doaffi-table .da-cell:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 3rem);
    width: 1px;
    height: 6rem;
    background: #be3f90;
}

.section-products-ext .doaffi-table .da-cell:last-of-type:after {
    display: none;
}

.section-products-ext .doaffi-table .da-get-loan {
    padding: 1rem;
    font-weight: 600;
    color: #fff;
    background: #be3f90;
    border-radius: 2rem;
    transition: transform ease 300ms;
}

.section-products-ext .doaffi-table .da-get-loan:hover {
    transform: scale(1.04);
}

.section-products-ext .doaffi-table .da-get-loan::before {
    display: none;
}


/* STEP PROGRESS BAR */


/*progress bar*/
.progressbar-container{
    margin: 0 -10rem 0 -10rem;
}

.progressbar {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    padding-bottom: 15rem;
}

.progressbar li {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
    content: '';
    color: #be3f90;
    font-weight: 700;
    padding-top: 5rem
}

.progressbar.progressbar-5 li {
    width: 20%;
}

.progressbar li span{
    color: white;
    z-index: 99;
    padding: 1.5rem;
    font-size: 3rem;
    font-weight: 700;
}

.progressbar li:before {
    position: relative;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    content: '';
    line-height: 3.2rem;
    display: block;
    text-align: center;
    margin: 0 auto -9.5rem auto;
    border-radius: 50%;
    background-color: #bbbaba;
    color: #111;
}

.progressbar li:after {
    width: 70%;
    height: 0.6rem;
    content: '';
    position: absolute;
    background-color: #bbbaba;
    top: 0.8rem;
    left: -35%;
    z-index: 0;
    margin-top: 6.85rem
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #be3f90;
}

.progressbar li.active+li:after {
    background-color: #be3f90;
}

.progressbar li.active+li:before {
    background-color: #be3f90;
}

.progressbar .color-step {
    color: #be3f90;
}


/* FORM GENERAL */

.form-wrap .input-wrap .input {
    padding: 2.5rem 6rem;
    border: 1px solid #d7d7d7;
    border-radius: 1.5rem;
}

.form-wrap .input-wrap label,
.form-wrap .input-wrap.input-radio label {
    padding: 0;
}

.form-wrap .input-wrap label {
    font-size: 1.8rem;
    font-weight: 700;
}

.form-wrap .checkboxes-wrap {
    position: relative;
    z-index: 1;
    margin: 0 0 3rem 0;
}

.form-wrap .checkbox-wrap {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
}

.form-wrap input[type=checkbox],
.form-wrap input[type=radio] {
    position: relative;
    outline: 0;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    color: #363839;
    background: #fff;
    border: 1px #b1b8c9 solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: sub;
    cursor: pointer;
    transition: background ease 300ms;
}

.form-wrap input[type=checkbox]:checked,
.form-wrap input[type=radio]:checked {
    color: #fff;
    background: #fff;
}

.form-wrap input[type=checkbox]::before,
.form-wrap input[type=radio]::before {
    position: absolute;
    content: "";
    display: block;
    top: 20%;
    left: 20%;
    width: 58%;
    height: 59%;
    background: #242630;
    border: none;
    border-radius: 3px;
    opacity: 0;
}

.form-wrap input[type=checkbox]:checked::before,
.form-wrap input[type=radio]:checked::before {
    opacity: 1;
}

.form-wrap .btn-custom,
.cbtn {
    padding: 3rem;
    background: #be3f90;
    color: #fff;
    border-radius: 5rem;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all ease 300ms;
}

.form-wrap .btn-custom:hover,
.cbtn:hover {
    color: #fff;
    background: #be3f90;
    transform: scale(1.04);
}

.form-wrap input::-webkit-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input:-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::placeholder {
    color: #d7d7d7;
}

.form-wrap input:-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::-ms-input-placeholder {
    color: #d7d7d7;
}


/* MSF FORM LP */


.view-msf.site-wrap.step-2,
.view-msf.site-wrap.step-3,
.view-msf.site-wrap.step-4 {
    background-image: none;
}

.view-msf .bgp-1 {
    height: 38%;
}

.page-form .form-wrap {}

.page-form .form-wrap .heading-main-wrap .row{
    margin: 2rem 0 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-form .form-wrap.step-2 .heading-main-wrap,
.page-form .form-wrap.step-3 .heading-main-wrap,
.page-form .form-wrap.step-4 .heading-main-wrap {
    margin: 0;
}

.page-form .form-wrap .heading-main-wrap .heading {
    margin: 0 0 2rem 0;
    font-size: 5.5rem;
    font-weight: 700;
}
.page-form .form-wrap .form-heading-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-around;
    align-items: center;
    margin: 0 0 5rem 0;
}

.page-form .form-wrap .form-heading-container .form-heading{
    color: #be3f90;
    display: block;
    max-width: 100%;
    padding-right: 10px;
    white-space: nowrap;
}

.page-form .form-wrap .form-heading-container .line{
    width: 100%;
    display: block;
    border-bottom: 7px solid;
    color: #be3f90;
    margin: 0 0 0 5rem;
}

.page-form .form-wrap.step-2 .heading-main-wrap .heading,
.page-form .form-wrap.step-3 .heading-main-wrap .heading,
.page-form .form-wrap.step-4 .heading-main-wrap .heading {
    margin: 3rem 0 6rem 0;
    text-align: center;
}

.page-form .form-wrap .heading-main-wrap .sub-heading {
    margin: 4rem 0;
    font-size: 1.8rem;
    line-height: 1.8;
}

.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-amount-period,
.page-form .form-wrap .section-inputs,
.page-form .form-wrap .section-payment {
    padding: 3rem;
    border-radius: 2.5rem;
    background: #fff;
}

.page-form .form-wrap  .step-title-section{
    margin: 2rem 0;
}

.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-amount-period {
    margin: 0 0 3rem 0;
    padding: 1.5rem 3rem;
}

.page-form .form-wrap .section-payment {
    padding: 5rem 11rem;
}

.page-form .form-wrap .section-amount-period {
    position: relative;
}

.page-form .form-wrap .section-amount-period:after {
    content: '';
    position: absolute;
    bottom: 7rem;
    left: 1rem;
    z-index: -1;
    display: block;
    width: 40rem;
    height: 40rem;
    background: url(../images/sections/section-woman-1.png) center center no-repeat;
    background-size: auto;
    background-size: contain;
}

.page-form .form-wrap .form-steps-container .info-title{
    color: #be3f90;
}

.page-form .form-wrap .form-steps-container .input-wrap.pink .input{
    width: 70%;
    background: #be3f90;
    border: none;
    border-radius: 3rem;
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    margin: 2rem 0;
}

.page-form .form-wrap .form-steps-container .input-wrap select.input{
    padding: 1.3rem;
}

.page-form .form-wrap .form-steps-container .input-wrap select.input option{
    color: black;
}

.page-form .form-wrap .form-steps-container .gradient-form-container{
    border-radius: 4rem;
    margin: 5rem 0;
}

.page-form .form-wrap .form-steps-container .gradient-form-container .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-form .form-wrap .form-steps-container .gradient-form-container img{
    scale: 0.5;
}

.page-form .form-wrap .form-steps-container .gradient-form-container .label{
    padding: 0;
    color: white;
}

.page-form .form-wrap .section-amount-period .content-wrap {
    margin: 0 auto;
    max-width: 860px;
}

.page-form .form-wrap .section-amount-period .item,
.page-form .form-wrap .section-amount-period .item .text,
.page-form .form-wrap .section-amount-period .item .value {
    border-radius: 4rem;
}

.page-form .form-wrap .section-amount-period .item {
    position: relative;
    overflow: hidden;
    height: 7.5rem;
    border: 1px solid #eeeeee;
    font-size: 1.8rem;
    font-weight: 700;
}

.page-form .form-wrap .section-amount-period .item .input {
    width: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border: none;
    box-shadow: none;
    background: transparent;
}

.page-form .form-wrap .section-amount-period .item .input:focus {
    outline: none;
}

.page-form .form-wrap .section-amount-period .item .text,
.page-form .form-wrap .section-amount-period .item .value {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-form .form-wrap .section-amount-period .item .text {
    left: 0;
    background: #f8b138;
    text-align: center;
}

.page-form .form-wrap .section-amount-period .item .value {
    left: 50%;
}

.page-form .form-wrap .section-amount-period .item .text span {
    display: block;
    color: #fff;
}

.page-form .form-wrap .form-errors-label {
    margin: 0 0 1.5rem 0;
    padding: 0.5rem;
    background: #f00;
    border-radius: 2rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.page-form .form-wrap .gradient-form-container{
    border-top-left-radius: 8rem 8rem;
    border-bottom-left-radius: 8rem 8rem;
    padding: 2rem 4rem;
    background-color: rgba(165, 63, 139, 1);
    background-image: linear-gradient(90deg, rgba(165, 63, 139, 1) 0%, rgba(58, 40, 94, 1) 100%);
}

.page-form .form-wrap .input-wrap {
    position: relative;
    margin: 0 0 2.5rem 0;
}

.page-form .form-wrap .box-submit button{
    width: 100%;
    background: #3c245e;
    background-color: rgba(148, 199, 122, 1);
    background-image: linear-gradient(90deg, rgba(148, 199, 122, 1) 0%, rgba(89, 152, 38, 1) 100%);
    border: none;
    padding: 1.5rem;
    border-radius: 5rem;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin: 5rem 0;
    transition: all ease 300ms;
}

.page-form .form-wrap .box-submit button:hover{
    transform: scale(1.04);
}

.page-form .form-wrap .box-submit button img{
    margin: 0 2rem;
}


/* reset base form wrap styles for labels */

.page-form .form-wrap .input-wrap label {
    width: 100%;
    padding: 0;
}

/* change radio radio-labels */
.page-form .form-wrap .input-wrap label.radio-label {
    color: #FFFFFF;
    font-weight: normal;
}

/* actual label is presented as a span.label */

.page-form .form-wrap .input-wrap .label,
.page-form .form-wrap .input-wrap label.error,
.page-form .form-wrap .input-radio-wrap .radio-label {
    padding: 0 0 0 2.5rem;
}

.page-form .form-wrap .input-wrap .label {
    display: inline-block;
    margin: 0 0 1.2rem 0;
}

.page-form .form-wrap .input-wrap .input {
    width: 100%;
    font-size: 1.8rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    padding: 1rem 0;
    color: #fff;
    transition: all ease 300ms;
}

.page-form .form-wrap .input-wrap .input::placeholder {
    color: #fff;
}

.page-form .form-wrap .input-wrap .input:focus {
    border-bottom: 3px solid #ffabe0;
    outline: none;
}

.page-form .form-wrap .input-wrap .input.error {
    border-bottom: 3px solid #f00;
    outline: none;
}

.page-form .form-wrap .section-submit {
    margin: 0 0 2rem 0;
    padding: 0;
}

.page-form .form-wrap .section-submit .box-submit,
.page-form .form-wrap .section-go-back .box-submit {
    max-width: 34rem;
    background: #be3f90;
}

.page-form .form-wrap .step-submit button{
    border: none;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    padding: 1rem 6rem;
    border-radius: 4rem;
    background: #3c245e;
    background-color: rgba(148, 199, 122, 1);
    background-image: linear-gradient(90deg, rgba(148, 199, 122, 1) 0%, rgba(89, 152, 38, 1) 100%);
    transition: all ease 300ms;
}

.page-form .form-wrap .step-submit button:hover,
.page-form .form-wrap .step-submit button:focus{
    transform: scale(1.08);
}

.page-form .form-wrap .step-submit-go-back {
    text-align: left;
}

.page-form .form-wrap .step-submit {
    text-align: right;
}

.page-form .form-wrap .step-submit-go-back button{
    border: none;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    padding: 1rem 6rem;
    border-radius: 4rem;
    background: #a5a7a8;
    transition: all ease 300ms;
}

.page-form .form-wrap .step-submit-go-back button:hover,
.page-form .form-wrap .step-submit-go-back button:focus{
    transform: scale(1.08);
}

.page-form .form-wrap .step-submit-go-back button img,
.page-form .form-wrap .step-submit button img{
    margin-left: 2rem;
}

.page-form .form-wrap .section-submit .box-submit button {
    background-image: url(../images/icons/expand-right-2.svg);
    background-size: 6rem;
    color: #242630;
}

.page-form .form-wrap .section-go-back .box-submit button {
    background-image: url(../images/icons/expand-left-2.svg);
    background-position: left 4.5rem center;
    text-align: right;
}

.page-form .form-wrap .section-submit .box-submit button span {
    display: block;
    color: #fff;
}

.page-form .form-wrap .section-checkboxes {
    padding: 3rem;
}

.page-form .form-wrap .section-checkboxes .form-checkbox-wrap {
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
    font-weight: 500;
}

.page-form .form-wrap .section-checkboxes .check-all label {
    font-weight: 700;
}

.page-form .form-wrap .section-checkboxes label {
    display: inline;
    cursor: pointer;
    user-select: none;
}

.page-form .form-wrap .section-checkboxes label.error {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

.page-form .form-wrap .section-payment .info {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}

.page-form .form-wrap .clause-description {
    z-index: 2147483647;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 187, 187);
    border-radius: 0;
    font-family: Ubuntu;
    font-size: 11px;
    color: rgb(85, 85, 85);
    text-align: center;
}

.page-form .form-wrap .clause-description a:first-child {
    display: block;
    float: right;
    font-weight: bold;
}

input.error:not([type=checkbox]):not([type=radio]),
select.error {
    border: 1px #ccc solid;
    color: #111;
    background: #FFF9F9;
}

input.error label,
select.error label {
    color: #ff9602 !important;
}

input.error[type="number"] {
    padding-right: 2.5rem;
}

label.error {
    display: block;
    margin: 0.2rem 0 0 0;
    color: #ff0000 !important;
    font-weight: 600;
    text-align: left;
}

/* SECTION GET OFFER */

.form-container .slider-wrap  {
    display: flex;
    margin: 2rem 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-container .slider-wrap .slider-container {
    position: relative;
    padding: 0 0 3.4rem 0;
}

.form-container .slider-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5rem;
}


.form-container .slider-wrap .highlight{
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    background: #ba4798;
    padding: 0.5rem 2rem;
    border-radius: 5rem;
}

.form-container .slider-wrap .title-slider{
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
    margin: 0 4rem;
}

.form-container .slider-wrap .title-slider h4{
    font-size: 2.4rem;
    font-weight: 500;
    color: #ba4798;
    margin-bottom: 3.8rem;
}

.form-container .slider-wrap .slider-range-min,
.form-container .slider-wrap .slider-range-max {
    position: absolute;
    bottom: 5.7rem;
    font-size: 1.5rem;
    font-weight: 600;
}

 .form-container .slider-wrap .slider-range-min {
    left: 0;
}

 .form-container .slider-wrap .slider-range-max {
    right: 0;
}

 .form-container .slider-wrap .ui-slider-horizontal {
    height: 8px;
    border-radius: 0;
    background: #e4e4e3;
}

.form-container .slider-wrap .ui-slider .ui-slider-range {
    border-radius: 0;
    background-color: rgba(165, 63, 139, 1);
    background-image: linear-gradient(90deg, rgba(165, 63, 139, 1) 0%, rgba(58, 40, 94, 1) 100%);
}

.form-container .slider-wrap .ui-widget.ui-widget-content {
    border: none;
}

.form-container .slider-wrap .ui-state-default,
 .form-container .slider-wrap .ui-widget-content .ui-state-default {
    border: none;
}

 .form-container .slider-wrap .ui-slider .ui-slider-handle {

    height: 3.4rem;
    width: 3.4rem;
    border-radius: 2rem;
    background: #be3f90;
    outline: none;
    transition: transform ease 300ms;
}

.slider-wrap:hover .ui-slider .ui-slider-handle {
    transform: scale(1.08);
}

.form-container .slider-wrap .ui-slider .ui-slider-handle.ui-state-active,
.form-container .slider-wrap .ui-slider .ui-slider-handle.ui-state-hover {
    outline: 1px solid #be3f90;
}

.form-container .slider-wrap .ui-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    background-image: url(../images/icons/move.svg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    border-radius: 2rem;
}

.form-container .slider-wrap .ui-slider-horizontal .ui-slider-handle {
    top: -1.7rem;
    margin-left: -1.7rem;
}

/* PAGE */

.page-wrap {
    padding: 0 0 6rem 0;
}

.page-wrap .heading-wrap {
    margin: 0 0 7rem 0;
    text-align: center;
}

.page-wrap .heading-page {
    margin: 0 0 3.5rem 0;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.page-wrap .page-inner {
    padding: 4.5rem 3rem 3rem 3rem;
    background: #fff;
    border-radius: 2rem;
}

.page-wrap .page-info {
    font-weight: 700;
}

.page-wrap .info {
    margin: 0 0 3.5rem 0;
    font-size: 2.2rem;
}

.page-wrap .page-section-highlight {
    margin: 0 0 -3rem 0;
    padding: 9rem 0;
    background: #eae9f9;
    text-align: center;
}

.page-wrap .page-section-highlight .heading {
    margin: 0 0 3rem 0;
    font-size: 3.6rem;
}

.page-wrap .page-section-highlight p {
    font-size: 2.2rem;
}

.page-wrap .form-control {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #242630;
    background: transparent left 1.25rem center no-repeat;
    background-size: 3rem;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #be3f90;
}

.page-wrap .form-group label {
    font-size: 1.6rem;
}

.page-wrap .form-control:focus {
    color: #111;
    border-bottom: 3px solid #3a285e !important;
    box-shadow: none;
}

.page-wrap .form-control.field-username {
    background-image: url(../images/icons/user-2.svg);
}

.page-wrap .form-control.field-password {
    background-image: url(../images/icons/passwd.svg);
}

.page-wrap .form-control::-webkit-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control:-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control:-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d7d7d7;
}

.page-wrap .tiles {
    padding-top: 2.5rem;
    padding-bottom: 8.5rem;
    margin-top: -6rem;
    margin-bottom: -6rem;
    background: url(../images/backgrounds/bg-circles.png) center center no-repeat;
    background-size: contain;
}

.section-info .info-heading {
    margin: 0 0 4.5rem 0;
    font-size: 3.3rem;
    font-weight: 700;
}

.section-info .info-item {
    display: inline-block;
    margin: 0 2.5rem 2.5rem 2.5rem;
    padding: 1.5rem 0 1.5rem 6.5rem;
    background: left 1rem center no-repeat;
}

.section-info .info-item.info-item-phone {
    background-image: url(../images/icons/phone-circle.png);
}

.section-info .info-item.info-item-mail {
    background-image: url(../images/icons/mail-circle.png);
}

.section-info .info-label {
    text-decoration: none;
}


/* SECTION FAQ */

.section-faq {
    padding: 0 0 3rem 0;
}

.section-faq .questions-wrap {
    padding: 6.5rem 0 3.5rem 0;
    border-top: 1px solid #be3f90;
    border-bottom: 1px solid #be3f90;
}

.section-faq .item {
    margin: 0 0 3rem 0;
    padding: 3rem 4rem 3rem 4.5rem;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2rem;
    cursor: pointer;
    transition: transform ease 300ms;
}

.section-faq .item:hover {
    transform: scale(1.02);
}

.section-faq .item .title {
    position: relative;
    margin: 0;
    padding: 0 4.5rem 0 0;
    font-size: 2.2rem;
    font-weight: 400;
}

.section-faq .item .title:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0.5rem;
    top: calc(50% - 1.5rem);
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url(../images/icons/expand-down-1.png) center center no-repeat;
    transition: transform linear 300ms;
}

.section-faq .item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 500ms;
}

.section-faq .item .content:before {
    content: '';
    display: block;
    height: 1.5rem;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.section-faq .item .content p:last-of-type {
    margin: 0;
}

.section-faq .item.item-active .content {
    max-height: 44rem;
}

.section-faq .item.item-active .title:after {
    transform: rotate(-180deg);
}


/* PAGE CANCEL SUBSCRIPTION */

.page-cancel-subscription .info {
    text-align: center;
}

.page-cancel-subscription .form-wrap {
    padding: 3rem;
    border-radius: 3rem;
    background: #fff;
}


/* PAGE WHAT YOU GAIN (FEATURES) */

.page-features .item-wrap {
    padding: 11rem 0;
}

.page-features .item-wrap .row {
    align-items: center;
    justify-content: center;
}

.page-features .item-wrap .title {
    margin: 0 0 2rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}

.page-features .item-wrap .title span {
    font-weight: 500;
}

.page-features .item-wrap p {
    font-size: 2.2rem;
}

.page-features .left {
    text-align: right;
}

.page-features .left .img-wrap {
    text-align: left;
}

.page-features .right {
    text-align: left;
}

.page-features .right .img-wrap {
    text-align: right;
}


/* ADDONS */

#cookieBarDiv {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99999;
}

#cookieBarDiv,
#cookieBarDiv a {
    color: #fff;
}

#cookieBarDiv a {
    text-decoration: underline;
}

#cookieBarDiv .cookieBarDivContainer {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}

#cookieBarDiv button {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    border-radius: 0.5rem;
    color: #111111;
    padding: 0.3rem 1rem;
    border: none;
}


/* CLASSIC FORM NOTICES */

.container .komunikatError,
.container .komunikatSuccess,
.contact-container .komunikatError,
.contact-container .komunikatSuccess {
    margin: 1.5rem 0 1.5rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.container .komunikatError,
.contact-container .komunikatError {
    color: #f70c0c;
}

.container .komunikatSuccess,
.contact-container .komunikatSuccess {
    color: #06b300;
}


/* RDR COUNTER */

.rdr-counter-wrap {
    font-size: 2.2rem;
}

.rdr-counter {
    display: inline-block;
    font-weight: 600;
}


/* TOOLTIPS */

.tooltip {}

.tooltip .tooltip-inner {
    padding: 1rem;
    max-width: 48rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    background: #282828;
    color: white;
    font-size: 1.4rem;
}

.tooltip .tooltip-arrow {}

.tooltip.top .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #21395c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #21395c;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #21395c;
}


/* DATEPICKERS */

.datepicker {
    font-size: 1.4rem;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    background: #be3f90;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background: #be3f90 !important;
}


/* MODALS */

.modal.fade .modal-dialog {
    transform: translate(0, 5rem);
}

.modal-content {
    border-radius: 2rem;
}

.modal .close {
    background: none;
    border: none;
    font-size: 3rem;
}

.modal .cbtn {
    padding: 1.5rem 3rem;
}


/* ANIMATIONS/EFFECTS */


/* EFFECT PULSE */

@-webkit-keyframes effect-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    70% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes effect-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    70% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.effect-pulse {
    -webkit-animation: effect-pulse 1s infinite;
    animation: effect-pulse 1s infinite;
}


/* EFFECT SHAKE */

@keyframes shake-d-animation {
    0% {
        transform: translate(0, 0)
    }
    0.91111% {
        transform: translate(3px, 0)
    }
    1.82222% {
        transform: translate(0, 0)
    }
    2.73333% {
        transform: translate(5px, 0)
    }
    3.64444% {
        transform: translate(0, 0)
    }
    4.55555% {
        transform: translate(3px, 0)
    }
    5.46666% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.effect-shake-delayed {
    animation: shake-d-animation 11s ease infinite;
    transform-origin: 50% 50%;
}


/* EFFECT FLOAT */

@keyframes effect-float {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(3deg);
    }
    66% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* FORM LOADER */

.multi-step-form {
    position: relative;
}

.form-loader-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    background: rgba(255, 255, 255, .8);
    border-radius: 0.3rem;
    padding: 1em;
    vertical-align: top;
    font-size: 4.4rem;
    text-align: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    -o-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    will-change: display;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.form-loader-info {
    padding: 8% 0 0 0;
    font-size: 3.8rem;
    color: #111;
}

.form-loader-info .heading {
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.form-loader-content {
    top: 43%;
    position: relative;
    background-image: url("../images/msf-spinner-purple.gif");
    background-size: cover;
    width: 10rem;
    height: 10rem;
    margin: auto;
    top: calc(50% - 5rem);
}

.last-step-loader-container .form-loader-content {
    top: 10%;
}


/* MEDIA QUERIES */

@media (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .page-features .item-wrap {
        padding: 9rem 0;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav {
        padding: 0 0 0 6rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .view-msf.site-wrap {
        background-size: 86rem;
    }
    .form-container .slider-wrap{
        flex-direction: column;
        align-items: flex-end;
        margin: 0 3rem 0 0 ;
    }
    .form-container .slider-wrap .title-slider{
        width: 100%;
        margin: 0;
    }
    .section-top .heading-main {
        margin: 1rem 0 2.5rem 0;
        font-size: 4.5rem;
    }
    .section-top p {
        margin: 0 0 2rem 0;
    }
    .section-get-offer {
        margin: 0 0 1rem 0;
    }
    .section-steps {
        margin: 0;
    }
    .section-steps .info-wrap {
        margin: 0 0 6rem 0;
    }
    .section-steps .item .number {
        font-size: 5.2rem;
    }
    .section-how-it-works {
        padding: 3rem 0 0 0;
    }
    .section-how-it-works .heading {
        margin: 0 0 5rem 0;
    }
    .section-how-it-works .item-wrap .title,
    .section-how-it-works .item-wrap p {
        margin: 0 0 2.5rem 0;
    }
    .section-how-it-works .item-wrap .title {
        font-size: 2.8rem;
    }
    .section-how-it-works .item-wrap p {
        font-size: 2.1rem;
    }
    .section-about .heading {
        margin: 0 0 7rem 0;
    }
    .section-about .item .number {
        font-size: 5.2rem;
    }
    .section-about .item .title-wrap {
        margin: 0 0 2rem 0;
    }
    .section-about .item .title {
        font-size: 2.4rem;
    }
    .section-about .item .desc {
        font-size: 2.1rem;
    }
    .section-faq .questions-wrap {
        padding: 5.5rem 0 3.5rem 0;
    }
    .page-wrap {
        padding: 0 0 4.5rem 0;
    }
    .page-wrap .heading-wrap {
        margin: 0 0 5rem 0;
    }
    .page-form .form-wrap .heading-main-wrap .heading {
        font-size: 4.5rem;
    }
    .page-features .item-wrap {
        padding: 4.5rem 0;
    }
}

@media (max-width: 991px) {
    .view-msf.site-wrap {
        background-position: top 20rem right;
        background-size: 60rem;
    }
    .bgp-2 {
        min-width: 50rem;
    }
    .navbar {
        text-align: center;
    }
    .navbar-brand img {
        z-index: 0;
    }
    .navbar .navbar-nav {
        padding: 0;
    }
    .navbar .navbar-collapse {
        z-index: 1;
        margin: -3rem 0 0 0;
        padding: 1.5rem 0 3.5rem 0;
    }
    .navbar .dropdown-menu {
        position: relative;
        display: block;
        border: none;
        text-align: center;
    }
    .navbar .dropdown-toggle {
        pointer-events: none;
    }
    .navbar .nav-profile-wrap {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
    }
    .navbar .nav-profile-wrap:before {
        width: 4rem;
        height: 1px;
        top: 0;
        left: calc(50% - 2rem);
    }
    .navbar .nav-btns-wrap {
        justify-content: center;
        margin: 1rem 0 0 0;
    }
    .page-form .form-wrap .heading-main-wrap {
        padding: 0;
    }
    .page-form .form-wrap .heading-main-wrap .row{
        margin: 2rem 0 2rem 0;
    }
    .page-form .form-wrap .heading-main-wrap .sub-heading{
        margin: 1rem 0;
    }
    .page-form .form-wrap .heading-main-wrap img {
        display: none;
    }
    .page-form .form-wrap .form-heading-container{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .page-form .form-wrap .form-heading-container .form-heading{
        font-size: 4rem;
        font-weight: 700;
        white-space:normal;
    }
    .page-form .form-wrap .form-heading-container .line{
        border-bottom: 5px solid;
        margin: 0 0 3rem 0;
    }
    .page-form .form-wrap .gradient-form-container{
        margin: 3rem 0 0 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .form-container .slider-wrap{
        margin: 0;
    }
    .form-steps-container{
        margin: 0;
    }
    .progressbar-container{
        margin: 0 -5rem 0 -5rem;
    }
    .progressbar li:after{
        width: 60%;
        left: -30%;
    }
    .page-form .form-wrap .form-steps-container .gradient-form-container img{
        display: none;
    }
    .page-form .form-wrap .step-submit button,
    .page-form .form-wrap .step-submit-go-back button{
        font-size: 2.5rem;
        padding: 1rem 3rem;
        width: 100%;
    }
    .page-form .form-wrap .step-submit-go-back button img, 
    .page-form .form-wrap .step-submit button img{
        max-width: 25%;
    }
    .section-get-offer {
        padding: 3rem 0 0 0;
    }
    .section-get-offer .box {
        margin: 0 0 1.5rem 0;
        padding: 2.5rem 0;
    }
    .section-get-offer .box .title {
        font-size: 2.3rem;
        text-align: center;
    }
    .section-get-offer .box .title,
    .section-get-offer .box-submit {
        font-size: 2.4rem;
    }
    .section-login .img-wrap {
        padding: 0;
        text-align: center;
    }
    .section-about .section-content {
        padding: 6rem 0 0rem 0;
    }
    .section-about .item {
        text-align: center;
    }
    .section-about .item .title-wrap {
        display: flex;
        align-items: center;
    }
    .section-about .item .number,
    .section-about .item .title {
        display: block;
    }
    .section-about .item .number {
        font-size: 4.2rem;
    }
    .section-products .item {
        margin: 0 0 3rem 0;
        padding: 2.5rem;
        height: auto;
    }
    .section-products .item.highlighted {
        top: 0;
    }
    .section-products .item .img-wrap:before {
        padding-bottom: 32%;
    }
    .section-products .item .desc {
        text-align: center;
    }
    .section-products .item .desc ul li {
        padding: 0.5rem;
        background: none;
    }
    .section-products .item .desc ul li::before {
        display: inline-block;
    }
    .section-products .item .btn-wrap {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .section-products .heading-featured {
        margin: 0 0 4rem 0;
    }
    .page-form .form-wrap .section-checkboxes .form-checkbox-wrap {
        margin: 0 0 1rem 0;
    }
    .page-form .form-wrap .section-submit .box-submit,
    .page-form .form-wrap .section-go-back .box-submit {
        max-width: 100%;
    }
    .page-wrap .page-inner {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
    .site-footer .block-socials a {
        margin: 0 1rem 0 0;
    }
}

@media (max-width: 767px) {
    .view-msf.site-wrap {
        background-position: top 25rem right;
        background-size: 50rem;
    }
    .tooltip {
        width: auto;
    }
    .form-container .slider-wrap .title-slider{
        width: 100%;
        margin: 0;
    }
    .page-form .form-wrap .form-heading-container .form-heading{
        font-size: 3.5rem;
        font-weight: 700;
    }
    .progressbar-container{
        margin: 0 -3rem 0 -3rem;
    }
    .form-loader-info {
        font-size: 2.2rem;
    }
    .section-get-offer .box-submit {
        font-size: 3.4rem;
    }
    .page-form .form-wrap .section-form-btns .row{
        flex-direction: column-reverse;
    }
    .section-steps .item {
        min-height: 0;
    }
    .section-how-it-works .heading {
        margin: 0;
    }
    .section-how-it-works {
        text-align: center;
    }
    .section-how-it-works .column-1,
    .section-how-it-works .column-2 {
        margin: 0;
    }
    .section-how-it-works .img-wrap img {
        max-width: 29rem;
    }
    .section-how-it-works .img-wrap-2 {
        display: none;
    }
    .page-features .item-wrap,
    .page-features .item-wrap .left,
    .page-features .item-wrap .right,
    .page-features .item-wrap .left .img-wrap,
    .page-features .item-wrap .right .img-wrap {
        text-align: center;
    }
    .page-features .item-wrap .img-wrap {
        margin: 0 0 3rem 0;
    }
    .site-footer .block {
        text-align: center;
        margin: 0 0 3rem 0;
    }
    .site-footer .block-partners {
        margin: 0;
    }
    .site-footer .col-menu {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .site-footer .col-menu {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        left: 0;
        max-width: 220px;
    }
    .navbar-toggler-wrap {
        position: relative;
        margin: 0;
        padding: 2.5rem 0 4.5rem 0;
        z-index: 1;
    }
}

.proposal-container .proposal-loan-info-tile {
    text-align: center;
    padding: 3rem;
    margin-bottom: 2rem;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: .1s scale;
    -o-transition: .1s scale;
    transition: .1s scale;
}
.proposal-container .proposal-loan-info-tile:hover {
    scale: 1.05;
}