@charset "utf-8";
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot');
    src: local(''),
        url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hind-v16-latin-regular.woff2') format('woff2'),
        url('../fonts/hind-v16-latin-regular.woff') format('woff'),
        url('../fonts/hind-v16-latin-regular.ttf') format('truetype'),
        url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
}
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.eot');
    src: local(''),
        url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hind-v16-latin-700.woff2') format('woff2'),
        url('../fonts/hind-v16-latin-700.woff') format('woff'),
        url('../fonts/hind-v16-latin-700.ttf') format('truetype'),
        url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #004933;
    font: 400 1em/1.3em 'Hind', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 1rem -5rem;
    padding: 0.25rem 1rem 0.25rem 5rem;
    border-radius: 0 10px 10px 0;
    font-size: 1.7em;
    line-height: 1.1;
    text-transform: uppercase;
    background: #8AC13B;
}
h1 span {
    font-size: 1.125rem;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    text-transform: none;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    color: #004933;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 2.8em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.text {
    font-size: 2em;
    line-height: 1.1;
    padding-bottom: 1.5rem;
}
h4 {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1rem;
    position: relative;
    color: #fff;
}
li:before {
    content: "\25A0";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #004933;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.info p {
    background: #004933;
    width: fit-content;
    padding: 0.25rem 0.5rem;
    border-radius: 16px;
    font-size: 1.313em;
    line-height: 1.1;
}
.texthl {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3;
}
.title {
    position: absolute;
    left: 5rem;
    top: 8rem;
    color: #fff;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 47%;
}
article {
    padding: 0.5rem 2rem 0;
}
.bg {
    margin: 0 -2rem;
    padding: 2rem 2rem 0 4rem;
    background: #8CC33C url('../images/bgt.jpg') no-repeat;
}
footer {
    padding: 0.5rem 1rem 0;
    background: #004933;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
}
.logo {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
footer :is(p, h4) {
    color: #fff;
}
footer p {
    font-size: 1.125em;
    line-height: 1.3;
}
.hl {
    color: #8FC740;
    text-align: center;
    font-size: 1rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    ul br {
        display: none;
    }
}
@media only screen and (max-width:768px) {
    .title {
        position: static;
        color: #004933;
    }
    .info p {
        color: #fff;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    footer {
        position: static;
        width: auto;
    }
    .hide_m, h3 br {
        display: none;
    }
    .bg {
        padding-left: 2rem;
    }
    footer :is(p, h4) {
        text-align: center;
    }
    h3 {
        font-size: 2.3em;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0.5rem 1rem 0;
    }
    h3 {
        font-size: 1.7em;
    }
}