@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') 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 Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 730px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat center center;
    overflow: hidden;
    padding: 3rem;
    height: 1010px;
}
:is(h1, 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 1.5rem;
    font-size: 2.2em;
    line-height: 1.1;
    position: absolute;
    left: 4.5rem;
    bottom: 13.25rem;
    color: #fff;
}
h1 small {
    font-size: 0.7em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.box {
    position: absolute;
    right: 4.25rem;
    top: 9rem;
}
.box p {
    font-size: 0.8em;
    line-height: 1.1;
    padding-bottom: 1rem;
}
.box p:first-of-type {
    text-indent: -10px;
    margin-left: 5px;
}
.box p:nth-of-type(2) span:nth-of-type(2) {
    margin-left: -17px;
}
.box p:nth-of-type(2) span:nth-of-type(4) {
    margin-left: 15px;
}
.box p:nth-of-type(2) span:nth-of-type(5) {
    margin-left: -15px;
}
.box p:last-of-type {
    text-align: right;
    color: #fff;
}
header img {
    display: none;
}
header a {
    position: absolute;
    bottom: 9%;
    right: 13%;
    width: 16%;
    height: 4%;
    z-index: 1;
}
footer {
    position: absolute;
    left: 4.6rem;
    bottom: 5.5rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:729px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding: 2rem;
    }
    header {
        position: relative;
    }
    header a {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    header img {
        display: block;
    }
    p span {
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        background: #fff;
        padding: 2px;
    }
    footer {
        bottom: 20%;
    }
    h1 {
        bottom: 30%;
    }
    h1 span {
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        background: #000;
        padding: 5px;
    }
}
@media only screen and (max-width:550px) {
    #wrapper {
        padding: 1rem;
    }
    br {
        display: none;
    }
    h1 {
        font-size: 1.7em;
        line-height: 1.4;
    }
    h1, .box, footer {
        position: static;
    }
    article {
        padding-top: 1rem;
    }
    .box p span {
        margin: 0 !important;
        text-indent: 0 !important;
    }
    .box p:first-of-type {
        margin: 0;
        text-indent: 0;
    }
    .box p:last-of-type {
        background: #000;
        padding: 5px;
        margin-bottom: 1rem;
        text-align: left;
        width: fit-content;
    }
}