@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500.eot');
    src: url('../fonts/fira-sans-v17-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-500.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-500.woff') format('woff'), url('../fonts/fira-sans-v17-latin-500.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-500.svg#FiraSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v17-latin-700.eot');
    src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em 'Fira Sans', Arial, sans-serif;
}
h3, h4, h5 {
    font-weight: 700;
}
strong, h1 {
    font-weight: 500;
}
#wrapper {
    position: relative;
    max-width: 970px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
h1, h2, .color1, a.color1 {
    color: #004994;
}
.color2 {
    color: #02979D;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.4em;
    line-height: 1.1;
}
h1 span {
    display: block;
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: 0.75rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
}
h3 {
    font-size: 2.5em;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.35em;
    line-height: 1.3;
    color: #A4D8DE;
}
h5 {
    font-size: 1.75em;
    line-height: 1.1;
    padding: 2.5rem 0.5rem;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: -2rem auto 1.25rem;
    background: #02979D;
    color: #fff;
    border-radius: 100%;
    transform: rotate(-15deg);
}
a.inline{
    white-space: normal;
}
a.ins {
    color: #02979D;
    text-decoration: underline;
}
ins :is(span, a) {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul:last-of-type {
    padding-bottom: 2rem;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "\2022";
    float: left;
    font-size: 1.3em;
    margin: 0 0 0 -0.75rem;
}
.block {
    display: block;
    margin: 0.5rem 0;
}
.width {
    display: inline-block;
    width: 65px;
}
header {
    padding: 2rem 3rem;
    background: #004994;
}
article {
    padding: 1rem 3rem 3rem;
    display: flex;
    justify-content: space-between;
}
.left {
    width: 65.5%;
}

.left h2 {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.3;
}
.right {
    width: 31.5%;
}
.right p {
    line-height: 1.4;
}
footer {
    position: absolute;
    bottom: 4.5rem;
    left: 67%;
}
@media only screen and (max-width:969px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, li {
        hyphens: auto;
        text-align: left;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width: 780px) {
    h5 {
        margin: 1rem auto;
    }
    header {
        padding: 1rem 2rem;
    }
    article {
        padding: 1rem 2rem 0;
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    .hide_m, h3 br {
        display: none;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    h3 {
        font-size: 2em;
    }
    header {
        padding: 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
}