@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
h1, h2, h4 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #3FA1A7 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 4rem 1rem;
    font-size: 1.25em;
    line-height: 1.1em;
}
h1:before {
    content: "»";
    float: left;
    color: #92D0CC;
    margin: -1px 0 0 -1rem;
    font-weight: 400;
}
h1 span {
    font-weight: 400;
    color: #92D0CC;
    font-size: 1rem;
    line-height: 1.3;
}
h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    font-weight: 400;
}
h4 {
    font-size: 1.1875em;
    line-height: 1.3em;
    text-transform: uppercase;
}
header {
    display: none;
}
article {
    padding: 2rem 2rem 0;
}
.qrc {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #37747B;
    border-radius: 0.75rem;
    width: fit-content;
    position: absolute;
    bottom: 5rem;
    right: 1.5rem;
}
footer {
    padding: 1.5rem 2rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
footer p {
    color: #595959;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.3;
    letter-spacing: 1px;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        margin-bottom: 1rem;
    }
    header {
        display: block;
    }
    article {
        padding: 1rem 2rem;
    }
    article br {
        display: none;
    }
    .qrc {
        flex-direction: column;
        align-items: center;
        position: static;
        margin: 0 auto;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding: 1rem;
    }
}