@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Khand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/khand-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/khand-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/khand-v22-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/khand-v22-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/khand-v22-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/khand-v22-latin-300.svg#Khand') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Khand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/khand-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/khand-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/khand-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/khand-v22-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/khand-v22-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/khand-v22-latin-regular.svg#Khand') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Khand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/khand-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/khand-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/khand-v22-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/khand-v22-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/khand-v22-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/khand-v22-latin-600.svg#Khand') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.3em 'Khand', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 590px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0;
    font-size: 1.35em;
    line-height: 1.25;
    color: #696969;
}
h1 span {
    font-size: 0.7em;
    line-height: 1.3;
    display: block;
    font-weight: 300;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
strong, h2 {
    font-weight: 600;
}
: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 0 1rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -0.625rem;
}
header {
    padding: 1.5rem 1.25rem 2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header div {
    width: 65%;
    padding-top: 0.5rem;
}
main {
    padding: 0.75rem 2rem 0;
    background-color: #BBBBBB;
}
@media only screen and (max-width: 589px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    header {
        padding: 1rem 1.25rem;
        flex-direction: column;
        align-items: center;
    }
    header div {
        width: auto;
        padding-top: 1rem;
    }
    br {
        display: none;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1.125em;
    }
    header, main {
        padding: 1rem;
    }
}