@charset "utf-8";
@font-face {
    font-family: 'New Order';
    src: url('../fonts/NewOrder-Bold.eot');
    src: url('../fonts/NewOrder-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewOrder-Bold.woff') format('woff'), url('../fonts/NewOrder-Bold.ttf') format('truetype'), url('../fonts/NewOrder-Bold.svg#NewOrder-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'New Order';
    src: url('../fonts/NewOrder-Regular.eot');
    src: url('../fonts/NewOrder-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NewOrder-Regular.woff') format('woff'), url('../fonts/NewOrder-Regular.ttf') format('truetype'), url('../fonts/NewOrder-Regular.svg#NewOrder-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3 'New Order', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 882px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #000348 url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    height: 1247px;
    padding: 1.25rem 0.75rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 1.5em;
    line-height: 1.1;
    text-transform: uppercase;
}
h1 span {
    display: inline-block;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
}
h1, h2 {
    font-weight: 400;
}
h2, header p {
    color: #D13D68;
}
h1, .center {
    text-align: center;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
    width: 46.5%;
}
li {
    padding: 0 0 0.4375rem 1.75rem;
    line-height: 1.4;
}
ul li:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url('../images/icon.png') no-repeat center;
    float: left;
    margin: 1px 0 0 -1.75rem;
}
ul:last-of-type {
    width: 51.5%;
}
.center {
    font-size: 1.5em;
    line-height: 1.3;
}
figure {
    margin: 0 -0.75rem 0.75rem;
}
.right {
    margin: 0 0 0.625rem 34.5%;
}
.right img {
    vertical-align: -4px;
}
.right span {
    padding-right: 0.75rem;
}
.right p:first-of-type {
    font-size: 0.89em;
    line-height: 1.3;
}
article > h2 {
    padding: 1rem 0 0.5rem;
    border-top: 2px solid #504E6E;
}
.pos img {
    margin: 0 0 1.25rem -0.125rem;
}
article {
    position: relative;
}
.pos {
    position: absolute;
    left: 0;
    top: 5.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
footer {
    padding: 1.25rem 0.75rem 0 1.375rem;
    display: flex;
    justify-content: space-between;
}
footer p {
    font-size: 1.625em;
    line-height: 1.3;
}
@media only screen and (max-width: 881px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #000348;
        padding-bottom: 0;
    }
    br {
        display: none;
    }
    h1 {
        width: fit-content;
        margin: 1rem auto;
        padding: 0.5rem 1rem;
        border: 2px solid #fff;
        border-radius: 20px;
        background: linear-gradient(to right, #D13D68, #210A50);
    }
    .right p:first-of-type {
        text-align: center;
    }
    .right {
        margin-left: 0;
    }
    .pos {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
    footer {
        padding: 0.75rem 1rem;
        border: 2px solid #fff;
        border-bottom: 0;
        border-radius: 20px 20px 0 0;
        background: linear-gradient(to right, #D13D68, #210A50);
    }
    footer {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        display: block;
    }
    ul {
        width: auto !important;
    }
    .flex ul:first-of-type {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 720px) {
    footer {
        display: block;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    h1, .center {
        font-size: 1.4em;
    }
    h2 {
        font-size: 1.3em;
    }
    footer p {
        font-size: 1.5em;
    }
}   