@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v40-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
}

#wrapper {
    margin: 0.75rem auto;
    border: 1px #000 solid;
    max-width: 56.25rem;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.logo {
    padding: 1.875rem 3.75rem;
    display: flex;
    justify-content: center;
}

article {
    padding: 2rem 4.75rem 0;
}

footer {
    padding: 0 4.75rem 3.75rem;
}

p {
    margin: 0 0 1rem;
    text-align: justify;
    hyphens: auto;
}

h1 {
    margin: 1.812rem 0 0.9375rem;
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    font-weight: 700;
}

h2 {
    margin-bottom: 0.6875rem;
    font-size: 1rem;
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1rem;
    list-style-type: none;
}

ul li {
    padding: 0 0 0.2rem 1.6rem;
}

ul li:before {
    content: "\2022";
    float: left;
    font-size: 1.563rem;
    line-height: 0.8;
    margin-left: -1.6rem;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        margin: 1.25rem 0;
    }

    .logo {
        padding: 1rem;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: 0 1rem 1rem;
    }

    p {
        text-align: left;
    }
}

@media only screen and (max-width: 30rem) {
    article {
        padding: 1rem 0 0;
    }

    footer {
        padding: 0;
    }
}

@media only screen and (max-width: 23.437rem) {

    footer p,
    footer h2 {
        text-align: center;
    }
}
