@charset "utf-8";

@font-face {
   font-display: swap;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/open-sans-v44-latin-regular.eot');
   src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
   font-display: swap;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/open-sans-v44-latin-700.eot');
   src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}

@font-face {
   font-display: swap;
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 800;
   src: url('../fonts/open-sans-v44-latin-800.eot');
   src: url('../fonts/open-sans-v44-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-800.woff') format('woff'), url('../fonts/open-sans-v44-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-800.svg#OpenSans') format('svg');
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #5F666A;
   font: 400 1.125em/1.5em 'Open Sans', Arial, sans-serif;
}

h2,
strong {
   font-weight: 700;
}

#wrapper {
   position: relative;
   max-width: 800px;
   margin: 1rem auto;
   border: solid 1px #000;
   background: #fff url('../images/bg.jpg') top left no-repeat;
   overflow: hidden;
   padding: 4rem 2rem 0;
   height: 1308px;
}

p {
   padding-bottom: 0.75rem;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}

h1 {
   margin: 0 0 0.7rem;
   font-size: 2.5375em;
   line-height: 1.1em;
   font-weight: 800;
}

h1 small {
   font-size: 1.25rem;
   line-height: 1.3;
   text-transform: none;
}

h1+p {
   font-size: 0.938em;
   padding-bottom: 2rem;
}

h3,
h2 {
   color: #B4363B;
}

h2 {
   font-size: 1em;
   line-height: 1.3em;
   padding: 0 0 0.3rem;
   color: #B4363B;
}

h3 {
   font-size: 2em;
   line-height: 1.3;
}

header {
   display: flex;
   justify-content: end;
   margin: -40px 0 -63px;
}

ul {
   padding: 0rem 0rem 1rem 0rem;
   list-style: none;
}

li {
   padding: 0 0 0 16px;
}

ul li:before {
   content: "\2022";
   font-size: 2em;
   float: left;
   margin: -2px 0 0 -16px;
   color: #D03E4F;
}

.qrcode {
   position: absolute;
   right: 0;
   bottom: 210px;
}

footer {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 115px 0 0;
}

footer p {
   text-align: right;
   color: #fff;
}

@media only screen and (max-width:799px) {
   body {
      font-size: 1em;
      line-height: 1.3;
   }

   #wrapper {
      border: none;
      margin: 0 auto;
      padding: 2rem;
      background: #fff;
      height: auto;
   }

   p {
      -moz-hyphens: auto;
      -o-hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
   }

   p:is(span, a) {
      display: inline-block;
   }

   h1 {
      font-size: 2em;
   }

   .qrcode {
      position: static;
      display: flex;
      justify-content: center;
   }

   header {
      display: flex;
      justify-content: center;
      margin: 0 0 1rem;
      background: #D03E4F;
      padding: 0.5rem;
   }

   ul li:before {
      margin-top: 0px;
      font-size: 1em;
   }

   p span {
      display: inline-block;
   }

   article br,
   h3 br {
      display: none;
   }

   footer {
      padding: 1rem 0;
   }

   footer p {
      text-align: left;
      background: #D03E4F;
      padding: 0.7rem;
      margin-top: 1rem;
   }

}

@media only screen and (max-width:480px) {
   h1 {
      font-size: 1.7em;
   }

   #wrapper {
      padding: 1rem;
   }

}
