@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin-regular.eot');
    src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mulish-v13-latin-700.eot');
    src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Mulish', sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

#wrapper {
    max-width: 940px;
    background: #fff;
    border: 1px solid #cbcbcb;
    text-align: left;
    margin: 12px auto;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

article {
    padding: 0 16px 23px;
}

footer {
    padding: 6px 20px;
    background: #1d2a35;
}

footer p {
    color: #fff;
    font-size: 13px;
}

h1 {
    font-size: 27px;
    margin: 20px 0;
    line-height: 31px;
    color: #ffcc00;
}

h1 small {
    display: block;
    font-size: 15px;
}

h3 {
    font-size: 18px;
    margin: 20px 0 5px;
    line-height: 22px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 16px 16px;
    list-style: none;
}

ul li {
    padding-left: 2rem;
}

ul li:before {
    content: "\025A0";
    float: left;
    color: #ffcc00;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-indent: -2rem;
}

ul+p {
    margin-top: 10px;
}

h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 28px;
}

header .logo {
    margin: 0 0 10px;
}

header>img {
    display: block;
}

footer span {
    color: #FFF;
}

article section {
    background: #E6E9EE;
    margin: 0 -16px 13px;
    padding: 10px 16px 20px;
}

.text {
    font-weight: bold;
    font-size: 110%;
}

footer em {
    font-style: normal;
    white-space: nowrap;
}

@media screen and (max-width: 938px) {
    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }

    article {
        padding: 0 1rem 1rem 1rem;
    }

    article br {
        display: none;
    }

    h1 {
        font-size: 27px;
    }

    p {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        padding: 0;
    }

    header .logo {
        margin: 1rem 1rem 2px
    }

    ul {
        margin-left: 0
    } }