@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/josefin-sans-v32-latin-regular.eot');
    src: url('../fonts/josefin-sans-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/josefin-sans-v32-latin-regular.woff2') format('woff2'), url('../fonts/josefin-sans-v32-latin-regular.woff') format('woff'), url('../fonts/josefin-sans-v32-latin-regular.ttf') format('truetype'), url('../fonts/josefin-sans-v32-latin-regular.svg#JosefinSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/josefin-sans-v32-latin-500.eot');
    src: url('../fonts/josefin-sans-v32-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/josefin-sans-v32-latin-500.woff2') format('woff2'), url('../fonts/josefin-sans-v32-latin-500.woff') format('woff'), url('../fonts/josefin-sans-v32-latin-500.ttf') format('truetype'), url('../fonts/josefin-sans-v32-latin-500.svg#JosefinSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #141B4D;
    font: 400 1.25em/1.5em 'Josefin Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1000px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 3rem;
}
strong, h2 {
    font-weight: 500;
}
h1 {
    margin: 1rem 0 1.5rem;
    font: bold 2.35em/1.3em Georgia, "Times New Roman", serif;
}
h2 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1.5rem;
    color: #00B0E2;
}
header {
    background-image: linear-gradient(180deg, rgba(215, 239, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: -3rem -3rem 0;
    padding: 3rem 3rem 0;
}
header a img, article {
    padding-bottom: 1.5rem;
}
header figure {
    margin: 0 0 2rem;
}
article p {
    padding-bottom: 1rem;
}
article .pb {
    padding-bottom: 0;
}
footer p a {
    text-align: center;
    width: 100%;
    background: #3463A7;
    color: #fff !important;
    border-radius: 0.4rem;
    padding: 1rem;
    display: block;
}
footer p a:hover {
    background: #00B0E2;
}
@media only screen and (max-width:999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, ul {
        hyphens: auto;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 2rem;
    }
    header figure {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
    }
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5em;
    }
}