@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin-regular.eot');
    src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/mulish-v13-latin-500.eot');
    src: url('../fonts/mulish-v13-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-500.woff2') format('woff2'), url('../fonts/mulish-v13-latin-500.woff') format('woff'), url('../fonts/mulish-v13-latin-500.ttf') format('truetype'), url('../fonts/mulish-v13-latin-500.svg#Mulish') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.link{
	white-space: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #12130D;
    font-family: 'Mulish', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -.3px
}

#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    box-shadow: 0 0 0.625rem rgb(75 75 75 / 50%);
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    color: #175186;
    font-size: 2.375rem;
    margin: .75rem 0 1.125rem;
    font-style: italic;
    line-height: 1.2;
}

h2 {
    color: #00395d;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin: 0 0 .937rem;
    font-weight: 700;
}

h3 {
    color: #B1A89F;
    font-size: 1.1rem;
    line-height: 1.4;
}

h4 {
    color: #f8a686;
    text-align: right;
    font-size: 1.312rem;
    margin: 2.5rem 0 .625rem;
    font-weight: normal;
}

h5 {
    color: #00395D;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0.625rem 0;
}

h5 span {
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 0.75rem;
}

ul li:before {
    content: "•";
    float: left;
    font-size: .687rem;
    margin-left: -0.75rem;
    line-height: 1.8;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: -19.992px;
    right: 0;
    padding: 65px 50px;
    background-color: #163A5E;
    z-index: 30;
}

header > figure {
    margin: 2.5rem 0 0;
    width: 35%;
    position: relative;
    z-index: 20;
}

.color {
    background-color: #F8A686;
    color: #fff;
    padding: 0.8rem 5.25rem 1.25rem 8.125rem;
    position: absolute;
    top: 16%;
    left: 20%;
    width: 60%;
    z-index: 10;
}

.color p {
    line-height: 1.5;
    margin: 0;
    font-size: .875rem;
}

.grey {
    display: block;
    background-color: #E9E7E3;
    width: 48%;
    height: 95%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
}

article {
    padding: 2rem 3.125rem 0;
}

.font {
    color: #B1A89F;
}

.column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section:first-of-type {
    width: 50%;
}

.section:last-of-type {
    width: 47%;
}

footer {
    padding: 0 3.125rem;
    color: #B1A89F;
}

@media only screen and (max-width: 849px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem
    }

    body {
        letter-spacing: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        margin: 1rem 0;
        font-size: 1.47rem;
    }

    h1 span {
        white-space: nowrap;
    }

    h1,
    h3 {
        text-align: center
    }

    h3 {
        margin: 1rem 0;
    }

    header {
        background-color: #163A5E;
    }

    header p {
        text-align: center;
    }

    .logo {
        position: static;
        padding: 0.625rem;
    }

    img {
        margin: 0 auto;
    }

    header > figure {
        margin: 0;
        width: 100%;
        background-color: #E4E2E0;
    }

    article,
    footer {
        padding: 0 1rem;
    }

    .color {
        padding: 1rem;
        position: static;
        width: auto;
    }

    .grey {
        display: none;
    }

    .color p br,
    h1 br {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    h4 {
        text-align: center;
        margin: 1rem 0;
    }

    .column {
        display: block;
    }

    .section:first-of-type,
    .section:last-of-type {
        width: auto;
    }

    .margin {
        margin: 0
    }

    article,
    footer {
        padding: 0;
    }
}
