.dropdown-label,
.home-subtitle,
.social-title {
    letter-spacing: 0.25em;
    color: #222222;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-family: "Courier New", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-rendering: geometricPrecision
}
* {
    box-sizing: border-box
}
*:after,
*.before {
    box-sizing: border-box
}
html,
body,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
main {
    display: block
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}
a {
    text-decoration: none
}
body {
    line-height: 1
}
ol,
ul {
    list-style-type: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal
}
input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
button,
input[type="button"] {
    background: 0
}
\:required {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}
em,
i {
    font-style: italic
}
strong,
b {
    font-weight: bold
}
u {
    text-decoration: underline
}
pre,
code {
    font-family: Monaco, Courier, monospace
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}
blockquote,
q {
    quotes: "" ""
}
blockquote:before,
blockquote:after {
    content: ""
}
q:before,
q:after {
    content: ""
}
a {
    cursor: pointer
}
input[type="submit"],
input[type="button"] {
    cursor: pointer
}
button,
label[for] {
    /* cursor: pointer */
}
img {
    -ms-interpolation-mode: bicubic
}
.c:before,
.c:after {
    content: " ";
    display: table
}
.c:after {
    clear: both
}
.c {
    *zoom: 1
}
html {
    font-size: 62.5%;
    height: 100%
}
body {
    min-height: 100%;
    background-color: #ddd3ca;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
main {
    position: relative;
    z-index: 7000;
    max-width: 105rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0rem 5rem 2rem
}
@media (max-width: 680px) {
    main {
        padding: 2.5rem 2.5rem 5rem;
    }
}
.home-form {
    max-width: 45rem;
    width: 100%;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    position: relative
}
.home-form-button {
    display: none
}
.inputs {
    position: relative;
    height: 5rem;
    overflow: hidden;
    border: 1px solid black;
    margin-bottom: -1px;
    -webkit-transition: height 250ms ease-out, opacity 250ms ease-out;
    transition: height 250ms ease-out, opacity 250ms ease-out
}
.inputs.hide * {
    opacity: 0;
}
.inputs.hide .success {
    opacity: 1
}
.inputs-title {
    content: "Sign Up Now";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: "Courier New", sans-serif;
    font-size: 1.4rem;
    line-height: 5rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #222222;
    background: #ddd3ca;
    cursor: pointer;
    -webkit-transition: background 250ms ease-out, opacity 250ms ease-out;
    transition: background 250ms ease-out, opacity 250ms ease-out;
    z-index: 8500
}
.inputs-title:hover {
    text-decoration: underline;
}
.inputs-title.active {
    opacity: 0;
    pointer-events: none
}
.input {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-family: "Courier New", sans-serif;
    font-size: 1.4rem;
    line-height: 5rem;
    letter-spacing: 0.25em;
    padding-top: 0;
    padding-right: 5rem;
    padding-bottom: 0;
    padding-left: 5rem;
    outline: none;
    background: #ddd3ca;
    border: none;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    z-index: 8000
}
.labels {
    text-align: center;
    height: 5rem;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    opacity: 0
}
.labels.active {
    opacity: 1
}
.label {
    display: block;
    font-family: "Courier New", sans-serif;
    font-size: 1.2rem;
    line-height: 5rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #222222;
    -webkit-transition: margin 250ms ease-out;
    transition: margin 250ms ease-out
}
.home-form[data-index="1"] .input[data-index="1"] {
    opacity: 1;
    pointer-events: all
}
.home-form[data-index="2"] .input[data-index="2"] {
    opacity: 1;
    pointer-events: all
}
.home-form[data-index="2"] .label[data-index="1"] {
    margin-top: -5rem
}
.home-form[data-index="3"] .inputs {
    height: 15rem
}
@media (max-width: 430px) {
    .home-form[data-index="3"] .inputs {
        height: 20rem;
    }
}
.home-form[data-index="3"] .input[data-index="3"] {
    opacity: 1;
    pointer-events: all
}
.home-form[data-index="3"] .dropdown {
    opacity: 1;
    pointer-events: all
}
.home-form[data-index="3"] .label[data-index="1"] {
    margin-top: -10rem
}
.home-form[data-index="4"] .label[data-index="1"] {
    margin-top: -15rem
}
::-webkit-input-placeholder {
    color: #222222;
    -webkit-transition: color 200ms;
    transition: color 200ms
}
:-moz-placeholder {
    color: #222222;
    transition: color 200ms
}
::-moz-placeholder {
    color: #222222;
    transition: color 200ms
}
:-ms-input-placeholder {
    color: #222222;
    transition: color 200ms
}
:focus::-webkit-input-placeholder {
    color: #222222
}
:focus:-moz-placeholder {
    color: #222222
}
:focus::-moz-placeholder {
    color: #222222
}
:focus:-ms-input-placeholder {
    color: #222222
}
.progress {
    height: 0.6rem;
    width: 100%;
    background: #ddd3ca;
    position: relative;
    border: 1px solid black;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    z-index: 9000
}
.progress.hide {
    opacity: 0
}
.progress-bar {
    height: 100%;
    width: 0;
    background: #222222;
    -webkit-transition: width 150ms ease-out;
    transition: width 150ms ease-out;
    display: block
}
.progress-bar[data-index="2"] {
    width: 33%
}
.progress-bar[data-index="3"] {
    width: 66.8%
}
.progress-bar[data-index="4"] {
    width: 100%
}
.submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 5rem;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    z-index: 9999;
    outline: none;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    z-index: 8000;
    cursor: pointer;
}
.submit.final-message {
    opacity: 0
}
.submit-icon {
    width: 1.6rem;
    height: 1.6rem;
    fill: #222222;
    -webkit-transition: fill 150ms ease-out;
    transition: fill 150ms ease-out
}
.submit:hover .submit-icon {
    fill: rgba(0, 0, 0, 0.5)
}
.home-form-input:focus ~ .home-form-next .home-form-icon {
    fill: #222222
}
.home-form-messages {
    padding-top: 1rem;
    font-family: "Courier New", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    opacity: 0
}
.home-form-messages.active {
    opacity: 1
}
.home-form-message {
    font-size: 1.2rem;
    text-align: left;
    color: #222222;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.message {
    -webkit-transition: -webkit-transform 250ms ease-out, opacity 250ms ease-out;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.message.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.counter {
    float: right;
    color: #222222;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}
.home-form-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out
}
.home-form-spinner.hide {
    opacity: 0
}

@-webkit-keyframes loader {
    0% {
        left: 0;
        right: 100%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        right: 0;
        left: 100%
    }
}
@keyframes loader {
    0% {
        left: 0;
        right: 100%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        right: 0;
        left: 100%
    }
}
.success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 3rem;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    color: #222222;
    font-size: 1.4rem;
    font-family: "Courier New", serif;
    text-align: center;
    letter-spacing: 0.01em;
    padding-top: 5px;
}
.success2 {
    padding-top: 0;
    margin-top: -6px;
}
.success.show {
    opacity: 1
}
@media (min-width: 450px) {
    .mobile-span {
        display: none;
    }
}

