@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-500.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-500.woff') format('woff'),
        url('../fonts/roboto-v30-latin-500.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500italic.eot');
    src: url('../fonts/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-500italic.woff') format('woff'),
        url('../fonts/roboto-v30-latin-500italic.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-500italic.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-700.woff') format('woff'),
        url('../fonts/roboto-v30-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-900.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-900.woff') format('woff'),
        url('../fonts/roboto-v30-latin-900.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.2em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 4px #395B7F;
    background-color: #fff;
    overflow: hidden;
    padding: 1.5rem;
}
p {
    text-align: justify;
    hyphens: auto;
}
p.ws {
    word-spacing: 1.7px;
}
h1 {
    margin: 0 0 1.25rem -1.5rem;
    padding: 0.85rem 1.5rem;
    font-size: 3.5em;
    line-height: 0.9em;
    background-color: #395B7F;
    font-weight: 900;
    color: #fff;
}
h1 span {
    font-size: 0.48em;
}
h1 span:last-of-type {
    display: block;
    line-height: 1em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.375rem;
    border-bottom: 2px solid #395B7F;
}
h3 {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
}
h3 span {
    font-size: 1.75em;
}
h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: -0.5rem 0 1.5rem;
    font-style: italic;
}
:is(h1 span:last-of-type, h2, h3 span, article p:last-of-type strong) {
    font-weight: 700;
}
:is(h4, strong, ul) {
    font-weight: 500;
}
:is(h3 span, h2, h4) {
    color: #395B7F;
}
: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 0.625rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "\2012";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    position: absolute;
    top: 0;
    right: 0;
}
article p {
    padding-bottom: 0.625rem;
}
article ul+p {
    padding-bottom: 1.5rem;
}
article section {
    width: 282px;
    margin-top: 1rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer section {
    width: 36%;
}
@media only screen and (max-width: 599px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    p.ws {
        word-spacing: 0;
    }
    p {
        text-align: left;
    }
    p :is(a,span){
        display: inline-block;
    }
    article section {
        width: auto;
    }
    h1 span:last-of-type {
        display: inline-block;
    }
    h1 {
        padding: 1rem 1rem 0.5rem 1.5rem;
    }
    article br {
        display: none;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    footer section {
        width: auto;
    }
    footer section :is(h2, p) {
        text-align: center;
    }
}
@media only screen and (max-width: 540px) {
    h1 span:last-of-type {
        display: block;
    }
    h1 {
        text-align: center;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}