@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/hind-v17-latin-300.eot');
    src: url('../fonts/hind-v17-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hind-v17-latin-300.woff2') format('woff2'),
        url('../fonts/hind-v17-latin-300.woff') format('woff'),
        url('../fonts/hind-v17-latin-300.ttf') format('truetype'),
        url('../fonts/hind-v17-latin-300.svg#Hind') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-v17-latin-600.eot');
    src: url('../fonts/hind-v17-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hind-v17-latin-600.woff2') format('woff2'),
        url('../fonts/hind-v17-latin-600.woff') format('woff'),
        url('../fonts/hind-v17-latin-600.ttf') format('truetype'),
        url('../fonts/hind-v17-latin-600.svg#Hind') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v17-latin-700.eot');
    src: url('../fonts/hind-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hind-v17-latin-700.woff2') format('woff2'),
        url('../fonts/hind-v17-latin-700.woff') format('woff'),
        url('../fonts/hind-v17-latin-700.ttf') format('truetype'),
        url('../fonts/hind-v17-latin-700.svg#Hind') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 300 1.12em/1.3em 'Hind', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top 20rem center;
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: -2.7rem 0rem 1rem 0rem;
    font-size: 1.92em;
    line-height: 1.1em;
    color: #fff;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1.063em;
    line-height: 1.3em;
}
h1 span, h2, strong {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h2, a.color, footer strong {
    color: #13499F;
}
header {
    padding: 0 0 0.75rem;
    display: flex;
    justify-content: flex-end;
}
figure {
    margin: 0 -1rem;
    opacity: 0;
}
main {
    padding: 1rem 1rem 0.5rem 2.2rem;
    border-bottom: 8px solid #13499F;
}
article>p {
    text-align: justify;
    hyphens: auto;
    font-size: 1.15em;
    line-height: 1.3;
    padding-bottom: 1rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}
.flex div {
    width: 49%;
}
footer p {
    font-size: 1.125em;
    line-height: 1.3em;
    padding: 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
ul li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "■";
    float: left;
    margin: 0 0 0 -1.5rem;
    color: #13499F;
}
@media only screen and (max-width: 849px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        justify-content: center;
    }
    main {
        padding: 1rem;
    }
    article>p {
        text-align: left;
    }
    figure {
        opacity: 1;
    }
    figure img {
        display: block;
    }
    h1 {
        margin: 0 -1rem 1.5rem;
        padding: 0.875rem 1rem 0.5rem;
        width: fit-content;
        background-color: #13499F;
    }
    .flex {
        display: block;
    }
    .flex>div {
        width: auto !important;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
}