@charset "utf-8";
@font-face {
    font-family: 'Netto';
    src: url('../fonts/Veojxrefrqyrfgfmutfklammfit.eot');
    src: url('../fonts/Veojxrefrqyrfgfmutfklammfit.eot?#iefix') format('embedded-opentype'), url('../fonts/Veojxrefrqyrfgfmutfklammfit.woff') format('woff'), url('../fonts/Veojxrefrqyrfgfmutfklammfit.ttf') format('truetype'), url('../fonts/Veojxrefrqyrfgfmutfklammfit.svg#Veojxrefrqyrfgfmutfklammfit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Netto';
    src: url('../fonts/Idmfahkmafktloouxrxssxnxwad.eot');
    src: url('../fonts/Idmfahkmafktloouxrxssxnxwad.eot?#iefix') format('embedded-opentype'), url('../fonts/Idmfahkmafktloouxrxssxnxwad.woff') format('woff'), url('../fonts/Idmfahkmafktloouxrxssxnxwad.ttf') format('truetype'), url('../fonts/Idmfahkmafktloouxrxssxnxwad.svg#Idmfahkmafktloouxrxssxnxwad') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #5f727f;
    font: normal 0.9375em/1.5em 'Netto', Arial, sans-serif;
    background: #EDEDEB;
}
h1, h2, strong {
    font-weight: bold;
}
#wrapper {
    position: relative;
    max-width: 790px;
    margin: 1rem auto;
    background: #fff;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.5);
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1rem 0 2rem;
    font-size: 2.25rem;
    line-height: 1.3;
    color: #3c3950;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 1rem 0 0.5rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.875rem;
    color: #002b36;
}
main {
    padding: 2rem 3.75rem;
}
hr {
    border: 0;
    border-bottom: 1px solid #d7dee4;
    margin: 2rem 0;
}
footer p {
    font-style: italic;
    font-size: 0.75rem;
}
@media only screen and (max-width: 789px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    main {
        padding: 2rem;
    }
}
@media only screen and (max-width:480px) {
    main {
        padding: 1rem;
    }
    h1 {
        font-size: 1.75em;
    }
}