@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: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500.eot');
    src: url('../fonts/roboto-condensed-v27-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-500.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-500.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-500.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: 712px;
    margin: 1rem auto;
    border: 2px solid #0074BE;
    background: #0074BE;
    overflow: hidden;
}
:is(h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1, h2, article p {
    color: #0075BF;
}
h1 {
    margin: 1rem 0 0.125rem;
    font-size: 1.7em;
    line-height: 1.1;
    font-weight: 400;
}
h1 sup {
    font-size: 0.813rem;
}
h1 sup, h1+p {
    color: #231F20;
}
h1+p {
    font-size: 1.125em;
    margin-bottom: 1rem;
}
h2, h3 {
    text-transform: uppercase;
}
h2 {
    font-size: 2.1em;
    line-height: 1.2;
    font-weight: 500;
}
h3 {
    font-size: 1.6em;
    line-height: 1.1;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.box figure {
    display: flex;
    justify-content: flex-end;
    transform: rotate(-5deg);
}
header {
    position: relative;
}
header a:first-of-type {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 30%;
    height: 14%;
}
header a:last-of-type {
    position: absolute;
    bottom: 0%;
    right: 11%;
    width: 22%;
    height: 17%;
}
article .box {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 35%;
}
footer {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
footer div:first-of-type p {
    font-size: 0.8em;
    line-height: 1.3;
}
footer :is(p, h3) {
    color: #fff;
}
footer p {
    padding-bottom: 0;
}
footer sup {
    vertical-align: 4px;
    font-size: 0.7em;
}
.mt {
    padding: 0 1rem;
}
.psr {
    position: relative;
    z-index: 999;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin: -8.7rem 0 0.5rem;
    padding: 0 2rem;
}
.flex p {
    text-align: center;
    line-height: 1.2;
}
.ss {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 1.2rem;
    right: 1rem;
}
.ss p {
    color: #000;
    font-size: 0.7em;
    line-height: 1.3em;
    margin-right: 1rem;
}
.dib{
    display: inline-block;
}
@media only screen and (max-width:709px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p a, span {
        display: inline-block;
    }
    .mt{
        background: #CCE3F2;
        padding: 1rem;
    }
    .flex{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        padding: 2rem 0 0;
        margin: 0;
    }
    .ss{
        position: static;
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }
    .hide_m{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    h2 {
        font-size: 1.7em;
    }
    article .box {
        position: static;
    }
    footer {
        padding: 1rem;
    }
    .box figure{
        display: flex;
        justify-content: center;
    }
}