@charset "utf-8";
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-regular.woff') format('woff'),
        url('../fonts/lato-v23-latin-regular.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-700.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-700.woff') format('woff'),
        url('../fonts/lato-v23-latin-700.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v23-latin-900.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-900.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-900.woff') format('woff'),
        url('../fonts/lato-v23-latin-900.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Lato', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 885px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #00843D;
    overflow: hidden;
}
:is(h2, strong) {
    font-weight: 700;
}
:is(h1, h3) {
    font-weight: 900;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 -4.5rem 1.5rem;
    padding: 0.5rem 4.5rem;
    font-size: 2.2em;
    line-height: 1.1;
    background: #00843D;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font-size: 2.063em;
    line-height: 1.3;
    text-transform: uppercase;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.8rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.ml {
    margin-left: 10rem;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.box {
    width: 28%;
}
.box-1 {
    width: 37%;
}
.big {
    font-size: 1.125em;
    line-height: 1.3;
    padding-bottom: 1.5rem;
}
.contact {
    margin: 0 -4.25rem;
    padding: 1rem 4.25rem 0;
    background: #00843D;
    position: relative;
}
.qr {
    position: absolute;
    right: 4.25rem;
    top: 18.5rem;
}
.contact figure {
    position: absolute;
    top: -3.4rem;
    left: 4.25rem;
}
article {
    padding: 1rem 4.25rem 0;
    background: #434652;
    position: relative;
}
figure {
    margin: 0;
}
.iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border: none;
}
.iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}
@media only screen and (max-width:884px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h3 {
        text-align: center;
    }
    :is(h3, ul) br {
        display: none;
    }
    .top {
        flex-direction: column;
        align-items: center;
    }
    article {
        padding: 1rem 2rem 0;
    }
    .qr {
        position: static;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:768px) {
    h1 {
        text-align: center;
    }
    .flex {
        flex-direction: column;
    }
    .box {
        width: auto !important;
    }
    .ml, .qr {
        margin-left: 0;
    }
    .contact figure {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .contact p {
        text-align: center;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    h1, h3 {
        font-size: 1.7em;
    }
}