@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
.top_banner {
    overflow: hidden;
    position: relative;
    background-color: #282C6B;
    padding: 0 15px 31px;
}
.top_banner .overlaybg {
    position: absolute;
    background: url('/static/pages/headerglobe-resized-min.jpg') no-repeat right top;
    background-size: auto 100%;
    right: -143px;
    top: 0;
    width: 100%;
    height: 100%;
}
.top_banner h1 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-top: 49px;
    font-size: 40px;
    max-width: 600px;
    line-height: 39px;
    padding-bottom: 15px;
}
.top_banner h1 + img {
    display: none;
}
.top_banner h1 span {
    color: #f8d00c;
    white-space: nowrap;
}
.top_banner p {
    color: #fff;
    font-size: 20px;
    max-width: 640px;
    line-height: 25px;
    padding-bottom: 15px;
}
.top_banner .boxyellow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 13px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    color: #000;
    width: 240px;
    height: 135px;
    padding: 17px 24px 0 71px;
    background-color: #f8d00c;
    line-height: 16px;
    margin-right: 8px;
    margin-bottom: 25px;
}
.top_banner .boxyellow h4 {
    position: absolute;
    left: 10px;
    top: 0;
    font-weight: 800;
    color: #fff;
    margin: 0;
    background-color: #292C6B;
    width: 46px;
    text-align: center;
    padding: 2px 0 0;
    font-size: 50px;
    line-height: 66px;
}
.top_banner h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    max-width: 1106px;
}
@media screen and (max-width: 1180px){
    .top_banner .overlaybg {
        right: -243px;
    }
    .top_banner p {
        max-width: 540px;
    }
}
@media screen and (max-width: 955px){
    .top_banner h1 + img {
        display: block;
    }
    .top_banner .overlaybg {
        display: none
    }
    .top_banner p {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .top_banner h5 {
        font-size: 16px;
    }
}

#header-logo img {
    width: 302px;
    max-height: 100%;
}
@media screen and (max-width: 500px){
    .top_banner h1 {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    #header-logo img {
        width: 202px;
    }
    .box3 {
        text-align: center;
    }
}
