@charset "utf-8";
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v39-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v39-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-sans-v39-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v39-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/noto-sans-v39-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/noto-sans-v39-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap; 
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-v39-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v39-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-sans-v39-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v39-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/noto-sans-v39-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/noto-sans-v39-latin-500.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap; 
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v39-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/noto-sans-v39-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-sans-v39-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v39-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/noto-sans-v39-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/noto-sans-v39-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1.125em/1.3em 'Noto Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
}
h2 {
    font-size: 2.313em;
    line-height: 1.2em;
    margin-bottom: 1.25rem;
}
h2 + p {
    font-size: 1.625em;
    line-height: 1.2em;
    padding-bottom: 1.5rem;
}
h2, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
    font-weight: 500;
}
li {
    padding: 0 0 0.375rem 1.5rem;
}
ul li:before {
    content: "\25A0";
    font-size: 0.7em;
    float: left;
    margin: -1px 0 0 -1.5rem;
    color: #23B24B;
}
header img {
    display: block;
}
article {
    padding: 2rem 1.875rem 1.25rem;
    background-color: #23B24B;
    position: absolute;
    top: 452px;
    left: 44px;
    width: 392px;
}
.qr p {
    font-size: 1.2em;
    line-height: 1.25em;
}
.qr .pb {
    padding-bottom: 0.5rem;
}
.qr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.blue {
    background-color: #09286D;
    width: 436px;
    padding: 2.75rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link {
    margin-top: 1rem;
}
.link a {
    display: inline-block;
    background-color: #fff;
    color: #09286D !important;
    padding: 0.5rem 1.5rem;
}
.logo {
    width: 262px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    article {
        width: auto;
        position: static;
    }
    :is(h2, ul) br {
        display: none;
    }
    footer {
        flex-direction: column;
    }
    .blue {
        padding: 2rem;
        width: 100%;
    }
    .link {
        text-align: center;
    }
    .logo {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
    article, .blue, .logo {
        padding: 1rem;
    }
}