@charset "utf-8";

@font-face {
    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');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'),
        url('../fonts/open-sans-v40-latin-600.woff') format('woff'),
        url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'),
        url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #58585A;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.937rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid .062rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #E30613;
    text-decoration: underline;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    margin: 1.25rem 0 1.875rem;
    line-height: 1;
    font-size: 1.875rem;
}

h1 span {
    font-size: 1.25rem;
}

h2 {
    font-size: 1rem;
    margin-top: 1.25rem;
}

h3 {
    color: #E30613;
    font-size: 1.75rem;
    position: relative;
    top: .312rem;
}

h4 {
    text-align: left;
    font-size: .937rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .625rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 17px;
    height: 1.062rem;
    background: url(../images/list.jpg) no-repeat;
    background-size: contain;
    margin-left: -.937rem;
    top: .125rem;
}

header {
    position: relative;
}

header p {
    position: absolute;
    bottom: 45%;
    right: -8%;
    color: #58585A;
    transform: rotate(-90deg);
    font-size: .562rem;
    margin-bottom: 0
}

article {
    padding: 0 2.5rem 3.125rem;
    width: 69%;
}

section {
    display: flex;
    justify-content: space-between;
}

.aside:nth-of-type(1),
.aside:nth-of-type(2) {
    width: 49%
}

footer {
    position: absolute;
    right: 2.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    top: 0;
    width: 29%;
    border-bottom: solid 1.562rem #C00418;
    background: rgb(224, 225, 227);
    background: linear-gradient(0deg, rgba(224, 225, 227, 1) 0%, rgba(255, 255, 255, 0.8) 78%, rgba(253, 252, 251, 1) 100%);
    padding: .625rem;
    text-align: center;
}

footer p {
    text-align: left;
    margin-bottom: 1.375rem;
}

.center {
    font-size: 1.25rem;
    text-align: center;
}

.img {
    margin: 6.25rem 0 0;
}

.qr {
    margin: 0 auto 0;
    display: block;
}

a.color {
    color: #C00418;
    font-weight: bold;
    text-decoration: underline;
}

@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;
    }

    h4,
    ul,
    footer {
        letter-spacing: 0;
    }

    header p,
    br,
    footer p:nth-last-of-type(4) br {
        display: none;
    }

    article {
        width: auto;
        padding: .312rem 0 1rem;
    }

    footer {
        position: static;
        width: 100%;
    }

    footer p,
    h4 {
        text-align: center;
    }

    .img,
    .qr,
    footer p {
        margin: 1rem auto;
    }

    footer br {
        display: block;
    }
}

@media only screen and (max-width: 45rem) {
    section {
        display: block;
    }

    .aside:nth-of-type(1),
    .aside:nth-of-type(2) {
        width: auto;
    }

    h1 {
        font-size: 1.562rem;
        margin: .625rem 0 1rem;
    }

    h3 {
        margin: .312rem 0;
        position: static;
        font-size: 1.562rem;
        text-align: center
    }
}
