@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 0;
    height: 650px;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5em;
    line-height: 1.1;
    position: absolute;
    left: 31.4rem;
    top: -1.125rem;
}
h1 span {
    font-weight: 400;
    font-size: 0.9em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 0.938em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #231F20;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    display: flex;
    justify-content: space-between;
}
.pss :is(p, h2) {
    color: #4C5C65;
}
.pss p {
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: start;
    gap: 0 0.3rem;
    align-items: flex-start;
}
.pss {
    position: absolute;
    top: -23.3rem;
    left: 20.1rem;
}
.cuttom {
    margin-top: -3.75rem;
}
.cuttom p {
    font-size: 0.75em;
    line-height: 1.35em;
    padding-bottom: 0.5rem;
}
article {
    position: relative;
    padding: 1rem 1rem 0.5rem;
}
.qr {
    position: absolute;
    bottom: 1rem;
    left: 19.9rem;
}
footer p {
    color: #231F20;
}
p a.color {
    color: #0D70B9;
}
footer {
    position: absolute;
    bottom: 1.3rem;
    right: 3.5rem;
}
footer p {
    font-size: 0.8em;
    line-height: 1.3em;
    padding-bottom: 0.25rem;
}
.hl {
    color: #0072BC;
    font-size: 1.188em;
    line-height: 1.3;
    padding-bottom: 1rem;
}
figcaption {
    font-size: 0.7em;
    line-height: 1.3;
    margin: 0 0 0.5rem -0.35rem;
}
@media only screen and (max-width:929px) {
    body {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #FFF;
        height: auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .pss, .qr, footer, h1 {
        position: static;
    }
    .qr {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }
    figcaption{
        margin-left: 0;
    }
    br {
        display: none;
    }
    .cuttom {
        background: #0D70B9;
        padding: 1rem;
        margin: 1rem 0;
    }
    footer{
        padding: 0 1rem;
    }
    footer p {
        text-align: center;
    }
}