@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    src: 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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 712px;
    margin: 1rem auto;
    border: 1px solid #c5c5c5;
    background-color: #edf3ef;
}

article {
    padding: 20px 16px;
    position: relative;
}

article p:first-of-type {
    text-align: justify;
}

.button {
    width: 226px;
    position: absolute;
    bottom: 77px;
    right: 16px
}

.button a {
    display: block;
    background: #019c8c;
    padding: 5px;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

footer {
    padding: 15px;
    background: #019c8c;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

footer p small {
    display: block;
    font-size: 15px;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 37px;
    line-height: 1.1;
    margin: 20px 0 0;
    text-align: center;
    color: #019c8c;
}

h1 span {
    font-size: 25px;
}

h1 span:nth-of-type(2) {
    display: block;
    margin-top: 2px;
}

h2 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
}

ul {
    list-style: none;
    margin: 12px 0 0 10px;
}

ul li {
    padding-left: 22px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 15px;
    text-indent: -22px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.link {
    color: #019c8c !important;
    text-decoration: underline !important;
}

@media only screen and (max-width:712px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article p:first-of-type {
        text-align: left;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    br:not(footer br) {
        display: none;
    }

    .button {
        position: static;
        margin: 16px auto 0;
    }
}

@media only screen and (max-width:480px) {
    ul {
        margin-left: 0
    }
}