@font-face {
    font-family: 'circularBold';
    src: url('../fonts/CircularStd-Bold.otf')  format('truetype');
}

@font-face {
    font-family: 'circularBook';
    src: url('../fonts/CircularStd-Book.otf')  format('truetype');
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'circularBook';
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6, strong{
    font-family: 'circularBold';
    font-weight: 100;
}
.w-100{
    width: 100%;
}
nav{
    width: 100%;
    padding: 25px 0px 0px 0px;
    margin:auto;
}
@media (min-width: 1200px) {
    nav{
        padding: 25px 0px;
    }
}
.logo{
    width: 50px;
}
.logo-mobile{
    position: absolute;
    top: 10px;
    left: 10px;
}
.close-menu{
    position: absolute;
    top: 40px;
    right: 30px;
    left: auto;
    bottom: auto;
    display: block;
    width: 25px;
    height: 25px;
}
#contact{
    background: #0072CA;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 2;
}
#contact .logo{
    margin-top: 25px;
}
#contact p,
#contact p a{
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
}
#contact h1{
    color: #FFF;
    font-size: 48px;
    margin: 100px 0px 45px 0px;
}
header.wrapper{
    background: #0072CA;
    color: #FFF;
    margin-bottom: 15px;
    height: 100vh;
    min-height: 600px;
    position: relative;
}
header.wrapper .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0072CA;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}
header.wrapper .menu a{
    color: #FFF;
    margin: 0px 15px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 32px;
    padding: 15px 0px;
}
header.wrapper .burger{
    width: 30px;
    position: static;
    height: 40px;
    float: right;
}
svg {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 15.364583333vw;
    display: none;
}
header.wrapper .container{
    margin-bottom: 0px;
}
header.wrapper h1{
    font-size: 36px;
    line-height: 40px;
    margin: 72px 0px 45px 0px;
    font-family: 'circularBold';
    letter-spacing: -0.35px;
}
header.wrapper p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;
}
#subscribeForm{
    position: relative;
    z-index: 2;
}
.btn-white{
    color: #0072CA;
    background: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'circularBold';
    padding: 10px 45px;
    position: relative;
    z-index: 10;
}

.btn-transparent{
    color: #FFF;
    background: transparent;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'circularBold';
    padding: 9px 45px;
    border: 1px solid #FFF;
    font-size: 16px !important;
}
.text-center{
    text-align: center;
}
.mt-45{
    margin-top: 45px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}
@media (min-width: 768px) {
    .logo{
        height: 50px;
        width: auto;
        display: block;
    }
    header.wrapper h1{
        font-size: 48px;
        line-height: 56px;
        margin: 100px 0px 45px 0px;
        max-width: 540px;
    }

    header.wrapper{
        margin-bottom: 0px;
        height: 650px;
    }
    header.wrapper .menu{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        background: none;
        position: static;
        height: auto;
        width: auto;
    }
    header.wrapper .menu a{
        font-size: 16px;
        padding: 0px;
    }
    header.wrapper p{
        font-size: 20px;
        line-height: 28px;
        max-width: 820px;
    }
    form input{
        max-width: 310px;
        margin-bottom: 0px;
        text-align: left;
    }
    form button{
        width: 210px;
        /*padding: 14px 30px;*/
        margin-left: 15px;
    }
    svg{
        display: block;
        position: absolute;
        bottom: -1px;
        z-index: 0;
    }
}
@media (min-width: 992px) {
    header.wrapper{
        height: 700px;
    }
}
@media (min-width: 1200px) {
    header.wrapper{
        height: 670px;
    }
    header.wrapper h1{
        margin: 95px 0px 45px 0px;
    }
    .support-image-1366{
        display: block;
        top: 160px;
        max-width: 600px;
    }
}
@media (min-width: 1300px) {
    header.wrapper{
        height: 730px;
    }
    .support-image-1366{
        top: 160px;
        max-width: 668px;
    }
    #subscribeForm,
    #subscribeFormFooter{
        margin-top: 45px;
    }
}
@media (min-width: 1399px) {
    .support-image-1366{
        display: none;
    }
    .support-image-1440{
        display: block;
        top: 160px;
        max-width: 700px;
    }
}
@media (min-width: 1919px) {
    header.wrapper{
        height: 893px;
    }
    .support-image-1440{
        display: none;
    }
    .support-image-1920{
        display: block;
        max-width: 945px;
        top: 185px;
    }
}
.section{
    padding-top: 60px;
    padding-bottom: 40px;
}
.gray{
    background: #F5F4F4;
}
.section p{
    color: #595959;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
.section ul{
    margin:0px 0px 40px 20px;
    padding: 0px;
    color: #595959;
    line-height: 26px;
}
.section h2{
    font-family: 'circularBold';
    font-size: 24px;
    line-height: 31px;
    color: #222222;
    letter-spacing: -0.35px;
    margin: 30px 0px 30px 0px;
}
.section ul{
    list-style: none;
    margin-left: 0px;
}
.section ul li{
    background-image: url('../images/list-bullet.svg');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
    margin-bottom: 30px;
}
.section ul li .head{
    font-family: 'circularBold';
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.section ul li .desc{
    font-size: 16px;
    line-height: 24px;
}
.value-propositions p{
    color: #595959;
    font-size: 16px;
    line-height: 24px;
    max-width: 325px;
    margin: 0px;
}
.value-propositions{
    padding-top: 60px;
    padding-bottom: 90px;
}
.value-propositions .h1{
    font-family: 'circularBold';
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.35px;
    margin-bottom: 45px;
}
.value-propositions h2{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.35px;
    margin: 0px 0px 40px 0px;
    color: #222222;
}
.value-propositions h2 .text-highlight{
    width: 60px;
    height: 4px;
    background: #0072CA;
    position: relative;
    left: 0px;
    display: block;
    top: 10px;
}
.value-propositions .box{
    margin-bottom: 45px;
}
@media (max-width: 768px) {
    .even {
        flex-direction: column-reverse;
    }
}



.footer{
    background: #0072CA;
    color: #FFF;
    padding: 60px 0px 0px 0px;
}
.footer h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
    text-align: center;
    margin-top: 0px;
}
.footer #subscribeFormFooter{
    text-align: center;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}
