body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.4vw;
    line-height: 1.6;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Comfortaa, sans-serif;
    font-size: 2.7em;
    line-height: 1.4;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Comfortaa, sans-serif;
    font-size: 2.3em;
    line-height: 1.4;
    font-weight: 400;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Comfortaa, sans-serif;
    font-size: 1.7em;
    line-height: 1.4;
    font-weight: 400;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Comfortaa, sans-serif;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 400;
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
}

h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

blockquote {
    margin-bottom: 1em;
    padding: 1em 2em;
    border-left: 0.4em solid #e2e2e2;
    font-size: 140%;
    line-height: 1.6;
}

.c-styles {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: none;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    padding-right: 10vw;
    padding-left: 10vw;
    background-color: #fff;
    color: #000;
}

.c-styles_item {
    padding: 2em 0vw;
    border-bottom: 0.1em solid #bdbdbd;
}

.c-html {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

.c-hero_contain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    padding: 3em 20vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-brand_icon {
    margin: 3em;
}

.c-brand_fill {
    width: 15em;
    height: 15em;
    padding: 2.6em;
    border-radius: 3em;
    background-color: #fff;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
}

.c-brand_name {
    width: 20em;
    margin-bottom: 3em;
}

.c-scroll-ind {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 1em;
    margin-top: 1em;
    color: #9d85d2;
    font-size: 0.85em;
    text-align: center;
}

.c-contents {
    position: relative;
    z-index: 1;
    background-image: none;
}

.c-text_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6em 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}

.is--headline {
    margin-bottom: 1em;
}

.c-overview {
    text-align: center;
}

.c-store-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-align: center;
}

.c-button_download {
    margin: 0.5em;
}

.c-store_headline {
    margin-right: 1em;
}

.c-button_img {
    height: 3em;
}

.c-footer {
    padding-top: 6em;
    padding-bottom: 30px;
    text-align: center;
}

.p1 {
    color: #9d85d2;
    font-size: 0.7em;
}

.c-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.c-bg_gradient {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    overflow: hidden;
    -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-image: -webkit-gradient(linear, left bottom, left top, from(#2a1950), to(#5d488c));
    background-image: linear-gradient(0deg, #2a1950, #5d488c);
}

.form-block {
    width: 30em;
}

.c-form_wrapper {
    padding: 2em;
    border-radius: 1.5em;
    background-color: rgba(42, 25, 80, 0.25);
    text-align: center;
}

.c-button_default {
    margin-top: 1em;
    padding: 0.5em 2em;
    border-radius: 2em;
    background-color: #9d85d2;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2a1950;
}

    .c-button_default:hover {
        background-color: #fff;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

.c-text-field {
    min-height: 60px;
    margin-bottom: 1.5em;
    padding: 0.5em 1em;
    border-style: solid;
    border-width: 2px;
    border-color: #5d488c;
    border-radius: 0.4em;
    background-color: hsla(0, 0%, 100%, 0.05);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
}

    .c-text-field:hover {
        border-color: #fff;
    }

    .c-text-field:active {
        color: #fff;
    }

    .c-text-field::-webkit-input-placeholder {
        color: #fff;
    }

    .c-text-field:-ms-input-placeholder {
        color: #fff;
    }

    .c-text-field::-ms-input-placeholder {
        color: #fff;
    }

    .c-text-field::placeholder {
        color: #fff;
    }

.c-field-label {
    margin-bottom: 0.5em;
    color: #9d85d2;
    font-size: 0.75vw;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.c-form-error {
    margin-top: 1em;
    padding: 1em 2em;
    border-bottom: 4px solid #9d85d2;
    border-radius: 0.4em;
    background-color: #2a1950;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .body {
        font-size: 2.2vw;
    }

    .c-text_contain {
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .c-text-field {
        font-size: 2.25vw;
    }

    .c-field-label {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .body {
        font-size: 2.5vw;
    }

    .c-brand_fill {
        width: 12em;
        height: 12em;
    }

    .c-brand_name {
        width: 13em;
    }

    .c-text_contain {
        padding: 3.7em 10vw;
    }

    .c-overview {
        text-align: left;
    }

    .c-store-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-store_headline {
        margin-right: 0em;
        margin-bottom: 1em;
    }

    .c-footer {
        padding-top: 3.7em;
    }

    .c-button_default {
        min-height: 48px;
        min-width: 140px;
    }

    .c-text-field {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .body {
        font-size: 5vw;
    }

    .c-hero_contain {
        min-height: 85vh;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .c-brand_fill {
        width: 12em;
        height: 12em;
    }

    .c-brand_name {
        width: 10em;
    }

    .c-text_contain {
        padding: 2.5em 7vw;
    }

    .form-block {
        width: 100%;
    }

    .c-form_wrapper {
        padding: 0em;
        background-color: transparent;
    }
}

/* This code ajust the body font size using vw and %
for accessibility to make the font sizes changeable by the user.
Set your vw font size to half of it's intended size below.
50% will double whatever value you enter. */
/* Desktop Body Font Size */
body {
    font-size: calc(0.7vw + 50%);
}
/* Tablet Body Font Size */
@media only screen and (max-width: 991px) {
    body {
        font-size: calc(1.2vw + 50%);
    }
}
/* Mobile Landscape Body Font Size */
@media only screen and (max-width: 767px) {
    body {
        font-size: calc(2.0vw + 50%);
    }
}
/* Mobile Portrait Body Font Size */
@media only screen and (max-width: 479px) {
    body {
        font-size: calc(2.8vw + 50%);
    }
}