/* Generated on: Mon Mar 20 2023 07:04:30 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    cursor: none;
    min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
    cursor: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input:hover {
    cursor: none;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
ul li {
    display: inline;
    list-style: none;
}
ol li {
    display: block;
}

/* ==========================================================================
   Start of base  CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
@font-face {
    font-family: 'Sora';
    src: url('../Sora/Sora-Light.eot');
    src: url('../Sora/Sora-Light.eot?#iefix') format('embedded-opentype'),
        url('../Sora/Sora-Light.woff') format('woff'),
        url('../Sora/Sora-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../Sora/Sora-Regular.eot');
    src: url('../Sora/Sora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Sora/Sora-Regular.woff') format('woff'),
        url('../Sora/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../Sora/Sora-Medium.eot');
    src: url('../Sora/Sora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Sora/Sora-Medium.woff') format('woff'),
        url('../Sora/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../Sora/Sora-SemiBold.eot');
    src: url('../Sora/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../Sora/Sora-SemiBold.woff') format('woff'),
        url('../Sora/Sora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Sora, sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.collumn:before,
.collumn:after {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.collumn:after {
    clear: both;
}
.btn {
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    border-radius: 0;
    transition: scale 300ms ease-in-out;
}
.btn:hover {
    transform: scale(1.05);
}

.body {
    margin: 0;
    padding: 0;
    background-color: #0a0b16;
    color: #fff;
}

/*fade in */
.fade-in {
    opacity: 0;
    transition: opacity 400ms ease-in;
}
.fade-in.appear {
    opacity: 1;
}

/*fade out*/
.fade-out {
    position: fixed;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}
