/* Base and Resets
---------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

img, object, embed, table, iframe {
    max-width: 100%;
}

img {
    height: auto;
}

img, a img {
    border: 0;
}

body, html {
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Grid Classes
---------------------------------------------------------------------------------------------------- */
.container {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 96%;
}

.grid_1 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 5.33333%;
}

@media (max-width: 767px) {
    .grid_1 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_2 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 13.66667%;
}

@media (max-width: 767px) {
    .grid_2 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_3 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 22%;
}

@media (max-width: 767px) {
    .grid_3 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_4 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 30.33333%;
}

@media (max-width: 767px) {
    .grid_4 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_5 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 38.66667%;
}

@media (max-width: 767px) {
    .grid_5 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_6 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 47%;
}

@media (max-width: 767px) {
    .grid_6 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_7 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 55.33333%;
}

@media (max-width: 767px) {
    .grid_7 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_8 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 63.66667%;
}

@media (max-width: 767px) {
    .grid_8 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_9 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 72%;
}

@media (max-width: 767px) {
    .grid_9 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_10 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 80.33333%;
}

@media (max-width: 767px) {
    .grid_10 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_11 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 88.66667%;
}

@media (max-width: 767px) {
    .grid_11 {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_12 {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 97%;
}

@media (max-width: 767px) {
    .grid_12 {
        float: none;
        width: auto;
        display: block;
    }
}

.push_1 {
    left: 8.33333%;
}

@media (max-width: 767px) {
    .push_1 {
        left: auto;
    }
}

.push_2 {
    left: 16.66667%;
}

@media (max-width: 767px) {
    .push_2 {
        left: auto;
    }
}

.push_3 {
    left: 25%;
}

@media (max-width: 767px) {
    .push_3 {
        left: auto;
    }
}

.push_4 {
    left: 33.33333%;
}

@media (max-width: 767px) {
    .push_4 {
        left: auto;
    }
}

.push_5 {
    left: 41.66667%;
}

@media (max-width: 767px) {
    .push_5 {
        left: auto;
    }
}

.push_6 {
    left: 50%;
}

@media (max-width: 767px) {
    .push_6 {
        left: auto;
    }
}

.push_7 {
    left: 58.33333%;
}

@media (max-width: 767px) {
    .push_7 {
        left: auto;
    }
}

.push_8 {
    left: 66.66667%;
}

@media (max-width: 767px) {
    .push_8 {
        left: auto;
    }
}

.push_9 {
    left: 75%;
}

@media (max-width: 767px) {
    .push_9 {
        left: auto;
    }
}

.push_10 {
    left: 83.33333%;
}

@media (max-width: 767px) {
    .push_10 {
        left: auto;
    }
}

.push_11 {
    left: 91.66667%;
}

@media (max-width: 767px) {
    .push_11 {
        left: auto;
    }
}

.push_12 {
    left: 100%;
}

@media (max-width: 767px) {
    .push_12 {
        left: auto;
    }
}

.pull_1 {
    right: 8.33333%;
}

@media (max-width: 767px) {
    .pull_1 {
        right: auto;
    }
}

.pull_2 {
    right: 16.66667%;
}

@media (max-width: 767px) {
    .pull_2 {
        right: auto;
    }
}

.pull_3 {
    right: 25%;
}

@media (max-width: 767px) {
    .pull_3 {
        right: auto;
    }
}

.pull_4 {
    right: 33.33333%;
}

@media (max-width: 767px) {
    .pull_4 {
        right: auto;
    }
}

.pull_5 {
    right: 41.66667%;
}

@media (max-width: 767px) {
    .pull_5 {
        right: auto;
    }
}

.pull_6 {
    right: 50%;
}

@media (max-width: 767px) {
    .pull_6 {
        right: auto;
    }
}

.pull_7 {
    right: 58.33333%;
}

@media (max-width: 767px) {
    .pull_7 {
        right: auto;
    }
}

.pull_8 {
    right: 66.66667%;
}

@media (max-width: 767px) {
    .pull_8 {
        right: auto;
    }
}

.pull_9 {
    right: 75%;
}

@media (max-width: 767px) {
    .pull_9 {
        right: auto;
    }
}

.pull_10 {
    right: 83.33333%;
}

@media (max-width: 767px) {
    .pull_10 {
        right: auto;
    }
}

.pull_11 {
    right: 91.66667%;
}

@media (max-width: 767px) {
    .pull_11 {
        right: auto;
    }
}

.pull_12 {
    right: 100%;
}

@media (max-width: 767px) {
    .pull_12 {
        right: auto;
    }
}

.grid_1.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 6.83333%;
}

@media (max-width: 767px) {
    .grid_1.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_2.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 15.16667%;
}

@media (max-width: 767px) {
    .grid_2.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_3.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 23.5%;
}

@media (max-width: 767px) {
    .grid_3.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_4.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 31.83333%;
}

@media (max-width: 767px) {
    .grid_4.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_5.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 40.16667%;
}

@media (max-width: 767px) {
    .grid_5.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_6.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 48.5%;
}

@media (max-width: 767px) {
    .grid_6.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_7.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 56.83333%;
}

@media (max-width: 767px) {
    .grid_7.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_8.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 65.16667%;
}

@media (max-width: 767px) {
    .grid_8.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_9.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 73.5%;
}

@media (max-width: 767px) {
    .grid_9.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_10.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 81.83333%;
}

@media (max-width: 767px) {
    .grid_10.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_11.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 90.16667%;
}

@media (max-width: 767px) {
    .grid_11.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_12.alpha {
    margin-left: 0;
    margin-right: 1.5%;
    width: 98.5%;
}

@media (max-width: 767px) {
    .grid_12.alpha {
        width: auto;
        margin: 0;
    }
}

.grid_1.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 6.83333%;
}

@media (max-width: 767px) {
    .grid_1.omega {
        width: auto;
        margin: 0;
    }
}

.grid_2.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 15.16667%;
}

