@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-display: swap;
    font-family: 'Shadows Into Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/shadows-into-light-v19-latin-regular.eot');
    src: url('../fonts/shadows-into-light-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/shadows-into-light-v19-latin-regular.woff2') format('woff2'),
        url('../fonts/shadows-into-light-v19-latin-regular.woff') format('woff'),
        url('../fonts/shadows-into-light-v19-latin-regular.ttf') format('truetype'),
        url('../fonts/shadows-into-light-v19-latin-regular.svg#ShadowsIntoLight') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(h1, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
.red, a.red {
    color: #EE1B2D;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.5em;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 29%;
    width: 100%;
    text-align: center;
}
h1 span {
    font-family: 'Shadows Into Light', Arial, sans-serif;
    font-size: 1.313rem;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}
.sub_bl {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: relative;
}
header a {
    position: absolute;
    top: 0;
    left: 39%;
    width: 22%;
    height: 29%;
}
article figure {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}
footer {
    padding: 0.5rem 1.75rem 1rem;
    background: #1A1415;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.75rem;
}
footer p {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.4;
    text-align: center;
}
figure {
    margin: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        font-size: 6vw;
        top: 20%;
    }
    article {
        background: #1A1415;
        padding: 1rem;
    }
    article figure {
        position: static;
        display: flex;
        justify-content: center;
    }
    footer {
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width:700px) {
    h1 {
        font-size: 2.3em;
        position: static;
        color: #EE1B2D;
    }
    header a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.8em;
    }
}