@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-v32-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-v32-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-v32-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v32-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-v32-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-v32-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-v32-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/nunito-v32-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v32-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v32-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-v32-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-v32-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-v32-latin-900.svg#Nunito') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.8125em/1.3 'Nunito', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    background: url('../images/bg.jpg') no-repeat top center;
    height: 649px;
    overflow: hidden;
    padding: 2.5rem 3.125rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 2.5em;
    line-height: 1.2;
    color: #fff;
}
h2 span {
    font-weight: 400;
    line-height: 1.3;
    display: block;
}
h3 {
    color: #F58220;
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h3:nth-of-type(2) {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.35em;
}
h2, h3 {
    font-weight: 900;
}
: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;
    list-style: none;
    position: absolute;
    bottom: 5.75rem;
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
}
ul::before {
    content: "";
    width: 45px;
    height: 112px;
    float: left;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-shape-outside: polygon(0% 0%, 100% 0%, 0% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 0% 100%);
}
li {
    padding: 0 0 0.625rem 1rem;
    position: relative;
    display: inline-block;
}
ul li:before {
    content: "\25A0";
    font-size: 1em;
    position: absolute;
    top: -2px;
    left: 0;
}
header {
    padding: 0 0 2.375rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
h1, h1 + p {
    font-size: 1.2em;
    line-height: 1.45;
}
.qr {
    margin: 9rem 0 0.25rem;
}
footer {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.width {
    width: 197px;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        margin: 0 auto;
        padding: 0;
        height: auto;
        background: #fff;
    }
    header {
        padding: 1rem 2rem;
        background-color: #F58220;
    }
    article {
        padding: 1rem 2rem;
        position: relative;
    }
    ul {
        position: static;
        width: auto;
    }
    ul::before {
        display: none;
    }
    li {
        margin-bottom: 0.25rem;
        padding: 0.25rem 1rem 0.25rem 1.75rem;
        background-color: #BCBDC0;
        width: 250px;
        display: block;;
    }
    ul li::before {
        top: 3px;
        left: 1rem;
    }
    .qr {
        margin: 0;
        position: absolute;
        right: 2rem;
        bottom: 1rem;
    }
    h2 {
        font-size: 2.125em;
    }
    footer {
        background-color: #F58220;
        padding: 1.5rem 2rem 0.5rem;
        display: block;
    }
    .width {
        width: auto;
    }
    footer p {
        text-align: center;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 780px) {
    header {
        flex-direction: column;
        gap: 1rem;
    }
    h2 {
        font-size: 1.875em;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    header, article {
        padding: 1rem;
    }
    ul {
        margin: 0 auto 1rem;
        width: fit-content;
    }
    h2 {
        font-size: 1.75em;
    }
    .qr {
        position: static;
        display: flex;
        justify-content: center;
    }
    footer {
        padding: 1rem 1rem 0;
    }
}