@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Delicious Handrawn';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/delicious-handrawn-v8-latin-regular.eot');
    src: url('../fonts/delicious-handrawn-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/delicious-handrawn-v8-latin-regular.woff2') format('woff2'),
        url('../fonts/delicious-handrawn-v8-latin-regular.woff') format('woff'),
        url('../fonts/delicious-handrawn-v8-latin-regular.ttf') format('truetype'),
        url('../fonts/delicious-handrawn-v8-latin-regular.svg#DeliciousHandrawn') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.5em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem;
}
#wrapper:before {
    content: '';
    position: absolute;
    top: 71px;
    left: -4px;
    width: 32px;
    height: 6%;
    background: #FFE192;
    transform: rotate(-40deg) skewX(-40deg);
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
:is(h1, h2) {
    text-transform: uppercase;
}
h1 {
    margin: 0 -1rem 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 2.063em;
    line-height: 1.1;
    background: #EE1D23;
    color: #fff;
}
h2 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
h3 {
    font: 400 italic 2em/1em 'Delicious Handrawn', Arial, sans-serif;
    margin-bottom: 0.25rem;
}
ul {
    padding: 0 1rem 1rem 0;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\25A0";
    font-size: 0.7rem;
    position: absolute;
    left: 0;
    top: -2px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.intro {
    padding: 0 1rem;
    position: relative;
    margin-top: -4.5rem;
}
.intro p:first-of-type {
    text-transform: uppercase;
    font-size: 1.55em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 3px 13px #91969E;
    padding-bottom: 0.75rem;
}
.box-gray {
    background: #E6E7E9;
    padding: 1rem 1rem 0;
}
.box-orange {
    background: #FED38B;
    padding: 1.5rem 0 2rem 1rem;
    display: flex;
    justify-content: space-between;
}
.box-yellow {
    background: #FECA0A;
    padding: 1rem 1rem 0;
    position: relative;
    top: -1.5rem;
}
.box-yellow:before {
    content: '';
    position: absolute;
    top: 51px;
    right: -28px;
    width: 32px;
    height: 269px;
    background: #FFE192;
    transform: rotate(40deg) skewX(40deg);
}
.box-yellow li:before {
    display: none;
}
.box-yellow li {
    padding: 0.5rem 0 0.5rem 2.5rem;
    background: #FECA0A url('../images/icon_bg.jpg') no-repeat 0 2px;
}
.box-yellow ul {
    margin-right: -1.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
.box {
    width: 50%;
}
.box-qr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}
figure {
    margin: 0 0 1rem;
}
footer {
    padding: 1rem 1rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 3.5rem;
    bottom: 0.75rem;
}
footer p {
    font: 400 0.75em/1.3em 'Roboto Condensed', Arial, sans-serif;
    margin-top: 0.125rem;
    text-align: center;
}
li span {
    display: inline-block;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    ul:not(.box-yellow ul) br {
        display: none;
    }
    #wrapper:before, .box-yellow:before {
        display: none;
    }
    footer {
        position: static;
    }
    .box-orange {
        padding-bottom: 1rem;
    }
    .intro p:first-of-type {
        font-size: 1.313em;
    }
    .box-yellow ul {
        margin-right: 0;
    }
}
@media only screen and (max-width:738px) {
    #wrapper {
        padding: 0;
    }
    .box-orange .box {
        width: 100%;
    }
    ul {
        padding-right: 0;
    }
    .intro {
        margin-top: 0;
    }
    .intro br {
        display: none;
    }
    .intro p:first-of-type {
        background: #EE1D23;
        margin: 0 -1rem;
        padding: 1rem 1rem 0;
    }
    .box-orange {
        padding-right: 1rem;
        flex-direction: column;
    }
    .box-yellow {
        top: auto;
    }
}
@media only screen and (max-width:540px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    .box-qr {
        flex-direction: column;
        align-items: center;
    }
    .box-qr :is(h3, p) {
        text-align: center;
    }
    h3 br {
        display: none;
    }
    h1 {
        font-size: 1.7em;
    }
}