@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v44-latin-500.eot');
    src: url('../fonts/open-sans-v44-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-500.woff') format('woff'), url('../fonts/open-sans-v44-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-500.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bebas-neue-v16-latin-regular.eot');
    src: url('../fonts/bebas-neue-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2'), url('../fonts/bebas-neue-v16-latin-regular.woff') format('woff'), url('../fonts/bebas-neue-v16-latin-regular.ttf') format('truetype'), url('../fonts/bebas-neue-v16-latin-regular.svg#BebasNeue') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
.fw500 {
    font-weight: 500;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 5.5em;
    line-height: 1;
    position: relative;
    width: fit-content;
}
h1 span {
    text-transform: none;
    font: 400 1.125rem/1.3em 'Open Sans', Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 100%;
    right: 0;
}
h1, .color, footer strong, a.big {
    color: #FEBC21;
}
h2 {
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 2.25em;
    line-height: 1.1;
}
h1, h3 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-weight: 400;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 3.25rem;
    overflow: hidden;
}
li:before {
    content: "";
    float: left;
    margin: 4px 0 0 -1.25rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FEBC21;
}
h2, ul {
    font-size: 0.875rem;
    line-height: 1.2;
}
.columns {
    columns: 2;
    width: 69%;
}
header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.flex figure {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
figcaption {
    font-size: 0.75em;
    line-height: 1.2;
    color: #000;
}
main {
    padding: 1.5rem;
    background: #142330 url('../images/bg.jpg') top left no-repeat;
}
.qrc {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
.qrc p {
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
    flex: 1;
}
a.big {
    font-size: 1.4375em;
    line-height: 1;
}
footer {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
footer p {
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.1px;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .columns {
        width: 100%;
    }
    main {
        background-image: none;
    }
}
@media only screen and (max-width:780px) {
    .columns {
        columns: 1;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1.25rem;
    }
    h1 {
        font-size: 2.5em;
    }
    h1 span {
        position: static;
    }
    h3 {
        font-size: 1.75em;
    }
    .qrc {
        flex-direction: column;
    }
    .qrc p {
        width: 100%;
    }
    header {
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .flex {
        gap: 1rem;
    }
    main {
        padding: 1rem;
    }
}