@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v44-latin-300.eot');
    src: url('../fonts/open-sans-v44-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-300.woff') format('woff'), url('../fonts/open-sans-v44-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-300.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #0F5279;
    font: 300 1.125em/1.3em 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') bottom right no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.5em;
    line-height: 1.1em;
    position: relative;
}
h1 span {
    font-size: 0.875rem;
    position: absolute;
    line-height: 1.3;
    top: 100%;
    right: 2.25rem;
}
h2 {
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h1, h2 {
    color: #2397D9;
    text-transform: uppercase;
}
h3 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
    width: fit-content;
    position: relative;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.875rem;
    font-weight: 700;
}
article {
    padding: 0 1rem;
    margin-top: -2.125rem;
}
.icon {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
}
.icon img {
    vertical-align: -3px;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.nopad {
    padding: 0;
}
.flex div {
    width: 49%;
}
figure {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    position: absolute;
    top: 5.5rem;
    right: 1rem;
}
figure > img {
    margin-top: -1rem;
}
footer {
    padding: 0 1rem;
}
@media only screen and (max-width:799px) {
    #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;
    }
    h1 span {
        position: static;
        display: block;
        text-align: left;
        line-height: 1.3;
    }
    br {
        display: none;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
    }
    article {
        margin: 0;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
    }
    h1 {
        font-size: 2em;
    }
}