@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin-regular.eot');
    src: url('../fonts/montserrat-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-regular.woff') format('woff'), url('../fonts/montserrat-v31-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v31-latin-500.eot');
    src: url('../fonts/montserrat-v31-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-500.woff') format('woff'), url('../fonts/montserrat-v31-latin-500.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-500.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: solid 2px #692A78;
    background: #fff;
    overflow: hidden;
    padding: 1rem 1rem 0;
}
p {
    padding-bottom: 1rem;
    width: fit-content;
    position: relative;
    z-index: 2;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    font-size: 1em;
    line-height: 1.3;
    padding: 11rem 0 11rem 1.5rem;
    position: relative;
    z-index: 2;
}
h1:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1.5rem;
}
h2 {
    font-size: 4em;
    line-height: 1.3em;
    color: #692A78;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3em;
    color: #692A78;
    position: relative;
    z-index: 2;
}
h3, a.color {
    font-weight: 500;
    color: #692A78;
}
h1, h2 {
    font-weight: 400;
}
header {
    padding: 0 1rem;
}
footer {
    position: absolute;
    bottom: 0;
    right: 2rem;
}
@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        padding: 1rem 0 1rem 1.5rem;
    }
    h2 {
        font-size: 2em;
    }
    header {
        padding: 0;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}