@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''),
        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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''),
        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');
}
:root {
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #000;
    font: 400 1rem/1.4 'Roboto', 'Arial', sans-serif;
    background-color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
#wrapper {
    position: relative;
    max-width: 52rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
p {
    margin: 0 0 1.25rem;
}
.nowrap {
    white-space: nowrap;
}
.margin_bottom {
    margin: 0 0 1.25rem;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    padding: 0 0 0 2.8125rem;
}
ul li:before {
    content: "";
    background-color: #000000;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -1.125rem;
}
h1 {
    color: #1958b0;
    font-size: 1.875rem;
    text-align: center;
    margin: 0.625rem 0;
}
h2 {
    color: #1958b0;
    font-size: 1.1875rem;
    margin: 0 0 0.9375rem;
}
header {
    margin: 0 0 1.5rem;
    border: 0.0625rem solid lightgrey;
}
header img {
    display: block;
}
.box {
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    border: 0.0625rem solid lightgrey;
}
.box>p:last-of-type {
    margin: 0;
}
a.btn {
    color: #fff;
    background-color: #019641;
    text-transform: uppercase;
    width: 12.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.btn:hover {
    background-color: #017031;
    transition: all 0.15s ease-in-out;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    margin: 0 0 1.5rem;
    border: 0.0625rem solid lightgrey;
}
@media only screen and (max-width: 51.9375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    p, ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    ul li {
        padding: 0 0 0 0.9375rem;
    }
    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }
    h1 {
        font-size: 1.625rem;
        margin: 0;
    }
    h2 {
        margin: 0 0 0.3125rem;
    }
    header {
        margin: 0 0 1rem;
    }
    .box {
        margin: 0 0 1rem;
        padding: 1rem;
    }
    footer {
        padding: 1rem;
        margin: 0;
    }
}
@media only screen and (max-width: 23.438rem) {
    h1 {
        font-size: 1.5rem;
    }
}