@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.35 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 681px;
    margin: 1rem auto;
    border: 2px solid #000;
    background: linear-gradient(180deg, #D1D2D4, #fff 40%);
    overflow: hidden;
    padding: 0.75rem 1rem 0.25rem;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
:is(p, li) {
    text-align: justify;
    hyphens: auto;
}
p {
    padding-bottom: 0.5rem;
}
p span {
    display: inline-block;
}
h1 {
    margin: 0 0 0.5rem;
    padding-left: 2.5rem;
    font-size: 1.95em;
    line-height: 1.1;
    position: relative;
}
h1 span {
    display: inline-block;
}
h1:before {
    content: "\25A0";
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: -4px;
    color: #6C6D70;
}
h1+p {
    word-spacing: 1px;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
ul {
    padding: 0 0 0.5rem 0.2rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.125rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.let_spc {
    letter-spacing: -0.1px;
}
header {
    padding: 0 0 3rem;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width:680px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        text-align: left;
    }
    p a, span {
        display: inline-block;
    }
    header {
        justify-content: center;
        padding-bottom: 2rem;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.5em;
        line-height: 1.2;
        padding-left: 1.5rem;
    }
    h1::before {
        top: -9px;
    }
}