@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'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v44-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #21BAC9;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
p {
    padding-bottom: 1.25rem;
}
h1 {
    margin: 2rem 0 2rem 4rem;
    font-size: 1.375em;
    line-height: 1.3;
    color: #fff;
}
h1 span {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    line-height: 1.5;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3em;
    color: #21BAC9;
}
.mg {
    line-height: 1.5;
    margin: 0 0 0.5rem 2rem;
}
h2 span {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 1.5rem 1.5rem 0;
    list-style: none;
}
ul:last-of-type {
    padding-bottom: 3rem;
}
li {
    padding-left: 1.5rem;
    font-size: 1.05em;
    line-height: 1.38;
}
ul li:before {
    content: "\2022";
    font-size: 1.25em;
    float: left;
    margin: 1px 0 0 -1.5rem;
}
main {
    width: 566px;
}
header img {
    display: block;
}
article  {
    background: url('../images/bg-top.jpg') no-repeat top center, url('../images/bg-bot.jpg') no-repeat bottom center;
    padding: 1.25rem 0.5rem 1.25rem 1rem;
}
footer {
    width: 362px;
    background: #21BAC9 url('../images/bg.jpg') no-repeat bottom left;
    padding: 4rem 1.5rem 0 2.625rem;
}
.logo {
    padding-bottom: 7.75rem;
}
footer p {
    color: #fff;
    text-align: justify;
    hyphens: auto;
}
hr {
    border: 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 1.25rem;
}
.qr {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}
.qr p {
    padding: 0;
    width: 64%;
    font-size: 0.92em;
    line-height: 1.2;
}
h1, h2, strong {
    font-weight: 700;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        display: block;
    }
    p :is(span, a) {
        display: inline-block;
    }
    :is(h2, a, .qr) br {
        display: none;
    }
    main, footer {
        width: auto;
    }
    header {
        display: flex;
        justify-content: center;
    }
    .mg {
        margin-left: 0;
    }
    h1 {
        background-color: #21BAC9;
        width: fit-content;
        margin: 0.5rem auto 1rem;
        padding: 0.5rem 2rem;
    }
    article {
        background: #fff;
    }
    footer {
        background: #21BAC9;
        padding-top: 1rem;
    }
    footer p {
        text-align: left;
    }
    .logo {
        display: flex;
        justify-content: center;
        padding-bottom: 1.5rem;
    }
    footer > p:last-of-type, hr + p, h1, .mg {
        text-align: center;
    }
    ul {
        padding-right: 0;
    }
}
@media only screen and (max-width: 780px) {
    footer {
        padding: 1rem 2rem;
    }
    .qr {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr p {
        width: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        padding: 0.5rem 1rem;
    }
    li {
        padding-left: 1.25rem;
    }
    ul li::before {
        margin-left: -1.25rem;
    }
    footer {
        padding: 1rem;
    }
}