figure {
    margin: 0;
    margin-bottom: 10px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
}
ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 5px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type='button'],
[type='reset'] {
    border: 0;
}
.form-con {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.input:-moz-placeholder {
    color: #999;
}
.input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.input:-ms-input-placeholder {
    color: #999;
}
.input::-webkit-input-placeholder {
    color: #999;
}
.input:focus:focus {
    border-color: #fff;
    outline: 0;
}

.container1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.container1:before,
.container1:after {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.container1:after {
    clear: both;
}

.nav-con {
    position: relative;
    z-index: 20;
}

.nav-con:before,
.nav-con:after {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.nav-con:after {
    clear: both;
}
.nav-logo {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}
.nav-con-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.nav-con[data-animation='over-left']
    .nav-con[data-animation='over-left']
    .nav-con[data-animation='over-left']
    [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}
.nav-con[data-animation='over-right'] .nav-con-overlay {
    width: auto;
}
.nav-con[data-animation='over-right'] .nav-con[data-animation='over-right'] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}

@media screen and (max-width: 767px) {
    .nav-con[data-collapse='small'] .nav-con-menu {
        display: none;
    }
    .nav-con[data-collapse='small'] .nav-con-button {
        display: block;
    }
    .nav-logo {
        padding-left: 10px;
        width: 100px;
        height: auto;
    }
    .nav-button-wrapper {
        padding-right: 10px;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type='button'],
[type='reset'] {
    border: 0;
}
.form-con {
    margin: 0 0 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.input:-moz-placeholder {
    color: #999;
}
.input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.input:-ms-input-placeholder {
    color: #999;
}
.input::-webkit-input-placeholder {
    color: #999;
}
.input:focus:focus {
    border-color: #fff;
    outline: 0;
}

.container1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.container1:before,
.container1:after {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.container1:after {
    clear: both;
}

.nav-con {
    position: relative;
    z-index: 20;
}

.nav-con:before,
.nav-con:after {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.nav-con:after {
    clear: both;
}
.nav-logo {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.nav-con[data-animation='over-left']
    .nav-con[data-animation='over-left']
    .nav-con[data-animation='over-left']
    [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}
.nav-con[data-animation='over-right'] .nav-con-overlay {
    width: auto;
}
.nav-con[data-animation='over-right'] .nav-con[data-animation='over-right'] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}
.nav-con-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-con-button:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .nav-con[data-collapse='small'] .nav-con-menu {
        display: none;
    }
    .nav-con[data-collapse='small'] .nav-con-button {
        display: block;
    }
    .nav-logo {
        padding-left: 10px;
        width: 100px;
        height: auto;
    }
    .nav-button-wrapper {
        padding-right: 10px;
    }
}

/* ==========================================================================
 
   ========================================================================== */

/* NAVIGATION */
.navbar-no-shadow-container {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 20;
    display: inline-block;
    width: 100%;
    height: 120px;
    max-height: 120px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px none #12132b;
    background-color: transparent;
    font-family: Sora, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0px);
}

.navbar-no-shadow-container.hidden {
    transform: translateY(-120px);
}

.container-regular {
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    padding: 20px 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-logo {
    min-width: 133px;
}
.img-logo-mobile {
    max-width: 32px;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
}

.nav-button-wrapper {
    margin-left: 120px;
    display: inline;
    margin-top: 10px;
}

.top-img-fixed {
    position: relative;
    top: 0%;
    z-index: 5;
    overflow: visible;
    width: 100%;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
}

/*BTN*/
.button-primary {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 16px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Sora, sans-serif;
    color: #02cfd6;
    font-size: 24px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

.button-primary:hover {
    background-color: transparent;
    color: #00b0b6;
    transform: scale(1.05);
}

.button-primary:active {
    background-color: transparent;
    opacity: 1;
    color: #b56bff;
}

.button-secondary {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 16px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Sora, sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

.button-secondary:hover {
    background-color: transparent;
    color: #fff;
    transform: scale(1.05);
}

.button-secondary:active {
    background-color: transparent;
    opacity: 1;
    color: #b56bff;
}

/*FONT SIZEs*/
.underline {
    background-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(98%, transparent),
        to(#02cfd6)
    );
    background-image: linear-gradient(180deg, transparent 98%, #02cfd6);
    line-height: 140%;
}

.heading2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 1180px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0%;
    font-family: Sora, sans-serif;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 72px;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    -o-object-fit: fill;
    object-fit: fill;
}
.h4-subtitle {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 0;
    padding-bottom: 0;
}
.h3-title {
    position: static;
    left: 0%;
    top: 7%;
    right: auto;
    bottom: auto;
    max-width: 500px;
    margin-top: 0px;
    float: left;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 68px;
    line-height: 120%;
    font-weight: 800;
    letter-spacing: 1px;
}

.title-mintcode {
    letter-spacing: -0.03em;
}

.how_to-wrap {
    position: relative;
    left: 0px;
    top: 50%;
    right: 0px;
    z-index: 1;
    height: 750px;
    max-height: 960px;
    max-width: 96%;
    border-radius: 40px;
    background-color: transparent;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.how_to-div {
    position: absolute;
    left: auto;
    top: 47%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding: 3em 1.5em;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.title-con {
    position: relative;
    top: 50%;
    width: 100%;
    height: auto;
    max-width: 1180px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

/*card*/

.outer {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-top: 60px;
    float: none;
    clear: none;
    margin-left: 0;
}

.parallax-cards {
    position: absolute;
    top: 0%;
    left: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card {
    position: static;
    display: inline-block;
    width: 250px;
    max-width: none;
    min-width: 250px;
    margin-right: 20px;
}

.bg-change {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform 0.5s ease-out;
}

/*STICKY END*/

.how_to-con {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 960px;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00022d;
}

.how_to-con4 {
    transition: background-color 1s ease-out; /* Add transition property */
}

.number-title {
    position: static;
    margin-bottom: 0px;
    opacity: 1;
    font-family: Sora, sans-serif;
    color: hsla(0, 0%, 100%, 0.2);
    font-size: 100px;
    line-height: 10%;
    font-weight: 600;
}

.image-blue {
    position: absolute;
    left: auto;
    top: -10%;
    right: -2%;
    z-index: 0;
    width: 550px;
}

.copyright {
    position: absolute;
    font-size: 14px;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    opacity: 0.8;
    color: #fff;
}

.how_title-con {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    max-height: none;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    background-color: #0a0b16;
    transition: background-color 1s ease-out;
}

.pattern-wrap {
    width: auto;
    height: auto;
}

.pattern1 {
    position: absolute;
    left: 15%;
    top: 13%;
    width: 6vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pattern2 {
    position: absolute;
    left: 45%;
    bottom: 30%;
    width: 6vw;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.pattern3 {
    position: absolute;
    left: 5%;
    bottom: 18%;
    width: 10vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pattern4 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 8vw;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.pattern5 {
    position: absolute;
    left: auto;
    bottom: 37%;
    right: 24%;
    bottom: auto;
    width: 6.5vw;
}

.how_to-img {
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 5;
    width: 23vw;
    max-width: none;
    min-width: 400px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.title-wrap {
    position: relative;
    top: 50%;
    height: 300px;
    max-width: 1680px;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.image-purple {
    position: absolute;
    left: 22%;
    top: 14%;
    z-index: 0;
    max-width: 550px;
    opacity: 1;
}

.body-description {
    position: static;
    bottom: 0px;
    max-width: 500px;
    opacity: 0.8;
    font-family: Sora, sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
}
.body-description ol {
    margin-top: 1em;
}
.body-description ol li {
    margin-bottom: 20px;
    /*display: block !important;*/
}

.how_to-grid {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1680px;
    min-height: 750px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.how_to-img-div {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%;
}

.text-span-3 {
    width: 100%;
    max-width: 1180px;
    color: #fff;
}

.how_to-grid-div {
    position: relative;
    width: 88vw;
    left: 50%;
    height: 750px;
    max-height: 960px;
    max-width: 1680px;
    border-radius: 40px;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: Sora, sans-serif;

    transition: width 0.5s ease-in-out;
}

.top-con {
    overflow: visible;
    width: 100%;
    height: 130vh;
    max-width: none;
    min-height: 1420px;
    padding-bottom: 15vw;
    border-top: 1px solid #0a0b16;
    background-color: #0a0b16;
}

.blurred_bg {
    position: absolute;
    top: -19vw;
    bottom: auto;
    width: 120%;
    height: auto;
}
#top_bg_blurred {
    opacity: 0.8;
    transition: opacity 1s ease-in-out;
}

.top-content-con {
    position: relative;
    top: 2.5vw;
    height: auto;
    max-width: 96%;
    min-height: 680px;
}

.heading1 {
    background-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgba(2, 207, 214, 0))
    );
    background-image: linear-gradient(180deg, transparent, rgba(2, 207, 214, 0));
    font-family: Sora, sans-serif;
    font-size: 6.5vw;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}

.h1-fontsize {
    font-size: 5vw;
}
.top-text-con {
    position: absolute;
    left: 50%;
    width: 88vw;
    height: auto;
    max-width: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.wp-con {
    width: 100%;
    height: 100vh;
    max-height: none;
    min-height: 960px;
    float: none;
    border-width: 1px;
    border-radius: 2px;
    background-image: url('../img/background.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0a0b16;
}

.wp-wrap {
    position: relative;
    left: 50%;
    top: 14vw;
    width: 88vw;
    height: 40vh;
    max-width: 1680px;
    min-height: 590px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.wp-content-wrap {
    position: absolute;
    left: 0%;
    top: 2vw;
    right: 0%;
    bottom: auto;
}

.heading3 {
    width: 900px;
    font-family: Sora, sans-serif;
    font-size: 72px;
    line-height: 110%;
    font-weight: 400;
}

.paragraph {
    width: 600px;
    padding-top: 1.5vw;
    font-family: Sora, sans-serif;
    font-size: 20px;
    line-height: 160%;
    font-weight: 300;
}

.btn-wrap {
    position: absolute;
    top: auto;
    bottom: 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}

.button {
    padding-right: 36px;
    padding-left: 0px;
    border-bottom: 1px none #000;
    background-color: transparent;
    background-image: url('../img/arrow_forward.png');
    background-position: 100% 50%;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    font-family: Sora, sans-serif;
    color: #02cfd6;
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*
.button:hover {
  color: #00b0b6;
}
*/
.button:active {
    background-image: url('../img/arrow_forward_white.png');
    color: #fff;
}

.parallax {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 40vh;
    min-height: 500px;
    float: left;
    visibility: hidden;
}
/*FOOTER*/
footer {
    z-index: -1;
    overflow: hidden;
}
.footer-con {
    position: fixed;
    z-index: -1 !important;
    /*position: relative;*/

    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 100%;
    height: 40vh;
    min-height: 500px;
    /*margin-bottom: -2vw;*/
    float: left;
    /*
  border-style: none;
  border-width: 2px;
*/
}

.footer {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: auto;
    height: 100%;
    min-height: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#12132a), to(#024346));
    background-image: linear-gradient(180deg, #12132a, #024346);
    font-family: Sora, sans-serif;
    color: transparent;
    font-size: 16px;
    line-height: 20px;
}

.form-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31.5vw;
    height: 60px;
    min-width: 450px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #fff;
}

.footer-form-con {
    width: 100%;
}

.btn-wht {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 36px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../img/arrow_forward_white.png');
    background-position: 100% 50%;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
}
.layout-grid {
    /*test*/
    width: 88vw;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 38vh;
    /**/
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

#footer-grid {
    /*test*/

    width: 50%;
    position: absolute;
    left: 0%;
    height: 100%;
    /**/

    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#layout-grid-subscribe {
    /*test*/

    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;

    /**/
    grid-column: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.grid {
    position: relative;
    left: 50%;

    height: 96%;
    max-width: 1680px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.text-block-1 {
    position: absolute;
    width: 100%;
    padding-top: 5vw;
    color: #fff;
    font-size: 3vw;
    line-height: 130%;
}

.text-block-2 {
    position: absolute;
    left: 0;
    top: 0%;
    left: auto;
    bottom: auto;
    width: 80%;
    height: auto;
    padding-left: 5vw;

    min-width: 450px;
    max-width: 600px;
    padding-top: 5vw;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
}

.signup-success-block {
    padding-left: 5vw;
    position: absolute;
    left: auto;
    top: 22%;
    left: 0%;
    bottom: auto;
    width: 80%;
    margin-top: auto;

    min-width: 450px;
    max-width: 600px;
    padding-top: 5vw;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
    display: none;
}

.form-block-2 {
    padding-left: 5vw;
    position: absolute;
    left: auto;
    top: 22%;
    left: 0%;
    bottom: auto;
    width: 80%;
    max-width: 600px;
    min-width: 450px;
    margin-top: auto;
    padding-top: 3vw;
}
.form-2 {
    width: 100%;
}
.text-field-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 70%;
    padding-left: 0px;
    border: 1px none #000;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
}

.italic {
    font-style: italic;
}

.cursor {
    z-index: 999;
    background: rgba(255, 255, 255, 0.2);
    position: fixed;
    width: 50px;
    height: 50px;

    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.1s;
}
.cursor2 {
    z-index: 999;
    position: fixed;
    width: 14px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -65%);
    transition: 0.14s;
}

@media screen and (min-width: 1920px) {
    /*Section 1 hero*/
    .top-con {
        position: relative;
        min-height: 1630px;
        width: 100%;
    }
    .heading1 {
        width: 100%;
        max-width: none;
        min-width: 1180px;
        font-size: 5vw;
    }

    .top-content-con {
        position: relative;
        top: -12.5vw;
        height: 100vh;
        width: 88vw;
        /*max-width: 100%;*/
        min-height: 1080px;
    }

    .outer {
        bottom: 12%;
    }

    .footer {
        width: 100%;
    }

    /*Section 2*/

    .title-wrap {
        height: 100vh;
    }

    .top-text-con {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .heading2 {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        font-size: 72px;
    }

    /*Section 3 how it works*/
    .how_to-con {
        position: relative;
        height: 1080px;
        max-height: 100%;
        float: none;
    }

    .how_to-wrap {
        position: relative;
        left: auto;
        right: auto;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .how_to-img-div {
        position: relative;
    }

    .how_to-img {
        position: absolute;
        left: 5%;
        top: 55%;
        width: auto;
        min-width: 300px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .how_to-div {
        width: 48%;

        padding-left: 40px;
    }

    .h3-title {
        font-size: 56px;
    }
    .body-description {
        opacity: 1;
        color: hsla(0, 0%, 100%, 0.8);
        line-height: 130%;
    }

    .text-block-1 {
        font-size: 48px;
    }

    .text-block-2 {
        width: 600px;
        max-width: none;
        min-width: 0px;
    }

    .form-block-2 {
        top: 32%;
        width: 600px;
        max-width: none;
        min-width: 0px;
    }

    .form-2 {
        position: absolute;
        left: auto;
        top: 0vw;
        right: 0%;
        bottom: 0%;
        width: 600px;
    }

    .footer-form-con {
        position: relative;
    }

    /*parallax*/
    .parallax {
        height: 45vh;
        min-height: 550px;
    }

    .footer-con {
        height: 45vh;
        min-height: 550px;
    }

    .italic {
        font-style: italic;
        font-weight: 500;
    }
}

@media screen and (max-width: 991px) {
    .navbar-no-shadow-container {
        z-index: 10;
        border: 1px none #12132b;
        background-color: transparent;
    }

    .navbar-wrapper {
        width: 96%;
        padding-right: 0px;
        padding-left: 20px;
    }

    .nav-menu-wrapper {
        background-color: transparent;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
    }

    .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .nav-button-wrapper {
        width: auto;
        margin-left: 0px;
    }

    .button-primary,
    .button-secondary {
        padding: 12px 24px;
        font-size: 18px;
    }

    /*Section 1 hero*/
    .top-con {
        height: 130vh;
        min-height: 1330px;
        margin-bottom: 0vw;
    }

    .top-content-con {
        top: 1.3vw;
        height: 33vh;
        min-height: 400px;
        width: 96%;
    }

    .heading1 {
        font-size: 7.5vw;
    }

    .h1-fontsize {
        font-size: 6vw;
    }

    .top-text-con {
        width: 96%;
    }

    /*
  .outer {
    position: relative;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 35vw;
    margin-top: 60px;
    float: none;
    clear: none;
   
  }
*/
    .parallax-cards {
        top: auto;
        bottom: 0%;
        height: 100%;
        left: -50px;
    }

    .card {
        width: 200px;
        min-width: 180px;
        margin-right: 10px;
    }

    .heading2 {
        width: 100%;
        max-width: none;
        font-size: 6vw;
    }

    .how_to-con {
        position: relative;
        left: auto;
        width: 100%;
        height: 100vh;
        max-height: none;
        min-height: 1024px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 120px;
        padding-bottom: 0px;
    }

    .how_to-wrap {
        top: 50%;
        width: 96%;
        overflow: hidden;
        height: 90%;
        max-height: none;
        margin-bottom: 0px;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .how_to-grid-div {
        width: 100%;
        left: auto;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .how_to-img-div {
        width: 100%;
    }

    .how_to-grid {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        /*max-width: 960px;*/
        min-height: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        justify-items: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .how_to-img {
        left: 50%;
        top: 35%;
        width: 50vw;
        max-width: 380px;
        min-width: 380px;
        margin-left: 0%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .how_to-div {
        position: absolute;
        width: 100%;
        max-width: none;
        height: 260px;
        min-height: 260px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        /**/
        padding-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column-gap: 0.5em;
        grid-row-gap: 0.5em;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        /*top: auto;
    right: auto;
    bottom: 0px;
 
    height: 260px;
       padding: 3em 3em 1em;
    margin-right: 0%;
    margin-bottom: 0em;
    
   */
    }

    .h3-title {
        left: auto;
        top: 33%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 36px;
    }

    .input-wrap {
        bottom: auto;
        width: 100%;
        height: 230px;
        max-height: 280px;
    }

    .title-con {
        width: 100%;
        height: 100%;
        max-width: none;
        min-height: 550px;
    }

    .footer {
        position: relative;
        height: 100%;
        min-width: 100%;
    }

    .number-title {
        top: 40px;
        padding-top: 16px;
        font-size: 10vw;
        line-height: 20%;
    }

    .copyright {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        padding-left: 0px;
        font-size: 14px;
        text-align: left;
    }

    .how_title-con {
        position: relative;
        left: auto;
        width: 100%;
        height: 100vh;
        min-height: 960px;
        padding-top: 0px;
    }

    .mobilelogo {
        opacity: 0;
    }

    .title-wrap {
        position: relative;
        left: 0%;
        top: 50%;
        right: 0%;
        bottom: auto;
        height: 200px;
        max-width: 96%;
        clear: none;
    }

    .image-purple {
        left: -6%;
        top: 46%;
    }

    /*test*/
    .layout-grid {
        /*test*/
        width: 88vw;
        position: relative;
        height: 100%;
        /**/
        display: block;
    }

    #footer-grid {
        /*test*/
        width: 100%;
        position: absolute;
        left: 0%;
        height: 96%;

        /**/

        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        grid-row: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #layout-grid-subscribe {
        /*test*/

        width: 100%;
        position: absolute;
        left: 0;
        height: 25%;

        /**/
    }

    .footer-form-con {
        position: absolute;
        bottom: 15%;
        top: auto;
        height: 120px;
        min-height: 100px;
        display: block;
    }
    .text-block-2 {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        padding-top: 0vw;
        padding-left: 0;
        margin-bottom: 1vw;
    }

    .form-block-2 {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0%;
        width: 100%;
        max-width: none;
        min-width: 0px;
        padding-left: 0;
    }

    .form-2 {
        width: 100%;
        min-width: 0px;
    }

    /*test*/

    .body-description {
        width: 90%;
        max-width: 820px;
        font-size: 18px;
    }
    .body-description ol li {
        margin-bottom: 8px;
    }
    .btn-wrap {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0px;
        margin-right: 0px;
    }

    /*
  .wp-con {
    margin-top: 0px;
    padding-top: 100px;
  }
*/
    .wp-wrap {
        height: 38vh;
        min-height: 530px;
    }

    .heading3 {
        width: 100%;
        font-size: 60px;
    }

    .grid {
        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;
    }

    .text-block-1 {
        width: 100%;
        padding-top: 8vw;
        padding-bottom: 2vw;
        font-size: 4vw;
    }

    .text1 {
        min-height: 500px;
    }
    .footer-con {
        min-height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .cursor,
    .cursor2 {
        visibility: hidden;
    }
    body {
        cursor: default;
    }
    .navbar-no-shadow-container {
        max-height: 100px;
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .nav-menu {
        padding-bottom: 30px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-link {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .outer {
        height: 300px;
        min-height: 300px;
    }

    .body-description {
        font-size: 16px;
    }

    .img3 {
        width: 10vw;
        left: 30%;
    }

    .img1 {
        width: 20vw;
        left: 3%;
    }

    .img2 {
        width: 14vw;
    }

    .img4 {
        width: 17vw;
        bottom: 40%;
    }

    .img5 {
        width: 15.5vw;
    }

    .how_to-grid-div {
        width: 96vw;
    }
    .heading1 {
        font-size: 9vw;
        line-height: 130%;
    }
    .h1-fontsize {
        font-size: 6.5vw;
    }
    .underline {
        line-height: 150%;
    }

    .wp-con {
        height: 100vh;
        min-height: 900px;
    }

    .wp-wrap {
        top: 6vw;
        height: 80%;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .wp-content-wrap {
        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-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 5vw;

        bottom: auto;
    }

    .btn-wrap {
        bottom: 0%;
    }
    .text-field-2 {
        font-size: 18px;
        top: 8%;
        padding-top: 10px;
    }

    .btn-wht {
        font-size: 18px;
        background-size: 20px 20px;
        padding-right: 24px;
    }

    .footer-con {
        height: 60vh;
    }
    .footer-form-con {
        height: 25%;
    }
    .paragraph {
        width: 100%;
    }
    .text-block-1 {
        font-size: 5.5vw;
    }
    .text-block-2 {
        font-size: 18px;
        padding: 0;
        top: 10%;
        line-height: 120%;
    }

    .parallax {
        height: 60vh;
    }
}

@media screen and (max-width: 479px) {
    .cursor,
    .cursor2 {
        visibility: hidden;
    }
    body {
        cursor: default;
    }
    .navbar-no-shadow-container {
        max-height: 72px;
        padding-top: 0;
        padding-bottom: 10px;
        border-style: none;
        background-color: transparent;
    }

    .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-button-wrapper {
        position: absolute;
        left: auto;
        top: 30%;
        right: 2%;
        bottom: auto;
        width: auto;
        height: auto;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        display: inline;
    }
    .nav-button-wrapper li a {
        font-size: 16px;
        padding: 8px 12px;
    }
    .container-regular {
        background: rgba(0, 0, 0, 0.2);
    }
    .img-logo {
        margin-left: 20px;
        display: none;
    }
    .img-logo-mobile {
        visibility: visible;
        opacity: 1;
    }

    .button-primary {
        border-radius: 4px;
    }

    .heading2 {
        position: absolute;
        top: 0%;
        padding-top: 0%;
        padding-bottom: 0px;
        padding-left: 0%;
        background-image: none;
        font-size: 10vw;
        line-height: 120%;
    }
    .h4-subtitle {
        font-size: 12px;
    }
    .h3-title {
        top: 35%;
        margin-top: -10px;
        font-size: 24px;
    }

    .input-wrap {
        position: relative;
        top: 50%;
        width: 96%;
        height: 60%;
    }

    .title-con {
        top: 50%;
        max-width: 479px;
    }

    .outer {
        position: absolute;
        top: 152.4vw;
        bottom: auto;
        overflow: hidden;
        width: 100vw;
        height: 300px;
        margin-top: 0px;
    }

    .parallax-cards {
        width: 100vw;
        left: -50px;
    }

    .card {
        width: 15vw;
        max-width: 180px;
        min-width: 150px;
        margin-right: 4px;
    }

    .footer {
        position: relative;
        left: 0%;
        bottom: auto;
        width: 100vw;
        height: 100%;
        min-width: 0px;
        margin-left: 0px;
    }

    .how_to-con {
        position: relative;
        left: auto;
        width: 100%;
        height: 100vw;
        max-height: none;
        max-width: 479px;
        min-height: 812px;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .number-title {
        top: 10%;
        margin-left: 0px;
        padding-left: 0px;
        opacity: 1;
        color: hsla(0, 0%, 100%, 0.1);
        font-size: 60px;
    }

    .image-blue {
        left: 50%;
        top: 27%;
        z-index: 0;
        width: auto;
        min-width: 500px;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .copyright {
        padding-bottom: 16px;
        padding-left: 0px;
        font-size: 12px;
    }

    .how_title-con {
        height: 100vh;
        min-height: 40vw;
        margin-bottom: 0px;
    }

    .how_to-img {
        left: 50%;
        top: 5%;
        z-index: 1;
        width: 215px;
        min-width: 240px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .mobilelogo {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        opacity: 1;
    }

    .img-logo {
        width: 25vw;
        max-width: 150px;
        min-width: 0px;
    }

    .title-wrap {
        position: absolute;
        top: 43%;
        height: 150px;
        max-width: 96%;
    }

    .body-description {
        width: 96%;
        opacity: 1;
        font-size: 14px;

        margin-top: 0em;
        opacity: 1;
    }
    .body-description ol li {
        margin-bottom: 4px;
    }
    .top {
        height: 812px;
    }

    .how_to-grid-div {
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .how_to-wrap {
        top: 50%;
        overflow: hidden;
        height: 620px;
        max-height: 760px;
        max-width: 96%;
        margin-bottom: 0px;
        clear: none;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    .how_to-div {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: auto;
        height: 250px;
        min-height: 230px;
        max-height: 260px;
        padding: 1.5em;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .top-con {
        position: relative;
        min-height: 960px;
    }

    .top-content-con {
        position: absolute;
        left: 2%;
        top: 41.3vw;
        height: auto;
        max-width: 479px;
        min-height: 500px;
    }

    .heading1 {
        font-size: 13vw;
        line-height: 130%;
        width: 96%;
    }

    .underline {
        width: 100%;
        font-size: 9vw;
        line-height: 13%;
    }

    .top-text-con {
        left: auto;
        width: 96vw;
        max-width: none;
        min-height: 0px;
        min-width: 320px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .wp-wrap {
        top: 24vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 64vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .heading3 {
        font-size: 32px;
    }

    .paragraph {
        width: 100%;
        font-size: 16px;
    }

    .btn-wrap {
        left: 0%;
        bottom: 5%;
        width: 100%;
        height: 50px;
        max-width: 265px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .button {
        padding-right: 0px;
        padding-bottom: 9px;
        background-position: 75% 50%;
        font-size: 16px;
        background-size: 18px 18px;
    }

    .btn-wht {
        font-size: 16px;
    }

    .grid {
        height: 100%;
    }

    .text-block-1 {
        font-size: 5.8vw;
    }
    .text-block-2 {
        top: 10%;
        font-size: 8vw;
        width: 96%;
    }

    .text-block-2 {
        min-width: 0px;
        height: 50px;
        font-size: 16px;
        line-height: 120%;
        width: 100%;
        top: 10%;
    }

    .text-field-2 {
        font-size: 16px;
        width: 100%;
    }

    .footer-form-con {
        top: auto;
        bottom: 30vw;
        height: 10vh;
        max-height: 150px;
        min-height: 120px;
    }

    .parallax {
        height: 70vh;
        max-height: none;
        min-height: 0px;
        margin-bottom: 0vw;
    }
    .footer-con {
        height: 70vh;
        max-height: none;
        min-height: 0px;
        margin-bottom: 0vw;
    }
    #footer-grid {
        width: 96%;
    }

    #layout-grid-subscribe {
        width: 96%;
    }

    .layout-grid {
        width: 96%;
    }
}

/**/
