@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'),
         url('../fonts/open-sans-v36-latin-regular.woff') format('woff'),
         url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'),
         url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'),
         url('../fonts/open-sans-v36-latin-700.woff') format('woff'),
         url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'),
         url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #980325;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #F7EFE4;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.email {
    color: #0563C1;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}

.red {
    color: #FF062D;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
}

.big {
    font-size: 2.8em;
}

.nowrap {
    white-space: nowrap;
}

ul {
    margin: 1.25rem 0 2.812rem 3rem;
}

ul li::marker {
    color: #980325;
}

ul.margin-ul {
    margin: 1.25rem 0 2.5rem 1.5rem;
}

h1 {
    font-size: 1.375rem;
    line-height: 2;
    text-align: center;
    margin: 1.25rem 0;
}

h2 {
    font-size: 1rem;
    margin: 0 0 0.9375rem;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 1.875rem;
}

header img {
    display: block;
}

header :is(.image_left, .image_right) {
    width: 15.625rem;
}

.text {
    width: calc(100% - 37.5rem);
}

.images_responsive {
    display: none;
}

.logos {
    padding: 0 5.625rem;
}

article {
    padding: 3.75rem 5.625rem 0;
}

footer {
    padding: 0 5.625rem 5.625rem;
}

@media only screen and (max-width: 56.1875rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .big {
        font-size: 1.85em;
    }

    .red {
        font-size: 1.8em;
    }

    h1 {
        line-height: 1.3;
    }

    h2 {
        margin: 0 0 0.3125rem;
    }
    
    ul {
        margin: 1.25rem 0 2.5rem 1.5rem;
    }

    header {
        flex-direction: column;
        align-items: center;
        margin: 0 0 0.625rem;
    }

    header :is(.image_left, .image_right) {
        width: auto;
        display: none;
    }

    .text {
        width: auto;
    }

    .images_responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.3125rem;
        margin: 0 0 1.25rem;
        width: 100%;
    }

    .images_responsive img {
        display: block;
        max-width: 50%;
    }

    .text > p {
        text-align: center;
    }

    .red br {
        display: none;
    }

    .logos {
        padding: 0 1rem 1rem;
    }

    article,
    footer {
        padding: 0;
    }
}
