@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');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-900.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-900.woff') format('woff'),
        url('../fonts/roboto-v30-latin-900.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #4B4C4D;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 1rem 2rem 1rem 28.5rem;
    height: 640px;
}
:is(h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 10rem;
    padding-left: 1rem;
    font-size: 1em;
    line-height: 1.3;
    position: relative;
    font-weight: 400;
}
h1:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}
h2 {
    font-size: 2.45em;
    line-height: 1.2;
    margin: 0 0 9rem -10.7rem;
    text-transform: uppercase;
    color: transparent;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.25em;
    line-height: 1.3;
    text-transform: uppercase;
}
h3, h4 {
    color: #EE1D23;
}
h4, h4+p {
    font-weight: 900;
}
h4+p {
    text-align: right;
    font-size: 1.4em;
    line-height: 1.1;
    padding-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
article figure {
    position: absolute;
    left: 2.8rem;
    bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.5rem 1.25rem;
}
article figure img {
    margin-bottom: 0.5rem;
}
article figure figcaption {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.2;
}
footer p {
    font-size: 0.75em;
    line-height: 1.3;
}
.social {
    color: #939598;
    position: absolute;
    right: 2rem;
    bottom: 0.3rem;
}
.social p {
    font-size: 0.8em;
    margin-top: 0.35rem;
}
.hl {
    text-transform: uppercase;
    padding-bottom: 0.25rem;
}
@media only screen and (max-width:849px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding: 2rem 2rem 1rem;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        margin-bottom: 1.5rem;
    }
    h2 {
        background: #EE1D23;
        color: #fff;
        margin: 0 0 1rem;
        padding: 0.5rem;
        text-align: center;
        font-size: 2em;
    }
    h4+p {
        text-align: left;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        opacity: 1;
    }
    article br {
        display: none;
    }
    article figure {
        position: static;
        margin-bottom: 1.5rem;
    }
    article figure img {
        margin-bottom: 0;
    }
    article figure figcaption {
        color: #000;
        flex: 1;
    }
    .social{
        bottom: 1rem;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h2 {
        font-size: 1.7em;
    }
}