@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/saira-extra-condensed-v13-latin-regular.eot');
    src: url('../fonts/saira-extra-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-extra-condensed-v13-latin-regular.woff2') format('woff2'), url('../fonts/saira-extra-condensed-v13-latin-regular.woff') format('woff'), url('../fonts/saira-extra-condensed-v13-latin-regular.ttf') format('truetype'), url('../fonts/saira-extra-condensed-v13-latin-regular.svg#SairaExtraCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/exo-2-v25-latin-800.eot');
    src: url('../fonts/exo-2-v25-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-2-v25-latin-800.woff2') format('woff2'), url('../fonts/exo-2-v25-latin-800.woff') format('woff'), url('../fonts/exo-2-v25-latin-800.ttf') format('truetype'), url('../fonts/exo-2-v25-latin-800.svg#Exo2') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1.125em/1em 'Saira Extra Condensed', Arial, sans-serif;
}
h1, h2, h3, h4, strong {
    font-family: 'Exo 2', Arial, sans-serif;
    font-weight: 800;
}
#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
    height: 633px;
}
p {
    padding-bottom: 0.875rem;
}
.pdb {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 12rem 0 12rem 3.5rem;
    font-size: 1.25em;
    line-height: 1.1em;
    color: #006937;
}
h1:before {
    content: url('../images/icon.png');
    float: left;
    margin: -1px 0 0 -1.5rem;
}
h2 {
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 0.875rem;
}
h2 span {
    text-transform: none;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
h3 {
    font-size: 1.625em;
    line-height: 1.3em;
    margin-bottom: 0.75rem;
}
h4 {
    font-size: 1.75em;
    line-height: 1;
    color: #fff;
}
header {
    padding: 1.5rem 3.5rem;
}
.icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    width: 266px;
    gap: 1rem 0;
}
.icon p {
    width: 54%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    gap: 3px;
    padding: 0;
}

.icon p:nth-of-type(2n) {
    width: 45%;
}
.right {
    width: 260px;
    position: absolute;
    bottom: 1.9375rem;
    right: 1.5rem;
}

.right :is(h2, h3, p) {
    color: #fff;
}
strong {
    font-size: 0.8em;
    line-height: 1.3;
}
footer {
    position: absolute;
    bottom: 1.25rem;
    right: 3.25rem;
}
@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
    }
    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 {
        padding: 1rem 1rem 1rem 2.5rem;
        background: linear-gradient(to right, #94CAA8, #5A9C5C);
        margin: 0;
    }
    h4 {
        font-size: 1.5em;
        text-align: center;
        margin-top: 0.5rem;
    }
    .hide_m {
        display: none;
    }
    .right, footer, .icon {
        position: static;
        padding: 1rem;
        width: auto;
    }
    .icon {
        background: #A0D6BE;
    }
    .right {
        background: #44995E;
        padding-bottom: 0;
    }
    header {
        padding: 1rem;
        background: #016938;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer {
        display: flex;
        justify-content: center;
    }
}