@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font: 0.938em 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 300;
}

#wrapper {
    position: relative;
    max-width: 55.313rem;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    text-align: left;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0 0 3rem;
    font-size: 2rem;
    line-height: 1.1;
}

h1 span {
    font-weight: 400;
    font-size: 1.2rem;
}

h1+p {
    padding-bottom: 1.5rem;
}

h2 {
    font-size: 1.275em;
    line-height: 1.2;
    margin-bottom: 0.6rem;
    font-weight: 300;
}

p span,
h1,
h2 {
    color: #B81E2B;
}

ul {
    padding: 0 0 1.5rem;
    list-style: none;
}

ul li {
    padding: 0 0 0.5rem 1rem;
}

ul li:before {
    content: "\25A0";
    display: block;
    font-size: 1em;
    line-height: 1;
    position: relative;
    float: left;
    top: 0px;
    margin-left: -1rem;
    font-family: "Arial", sans-serif;
    color: #B81E2B;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

main {
    background: #fff url('../images/bg.jpg') no-repeat bottom;
    padding: 0 3rem 2rem;
    display: flow-root;
}

header {
    border-bottom: .25rem solid #B81E2B;
}

article {
    padding: 3rem 0 0;
    float: right;
    width: 34.563rem;
}

article>section {
    text-align: justify;
    text-align-last: justify;
    margin: 0.5rem 0 2.5rem;
}

article>section span {
    display: inline-block;
    background: #B81E2B;
    padding: 0.35rem;
    margin: 0 0.19rem 0.5rem;
    color: #fff;
}

footer {
    float: left;
    width: 12.5rem;
}

footer>img {
    margin-top: -6rem;
    position: relative;
}

footer>p:first-of-type {
    font-size: 0.8em;
    line-height: 1.8;
    position: relative;
    margin: 2.25rem 0 0;
}

footer>p:first-of-type:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1rem;
    width: 1px;
    height: 2.875rem;
    background: #B81E2B;
}

footer>p:first-of-type:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1rem;
    width: 4.625rem;
    height: 1px;
    background: #B81E2B;
}

footer>aside {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    line-height: 1.3;
}

@media only screen and (max-width: 55.313rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin-bottom: 2rem;
    }

    main {
        padding: 1rem;
    }

    article,
    footer {
        width: 100%;
        float: none;
        padding-top: 0;
    }

    article>section {
        width: 100%;
        text-align: center;
        text-align-last: center;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    article>section span {
        float: none;
        width: 12.5rem;
        text-align: center;
    }

    ul:last-of-type li:nth-of-type(2) {
        margin-right: 0;
        word-spacing: 0;
    }

    footer>aside {
        position: static;
        margin: 2rem 0;
    }

    footer>img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 43.75rem) {
    h1 {
        font-size: 2em;
        text-align: center;
    }

    footer>aside {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 27.75rem) {
    article>section {
        justify-content: center;
    }
}