@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Serif Toto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-serif-toto-v4-latin-regular.eot');
    src: url('../fonts/noto-serif-toto-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-toto-v4-latin-regular.woff2') format('woff2'), url('../fonts/noto-serif-toto-v4-latin-regular.woff') format('woff'), url('../fonts/noto-serif-toto-v4-latin-regular.ttf') format('truetype'), url('../fonts/noto-serif-toto-v4-latin-regular.svg#NotoSerifToto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Serif Toto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-serif-toto-v4-latin-500.eot');
    src: url('../fonts/noto-serif-toto-v4-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-toto-v4-latin-500.woff2') format('woff2'), url('../fonts/noto-serif-toto-v4-latin-500.woff') format('woff'), url('../fonts/noto-serif-toto-v4-latin-500.ttf') format('truetype'), url('../fonts/noto-serif-toto-v4-latin-500.svg#NotoSerifToto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Serif Toto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-serif-toto-v4-latin-700.eot');
    src: url('../fonts/noto-serif-toto-v4-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-toto-v4-latin-700.woff2') format('woff2'), url('../fonts/noto-serif-toto-v4-latin-700.woff') format('woff'), url('../fonts/noto-serif-toto-v4-latin-700.ttf') format('truetype'), url('../fonts/noto-serif-toto-v4-latin-700.svg#NotoSerifToto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 500 1em/1.4em 'Noto Serif Toto', "Time New Roman", serif;
}
h1 span, h2, h3, h4, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #3574B5;
    overflow: hidden;
    padding: 2rem 2rem 1rem;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 0.875em;
    line-height: 1.3em;
}
h1 span {
    font-size: 2.5rem;
    line-height: 1.2;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    font-size: 2.35em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 1rem 0;
}
h2, h3, h4 {
    color: #F0C927;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: 1px 0 0 -1rem;
}
header {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
article {
    padding-bottom: 1rem;
}
footer p {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.3;
}
@media only screen and (max-width:929px) {
    #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;
    }
    header {
        display: flex;
        justify-content: center;
        position: static;
        padding-bottom: 1rem;
    }
    .hide_m, h1 br {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    h1 span {
        font-size: 2rem;
    }
    h3 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 span {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}