@charset "utf-8";
@font-face {
    font-display: swap;
    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-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v40-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 400 1em/1.3em 'Open Sans', Calibri, sans-serif;
    color: #fff;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 830px;
    border: solid 1px #000;
    background: #F8CA07;
}
p {
    padding-bottom: 1rem;
}
h1, h4 span {
    font-weight: 400;
}
h2, h3, strong {
    font-weight: 700;
}
h1 {
    margin: 0rem 0rem 3rem 1rem;
    font-size: 1em;
    line-height: 1.3;
}
h2, h3.ttu {
    text-transform: uppercase;
}
h2 {
    font-size: 4.6em;
    line-height: 1;
}
h3.ttu {
    font-size: 2.4em;
    line-height: 1.3em;
}
h3 {
    font-size: 2.1em;
    line-height: 1.5;
}
h4, h3 span {
    color: #F8CA07;
}
h4 {
    font-size: 1.375em;
    line-height: 1.3;
    padding: 1rem 0;
}
h4 span {
    color: #fff;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style-image: url();
    list-style: none;
}
li {
    padding: 0 0 0 16px;
}
ul li:before, h1:before {
    content: "|";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -16px;
}
header {
    padding: 1.5rem 1.5rem 7rem;
    width: 41%;
}
header ul {
    font-size: 1.7em;
    line-height: 1.5;
    text-transform: uppercase;
}
main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article {
    padding: 1.5rem 2rem 7rem;
    background: #27476D;
    width: 52%;
}
.logo {
    display: flex;
    justify-content: end;
}
footer {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.qrcode {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url('../images/bg.jpg') no-repeat left;
    height: 125px;
    padding: 49px 1.5rem;
}
figure {
    margin: -20px 12px 0 0;
    transform: rotate(-2deg);
}
.qrcode p {
    transform: rotate(-2deg);
}
.center {
    text-align: center;
    font-size: 0.813em;
    line-height: 1.3;
    padding-left: 1.5rem;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:829px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    header, article {
        width: 100%;
    }
    br {
        display: none;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2em;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    header, article {
        padding: 1rem;
    }
    footer {
        position: static;
        padding: 1rem;
    }
    .qrcode {
        padding: 1rem;
        background: #ED028C;
        margin-bottom: 1rem;
        height: auto;
    }
    .qrcode p, figure {
        margin: 0;
        transform: none;
    }
    .center {
        padding: 0 0 1rem;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width:525px) {
    .qrcode {
        flex-direction: column;
    }
    figure {
        display: flex;
        justify-content: center;
    }
    header ul {
        font-size: 1.375em;
    }
}