@charset "utf-8";
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-regular.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-regular.woff') format('woff'),
        url('../fonts/jost-v14-latin-regular.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-700.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-700.woff') format('woff'),
        url('../fonts/jost-v14-latin-700.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #2D5364;
    font: 400 1em/1.3em 'Jost', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 585px;
    margin: 1rem auto;
    border: 4px solid #000;
    background: #E9F7F9;
    overflow: hidden;
    padding: 0;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
.black {
    color: #000;
}
h1, h3 {
    color: #07373C;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.45em;
    line-height: 1;
    text-align: center;
}
h1 span {
    font-size: 1rem;
    color: #000000;
}
h2 {
    font-size: 1.2em;
    line-height: 1.3;
    color: #093840;
}
.mb {
    margin-bottom: 1rem;
}
h3 {
    font-size: 2.1em;
    line-height: 1.2;
    margin: 0 0 1.25rem 4rem;
}
ul {
    padding: 0 0 0 0.25rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.hl {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.1;
    text-align: center;
    color: #000000;
    margin: 2rem 0 1rem;
}
.ml {
    margin-left: 2rem;
}
.jus {
    text-align: justify;
    hyphens: auto;
}
header figure {
    margin: 1.25rem 0;
}
article {
    padding: 0 1rem;
}
footer {
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.text {
    margin-top: 1.5rem;
    font-size: 1.7em;
    line-height: 1.3;
    color: #205C5C;
}
figure {
    margin: 0;
}
@media only screen and (max-width:584px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li), .jus {
        text-align: left;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .ml {
        margin-left: 0;
    }
    h1 {
        font-size: 2.5em;
    }
    h3 {
        margin-left: 0;
        text-align: center;
        font-size: 1.7em;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.1em;
    }
    h3, .text {
        font-size: 1.5em;
    }
}