@media (max-width: 680px) {
    .mobile-span-delete {
        display: none;
    }
}
.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ddd3ca;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    padding-top: 5rem
}
.dropdown-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    line-height: 4.9rem;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #232323;
    -webkit-transition: background 250ms ease-out;
    transition: background 250ms ease-out;
    cursor: pointer
}
.dropdown-label:nth-child(2),
.dropdown-label:nth-child(5) {
    border-right: 1px solid #232323;
    border-left: 1px solid #232323
}
@media (max-width: 430px) {
    .dropdown-label {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .dropdown-label:nth-child(odd) {
        border-left: none;
        border-right: 1px solid #232323
    }
    .dropdown-label:nth-child(2) {
        border-right: none;
        border-left: none
    }
    .dropdown-label:nth-child(5) {
        border-left: none
    }
}
.dropdown-label:hover {
    text-decoration: underline;
}
.home-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 6rem;
    margin-left: auto;
    max-width: 32rem;
    width: 100%;
    height: auto
}
@media (max-width: 680px) {
    .home-logo {
        max-width: 25rem;
        margin-bottom: 3rem;
    }
}
.home-subtitle {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5)
}
.home-emblem {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
}
.home-slogan {
    font-size: 5rem;
    line-height: 1.43em;
    letter-spacing: 0.01em;
    margin-top: 0rem;
    color: #222222;
    font-family: "Times New Roman", serif;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.home-mid {
    text-align: center;
    margin: auto;
    margin-top: 4rem;
    padding-left: 9rem;
}

@media (max-width: 430px) {
    .home-mid {
        text-align: center;
        margin: auto;
        margin-top: 4rem;
        padding-left: 0;
    }
}

.home-cover {
    width: 340px;
    float: left;
    text-align: right;
    padding-right: 3rem;
}

@media (max-width: 430px) {
   .home-cover {
    width: 340px;
    float: left;
    text-align: right;
    padding-right: 3rem;
    margin-top: -6rem;
    } 
}

.home-what {
    width: 340px;
    float: left;
    padding-left: 0;
    padding-top: 4.5rem;
    text-align: left;
}

@media (max-width: 430px) {
    .home-what {
    width: 340px;
    float: left;
    padding-left: 0;
    padding-top: 4.5rem;
    text-align: left;
    margin-top: -5rem;
    }
}

.home-what-heading {
    font-size: 2.2rem;
}

.home-reason {
    list-style-type: disc;
    list-style-type: circle;
    line-height: 3.4rem;
    font-size: 1.8rem;
    margin-top: 1.9rem;
    padding-left: 2rem;
    letter-spacing: 0.3px;
    font-style: italic;
}
.clear-both {
    clear: both;
}
@media (max-width: 680px) {
    .home-slogan {
        font-size: 3rem;
        margin-top: 1rem;
    }
}

.home-txt {
    font-size: 2.7rem;
    line-height: 1.43em;
    color: #222222;
    font-style: italic;
    font-family: "Times New Roman", serif;
    text-align: center;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
    margin-bottom: 8rem;
    margin-top: -0.1rem;
}
@media (max-width: 680px) {
    .home-txt {
        font-size: 2.2rem;
        margin-top: 2.5rem;
    }
}
.home-social {
    margin-top: 0rem
}
.social-title {
    font-size: 1.2rem;
    color: #232323
}
.social-list {
    text-align: center
}
.social-item {
    display: inline-block;
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem
}
.social-icon {
    display: block;
    width: 2rem;
    height: auto;
    fill: #232323;
    -webkit-transition: fill 150ms ease-out;
    transition: fill 150ms ease-out
}
.social-icon:hover {
    fill: rgba(0, 0, 0, 0.5)
}
.active .social-title {
    color: #222222
}
.active .social-icon {
    fill: #222222
}
.active .social-icon:hover {
    fill: rgba(0, 0, 0, 0.5)
}

.spinner svg {
  height: 85px !important;
}

.endspinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out
}