@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

label img {
    background: #128264;
    transition: all ease .2s;
}

#wrapper {
    position: relative;
    max-width: 69.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.person {
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
}

.tel {
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}

h1 {
    margin: 1rem 0;
    font-size: 2.687rem;
    line-height: 1.3;
    color: #128264;
    text-transform: uppercase;
}

h2 {
    font-weight: 500;
    font-size: 2.1rem;
    margin: 1.562rem 0 1rem;
    color: #128264;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.25em;
}

ul li:before {
    content: "\276F";
    position: relative;
    float: left;
    margin-left: -1.25em;
    font-size: 1em;
    line-height: 1;
    top: .312rem;
    color: #128264;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 .625rem;
}

header .btn {
    font-weight: 700;
    font-size: .875rem;
    color: #fff;
    padding: .25rem .5rem;
    text-align: center;
    background: rgb(173, 203, 68);
    text-transform: uppercase;
    margin: 0 4.375rem .75rem 0;
}

.logo {
    width: 6.25rem;
}

.font_size {
    font-size: .875rem;
}

.font_size a {
    color: #128264;
    text-decoration: none;
}

.font_size a:hover {
    color: #093f30;
    text-decoration: underline;
}

.flex_article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.375rem;
}

.flex_article section {
    width: 65.8%;
}

.flex_article .aside {
    width: 23%;
}

.flex_article .aside p {
    margin-top: .937rem;
}

section a {
    text-decoration: underline;
    color: #128264;
    font-weight: bold;
}

article section h2:first-of-type {
    margin-top: 0;
}

article .btn {
    background: rgb(174, 204, 69);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

article .btn:hover,
footer .btn:hover,
header .btn:hover {
    color: #fff;
    background-color: #9bb833;
    border-color: #92ae30;
}

.lock {
    white-space: nowrap;
}

article .flex_article section>.element:first-of-type,
ul .submenu {
    font-size: 1rem;
    line-height: 1.5rem;
    background: #F7F7F7;
}

article .flex_article section>.element:first-of-type p,
.element div {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
    color: rgb(18, 130, 100);
    font-weight: 700;
    margin: 0;
    padding: .625rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .937rem;
}

article>.flex_article>section>.element:first-of-type>p>span:first-of-type {
    border-radius: 50%;
    background: rgb(18, 130, 100);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

article>.flex_article>section>.element:first-of-type>p>span:last-of-type {
    width: calc(100% - 2.5rem);
}

article .flex_article section>.element:first-of-type p:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

article .flex_article section>.element:last-of-type p span {
    width: 13.75rem;
    display: inline-block;
}

article .flex_article section>.element:last-of-type p {
    border-top: .062rem solid rgb(222, 226, 230);
    padding-top: .625rem;
}

figure {
    margin: 0;
    display: flex;
    column-gap: 2.5rem;
    align-items: center;
}

footer {
    background: #128264;
    color: #fff;
    padding: .625rem;
}

footer .flex_article {
    display: flex;
    justify-content: space-between;
    padding-right: 6.25rem;
}

footer .flex_article .aside {
    width: 28.81%;
}

footer .flex_article section {
    width: 31.3%;
}

footer h2 {
    color: #fff;
}

footer .link:hover {
    text-decoration: underline;
}

footer .btn {
    background: rgb(174, 204, 69);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

a.color {
    color: inherit;
    font-weight: 400;
}

.square,
.envelope {
    color: #128264;
    margin: 0 .312rem;
}

.logos {
    display: flex;
    margin: 3.125rem 0;
    justify-content: center;
    column-gap: 3.125rem
}

.element div i {
    font-size: 1.125rem;
    background: #2A8164;
    color: #fff;
    padding: .625rem;
    border-radius: 50%
}

.element div {
    position: relative;
    display: flex;
    align-items: center;
}

.element div img {
    display: inline-block;
    margin-top: .312rem;
}

.element div span {
    margin: 0;
    display: inline-block;
}

.details p {
    display: flex;
}

.details span {
    flex: 0 0 10rem;
}

@media only screen and (max-width: 69.312rem) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem;
    }

    h1 span {
        white-space: nowrap;
    }

    article {
        padding: 0 .625rem;
    }

    header {
        padding-top: 1.25rem
    }
}

@media only screen and (max-width: 56.187rem) {
    article .flex_article {
        display: block;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    article .flex_article section,
    article .flex_article .aside {
        width: 100%;
    }

    article .flex_article .aside {
        margin-bottom: 1.25rem;
        text-align: center;
    }

    h1 {
        font-size: 1.875rem;
        text-align: center;
        margin: 1.25rem 0 1.562rem;
    }

    footer .flex_article {
        padding: 0;
        gap: 2rem;
    }

    footer .flex_article .aside,
    footer .flex_article section {
        width: 100%;
        padding: .625rem 0 0;
    }
}

@media only screen and (max-width: 45rem) {
    header {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 0;
    }

    header .btn {
        margin: 0 0 .625rem;
    }

    footer h2,
    footer p {
        text-align: center;
    }

    footer .flex_article {
        display: block;
        text-align: center;
    }

    .flex_article {
        margin-bottom: 1rem;
    }

    footer .flex_article aside {
        margin-bottom: 1rem;
    }

}

@media only screen and (max-width: 35.937rem) {
    h1 {
        font-size: 1.562rem;
    }

    h2 {
        font-size: 1.375rem;
    }

    figure {
        display: block;
        text-align: center;
    }

    article {
        padding: 0;
    }
}

@media only screen and (max-width: 23.437rem) {
    ul li {
        padding-left: 1.25rem;
    }
}