@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); 
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), 
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), 
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); 
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); 
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), 
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), 
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); 
}

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    max-width: 766px;
    margin: 16px auto;
    border: 1px solid #231f20;
    background-color: #fff;
}
article {
    padding: 0 16px 8px;
}
.margin {
    margin: -16.5% 60px 0 0;
    position: relative;
    z-index: 66;
}
.margin h2 {
    margin-right: 16px;
}
.qrcode {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 16px 0 0;
}
.qrcode p {
    font-size: 18px;
    line-height: 24px;
}
footer {
    padding: 0 16px 12px;
    position: relative;
}
.logo {
    position: absolute;
    right: 30px;
    top: -10px;
    z-index: 6;
}
p:not(.qrcode p) {
    margin: 0 0 10px;
}
:is(strong, h1, h2, h3) {
    font-weight: 700;
}
h1 {
    margin: 16px 0;
    font-size: 33px;
    line-height: 39px;
    color: #c9252b;
}
h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 25px;
    color: #c9252b;
}
h2 span:not(.nowrap) {
    color: #231f20;
}
h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #c9252b;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
    white-space: nowrap;
}
ul {
    padding: 0 0 4px;
    list-style: none;
}
ul li {
    padding-left: 14px;
    margin: 0 0 4px;
}
li:before {
    content: '\2022';
    color: #c9252b;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1px;
    font-size: 22px;
    text-indent: -14px;
}
img {
    max-width: 100%;
}
@media all and (max-width: 764px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }
    .logo {
        top: 0;
        right: 16px;
    }
    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }
    span {
        white-space: nowrap;
    }
    h1 br{
        display: none;
    }
}
@media all and (max-width: 651px) {
    .logo {
        position: static;
        display: flex;
        justify-content: center;
    }
    footer p {
        text-align: center;
        margin: 0 0 16px !important;
    }
    .margin {
        margin-right: 25px;
    }
    .margin h2 {
        margin-right: 8%;
    }
}
@media all and (max-width: 529px) {
    .margin {
        margin-right: 0;
    }
    .margin h2 {
        margin-right: 10%;
    }
    .qrcode {
        flex-direction: column;
        gap: 10px;
        margin: 16px 0 6px;
    }
    .qrcode p {
        text-align: center;
    }
}