@media (max-width: 767px) {
    .grid_2.omega {
        width: auto;
        margin: 0;
    }
}

.grid_3.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 23.5%;
}

@media (max-width: 767px) {
    .grid_3.omega {
        width: auto;
        margin: 0;
    }
}

.grid_4.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 31.83333%;
}

@media (max-width: 767px) {
    .grid_4.omega {
        width: auto;
        margin: 0;
    }
}

.grid_5.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 40.16667%;
}

@media (max-width: 767px) {
    .grid_5.omega {
        width: auto;
        margin: 0;
    }
}

.grid_6.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 48.5%;
}

@media (max-width: 767px) {
    .grid_6.omega {
        width: auto;
        margin: 0;
    }
}

.grid_7.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 56.83333%;
}

@media (max-width: 767px) {
    .grid_7.omega {
        width: auto;
        margin: 0;
    }
}

.grid_8.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 65.16667%;
}

@media (max-width: 767px) {
    .grid_8.omega {
        width: auto;
        margin: 0;
    }
}

.grid_9.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 73.5%;
}

@media (max-width: 767px) {
    .grid_9.omega {
        width: auto;
        margin: 0;
    }
}

.grid_10.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 81.83333%;
}

@media (max-width: 767px) {
    .grid_10.omega {
        width: auto;
        margin: 0;
    }
}

.grid_11.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 90.16667%;
}

@media (max-width: 767px) {
    .grid_11.omega {
        width: auto;
        margin: 0;
    }
}

.grid_12.omega {
    margin-left: 1.5%;
    margin-right: 0;
    width: 98.5%;
}

@media (max-width: 767px) {
    .grid_12.omega {
        width: auto;
        margin: 0;
    }
}

.grid_1.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 8.33333%;
}

@media (max-width: 767px) {
    .grid_1.alpha-omega {
        width: auto;
    }
}

.grid_2.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 16.66667%;
}

@media (max-width: 767px) {
    .grid_2.alpha-omega {
        width: auto;
    }
}

.grid_3.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 25%;
}

@media (max-width: 767px) {
    .grid_3.alpha-omega {
        width: auto;
    }
}

