/** **/


@font-face {
    font-family: Assistant;
    src: url(../fonts/Assistant-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Assistant;
    src: url(../fonts/Assistant-Bold.ttf);
    font-weight: bold;
}


body{
    font-size:1.4vw;
    color: #004784;
    font-family: Assistant;
}

.desktop-only{display: block;}
.mob-only{display: none;}

*{}
header{
    position: relative;
}
#print{
    width: auto;
    height: 25px;
    font-size: 29px;
    position: absolute;
    left: 8px;
    bottom: 42px;
    color: #fff;
}
span.sep {
    width: 1.2vw;
    height: 1.2vw;
    display: inline-block;
    background: url(../assets/sep.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 0 0.3vw;
}

span.baxi-badge {
    width: 21vw;
    background: #e6f0e1;
    border-radius: 30px;
    padding: 15px 23px;
    position: absolute;
    left: 23vw;
    font-size: 1vw;
    display: BLOCK;
    top: 9vw;
    font-weight: bold;
}

.dude-badge {
    width: 24%;
    border-top-left-radius: 50px;
    background: rgb(255 255 255 / 87%);
    border-bottom-left-radius: 50px;
    font-size: 0.9vw;
    position: absolute;
    bottom: 29px;
    padding: 3px 0 7px;
    padding-right: 3%;
    line-height: 1;
}

.dude-badge h5, .dude-badge p {
    margin-bottom: 4px;
    margin-top: 0;
    line-height: normal;
}

.dude-badge h5 {
    font-weight: bold;
    font-size: 1.3vw;
    margin-bottom: 0;
}

.dude-badge h6 {
    font-weight: bold;
    font-size: 0.9vw;
    margin-bottom: 0;
}

.footer-text {
    margin: 0 auto;
    max-width: 48%;
    color: #fff;
    padding-top: 4vw;
}

.baxi {
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.baxi img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.dude {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
}

.dude img {
    max-width: 100%;
}

.h-block {
    margin-bottom: 25px;
    line-height: 1.4;

}
.col-md-6:nth-child(1) .h-block:nth-child(4){
    background: #ebebeb;
    padding: 2%;
}
footer#footer {
    background: #5aad41;
    position: relative;
    height: 20vw;
}

main#content {padding: 2% 3% 10%;}

main#content .col-md-6 {
    padding-left: 4%;
}

h1{font-size: 3.8vw;font-weight: bold;}

h1 {}
h2{font-weight: bold;font-size: 1.5vw;margin-bottom: 6px;}

.footer-text h2 {
    font-size: 2.4vw;
    border-right: 2px solid #fff;
    height: 24vh;
    display: block;
    padding-top: 3vh;
    padding-right: 5%;
}
.footer-text p{
     padding-right: 5%;
}
h3{}
h4{}
h5{}
h6{}

.head-text {
    font-weight: bold;
    font-size: 1.8vw;
    max-width: 78%;
    text-align: justify;
}

.header-inner {
    max-width: 63%;
    margin-right: 7%;
    padding-top: 1vw;
}

header#head {
    background: url(../assets/header.jpg) no-repeat top center;
    height: 33vw;
    background-size: 100%;
    background-position-y: -50px;
    color: #fff;
}



@media screen and (max-width: 980px){
    *{}

main#content {
    padding-top: 20px;
}

span.baxi-badge {
    left: 0;
    width: 107px;
    padding: 7px 10px;
    font-size: 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
    line-height: 1;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background: #e6f0e1d4;
}

.dude-badge h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.dude-badge h6 {
    font-size: 12px;
    margin-bottom: 0;
}

.dude-badge {
    font-size: 10px;
    width: 58%;
    line-height: 1;
    bottom: 11px;
    padding: 0 27px;
}

.dude {
    width: 47%;
    right: 13px;
}

.baxi {
    width: 52%;
}

.footer-text {
    max-width: 91%;
    padding-top: 6%;
}

footer#footer {
    height: 337px;
}

.h-block {
    margin-bottom: 9px;
}

span.sep {
    width: 11px;
    height: 10px;
}

.head-text {
    font-size: 94%;
    line-height: 21px;
    max-width: 100%;
}

.header-inner {
    max-width: 87%;
    margin: 0 auto;
    padding-top: 39vw;
}

header#head {
    background: url(../assets/header-mob.jpg) no-repeat top center;
    height: 113vw;
    background-size: 100%;
}
    body{

font-size: 110%;

}
    p{}

p {}
    h1{
    font-size: 162%;
    line-height: 1;
}
    h2{
    font-size: 100%;
}

.footer-text h2 {
    font-size: 16px;
    margin: 0;
    width: 100%;
    max-width: 70%;
    height: auto;
    padding-top: 0;
    padding-right: 4%;
}
.footer-text p{
    padding-right: 4%;
    font-size: 14px;
}
    h3{}
    .desktop-only{display: none;}
    .mob-only{display: block;}

    #print {
        display: none;
        font-size: 19px;
        left: auto;
        bottom: auto;
        color: #fff;
        top: 0px;
        right: 5px;
    }
    .baxi img {
        float: left;
    }
}
.h-block > p{
    margin-bottom: 0;
}