@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''), 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 Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v27-latin-300.eot');
    src: url('../fonts/roboto-condensed-v27-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-300.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-300.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-300.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v23-latin-regular.eot');
    src: url('../fonts/anton-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v23-latin-regular.woff2') format('woff2'), url('../fonts/anton-v23-latin-regular.woff') format('woff'), url('../fonts/anton-v23-latin-regular.ttf') format('truetype'), url('../fonts/anton-v23-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #6F6F6E;
    font: 300 1em/1.5em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 890px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 3rem 5.5rem 0;
}
:is(h3, h4, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
:is(h1, h2, h3, h4) {
    text-transform: uppercase;
}
:is(h2, h3 span) {
    color: #B11022;
}
h1 {
    font: 400 2.4em/1.2 'Anton', Arial, sans-serif;
    margin: 1rem 0 0.75rem;
    color: #000000;
    width: fit-content;
}
h1 span {
    font: 400 1.313rem/1.3 'Roboto Condensed', Arial, sans-serif;
    color: #929291;
    display: block;
    text-align: right;
    margin-right: 1rem;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
h3 {
    font-size: 1.125em;
    line-height: 1.5;
    margin: -1rem 0 2rem;
}
h4 {
    font-size: 2.95em;
    line-height: 1;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    left: 1rem;
    bottom: 4.4rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\25A0";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -2px;
    color: #B11022;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.font {
    font: 300 0.938em/1.5em 'Roboto', Arial, sans-serif;
}
.fs {
    font-size: 0.95em;
    line-height: 1.3em;
    letter-spacing: -0.25px;
}
header {
    display: flex;
    justify-content: flex-end;
}
article p {
    padding-bottom: 0.5rem;
}
article figure {
    margin: 0 0 0.5rem;
}
.box-border {
    border-top: 2px solid #6F6F6E;
    border-left: 2px solid #6F6F6E;
    margin: 0 -0.8rem 7.5rem;
    padding: 0.75rem 0.8rem 0.5rem;
    position: relative;
    max-width: 86%;
}
.box-border::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48%;
    height: 2px;
    background: #6F6F6E;
}
.box-border::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 40%;
    background: #6F6F6E;
}
.box-border ul {
    padding-bottom: 0;
}
.text-bg {
    background: #B11022;
    color: #fff;
    font-size: 1.375em;
    line-height: 1.3;
    padding: 0.625rem 5rem 0.625rem 1.5rem;
    transform: rotate(-7deg);
    position: absolute;
    right: -1rem;
    bottom: 45rem;
}
.qrcode {
    background: #E3E3E3;
    width: 125px;
    padding: 0.7rem 0.8rem 0;
    position: absolute;
    left: 5.5rem;
    bottom: 4.5rem;
}
.qrcode p {
    color: #B11022;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.76em;
    line-height: 1.3;
    text-align: justify;
}
.img {
    margin: -389px -5.5rem 0 0;
    display: flex;
    justify-content: flex-end;
}
footer {
    margin: 0 -5.5rem;
    padding: 0.75rem 5.5rem 0.5rem;
    background: #B11022;
}
footer p {
    color: #fff;
    font-weight: 400;
}
footer p strong {
    display: inline-block;
    margin-right: 0.5rem;
}
@media only screen and (max-width:889px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li, h3) {
        hyphens: auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    li span {
        display: block;
    }
    h3 {
        margin-top: 0;
    }
    header {
        justify-content: center;
    }
    article>ul:last-of-type {
        margin-right: 13rem;
    }
    article {
        margin-top: 1.5rem;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 2rem 2rem 0;
    }
    br:not(.text-bg br), .box-border::before, .box-border::after {
        display: none;
    }
    li span {
        display: inline;
    }
    .box-border {
        border: 2px solid #6F6F6E;
        max-width: 100%;
        margin: 0 0 1.5rem;
    }
    .text-bg {
        position: static;
        transform: none;
        text-align: center;
        padding: 0.5rem;
    }
    .img {
        margin: 1.5rem -2rem 0 0;
    }
    .qrcode {
        left: 4rem;
        bottom: 18rem;
    }
    article>ul:last-of-type {
        margin-right: 0;
    }
    h1 {
        font-size: 2em;
        margin-right: 0;
    }
    h1 span {
        display: inline-block;
        margin-right: 0;
    }
    h4 {
        font-size: 1.8em;
        bottom: 11rem;
    }
}
@media only screen and (max-width:620px) {
    .qrcode {
        position: static;
        margin: 1rem auto;
    }
    h4 {
        position: static;
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        font-size: 1.5em;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem 1rem 0;
    }
    h1 {
        font-size: 1.4em;
        line-height: 1.3;
        margin-top: 0.75rem;
    }
    h3 {
        margin-bottom: 1rem;
    }
    ul {
        padding-bottom: 1rem;
    }
    .img {
        margin-right: -1rem;
    }
    .box-border {
        border: none;
        margin: 0;
        padding: 0 0 1rem;
    }
}