body {
    max-width: inherit;
}

.pagenav {
    background-color: transparent;
}

.page {
    background: #0047FF;
}

.menu-toggle, .menu-search {color:#fff;}

.open .menu-toggle, .open .menu-search {
    color: #000;
}

.menu-toggle:focus, .menu-search:focus {
    border-bottom: 2px solid #fff;
}

.open .menu-toggle:focus, .open .menu-search:focus {
    border-bottom: 2px solid #0033A0;
}

.logo-color {
    display: none;
}

.logo-white {
    display: inline-block;
}

.open .logo-color {
    display: inline-block;
}


.page-content {
    padding-top: 0 !important;
}

h2.hp-section__heading {
    font-family: "miller-display",serif;
    letter-spacing: 0.9px;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
}

.hp-section__subtitle {
    font-family: "montserrat",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.hp-section__text.wb-content {
    line-height: 1.5;
}

.btn.hp-section__link {
    border-color: #fff;
    color: #fff;
    margin-top: 25px;
}

    .btn.hp-section__link:hover, .btn.hp-section__link:active {
        border-color: #0033A0;
    }

img.hp-section__image {
    width: 100%;
    margin-bottom:70px;
}

.hp-section__image--desk {
    display: none;
}

.hp-video-section__wrap {
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
}

    .hp-video-section__wrap > .sg-pagewidth {
        order: 1;
    }

.hp-section__wrap {
    padding: 0 0 60px 0;
}



.hp-section__info-padding {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:60px;
}

.hp-video-section__info {
    order:1;
}

a.btn.hp-video-section__link {
    background: transparent;
    border: none;
    padding: 0;
    order: 0;
    border-radius:0px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,8,80,0) 50%);
}

