@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap&subset=latin-ext');

body{
    counter-reset: listItems;
}
.page-content {
    padding:0;
    margin:0;
}
#content{
    padding-bottom: 0;
}
.page-content .l-row{
    justify-content: center;
}
.page-content .l-hidden-sm {
    display: inline-block;
}
.page-content .logo-container{
    margin: 15px 0 0;
}
.page-content .visibility-hidden{
    visibility: hidden;
}
.page-content .header-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #000;
    margin: 50px auto 15px;
}
.page-content .header-subtitle{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.page-content label{
    display: inline;
}
.page-content .landing-header{
    padding-top: 6px;
    padding-bottom: 0;
}
.page-content .section{
    padding: 50px 0;
}
.page-content .benefits-section h2,
.page-content .promo-info h2,
.page-content .calculator-section h2,
.page-content .product-section h2,
.page-content .faq-section h2{
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
}

.page-content .landing-subheader,
.page-content .promo-info,
.page-content .product-section,
.page-content .footer-section,
.bg-grey{
    background-color: #f4f7f8;
}
.page-content .landing-subheader .subheader-text{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.page-content .benefits-section{

}
.page-content .benefits-section h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 90px;
}

.page-content .benefits-section .flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.page-content .benefits-section .rewards-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
}
.page-content .benefits-section .marginBottom{
    margin: 0 0 80px;
}
.page-content .benefits-section .reward-head{
    margin: 0;
    text-align: center;
}
.page-content .benefits-section .reward-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 10px 0;
}

.page-content .benefit-1{
    background:url("/static/img/landingpage/leasing/trophy-background.png")center center no-repeat;
}
.page-content .benefit-2{
    background:url("/static/img/landingpage/leasing/rewards-background.png")center center no-repeat;
}
.page-content .benefit-3{
    background:url("/static/img/landingpage/leasing/calendar-background.png")center center no-repeat;
}
.page-content .benefit-4{
    background:url("/static/img/landingpage/leasing/members-background.png")center center no-repeat;
}
.page-content .benefit-5{
    background:url("/static/img/landingpage/leasing/star-background.png")center center no-repeat;
}
.page-content .benefit-6{
    background:url("/static/img/landingpage/leasing/stream-background.png")center center no-repeat;
}
.page-content .benefit-7{
    background:url("/static/img/landingpage/leasing/team-background.png")center center no-repeat;
}
.page-content .benefit-8{
    background:url("/static/img/landingpage/leasing/discount-background.png")center center no-repeat;
}

/* list-item */

.page-content .promo-info h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 0 0 30px;
}
.page-content .promo-info .instruction-container{
    margin: 20px 0 0;
    padding-left: 0;
    list-style: none;
}
.page-content .promo-info .instruction-container li{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
}
.page-content .promo-info .instruction-container li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
}
.page-content .promo-info .instruction-container li a:hover,
.page-content .promo-info .instruction-container li a:active,
.page-content .promo-info .instruction-container li a:visited,
.page-content .promo-info .instruction-container li a:focus{
    text-decoration: none;
}

.page-content .promo-info li:before{
    counter-increment: listItems;
    content: counter(listItems) " ";
    display: flex;
    align-items: center;
    justify-content: center;
    background:url("/static/img/landingpage/leasing/instruction-1.png")top right no-repeat;
    background-size: contain;
    color: #000;
    min-width: 100px;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    margin: 12px 30px 12px 0;
}
.page-content .promo-info li:nth-of-type(2):before {
    background: url("/static/img/landingpage/leasing/instruction-2.png") top right no-repeat;
    background-size: contain;
}
.page-content .promo-info li:nth-of-type(3):before {
    background: url("/static/img/landingpage/leasing/instruction-3.png") top right no-repeat;
    background-size: contain;
}
.page-content .promo-info li:nth-of-type(4):before {
    background: url("/static/img/landingpage/leasing/instruction-4.png") top right no-repeat;
    background-size: contain;
}


/* calculator section */

