@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v50-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v50-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v50-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v50-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v50-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-v50-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v50-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v50-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v50-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v50-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-v50-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.875em/1.35 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 666px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: url('../images/bg.jpg') top 51px left no-repeat, #fff;
    overflow: hidden;
    padding: 3rem 3.175rem 2.5rem;
}
a {
    color: inherit;
    text-decoration: none;
}
a.ins {
    color: #0000ff;
    text-decoration: underline;
}
p {
    text-align: justify;
}
p {
    padding-bottom: 0.875rem;
}
h1 {
    margin: 0.25rem 0 1rem;
    font-size: 1em;
    line-height: 1.3;
    text-align: center;
}
h2 {
    font-size: 1.0625em;
    line-height: 1.2;
    margin-bottom: 0.875rem;
}
ul {
    padding: 0 0 2.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 2.25rem;
}
li span {
    display: block;
    margin-bottom: 1rem;
}
li:before {
    content: "\2022";
    font-size: 1.3em;
    line-height: 1;
    font-family: Arial, sans-serif;
    float: left;
    margin: -1px 0 0 -1.25rem;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.pb {
    padding-bottom: 2rem;
}
.color {
    text-align: left;
    color: #333333;
}
header {
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    font-family: Arial, sans-serif;
}
header p {
    color: #234793;
}
header figure {
    margin: 0 -2rem 0 0;
}
figure{
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0 0;
}
span {
    display: inline-block;
}
@media only screen and (max-width:665px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.8rem 2rem;
        background: #fff;
    }
    p, ul {
        text-align: left;
    }
    li {
        padding-left: 1.25rem;
    }
    header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    header p {
        padding: 1rem;
        text-align: center;
    }
    p :is(span, a) {
        display: inline-block;
    }
    footer {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}