@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: rgb(102, 102, 102);
    font-family: 'Roboto', "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: url(../images/bg_top.png) no-repeat top center, url(../images/bg_bottom.png) bottom no-repeat, linear-gradient(#bde3ff 20%, #24a1ff 60%);
    background-size: auto, 100%
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1.625rem auto 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: inherit
}

p {
    margin: 0 0 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul li {
    padding-left: 3rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    background: rgb(7, 55, 87);
    background-size: contain;
    margin-left: -1.25rem;
    top: .562rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

h1 small {
    font-size: 1.25rem
}

h2 {
    font-size: 1.25rem;
    color: rgb(11, 54, 85);
    position: relative;
    margin: 0 0 1.25rem
}

h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ec7834;
    bottom: -10px;
    left: 0;
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 1.25rem
}

header {
    padding: 1.562rem 1.562rem .937rem;
    box-shadow: 0 0px .625rem rgba(0, 0, 0, .15);
    margin: 0 0 .625rem
}

.title {
    padding: 1.562rem;
    background: rgb(28, 102, 160) url(../images/background.png) no-repeat;
    background-size: cover;
}

.title p {
    text-align: center;
    color: #fff;
    margin: 0
}

.section {
    padding: 1.562rem;
    background: rgb(244, 244, 244)
}

.margin {
    margin-bottom: 0
}

.white {
    background: #fff
}

footer {
    padding: 1.562rem;
    background: rgb(7, 55, 87)
}

h3,
footer p {
    text-align: center;
    color: #fff
}

footer p {
    margin-bottom: 0
}

a.button {
    background: #ec7834;
    ;
    padding: .312rem .625rem;
    display: block;
    margin: 1.25rem auto;
    text-align: center;
    max-width: 15rem;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    body {
        background: #fff;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header {
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center
    }

    .title,
    .section,
    footer {
        padding: 1rem
    }
}

@media only screen and (max-width: 42.5rem) {
    ul li {
        padding-left: 1.25rem
    }

    ul li:before {
        margin: 0 0 0 -1.25rem;
    }
}