@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v18-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v18-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v18-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v18-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v18-latin-500.svg#Jost') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v18-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v18-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v18-latin-600.svg#Jost') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v18-latin-700.svg#Jost') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 500 1.25em/1.3em 'Jost', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 665px;
    margin: 1rem auto;
    border: solid 3px #000;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 3rem 2rem 0;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 2rem;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: center;
}
h1 span {
    font-size: 0.4em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.375rem;
}
h2 {
    font-size: 1.563em;
    line-height: 1.2em;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background-color: #000000;
}
h3 {
    font-size: 2em;
    line-height: 1.1em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
h1 span, h2, i {
    color: #EE1D23;
}
: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;
    margin-right: -1rem;
}
li {
    padding: 0 0 0.25rem 1.75rem;
}
ul li:before {
    content: "\25A0";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.75rem;
    color: #D53F33;
}
header {
    padding: 0 2.25rem 5rem;
}
header img {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
footer {
    padding: 7rem 1rem 1rem 2rem;
    margin: -2.5rem -2rem 0;
    background-color: #231F20;
    display: flex;
    justify-content: space-between;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
}
footer :is(h4, p), h3 {
    color: #fff;
}
i {
    display: inline-block;
    padding: 0 0.25rem;
    font-style: normal;
}
.right {
    width: 240px;
}
.left {
    width: fit-content;
}
.right p {
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.left p {
    font-weight: 400;
    border-top: 6px solid #EE1D23;
    line-height: 2em;
    padding-top: 1rem;
    margin-top: 1.25rem;
}
.left p a {
    font-size: 0.84em;
    line-height: 1.3em;
    display: inline-block;
}
@media only screen and (max-width: 664px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0 2rem;
        background: #fff;
    }
    header img {
        position: static;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        background-color: #231F20;
        margin: 0 -2rem 2rem;
        padding: 2rem;

    }
    :is(h3, h4, li) br {
        display: none;
    }
    footer {
        clip-path: none;
        padding: 2rem;
        display: block;
        margin-top: 0;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    .left, .right {
        width: auto;
    }
    footer :is(h4, p), h3 {
        text-align: center;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
    #wrapper {
        padding: 0 1rem;
    }
    ul {
        margin-right: 0;
    }
    h3 {
        font-size: 1.75em;
    }
    h1 {
        font-size: 2.25em;
    }
    h2 {
        font-size: 1.3em;
    }
}