@charset "utf-8";
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: local(''), url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: local(''), url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), url('../fonts/barlow-v12-latin-700.woff') format('woff'), url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1.25em/1.3em 'Barlow', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #F37D25 url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    height: 925px;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h2{
    font-weight: 400;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 3.5em;
    line-height: 1.2;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font: 700 1.8em/1.1em Calibri, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4.5rem;
}
h3 span {
    text-transform: none;
    font-size: 1.313em;
    line-height: 1;
    font-weight: 300;
}
ul {
    padding: 0 0 3.25rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.125rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
article {
    padding: 3.5rem 4rem 0;
}
.qr {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.qr p {
    padding: 0;
    font-size: 0.875em;
    line-height: 1.3;
    flex: 1;
}
.contact {
    font-size: 0.65em;
    line-height: 1.3;
    transform: rotate(-90deg);
    position: absolute;
    left: -165px;
    bottom: 244px;
}
footer {
    padding: 0 4rem 1rem;
}
footer p:last-of-type{
    font-size: 0.75em;
}
footer p:last-of-type i{
    font-size: 1.6em;
    vertical-align: -2px;
    margin-right: 0.25rem;
}
.logo {
    position: absolute;
    right: 74px;
    bottom: 46px;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
    h1 {
        font-size: 2.5em;
    }
    h3 {
        margin-bottom: 1.5rem;
    }
    ul {
        padding-bottom: 2rem;
    }
    article {
        padding: 1rem 2rem 0;
    }
    footer {
        padding: 0 2rem 1rem;
    }
    .contact {
        position: static;
        transform: none;
        padding: 1rem 0;
        font-size: 0.75em;
    }
    .logo {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 0 1rem 1rem;
    }
    h1 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.45em;
    }
}