.grid_4.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 33.33333%;
}

@media (max-width: 767px) {
    .grid_4.alpha-omega {
        width: auto;
    }
}

.grid_5.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 41.66667%;
}

@media (max-width: 767px) {
    .grid_5.alpha-omega {
        width: auto;
    }
}

.grid_6.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
}

@media (max-width: 767px) {
    .grid_6.alpha-omega {
        width: auto;
    }
}

.grid_7.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 58.33333%;
}

@media (max-width: 767px) {
    .grid_7.alpha-omega {
        width: auto;
    }
}

.grid_8.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 66.66667%;
}

@media (max-width: 767px) {
    .grid_8.alpha-omega {
        width: auto;
    }
}

.grid_9.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 75%;
}

@media (max-width: 767px) {
    .grid_9.alpha-omega {
        width: auto;
    }
}

.grid_10.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 83.33333%;
}

@media (max-width: 767px) {
    .grid_10.alpha-omega {
        width: auto;
    }
}

.grid_11.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 91.66667%;
}

@media (max-width: 767px) {
    .grid_11.alpha-omega {
        width: auto;
    }
}

.grid_12.alpha-omega {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .grid_12.alpha-omega {
        width: auto;
    }
}

.grid_third {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 30.33333%;
}

@media (max-width: 767px) {
    .grid_third {
        float: none;
        width: auto;
        display: block;
    }
}

.grid_twothird {
    float: left;
    display: inline;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    width: 63.66667%;
}

@media (max-width: 767px) {
    .grid_twothird {
        float: none;
        width: auto;
        display: block;
    }
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/
body, input, textarea {
    font-family: "Poppins", sans-serif;
}

/* Sizes
----------------------------------------------------------------------------------------------------*/
html, body {
    font-size: 16px;
    line-height: 1.875;
}

h1 {
    font-size: 3.125em;
    line-height: 1.2;
    font-size: 30px;
}

@media screen and (min-width: 375px) and (max-width: 1200px) {
    h1 {
        font-size: calc(30px + (50 - 30) * ((100vw - 375px) / (1200 - 375)));
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    font-size: 2.75em;
    line-height: 1.25;
    font-size: 28px;
}

@media screen and (min-width: 375px) and (max-width: 1200px) {
    h2 {
        font-size: calc(28px + (44 - 28) * ((100vw - 375px) / (1200 - 375)));
    }
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: 44px;
    }
}

h3 {
    font-size: 1.5em;
    line-height: 1.375;
    font-size: 22px;
}

@media screen and (min-width: 375px) and (max-width: 1200px) {
    h3 {
        font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (1200 - 375)));
    }
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: 24px;
    }
}

p.callout {
    font-size: 1.375em;
    line-height: 1.55;
    font-size: 18px;
}

@media screen and (min-width: 375px) and (max-width: 1200px) {
    p.callout {
        font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1200 - 375)));
    }
}

@media screen and (min-width: 1200px) {
    p.callout {
        font-size: 22px;
    }
}

header, .footer-meta {
    font-size: 0.875em;
    line-height: 1.42;
}

/* Colors
----------------------------------------------------------------------------------------------------*/
body, header a {
    color: #828D9C;
}

h1, .button:hover, header a.button, h2 em, h2 i {
    color: #00C3FF;
}

h3 {
    color: #051B3A;
}

h2, em, i {
    color: #313D4D;
}

.button, footer h2, footer a, header a.button:hover {
    color: #fff;
}

.copyright {
    color: #B4BAC3;
}

/* Weights
----------------------------------------------------------------------------------------------------*/
body {
    font-weight: 400;
}

h1, h2 {
    font-weight: 700;
}

h3, p.callout, header, p em, p i, .button, .footer-meta a {
    font-weight: 600;
}

/* Styles
----------------------------------------------------------------------------------------------------*/
a {
    text-decoration: none;
}

