@charset "utf-8";

:root {
    font-size: 1rem;
}

/* asap-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/asap-v33-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/asap-v33-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/asap-v33-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/asap-v33-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/asap-v33-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/asap-v33-latin-regular.svg#Asap') format('svg');
    /* Legacy iOS */
}

/* asap-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asap';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/asap-v33-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/asap-v33-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/asap-v33-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/asap-v33-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/asap-v33-latin-600.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/asap-v33-latin-600.svg#Asap') format('svg');
    /* Legacy iOS */
}

/* asap-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asap';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/asap-v33-latin-800.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/asap-v33-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/asap-v33-latin-800.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/asap-v33-latin-800.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/asap-v33-latin-800.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/asap-v33-latin-800.svg#Asap') format('svg');
    /* Legacy iOS */
}

/* special-gothic-condensed-one-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Special Gothic Condensed One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/special-gothic-condensed-one-v2-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/special-gothic-condensed-one-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/special-gothic-condensed-one-v2-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/special-gothic-condensed-one-v2-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/special-gothic-condensed-one-v2-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/special-gothic-condensed-one-v2-latin-regular.svg#SpecialGothicCondensedOne') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #383937;
    font-family: 'Asap', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

h1 {
    font-family: 'Special Gothic Condensed One', Arial, sans-serif;
    text-transform: uppercase;
    background-color: #B1B2B2;
    text-align: right;
    padding: 0.375rem 5rem;
    display: inline-block;
    font-size: 3.875rem;
    font-weight: normal;
}

h2 {
    font-family: 'Special Gothic Condensed One', Arial, sans-serif;
    text-transform: uppercase;
    background-color: #D02D24;
    color: #fff;
    text-align: right;
    padding: 0.375rem 5rem;
    display: inline-block;
    margin-bottom: 0.625rem;
    font-size: 3.875rem;
    font-weight: normal;
}

h3 {
    position: absolute;
    top: 8.125rem;
    left: 10.625rem;
    font-weight: normal;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 1.875rem 0;
    padding: 0;
    font-weight: 600;
}

ul li {
    padding-left: 0;
    margin: 0 0 1rem;
}

ul li:before {
    content: "\-";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.375em;
    line-height: 0.8;
}

header {
    text-align: right;
    padding: 3.75rem 0 0;
    position: relative;
}

article {
    padding: 2.5rem 5rem 1.25rem;
}

article p {
    font-size: 1.75rem;
}

footer {
    line-height: 0;
    position: relative;
}

footer p {
    line-height: 1.5;
    position: absolute;
    top: 3.125rem;
    right: 8.125rem;
}

footer p span {
    color: #D02D24;
}

.logo {
    position: absolute;
    left: 3.125rem;
}

@media only screen and (max-width: 49.9375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    ul li {
        padding-left: 1rem;
        margin: 0 0 0.375rem;
    }

    ul li:before {
        margin-left: -1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    body {
        font-size: 1.25rem;
    }

    h1 {
        text-align: center;
        padding: 0.375rem 0.625rem;
        font-size: 2.5rem;
    }

    h2 {
        text-align: center;
        padding: 0.375rem 0.625rem;
        margin-bottom: 0.625rem;
        font-size: 2.5rem;
    }

    h3 {
        position: static;
        text-align: center;
    }

    header {
        text-align: center;
        padding: 0;
    }

    article {
        padding: 0.625rem 0;
    }

    article p {
        font-size: 1.25rem;
    }

    footer p {
        line-height: 1.5;
        position: static;
        text-align: center;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 30rem) {

    body,
    article p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 23.438rem) {}