@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/asap-v30-latin-regular.eot');
    src: url('../fonts/asap-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-v30-latin-regular.woff2') format('woff2'), url('../fonts/asap-v30-latin-regular.woff') format('woff'), url('../fonts/asap-v30-latin-regular.ttf') format('truetype'), url('../fonts/asap-v30-latin-regular.svg#Asap') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/asap-v30-latin-700.eot');
    src: url('../fonts/asap-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-v30-latin-700.woff2') format('woff2'), url('../fonts/asap-v30-latin-700.woff') format('woff'), url('../fonts/asap-v30-latin-700.ttf') format('truetype'), url('../fonts/asap-v30-latin-700.svg#Asap') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1.125em/1.3em 'Asap', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 520px;
    margin: 1rem auto;
    border: solid 1px #BCCDE7;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1.75em;
    line-height: 1.1em;
    padding: 0.5rem 1rem;
    background: #BCCDE7;
    text-align: center;
}
h1 span {
    font-size: 1.375em;
    line-height: 1.3;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1.75rem;
}
li:before {
    content: "–";
    float: left;
    margin: -1px 0 0 -1rem;
}
article {
    padding: 0.5rem 1rem 0;
}
hr {
    border: 0;
    height: 0.5rem;
    background: linear-gradient(to right, #A88E72, #fff);
    margin-bottom: 0.5rem;
}
footer p {
    padding: 0.5rem 1rem;
    background: #BCCDE7;
}
footer figure {
    padding: 0.5rem 1.5rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 1rem;
}
@media only screen and (max-width:519px) {
    #wrapper {
        border: none;
        margin: 0 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;
    }
    article br {
        display: none;
    }
    footer figure {
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    li {
        padding-left: 1rem;
    }
}