@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v31-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v31-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v31-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v31-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v31-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v31-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-condensed-v31-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v31-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v31-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v31-latin-900.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.125em/1.3 'Roboto Condensed', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 672px;
    margin: 1rem auto;
    border: solid 3px #000;
    background-color: #fff;
    overflow: hidden;
}
h1 {
    margin: 0;
    font-size: 2.08em;
    line-height: 1.1em;
}
h1 span {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    display: block;
}
h1 span:nth-of-type(2) {
    line-height: 1.25;
    display: block;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.ins {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 0.625rem 0.625rem 0.25rem;
    background-color: #DCDDDF;
}
.logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 7.625rem;
    flex-direction: row-reverse;
}
header p {
    position: absolute;
    top: 0.5rem;
    left: 4rem;
}
.mb {
    margin-bottom: 2rem;
}
.blue {
    background-color: #6CACD2;
    padding: 0.375rem 1.5rem;
}
.blue p {
    font-size: 1.25em;
    line-height: 1.25;
}
.qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.5rem;
}
.qr p {
    text-align: left;
    font-size: 1.125em;
    line-height: 1.4;
}
footer {
    padding: 0.625rem 1.5rem 0.25rem;
    background-color: #BAD39B;
}
footer p {
    text-align: justify;
    padding-bottom: 0.25rem;
}
@media only screen and (max-width: 671px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .logo {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .mb, .logo {
        margin-bottom: 0.75rem;
    }
    header p {
        position: static;
    }
    .qr {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    .qr p {
        text-align: center;
    }
    footer p {
        text-align: left;
    }
    br {
        display: none;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
    .blue, .qr {
        padding: 0.5rem 1rem;
    }
    h1 span {
        font-size: 1.125rem;
    }
    h1 {
        font-size: 1.625em;
    }
    footer {
        padding: 0.625rem 1rem 0.25rem;
    }
}