@charset "utf-8";
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v21-latin-regular.eot');
    src: local(''),
        url('../fonts/rubik-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/rubik-v21-latin-regular.woff') format('woff'),
        url('../fonts/rubik-v21-latin-regular.ttf') format('truetype'),
        url('../fonts/rubik-v21-latin-regular.svg#Rubik') format('svg');
}
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/rubik-v21-latin-italic.eot');
    src: local(''),
        url('../fonts/rubik-v21-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik-v21-latin-italic.woff2') format('woff2'),
        url('../fonts/rubik-v21-latin-italic.woff') format('woff'),
        url('../fonts/rubik-v21-latin-italic.ttf') format('truetype'),
        url('../fonts/rubik-v21-latin-italic.svg#Rubik') format('svg');
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik-v21-latin-700.eot');
    src: local(''),
        url('../fonts/rubik-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik-v21-latin-700.woff2') format('woff2'),
        url('../fonts/rubik-v21-latin-700.woff') format('woff'),
        url('../fonts/rubik-v21-latin-700.ttf') format('truetype'),
        url('../fonts/rubik-v21-latin-700.svg#Rubik') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #10385F;
    font: 400 1em/1.5em 'Rubik', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 955px;
    margin: 1rem auto;
    border: 1px solid #10385F;
    background: #fff;
    overflow: hidden;
}
:is(h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #044A5E;
}
p {
    padding-bottom: 1.25rem;
}
.hl {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.3;
    display: inline;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 2.55em;
    line-height: 1.2;
    font-weight: 400;
    color: #209FA6;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.125rem;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
}
ul:last-of-type {
    padding-bottom: 2rem;
}
li {
    padding: 0 0 0 0.7rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #014865;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.btn a {
    display: inline-block;
    background: #10385F;
    color: #fff;
    padding: 0.75rem 1.25rem;
    margin: 1rem 0;
    font-weight: 700;
    border-radius: 10px;
}
.btn a img {
    margin-left: 0.5rem;
}
header {
    padding: 3rem 5rem 11rem;
    background: #123960 url('../images/bg.jpg') no-repeat bottom right 2.5rem;
}
article {
    padding: 2.5rem 5rem 0;
}
footer {
    padding: 0 5rem 2rem;
}
footer p {
    font-size: 0.7em;
    line-height: 1.3;
}
footer p:first-of-type {
    font-size: 0.875em;
    line-height: 1.4;
}
figure {
    margin: 0;
}
@media only screen and (max-width:954px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    header, article, footer {
        padding-inline: 3rem;
    }
}
@media only screen and (max-width:768px) {
    header, article, footer {
        padding-inline: 2rem;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    article{
        padding-top: 1rem;
    }
    header, article, footer {
        padding-inline: 1rem;
    }
    h1 {
        font-size: 1.7em;
        line-height: 1.3;
    }
}