@charset "utf-8";
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/saira-v14-latin-600.eot');
    src: local(''), url('../fonts/saira-v14-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-v14-latin-600.woff2') format('woff2'), url('../fonts/saira-v14-latin-600.woff') format('woff'), url('../fonts/saira-v14-latin-600.ttf') format('truetype'), url('../fonts/saira-v14-latin-600.svg#Saira') format('svg');
}
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/saira-v14-latin-800.eot');
    src: local(''), url('../fonts/saira-v14-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-v14-latin-800.woff2') format('woff2'), url('../fonts/saira-v14-latin-800.woff') format('woff'), url('../fonts/saira-v14-latin-800.ttf') format('truetype'), url('../fonts/saira-v14-latin-800.svg#Saira') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #E4E5E5 url('../images/bg.jpg') repeat-y;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 0.5rem;
    padding: 1rem;
    font-size: 1.7em;
    line-height: 1.1;
    text-align: center;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1.313em;
    line-height: 1.2;
    color: #008C4E;
    text-transform: uppercase;
    margin: 1rem;
    position: relative;
}
h2 span {
    display: inline-block;
    margin-left: 1.25rem;
}
h2 span:nth-of-type(2) {
    display: inline-block;
    margin-left: 2.5rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    padding: 0;
}
article>p:nth-of-type(1) {
    font-family: 'Saira', Arial, sans-serif;
    font-weight: 600;
    position: absolute;
    right: 1rem;
    top: 15rem;
    font-size: 0.9em;
    line-height: 1.25;
    color: #080302;
}
article>p:nth-of-type(1) strong {
    font-weight: 800;
}
article>p:nth-of-type(2) {
    text-align: center;
    width: 253px;
    position: relative;
    margin-bottom: -10rem;
}
.qr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 1rem;
    position: absolute;
    right: 1rem;
    bottom: 4rem;
}
.qr p {
    text-align: right;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.3;
}
figure {
    margin: 0;
}
@media only screen and (max-width:599px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    br:not(.qr br) {
        display: none;
    }
    p, h1, h2 {
        text-align: center;
    }
    h2 {
        margin: 0.5rem 0 1rem;
    }
    h2 span {
        margin: 0 !important;
        display: inline !important;
    }
    .qr {
        position: static;
        justify-content: center;
    }
    .qr p {
        color: #333333;
    }
    article {
        padding: 1rem;
    }
    article>p:nth-of-type(1) {
        position: static;
    }
    article>p:nth-of-type(2) {
        margin-bottom: 0;
        width: auto;
    }
}