@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');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    font-size: 16px;
}
body {
    color: #000;
    font-family: 'Roboto', "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f5f5f5;
}
#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff url(../images/background.png) no-repeat bottom right;
    background-size: 84%;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 500;
}
h1 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    margin: 1.25rem 0 0.5rem;
}
.center{
    text-align: center;
}
h2 {
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 1rem;
}
h3 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
p {
    margin-bottom: 1rem;
}
ul {
    margin: 0 0 1rem 1.2rem;
}
ul .inner-ul {
    margin: 0 0 0 2.75rem;
}
article {
    padding: 2rem 2rem 0 9rem;
}
.logo {
    margin: 0 0 0 -5rem;
}
footer {
    padding: 0 1rem 4rem 9rem;
}
footer p {
    text-align: center;
}
footer span {
    white-space: nowrap;
}
@media only screen and (max-width: 56rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    article {
        padding: 2rem 2rem 0;
    }
    .logo {
        margin: 0;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        text-align: center;
        font-size: 23px
    }
    h4 {
        margin: 0 0 1rem 5.4rem;
    }
    footer {
        padding: 0 2rem 1rem;
    }
}
@media only screen and (max-width: 30rem) {
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 0 1rem;
    }
    ul .inner-ul {
        margin: 0 0 0 1rem;
    }
    .logo {
        margin: 0 auto;
        display: block;
    }
    h4 {
        margin: 0 0 1rem 0;
        text-align: center;
    }
}