@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/blinker-v13-latin-regular.eot');
    src: url('../fonts/blinker-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/blinker-v13-latin-regular.woff2') format('woff2'), url('../fonts/blinker-v13-latin-regular.woff') format('woff'), url('../fonts/blinker-v13-latin-regular.ttf') format('truetype'), url('../fonts/blinker-v13-latin-regular.svg#Blinker') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/blinker-v13-latin-700.eot');
    src: url('../fonts/blinker-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/blinker-v13-latin-700.woff2') format('woff2'), url('../fonts/blinker-v13-latin-700.woff') format('woff'), url('../fonts/blinker-v13-latin-700.ttf') format('truetype'), url('../fonts/blinker-v13-latin-700.svg#Blinker') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bebas-neue-v15-latin-regular.eot');
    src: url('../fonts/bebas-neue-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue-v15-latin-regular.woff2') format('woff2'), url('../fonts/bebas-neue-v15-latin-regular.woff') format('woff'), url('../fonts/bebas-neue-v15-latin-regular.ttf') format('truetype'), url('../fonts/bebas-neue-v15-latin-regular.svg#BebasNeue') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v30-latin-800.eot');
    src: url('../fonts/montserrat-v30-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v30-latin-800.woff2') format('woff2'), url('../fonts/montserrat-v30-latin-800.woff') format('woff'), url('../fonts/montserrat-v30-latin-800.ttf') format('truetype'), url('../fonts/montserrat-v30-latin-800.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Blinker', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #CB2129 url('../images/bg.jpg') bottom center no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
    text-align: center;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 0.5rem;
    font: 800 4em/1.3 'Montserrat', Arial, sans-serif;
    color: #fff;
    text-shadow: 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129, 0 0 2px #CB2129;
    position: absolute;
    top: 10rem;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
}
h2 {
    font: 400 1.75em/1.1 'Bebas Neue', Arial, sans-serif;
    text-align: center;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.75rem;
}
.color {
    color: #C71A1E;
}
article {
    padding: 1rem 3rem 0;
}
article > p {
    color: #fff;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem 0;
    margin-bottom: 4rem;
}
.flex div {
    width: 32%;
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
}
.box p {
    font-size: 1.25em;
    line-height: 1.3;
}
.logo1 {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
}
.logo2 {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        position: static;
        font-size: 2em;
        line-height: 1.3;
    }
    footer {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        background: #fff;
    }
    .logo1, .logo2 {
        position: static;
    }
    .box {
        padding: 1rem;
        background: #fff;
        margin: 0 -3rem;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .flex div {
        padding: 1rem;
        background: #fff;
        width: auto;
    }
    article {
        padding: 1rem 1rem 0;
    }
    .box {
        margin: 0 -1rem;
    }
}