@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/source-sans-pro-v21-latin-900.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-900.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #0E294B;
    font: 600 1em/1.3em 'Source Sans Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 500px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 2rem 3rem 0;
    height: 704px;
}
strong, h3 {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h3{
    color: #fff;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.6em;
    line-height: 1.1;
    font-weight: 600;
    position: absolute;
    left: 13rem;
    top: 6.8rem;
}
h1 em{
    font-weight: 900;
}
h2 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 900;
}
h3 {
    font-size: 4.4em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5.75rem;
}
ul {
    padding: 0 0 9.4rem;
    list-style: none;
}
li {
    font-size: 1.125em;
    line-height: 1.3;
    padding: 0 0 0.5rem 1.75rem;
    margin-left: -1.75rem;
    background: url('../images/icon.png') no-repeat 0 2px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.logo{
    position: absolute;
    right: 2rem;
    bottom: 1.8rem;
    opacity: 0;
}
footer {
    padding: 0.35rem;
}
footer p {
    text-align: center;
    font-weight: 700;
    padding: 0;
    color: #fff;
    font-size: 1.063em;
}
@media only screen and (max-width:499px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #0E294B;
        height: auto;
        padding: 1rem;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    li{
        margin-left: 0;
    }
    ul{
        padding-bottom: 1rem;
    }
    h1{
        position: static;
    }
    h2{
        font-size: 1.7em;
    }
    h3{
        margin-bottom: 0.5rem;
        font-size: 2.3em;
    }
    br{
        display: none;
    }
    article{
        margin: 1rem -1rem 1rem;
        padding: 1rem;
        background: #EDEBEA;
    }
    .logo{
        position: static;
        opacity: 1;
        display: flex;
        justify-content: center;
    }
}
