@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/asap-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/asap-v34-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/asap-v34-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/asap-v34-latin-700.svg#Asap') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 860px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top 2rem center;
    overflow: hidden;
    padding: 4rem 4.125rem 4rem 8.75rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 4rem;
    font-size: 1.04em;
    line-height: 1.3;
}
h1 span {
    font-size: 0.8em;
}
h1, .font {
    font-family: 'Asap', Arial, sans-serif;
    font-weight: 700;
}
h2 {
    display: none;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
h3 + p {
    font-size: 0.95em;
    line-height: 1.3;
}
h4 {
    font-size: 1.84em;
    line-height: 1.2;
    margin: 2rem 0 0.625rem;
}
h3, h4, .color, .center {
    color: #0C9B45;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: absolute;
    top: 54px;
    left: 49px;
}
figure {
    margin: 17px -4.125rem 0 -35px;
}
.box {
    width: 72%;
    padding: 1.5rem 1.75rem 1rem 0;
}
.color {
    font-size: 1.2em;
    line-height: 1.1;
    padding-bottom: 0.625rem;
}
.qr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qr + p {
    text-align: justify;
    line-height: 1.1;
}
.flex1 {
    display: flex;
    align-items: flex-end;
    gap: 0.875rem;
    padding-left: 1.875rem;
}
.center {
    text-align: center;
    padding-bottom: 0.25rem;
    font-size: 1.23em;
    line-height: 1.2;
}
.flex {
    font-size: 0.8em;
    line-height: 1.3;
    display: inline-flex;
    gap: 7.75rem;
    justify-content: center;
}
.big {
    font-size: 1.05em;
    line-height: 1.2;
    display: block;
}
article figure:last-of-type {
    position: absolute;
    right: 84px;
    bottom: 140px;
    margin: 0;
}
footer {
    padding: 1.5rem 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}
@media only screen and (max-width: 859px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 4rem;
        background: #fff;
    }
    header {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    h2 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.375em;
        line-height: 1.3;
        padding: 0.75rem 1rem;
        text-align: center;
        color: #fff;
        background-color: #2BAD7B;
        display: block;
        text-align: center;
    }
    header img {
        margin-bottom: -1rem;
        position: relative;
    }
    figure {
        margin: 0 -4rem;
        display: flex;
        justify-content: center;
    }
    figure img {
        display: block;
    }
    .box {
        background-color: #D9EAE2;
        width: auto;
        padding: 1rem 1.5rem;
    }
    .color br {
        display: none;
    }
    .qr + p {
        text-align: left;
    }
    article figure:last-of-type {
        position: static;
        margin-top: 1rem;
    }
    .flex1 {
        justify-content: center;
    }
    h4, h3, h2 {
        text-align: center;
    }
    .flex1, footer {
        padding-left: 0;
    }
    footer {
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 2rem;
    }
    figure {
        margin: 0 -2rem;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr {
        gap: 1rem;
    }
    h1 {
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 590px) {
    .flex1 {
        flex-direction: column;
        align-items: center;
    }
    .qr {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 1.5rem;
    }
    .qr p {
        text-align: center;
    }
    .box {
        padding: 1rem;
    }
    h3, h4 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    .box {
        padding: 0.75rem;
    }
    figure {
        margin: 0 -1rem;
    }
}
@media only screen and (max-width: 435px) {
    .flex {
        gap: 2rem;
    }
}