@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #202527;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F1F1F1 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 3rem 0.25rem 3rem;
    font-size: 1.5em;
    line-height: 1.3;
    color: #F8ED4B;
    text-align: center;
    width: 142px;
}
h1 span {
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 1rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
    color: #61458A;
}
h3 {
    font-size: 1.625em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
    line-height: 1.5;
}
li:before {
    content: "\2012";
    float: left;
    margin: -1px 0 0 -1rem;
}
main {
    padding: 3rem 4rem 1rem;
}
header {
    position: absolute;
    top: 0;
    right: 0;
}
.qrc {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    background: #FAE649;
    padding: 1rem 2rem;
    border-radius: 7rem;
    position: absolute;
    bottom: 5.5rem;
    right: 2.5rem;
    flex-wrap: wrap;
}
.qrc p {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0;
    color: #60458A;
}
figure {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
footer {
    padding: 1rem 3rem;
    background: #fff;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #F1F1F1;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        width: auto;
        padding: 1rem;
        background: #61458A;
    }
    :is(li, h3) br {
        display: none;
    }
    header {
        position: static;
        display: flex;
        justify-content: flex-end;
        margin: -3rem -4rem 0 0;
    }
    .qrc {
        position: static;
        margin-top: 1rem;
    }
    footer {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:780px) {
    main {
        padding: 2rem;
    }
    header {
        margin: -2rem -2rem 1rem 0;
    }
}
@media only screen and (max-width:480px) {
    main {
        padding: 1rem;
    }
    header {
        margin: -1rem -1rem 1rem 0;
    }
    .qrc p {
        text-align: center;
    }
}