﻿html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 400;
}

button,
.button {
    cursor: pointer;
    background-color: #00d158;
    color: #000;
    border: 0;
    border-radius: 3px;
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: -0.03em;
    min-width: 300px;
    line-height: 55px;
    margin-bottom: 20px;
}
button:hover {
    opacity: .95;
}

header button,
header .button {
    margin-top: 2rem;
}

strong {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

h1,
.h1 {
    font-size: 2.75rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.25em;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    color: #000;
}

@media (max-width: 567px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 80%;
    }
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-size: 90%;
    }
}

.lead {
    font-size: 2rem;
    margin-bottom: 0.75em;
    font-weight: 300;
    line-height: 1.1em;
}
@media (max-width: 567px) {
    .lead {
        font-size: 1.7rem;
    }
}

.display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.1em;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.1em;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1em;
}
@media (max-width: 567px) {
    .display-3 {
        font-size: 3rem;
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1em;
}

small,
.small {
    font-size: 80%;
}

mark,
.mark {
    padding: 3px;
    background-color: #00d158;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-cite {
    display: block;
    font-size: 80%;
    color: #555;
}

.blockquote-cite::before {
    content: "\2014 \00A0";
}

.spacer-lg {
    height: 3rem;
    display: block;
}

.spacer-xl {
    height: 5rem;
    display: block;
}

.wrapper {
    display: flex;
    background-color: #000;
    width: 100%;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.wrapper .window {
    background-color: #fff;
    width: 100%;
    max-width: 790px;
    min-height: 200px;
    color: #000;
    padding: 70px;
    display: none;
}

.wrapper .window .logo {
    margin-bottom: 30px;
}

.wrapper .window .logo img {
    width: 145px;
}

.wrapper .window .body p {
    margin: 40px 0;
}

.smalllink {
    color: #000;
    font-size: 14px;
    display: block;
}

.linknz {
    display: none;
}