.page-content .calculator-section h2{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 50px;
}
.page-content .fill-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-content .fill-content input,
.page-content .fill-content select{
    margin: 0 auto;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    color: #000;
    background-color: #f4f7f8;
    border: 1px solid #e30613;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}
.page-content .fill-content input:hover,
.page-content .fill-content select:hover{
    cursor: pointer;
}
.page-content .fill-content option {
    text-align-last:center;
}
.page-content .result-content{
    background-color: #f4f7f8;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-content .calculator-section .header{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.page-content .calculator-content{
    display: flex;
    align-items: stretch;
}
.page-content .calculator-section .text{
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.page-content .calculator-section .disclaimer{
    margin: 25px 0 0;
}
.page-content .calculator-section .light-text{
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.page-content .calculator-section .extra-light-text{
    font-size: 12px;
    line-height: 18px;
    margin: 25px 0 0;
}
.page-content .calculator-section .calculate-btn{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    background-color: #e30613;
    margin: 50px 0 0;
}
.page-content .calculator-section .calculate-btn:hover{
    text-decoration: none;
    cursor: pointer;
    background-color: #f41724;
}
/* product section */
.page-content .product-section h2{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 50px;
}
.page-content .product-section .flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 280px;
    align-content: space-between;
}
.page-content .product-section .product-container{
    min-width: 200px;
    text-align: center;
}
.page-content .product-section .product-container:hover{
    text-decoration: none;
    transform: scale(1.1);
}
.page-content .product-section .product-container:active,
.page-content .product-section .product-container:focus,
.page-content .product-section .product-container:visited
{
    text-decoration: none;
}
.page-content .product-section .product-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
}
/* */

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    margin: 10px 0;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    background: transparent;
    border: none;
}
.checkButton:hover{
    color: red;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.page-content .valueContainer{
    position: relative;
}
.page-content .afterInput{
    background:url("/static/img/landingpage/leasing/plus-icon.png")center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7px;
    cursor: pointer;
}
.page-content .beforeInput{
    background:url("/static/img/landingpage/leasing/minus-icon.png")center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7px;
    cursor: pointer;
}
.select-selected {
    background-color: #f4f7f8;
    border: 1px solid #e30613;
    border-radius: 5px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #e30613 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #e30613 transparent;
    top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #000;
    padding: 12px 16px;
    /*border: 1px solid transparent;*/
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    font-size: 18px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f4f7f8;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-left: 1px solid #e30613;
    border-right: 1px solid #e30613;
    border-bottom: 1px solid #e30613;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* */
/* FAQ section */

.page-content .faq-section .question-container{
    border-top: 1px solid #ccc;
}
.page-content .faq-section .question-container a{
    color: red;
    text-decoration: none;
}
.page-content .faq-section .question-container a:hover,
.page-content .faq-section .question-container a:active,
.page-content .faq-section .question-container a:focus,
.page-content .faq-section .question-container a:visited
{
    text-decoration: none;
}
.page-content .faq-section .question-container:last-of-type{
    border-bottom: 1px solid #ccc;
}
.page-content .faq-section .question-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.page-content .faq-section .question-title h3{
    color: #000;
}
.page-content .faq-section .question-content{
    display: none;
}

.page-content .faq-section .question-text{

}

/* footer section */
.page-content .footer-section .footer-container{
    display: flex;
    align-content: center;
    justify-content: center;
}
.page-content .footer-section .footer-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

/* form */
.page-content .formID-label{
    margin: 10px 0;
    font-weight: 600;
}
.page-content .submitBtnPosition{
    position: relative;
    height: 110px;
}
.page-content .submitContainer{
    margin: 0 auto;
    text-align: center;
}
.page-content #body{
    min-height: 200px;
    resize: vertical;
}
.page-content .btn-primary{
    background-color: #fb5c55;
    border-color: #fb5c55;
    margin: 30px 0;
    padding: 10px 35px;
    /*position: absolute;*/
    right: 0;
    border: none;
}
.page-content .btn-primary:hover,
.page-content .btn-primary:active,
.page-content .btn-primary:focus,
.page-content .btn-primary:visited{
    background-color: #da4b44;
    border-color: #da4b44;
}

.page-content .flexContainer{
    display: flex;
}
.page-content .contact-form label{
    display: inline-block;
}

@media(max-width:1229px){
    .page-content .logotypes-box2 {
        text-align: left;
        padding-bottom: 40px;
        padding-left: 20px;
    }

    /* list-item */
    .page-content .promo-info{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .page-content .promo-info .instruction-container li{
        margin: 0 0 30px;
        padding-left: 80px;
    }
    .page-content .promo-info li:before{
        margin: 0px 30px 0px -80px;
    }

    .page-content .product-section .product-container{
        min-width: 170px;
        text-align: center;
    }
    .page-content .calculator-section .calculate-btn{
        margin: 63px 0 0;
    }
    .page-content .footer-section .footer-text{
        font-size: 20px;
    }
}

@media(max-width:1024px){
    .page-content .faq-section{
        background-size: auto;
    }
    .page-content .logo-container{
        margin: 5px 0 0;
    }
    .page-content .header-title{
        font-size: 32px;
        line-height: 34px;
        margin: 30px auto 15px;
    }
    .page-content .header-subtitle{
        font-size: 24px;
        line-height: 30px;

    }
    .page-content .header-image-container img{
        max-width: 100%;
    }
    .page-content .section{
        padding: 25px 0;
    }
    .page-content .benefits-section h2{
        margin: 0 0 50px;
        font-size: 26px;
    }
    .page-content .benefits-section .reward-text{
        font-size: 15px;
        line-height: 22px;
    }
    .page-content .benefits-section .reward-head img{
        max-width: 90%;
    }
    .page-content .benefits-section h2,
    .page-content .promo-info h2,
    .page-content .calculator-section h2,
    .page-content .product-section h2,
    .page-content .faq-section h2{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .page-content .promo-info .instruction-container li{
        font-size: 16px;
        padding-left: 45px;
    }
    .page-content .promo-info li:before{
        min-width: 80px;
        min-height: 80px;
        font-size: 38px;
        line-height: 38px;
    }
    .page-content .calculator-section .header{
        font-size: 15px;
        line-height: 32px;
    }
    .page-content .footer-section .footer-container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .page-content .footer-section .footer-text{
        font-size: 16px;
        line-height: 22px;
    }
    .page-content .footer-text img{
        max-width: 50px;
    }
    .page-content .benefits-section .marginBottom{
        margin: 0 0 60px;
    }
    .page-content .product-section .product-container{
        margin-bottom: 20px;
    }
    .page-content .calculator-section .extra-light-text{
        margin: 10px 0 0;
        font-size: 10px;
        line-height: 14px;
    }
}

@media(max-width: 767px){
    .page-content .logo-container img{
        max-width: 75px;
    }
    .page-content .header-title{
        font-size: 26px;
        line-height: 32px;
        margin: 10px 0;
    }
    .page-content .header-subtitle{
        font-size: 18px;
        line-height: 22px;
    }
    .page-content .section{
        padding: 20px 0;
        margin-bottom: 0;
    }
    .page-content .landing-subheader .subheader-text {
        font-size: 14px;
        line-height: 24px;
    }
    .page-content .benefits-section h2,
    .page-content .promo-info h2,
    .page-content .calculator-section h2,
    .page-content .product-section h2,
    .page-content .faq-section h2{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .page-content .benefits-section .reward-head img{
        max-width: 70%;
    }
    .page-content .benefits-section .marginBottom{
        margin: 0 0 40px;
    }
    .page-content .promo-info .instruction-container li{
        font-size: 14px;
        padding-left: 20px;
    }
    .page-content .promo-info li:before{
        min-width: 60px;
        min-height: 60px;
        font-size: 30px;
    }
    .page-content .calculator-section .header{
        font-size: 14px;
    }

    .page-content .calculator-section .calculate-btn{
        margin: 40px 0 0;
    }
    .page-content .result-content{
        padding: 30px 20px;
    }
    .page-content .calculator-section .disclaimer{
        margin: 35px 0 0;
    }
    .page-content .calculator-section .light-text{
        font-size: 12px;
        line-height: 18px;
    }
    .page-content .product-section .product-container{
        min-width: 160px;
        margin-bottom: 20px;
    }
    .page-content .product-section .product-text{
        font-size: 14px;
    }
    .page-content .footer-container:last-of-type{
        margin-top: 20px;
    }
    .page-content .calculator-section .extra-light-text{
        font-size: 10px;
        line-height: 14px;
    }
}

@media(max-width:566px){
    .page-content .img-header-flex{
        display: flex;
        align-items: center;
    }
    .page-content .landing-header{
        padding: 10px 0;
    }
    .page-content .header-title{
        line-height: 30px;
    }
    .page-content .header-subtitle{
        font-size: 14px;
        line-height: 20px;
    }
    .page-content .landing-subheader .subheader-text{
        font-size: 12px;
        line-height: 22px;
    }
    .page-content .benefits-section h2,
    .page-content .promo-info h2,
    .page-content .calculator-section h2,
    .page-content .product-section h2,
    .page-content .faq-section h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-content .benefits-section .reward-head img{
        max-width: 50%;
    }
    .page-content .benefits-section .reward-text{
        font-size: 12px;
        line-height: 16px;
    }
    .page-content .benefits-section .marginBottom{
        margin: 0 0 20px;
    }
    .page-content .calculator-section .calculate-btn{
        margin: 20px 0;
    }
    .page-content .faq-section .question-title h3{
        font-size: 14px;
    }
    .page-content .faq-section .question-text{
        font-size: 12px;
    }
    .page-content .promo-info .instruction-container li{
        margin: 0 0 20px;
    }
    .page-content .promo-info li:before{
        margin: 0 20px 0 -30px;
        min-width: 50px;
        min-height: 50px;
        font-size: 22px;
    }
    .page-content .promo-info h2{
        margin: 0;
    }
}

@media(max-width:380px) {
    .page-content .header-subtitle{
        font-size: 12px;
    }
    .page-content .benefits-section .reward-text{
        font-size: 10px;
    }
    .page-content .benefits-section h2,
    .page-content .promo-info h2,
    .page-content .calculator-section h2,
    .page-content .product-section h2,
    .page-content .faq-section h2{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .page-content .calculator-section .header{
        font-size: 12px;
    }
    .page-content .calculator-section .light-text{
        font-size: 10px;
    }
    .page-content .calculator-section .extra-light-text{
        font-size: 10px;
        line-height: 14px;
    }
    .page-content .product-section .product-container{
        min-width: 155px;
    }
    .page-content .product-section .product-text{
        font-size: 12px;
    }
    .page-content .footer-section .footer-container{
        padding: 0;
    }
    .page-content .footer-section .footer-text{
        font-size: 11px;
    }
}

