@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/carlito-v4-latin-regular.eot');
    src: url('../fonts/carlito-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-regular.woff2') format('woff2'), url('../fonts/carlito-v4-latin-regular.woff') format('woff'), url('../fonts/carlito-v4-latin-regular.ttf') format('truetype'), url('../fonts/carlito-v4-latin-regular.svg#Carlito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/carlito-v4-latin-700.eot');
    src: url('../fonts/carlito-v4-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-700.woff2') format('woff2'), url('../fonts/carlito-v4-latin-700.woff') format('woff'), url('../fonts/carlito-v4-latin-700.ttf') format('truetype'), url('../fonts/carlito-v4-latin-700.svg#Carlito') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Carlito', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 920px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.under {
    text-decoration: underline;
}
a.link {
    text-decoration: underline;
    color: #0000FF;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.4em;
    line-height: 1.1em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    text-decoration: underline;
}
h3 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h1, h3, .center {
    text-align: center;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 3rem;
}
li:before {
    content: "❖";
    float: left;
    margin: -1px 0 0 -1.5rem;
}
.color {
    color: #C0504D;
}
.big {
    font-size: 1.1em;
    line-height: 1.3;
}
article {
    padding: 1rem 2.5rem 0;
}
figure {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.right {
    padding: 1.5rem 2rem;
}
.flex {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
@media only screen and (max-width:919px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a:not(.inline)) {
        display: inline-block;
    }
}
@media only screen and (max-width: 780px) {
    footer {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1.5rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
}