.index_page .hp-text {
    width: 100%;
}

    .index_page .hp-text .sg-pagewidth {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .index_page .hp-text .btn.btn-inverted {
        background: #fff;
        color: #0033A0;
    }
        .index_page .hp-text .btn.btn-inverted:hover {
            background: #0033A0;
            color: #fff;
        }

    .hp-section__source {
        margin-top: 33px;
    }

img.hp-video-section__image {
    width: 100%;
    margin-bottom: 30px;
    object-fit: contain;
    object-position: center center;
}

.section1heading {
    background-color: #d24419;
    color: #fff;
    padding: 0;
}

.section3heading {
    background-color: #DFE8EA;
    color: #000;
    padding: 0;
}


.hp-section__heading {color:#fff;}
.section3heading .hp-section__heading {
    color: #00109F;
}

.section2heading .hp-section__heading {
    color: #00109F;
}

.section3heading .btn.hp-section__link {
    border-color: #000;
    color: #000;
}
    .section3heading .btn.hp-section__link:hover {
        color: #fff;
    }



/* quote */
.quote-box {
    background-color: #F4F4F4;
    padding: 30px 0;
}

.quote-box__info {
    display: flex;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
    text-align:left;
    justify-content:center;
}

.quote-box__quote.wb-content {
    color: #00109F;
    font-family: "miller-display",serif;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 24px;
    font-style: normal;
    position: relative;
    padding: 0 20px;
}

.quote-box__quote-open { position: absolute; left: -10px; display: block; font-size: 57px; line-height: 1; }
.quote-box__info-padding { padding-left: 10px; }

.quote-box.section4quote {
    margin-bottom: -45px;
}


.quote-box__source {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 20px;
}

img.quote-box__image {
    border-radius: 100%;
    flex-shrink: 0;
    width: 100%;
    max-width: 215px;
    max-height: 215px;
    object-fit: cover;
    object-position: top center;
}

a.btn.quote-box__link {
    color: inherit;
    border-color: inherit;
    margin-top: 30px;
}

    a.btn.quote-box__link:hover {
        color: #fff;
    }





@media only screen and (min-width: 768px) {

    .section1heading {
        padding: 98px 0;
    }

    .section3heading {
        padding: 98px 0;
    }

    .index_page .hp-text {padding:0;}

    .hp-section__image--mobile {
        display: none;
    }

    .hp-section__image--desk {
        display: block;
    }

    h2.hp-section__heading {
        font-size: 40px;
        margin-bottom: 45px;
    }

    .hp-section__wrap {
        position: relative;
        height: 100vh;
    }

    .hp-section__link {
        margin-top: 49px;
    }

    .hp-section__info {
        width: 48%;
        padding: 0;
    }
    .hp-section__info-padding {
        padding: 0;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    img.hp-section__image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        margin-bottom: 0;
        max-width: 55vw;
        width: 100%;
        object-fit: cover;
    }

    .hp-section--left img.hp-section__image {
        left:0
    }

    .hp-video-section__wrap .hp-section__info-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hp-section__info {
        height:100%;
    }

    .hp-section--left .hp-section__info {
        width: 40%;
        margin-left: 60%;
        padding-right: 30px;
    }

    .hp-section__text.wb-content {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .hp-section__wrap .sg-pagewidth {
        height: 100%;
    }

    .quote-box {
        background-color: #F4F4F4;
        padding: 90px 0;
    }

    .quote-box__info {
        flex-wrap: nowrap;
        gap: 50px;
        text-align:left;
        justify-content:flex-start;
    }

    .quote-box__quote.wb-content {
        font-size: 2.1vw;
        padding: 0;
    }

    .quote-box__quote-open { position: absolute; left: -30px; display: block; line-height: inherit; font-size: 2.2vw; }
    .quote-box__info-padding { padding-left: 0; }

    .quote-box__source {
        padding:0;
    }

    .quote-box.section4quote {
        margin-bottom: -45px;
    }

    img.quote-box__image {
        max-width: 315px;
        max-height: 315px;
    }


}

@media only screen and (min-width : 1024px) {
    .hp-video-section__wrap {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

        .hp-video-section__wrap .hp-section__info {
            margin-left: 10%;
            width: 50%;
        }


    .hp-video-section__info {
        padding: 40px 30px 40px 30px;
        width: 40%;
    }

    img.hp-video-section__image {
        position: relative;
        margin-bottom: 0;
    }


    .hp-video-section__info {
        order: 0;
    }


    a.btn.hp-video-section__link {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        width: 60%;
    }
}

@media only screen and (min-width : 1366px) {
    .hp-section__info {
        width: 50%;
    }

    h2.hp-section__heading {
        font-size:90px;
    }

    .section2heading h2.hp-section__heading {
        font-size: 80px;
    }

}

@media only screen and (min-width : 1700px) {
    .hp-video-section__info {
        padding: 80px 30px 80px 80px;
    }
    .hp-video-section__wrap .hp-section__info-padding {
        padding-bottom: 60px;
    }
    .hp-section__text.wb-content {
        max-width: 75%;
        font-size: 18px;
        line-height: 26px;
    }
}


@media only screen and (min-width : 768px) and (max-height: 768px) {
    .hp-section__wrap {
        height: auto;
        min-height: 768px;
    }

    img.hp-section__image {
        height: 100%;
        min-height: 768px;
    }

    .hp-video-section__wrap {
    }

    .hp-section__info-padding {padding-top:20px;}

     
}

@media only screen and (min-width : 1024px) and (max-height: 768px) 
{
    .index_page .hp-text h2 {
        font-size: 90px;
        margin-bottom: 90px;
        margin-top: 60px;
    }

.index_page .hp-text {
    min-height: 700px;
    }

.index_page .hp-image-wrap {
    min-height: 700px;
    }

.index_page .hp-header {
    min-height: 700px;
    height: 100vh;
    }   

}

@media only screen and (min-width : 1366px) and (max-height: 900px) {
    .index_page .hp-text h2 {
        font-size: 90px;
        margin-bottom: 90px;
        margin-top: 60px;
    }
}