.footer #subscribeFormFooter form{
    margin: auto;
}
.footer .container{
    width: 100%;
    padding: 0px 25px;
    margin-top: 0px;
}
.bottom-footer{
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    padding: 25px  0px;
    margin-top: 90px;
}
.bottom-footer .social-media{
    text-align: left;
    height: 30px;
}
.bottom-footer .social-media a{
    text-decoration: none;
    display: block;
}
.bottom-footer .terms,
.bottom-footer .copyright{
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 16px;
}
.bottom-footer .copyright{
    text-align: right;
}
.bottom-footer .copyright p{
    margin: 0px;
    line-height: 30px;
}
.bottom-footer .terms .copy{
    display: none;
}
.bottom-footer .terms p{
    margin-top: 0px;
}
.bottom-footer .terms a{
    color: #FFF;
    text-decoration: underline;
}
.section-support-right{
    margin-bottom: 60px;
}
.section-support-left{
    margin-bottom: 60px;
}
@media (min-width: 768px) {
    .section-support-right{
        margin-bottom: 0px;
    }
    .section-support-left{
        margin-bottom: 0px;
    }
    .value-propositions .h1{
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.35px;
        margin-bottom: 90px;
    }
    .value-propositions{
        padding-top: 120px;
        padding-bottom: 75px;
    }
    .section{
        padding-top: 90px;
        padding-bottom: 45px;
    }
    .section h2{
        margin: 0px 0px 30px 0px;
    }
    .section ul li{
        margin-bottom: 20px;
    }
    .section ul li .desc,
    .section p{
        max-width: 500px;
    }
    .footer{
        padding: 90px 0px 0px 0px;
        margin-top: 30px;
    }
    .footer .container{
        padding: 0px 25px;
    }
    .section .box{
        margin-bottom: 0px;
    }
    .footer #subscribeFormFooter{
        margin-bottom: 70px;
    }
    .bottom-footer{
        margin-top: 100px;
    }
    .bottom-footer .social-media{
        margin-bottom: 0px;
        text-align: left;
        padding-right: 0px;
    }
    .bottom-footer .social-media a{
        margin-left: 0px;
        margin-right: 15px;
    }
    .bottom-footer .social-media:last-child{
        margin-right: 0px;
    }

}
@media (min-width: 992px){
    .section-support-right{
        position: absolute;
        left: 25px;
        width: 535px;
    }
    .section-support-left{
        position: absolute;
        right: 25px;
        width: 535px;
    }
}
@media (min-width: 1200px){
    .section h2{
        max-width: 400px;
        margin: 0px 0px 45px 0px;
    }
    .value-propositions p{
        max-width: 300px;
    }
    .value-propositions.conclusion p{
        max-width: 470px;
    }
    .section-support-right{
        left: 27px;
        height: 505px;
        width: auto;
    }
    .section-support-left{
        right: 27px;
        height: 505px;
        width: auto;
    }
    .footer #subscribeFormFooter{
        margin-top: 0px;
    }
}
@media (min-width: 1300px){
    .section-support-right{
        left: 110px;
    }
    .section-support-left{
        right: 110px;
    }
}
@media (min-width: 1399px) {
    .section-support-right{
        height: 594px;
        left: 37px;
    }
    .section-support-left{
        right: 37px;
        height: 594px;
    }
    .section ul{
        padding-bottom: 1px;
    }
    .section{
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
@media (min-width: 1919px) {
    .section-support-right,
    .section-support-left{
        position: absolute;
    }
}


.thank-you{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0072CA;
    z-index: 3;
    top: 0px;
    left: 0px;
    display: none;
}
.thank-you.show{
    display: block;
}
.thank-you a{
    color: #FFF;
    text-decoration: underline;
}
.thank-you a.btn{
    background: #0072CA;
    color: #FFF;
    width: 150px;
    max-width: 285px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    padding: 10px 0px;
    text-decoration: none;
    border: 1px solid #FFF;
    font-family: 'circularBold';
    margin-bottom: 0px;
}
.thank-you .social{
    display: none;
}
@media (min-width: 992px){
    .thank-you a.btn{
        margin-bottom: 120px;
    }
    .thank-you .social{
        display: block;
    }
    .thank-you .social a{
        text-decoration: none;
        margin-right: 15px;
    }
}