.button {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

h2 em, h2 i, h1 em, h1 i {
    font-style: normal;
}

/* Transitions
----------------------------------------------------------------------------------------------------*/
.all-transition, a, .button {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.opacity-transition {
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.fade-in-out-scroll, .fade-in-out-scroll-simple, .fade-in-out-scroll-left, .fade-in-out-scroll-right, .fade-in-out-scroll-left-alt, .fade-in-out-scroll-right-alt {
    opacity: 0;
    position: relative;
    transition: transform 0.5s
}

@media (max-height: 450px) {
    .fade-in-out-scroll, .fade-in-out-scroll-simple {
        opacity: 1 !important;
        top: auto !important;
    }
}

@media (max-height: 450px) {
    .fade-in-out-scroll-left, .fade-in-out-scroll-right, .fade-in-out-scroll-left-alt, .fade-in-out-scroll-right-alt {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
}

.fade-in-load {
    opacity: 0;
    -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.fade-in-hp.loaded {
    opacity: 1;
}

/* Animations
----------------------------------------------------------------------------------------------------*/
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes bounce-sideways {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-5px);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes opacityPulse {
    0% {
        transform: scale(1, 1);
        opacity: 0.0;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0.0;
    }
}

.bounce {
    animation-duration: 1s;
    animation-name: bounce;
    animation-iteration-count: infinite;
}

.bounce-sideways {
    animation-duration: 1s;
    animation-name: bounce-sideways;
    animation-iteration-count: infinite;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.button {
    background: #00C3FF;
    box-shadow: 0 12px 30px 0 rgba(24, 29, 51, 0.08);
    border-radius: 10px;
    padding: 15px 40px;
    border: 2px solid #00C3FF;
    display: inline-block;
}

.button:hover {
    background: #fff;
}

header .button {
    padding: 7px 30px;
    background: #fff;
    border: 2px solid rgba(0, 195, 255, 0.4);
    box-shadow: none;
}

header .button:hover {
    border: 2px solid #00C3FF;
    background: #00C3FF;
}

/* Body
----------------------------------------------------------------------------------------------------*/
/* Header
----------------------------------------------------------------------------------------------------*/
header {
    margin: 45px auto 0;
    width: 90%;
    max-width: 1430px;
}

header .logo {
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    width: 141px;
    height: 38px;
    background: url("../images/logo-dark.svg") no-repeat center;
    background-size: 100%;
    float: left;
    z-index: 2222;
    position: relative;
}

header .login-button {
    float: right;
}

.menu {
    /* float: right; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu a:not(.login-button) {
    padding-right: 40px;
}

.menu-wrapper {
    transform: scale(0.5);
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 100px;
    height: 60px;
    cursor: pointer;
    display: none;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 80px;
    height: 8px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: #313D4D;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #313D4D;
    transition: all 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: #313D4D;
    transition: all 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    background: #313D4D;
    transform: rotate(45deg);
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    background: #313D4D;
    transform: rotate(-45deg);
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Hero
----------------------------------------------------------------------------------------------------*/
.hero {
    margin-top: 110px;
    position: relative;
}

@media (max-width: 767px) {
    .hero {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.hero .hero-copy {
    width: 46%;
    float: left;
}

@media (max-width: 767px) {
    .hero .hero-copy {
        float: none;
        width: auto;
    }
}

.hero .hero-copy .hero-copy-inner {
    width: 62%;
    margin-left: 30%;
}

@media (max-width: 1024px) {
    .hero .hero-copy .hero-copy-inner {
        margin-left: 5%;
        width: 90%;
    }
}

@media (max-width: 767px) {
    .hero .hero-copy .hero-copy-inner {
        margin: 0 auto;
    }
}

.hero .hero-copy .hero-copy-inner h1 {
    margin-top: 20px;
}

.hero .hero-copy .hero-copy-inner p {
    padding-right: 10%;
}

.hero .hero-copy .button {
    margin-top: 32px;
}

.hero .hero-image {
    float: right;
    width: 54%;
}

@media (max-width: 767px) {
    .hero .hero-image {
        float: none;
        width: auto;
    }
}

.hero .hero-image img {
    width: 100%;
    height: auto;
}

/* Benefits
----------------------------------------------------------------------------------------------------*/
.benefits {
    background: #FAFAFA;
    padding: 60px 0 80px;
}

.benefits .circle {
    background: #fff;
    box-shadow: 0 12px 36px 0 rgba(24, 29, 51, 0.04);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    position: relative;
    margin: 0 auto 25px;
}

.benefits .circle img {
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.benefits .benefit {
    margin-bottom: 50px;
}

.benefits .benefit h3 {
    text-align: center;
    padding: 0 10%;
}

.benefits .benefit ul {
    list-style: none;
    padding: 0 0 0 13px;
    margin: 0;
}

.benefits .benefit ul li {
    background: url("../images/bullet.svg") no-repeat left 9px;
    background-size: 10px 9px;
    padding-left: 28px;
}

.benefits .benefit-padding-fix ul {
    padding-left: 23%;
}

@media (max-width: 767px) {
    .benefits .benefit-padding-fix ul {
        padding-left: 13px;
    }
}

/* Modules
----------------------------------------------------------------------------------------------------*/
.modules {
    padding: 50px 0 0;
}

.modules .modules-callout {
    padding-bottom: 50px;
}

.modules .modules-wrapper {
    padding-top: 40px;
}

.modules .modules-wrapper .module {
    background: #fff;
    box-shadow:  0 8px 5px rgba(24, 29, 51, 0.04);
    border-radius: 10px;
    padding: 45px 30px 30px 15px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .modules .modules-wrapper .module {
        float: none;
        width: auto;
        display: block;
        clear: both;
    }
}

.modules .modules-wrapper .module .module-image {
    float: left;
    width: 212px;
    margin-right: 28px;
}

@media (max-width: 767px) {
    .modules .modules-wrapper .module .module-image {
        float: none;
        margin: 0 auto 20px;
    }
}

.modules .modules-wrapper .module .module-image img {
    width: 100%;
    height: auto;
}

.modules .modules-wrapper .module .module-copy {
    float: left;
    width: calc(100% - 240px);
}

@media (max-width: 767px) {
    .modules .modules-wrapper .module .module-copy {
        float: none;
        width: auto;
    }
}

.modules .modules-wrapper .module .module-copy h3 {
    margin: 0;
}

.modules .modules-wrapper .module .module-copy p {
    margin-bottom: 0;
}

/* Dividers
----------------------------------------------------------------------------------------------------*/
.divider {
    width: 100%;
}

.divider img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

/* About Page
----------------------------------------------------------------------------------------------------*/
.title {
    color: #fb3958 !important;
    margin: 30px 0px 0px 0px;
}

.sub-title {
    font-size: 1.5em;
    margin: 0px 0px 50px 0px;
    color: #051B3A;
    line-height: 1.5em;
}

.sub-title span {
    color: #00C3FF;
}

.wave {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 87%;
    z-index: -1;
}

.wave-2 {
    width: 100%;
    display: flex;
    margin-bottom: -1px;
}

.wave-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -2;
}

.team {
    padding: 1.5rem 0;
}

.team-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(24, 29, 51, 0.05);
    height: 100%;
    width: 95%;
}

.team-image {
    width: 150px;
    border-radius: 50%;
    margin: 0px 30px 0px 10px;
}

.info {
    text-align: left;
}

.info h3, .info p {
    padding: 0px;
    margin: 0px;
}

.read-more {
    display: inline-block;
    color: #00C3FF;
    font-size: 0.9em;
    border-bottom: 1px solid #00C3FF;
    cursor: pointer;
}

.overlay {
    text-align: left;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #00C3FF;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}

.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
}

.close {
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    right: 25px;
    text-decoration: underline;
}

.investors {
    background: #00C3FF;
}

.investors h3 {
    color: #fff;
    font-size: 2.2em;
}

.investors img {
    padding: 50px 0px;
}

.investors span {
    color: #00C3FF;
}

.pattern {
    background: url("../images/about/11.svg") no-repeat;
    background-size: 100% 100%;
}

.mb--50 {
    margin-bottom: -80px;
}

/* Tablet (Landscape)
-------------------------------------------------- */
@media only screen and (max-width: 995px) {
    .wave {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120%;
        opacity: 0.5 !important;
        z-index: -1;
    }
}

/* Tablet (Portrait)
-------------------------------------------------- */
/* Mobile
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .title {
        font-size: 2.5em;
        margin: 50px 0px 20px 0px;
    }

    .team {
        padding: .5rem;
    }

    .team-inner {
        flex-direction: column;
        width: 100%;
    }

    .team-image {
        width: 100px;
        border-radius: 50%;
        margin: 0px 0px 30px 10px;
    }

    .info {
        text-align: center;
    }

    .mb--50 {
        margin-bottom: 20px;
    }

    .menu {
        position: absolute;
        top: 0;
        left: 100vw;
        z-index: 2;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100vh;
        width: 100vw;
        background: #ffffff;
        transition: left 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu.animate {
        left: 0vw;
        transition: left 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu-wrapper {
        display: block;
        visibility: visible;
        z-index: 3;
    }

    .menu a:not(.login-button) {
        padding-right: 0px;
        font-size: 14px;
        color: #828D9C !important;
    }

    .menu .login-button {
        margin-top: 140px;
    }

    .menu a {
        margin: 20px 0px;
    }

    .menu a:first-child {
        margin-top: 83px;
    }

    header {
        margin-top: 10px;
    }

    .menu-wrapper {
        top: 3px;
        right: -8px;
    }

    .menu-wrapper .open-icon, .menu-wrapper .close-icon {
        width: 127px;
        height: 45px;
    }

    .menu-wrapper .open-icon {
        display: block;
    }

    .menu-wrapper .close-icon {
        display: none;
    }

    .menu-wrapper.animate .open-icon {
        display: none;
    }

    .menu-wrapper.animate .close-icon {
        display: block;
    }
}

/* Mobile (Small)
-------------------------------------------------- */
/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
    background: #313D4D;
}

footer .footer-inner {
    padding: 50px 0 0;
    background: url("../images/footer-bg.svg") no-repeat center top;
    background-size: 100%;
}

@media (max-width: 767px) {
    footer .footer-inner {
        background-position: center;
    }
}

footer .footer-inner .footer-copy {
    padding-bottom: 120px;
}

footer .footer-inner .footer-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0 30px;
}

footer .footer-inner .footer-meta .footer-logo {
    width: 141px;
    height: 38px;
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    background: url("../images/logo-light.svg") no-repeat center;
    background-size: 100%;
    float: left;
}

footer .footer-inner .footer-meta .copyright {
    float: right;
    margin: 8px 0 0;
}

a:hover {
    text-decoration: none;
    color: #0089b3;
}

.text-violet {
    color: #9592FA;
}

.bg-violet {
    background-color: #9592FA;
}

.text-orange {
    color: #FFB728;
}

.bg-orange {
    background-color: #FFB728;
}

body header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu a:last-of-type {
    padding-right: 0;
}

.menu a.current {
    position: relative;
    color: #0089b3;
}

@media (max-width: 767px) {
    .menu a.current {
        position: relative;
        color: #0089b3 !important;
    }
}

.custom__footer .footer-inner.container {
    padding: 50px 15px 0;
}

.footer-inner.container {
    padding: 0 15px;
}

footer .footer-inner .footer-meta {
    padding: 20px 0;
}

footer .footer-inner .footer-meta .copyright {
    margin: 0;
}

.footer-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.footer__nav a {
    padding: 0 25px;
}

.footer__nav a.current {
    color: #0089b3;
}

.footer__nav a:first-child {
    padding-left: 0;
}

.footer__nav a:last-child {
    padding-right: 0;
}

@media (max-width: 991px) {
    body .schedule-demo {
        padding-bottom: 60px;
    }

    .footer__block {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer__block {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .footer__nav a {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .footer__nav {
        flex-direction: column;
        margin: 0 15px;
        flex-grow: 10;
    }

    .footer__nav a {
        position: relative;
        padding: 0 0 5px;
    }

    .footer__nav a a:first-child {
        padding-left: 0;
    }

    .footer__nav a a:last-child {
        padding-right: 0;
    }

    footer .footer-inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }

    footer .footer-inner .footer-meta .copyright {
        flex-grow: 1;
        text-align: center;
        margin-top: 15px;
    }
}

body .schedule-page .top img {
    top: 100px;
}

.analytics_page .recommendation .custom-text {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #313D4D;
}

.analytics_page .recommendation .recommendation-items-wrap {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item {
    justify-content: space-between;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item figure {
    margin-left: 0 !important;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item figure img {
    margin: 0;
    margin-right: auto;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item:nth-of-type(2n) figure {
    margin-right: 0 !important;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item:nth-of-type(2n) figure img {
    margin: 0;
    margin-left: auto;
}

.analytics_page .recommendation .recommendation-items-wrap .recommendation-item:nth-of-type(2n) .info {
    padding-right: 130px;
    padding-left: 0;
}

.analytics_page .recommendation-items-wrap .info {
    max-width: 550px;
}

.analytics_page .skills .skill-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    max-width: 320px;
}

.analytics_page .skills .skill-item figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.analytics_page .skills .skill-item figure img {
    max-width: 55px;
}

.analytics_page .skills .skill-item h4 {
    flex-grow: 1;
    margin-top: 25px;
}

.analytics_page .skills .skill-item p {
    flex-grow: 1;
}

@media (max-width: 1600px) {
    .analytics_page .wrap-top-content br {
        display: none;
    }
}

@media (max-width: 991px) {
    .analytics_page .recommendation .custom-text {
        font-size: 28px;
        line-height: initial;
    }

    .analytics_page .recommendation .custom-text br {
        display: none;
    }

    .analytics_page .recommendation .recommendation-items-wrap .recommendation-item .info {
        padding: 0 30px !important;
        margin-top: 50px;
    }

    .analytics_page .skills {
        padding-bottom: 80px !important;
    }

    .analytics_page .skills .skill-item {
        min-height: initial;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .analytics_page .skills .skill-item h4,
    .analytics_page .skills .skill-item p {
        flex-grow: 0;
    }

    .analytics_page .schedule-demo {
        background-color: #fafafa;
    }
}

.schedule-demo .container {
    overflow: visible;
}

@media (max-width: 1200px) {
    .schedule-demo h2 br {
        display: none;
    }
}

@media (max-width: 768px) {
    body .schedule-page .top img {
        position: static;
        transform: translateY(0%);
    }

    .analytics_page .recommendation .recommendation-items-wrap .recommendation-item .info {
        max-width: 100%;
        padding: 0 !important;
    }

    .analytics_page .recommendation .recommendation-items-wrap .recommendation-item figure {
        width: 100%;
    }

    .analytics_page .recommendation .recommendation-items-wrap .recommendation-item figure img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.analytics_page .schedule-info .image-wrap div:nth-of-type(1) {
    top: 45%;
    right: -10%;
}

.analytics_page .schedule-info .image-wrap div:nth-of-type(2) {
    right: 0%;
    bottom: 0%;
}

.analytics_page .schedule-info .image-wrap div:nth-of-type(3) {
    left: 13%;
    bottom: 0%;
}

.analytics_page .schedule-info .image-wrap div:nth-of-type(4) {
    left: -10%;
    top: 22%;
}

.analytics_page .info-item.analytic-pro .image-wrap div:nth-of-type(1) {
    top: 20%;
    right: -2%;
}

.analytics_page .info-item.analytic-pro .image-wrap div:nth-of-type(2) {
    right: -10%;
    bottom: 9%;
}

.analytics_page .info-item.analytic-pro .image-wrap div:nth-of-type(3) {
    bottom: 12%;
    left: -10%;
}

.analytics_page .info-item.analytic-pro .image-wrap div:nth-of-type(4) {
    left: -10%;
    top: 22%;
}

@media only screen and (max-width: 767px) {
    .menu {
        position: fixed;
    }
}


.module_link:link {
    color: #828D9C;
}
  
.module_link:visited {
    color: #828D9C;
}