/*
    Base Colors
    Blue: #06BCC1;
    Red: #FF6666;
    Grey: #918991;
*/

/* Fonts */
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova.woff") format("woff"),
    url("../fonts/ProximaNova.woff2") format("woff2"),
    url("../fonts/ProximaNova.ttf") format("truetype"),
    url("../fonts/ProximaNova.svg") format("svg");
}

@font-face {
    font-family: "ProximaNovaSemiBold";
    src: url("../fonts/ProximaNovaSemiBold.woff") format("woff"),
    url("../fonts/ProximaNovaSemiBold.woff2") format("woff2"),
    url("../fonts/ProximaNovaSemiBold.ttf") format("truetype"),
    url("../fonts/ProximaNovaSemiBold.svg") format("svg");
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("../fonts/ProximaNovaBold.eot");
    src: url("../fonts/ProximaNovaBold.woff") format("woff"),
    url("../fonts/ProximaNovaBold.woff2") format("woff2"),
    url("../fonts/ProximaNovaBold.ttf") format("truetype"),
    url("../fonts/ProximaNovaBold.svg") format("svg");
}

@font-face {
    font-family: "ProximaNovaExtraBold";
    src: url("../fonts/ProximaNovaExtrabold.eot");
    src: url("../fonts/ProximaNovaExtrabold.woff") format("woff"),
    url("../fonts/ProximaNovaExtrabold.woff2") format("woff2"),
    url("../fonts/ProximaNovaExtrabold.ttf") format("truetype"),
    url("../fonts/ProximaNovaExtrabold.svg") format("svg");
}

.slick-list {
    overflow: visible;
}

*,
::before,
::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #241E24;
    overflow-x: hidden;
    font-family: 'ProximaNova', 'Helvetica Neue', 'Arial', 'sans-serif';
}

body p {
    line-height: 1.75;
}

body.menu-visible {
    overflow: hidden;
}

/* Utilities & Layouts */
.container {
    display: block;

    width: 90%;
    max-width: 1200px;

    margin: 0 auto;
}

.column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;

    width: 100%;
    gap: 1.5rem;

    justify-content: center;
}

.column-container--narrow {
    max-width: 960px;
    margin: 0 auto;
}

.column-container--gap-lg {
    gap: 6rem;
}

.column-container--gap-xlg {
    gap: 10rem;
}

.column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex: 1;
    flex: 1;
}

.column-container--25 .column {
    -ms-flex: 0 1 calc( 25% - 1.5rem );
    flex: 0 1 calc( 25% - 1.5rem );
}

.column-container--33 .column {
    -ms-flex: 0 1 calc( 33.33% - 1.5rem );
    flex: 0 1 calc( 33.33% - 1.5rem );
}

.column-container--50 .column {
    -ms-flex: 0 1 calc( 50% - 1.5rem );
    flex: 0 1 calc( 50% - 1.5rem );
}

.column-container--65 .column:first-child {
    flex: 7;
}

.column-container--65 .column {
    flex: 4;
}

.column-container--software {
    position: relative;

    margin: 8rem 0 10rem;
    margin-left: -.75rem;

    gap: 5.5rem 1.5rem;

    z-index: 2;
}

.column-container--vc .column {
    justify-content: center;
}


.column__inner {
    display: block;

    width: 100%;

    text-align: left;
}

.column__inner .title {
    margin: 0;
}

.column__inner p {
    margin: 1rem 0 0;
}

.column__inner .button {
    margin-top: 2rem;
}

.column__inner--reduced {
    max-width: 400px;
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

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

.u-image-block {
    display: block;

    width: 100%;
    height: auto;
}

.u-image-padded {
    padding: 25% 0;
}

.u-image-padded-small {
    padding: 8% 0;
}

.u-lower-case {
    text-transform: initial !important;
}

.u-upper-case {
    text-transform: uppercase !important;
}

/* Typography */
p {
    color: #918991;
}

span.small {
    display: block;

    margin-bottom: .5rem;

    text-transform: uppercase;
    line-height: 1.5;
}

.title {
    margin-top: 0;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    line-height: 1.3;
}

.title--banner {
    position: relative;

    margin: 0 0 1.5rem;

    font-size: 4.6em;
}

.title--banner span.background:before {
    content: '';

    position: absolute;
    bottom: -5%;
    left: 50%;

    width: 70%;
    max-width: 700px;
    height: 50%;

    background-color: #06BCC1;

    transform: translateX( -50% );

    opacity: .3;

    z-index: -1;
}

.hero--slider .title--banner {
    font-family: 'ProximaNovaExtraBold', 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
}

.title--banner-inner {
    margin: 0 0 1.5rem;

    font-size: 3em;
}

.title--banner-inner span.small {
    margin-bottom: 1.5rem;

    color: #918991;

    font-size: 19px;
}

.title--primary {
    font-size: 2.9em;
}

.title--primary.medium {
    font-size: 2.25em;
}

.title--primary span.small {
    font-size: 19px;
}

.title--primary span.background {
    display: block;
    position: relative;

    margin-bottom: 2.5rem;

    text-transform: uppercase;
}

.title--primary span.background:before {
    content: '';

    position: absolute;
    top: 40%;
    left: 50%;

    max-width: 80%;
    width: 700px;
    height: 70%;

    background-color: #FF6666;

    transform: translateX( -50% );

    opacity: .15;

    z-index: -1;
}

.title--secondary {
    font-size: 1.875em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title--secondary span.small {
    margin-bottom: .75rem;

    font-size: 18px;
}

.title--secondary span.background {
    display: block;
    position: relative;
}

.title--secondary span.background:before {
    content: '';

    position: absolute;
    top: -20%;
    left: 33%;

    max-width: 55%;
    width: 700px;
    height: 70%;

    background-color: #FF6666;

    transform: translateX( -50% );

    opacity: .15;

    z-index: -1;
}

.title--secondary span.background--alt:before {
    top: 50%;
    left: 15%;
    max-width: 45%;
}

.title--tertiary {
    font-size: 1.35em;
    font-family: 'ProximaNovaSemiBold', sans-serif;
}

.title--base {
    font-size: 1.2em;
}

/* Colors */
.color-primary {
    color: #06BCC1;
}

.color-secondary {
    color: #FF6666;
}

.color-lightgrey {
    color: #918991;
}

.color-grey {
    color: #776C77;
}

/* Buttons */
.button {
    display: inline-block;
    position: relative;

    padding: 0.75rem 1.5rem;

    color: white;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.1;

    border-radius: 5px;
    box-shadow: 0 3px 10px 0px rgba( 0, 0, 0, .2 );

    overflow: hidden;

    transition: .3s;
}

.button span {
    position: relative;

    z-index: 2;
}

.button:before {
    content: '';

    position: absolute;
    left: 0;
    bottom: -110%;

    width: 110%;
    height: 50%;

    background-color: rgba( 0, 0, 0, .2 );

    border-radius: 0 0 10px 0;

    opacity: 0;

    transition: .3s;

    z-index: 1;
}

.button:hover {
    box-shadow: 0 0 5px 2px rgba( 0, 0, 0, .2 );
    transform: translateY( -5% );
    cursor: pointer;
}

.button:hover:before {
    bottom: 0;
    opacity: .3;
}

.button--base {
    font-size: 1em;
}

.button + .button {
    margin-left: 2rem;
}

.button--primary {
    background-color: #06BCC1;
    border: 2px solid #06BCC1;
}

.button--secondary {
    background-color: #FF6666;
    border: 2px solid #FF6666;
}
.button--secondary:before {
    background-color: #df5555;
    border-color: #df5555;
}

.button--tertiary {
    background-color: #8EB949;
    border-color: #8EB949;
}

.button--white {
    background-color: white;
    color: #241E24;
}

.button--disabled {
    background-color: #CFCBD0;
    border: 2px solid #CFCBD0;

    cursor: not-allowed;
    pointer-events: all !important;
}

.button--outline-primary {
    background: white;
    color: #06BCC1;

    border: 2px solid #06BCC1;
}
.button--outline-primary:hover {
    background: #06BCC1;
    color: white;
}

.button--outline-secondary {
    background: white;
    color: #a59c9c;

    border: 2px solid #FF6666;
}
.button--outline-secondary:hover {
    background: #FF6666;
    color: white;
}

.button-dots {
    position: relative;

    margin: 6rem 0 4rem;
}

.divider-dots {
    height: 2px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url( '../images/line-border-button.png' );
}

.button-dots:before,
.button-dots:after {
    content: '';

    position: absolute;
    left: 50%;

    width: 85%;
    width: 335px;
    height: 2px;

    background-image: url( '../images/line-border-button.png' );
    background-size: cover;

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}

.button-dots:before {
    top: -2.5rem;
}

.button-dots:after {
    bottom: -2.5rem;
}

.button-dots span {
    display: block;

    margin-top: 1rem;
}

.button--icon {
    padding-left: 4.25rem;
}

.button--icon img {
    position: absolute;
    top: 50%;
    left: 2rem;

    width: auto;
    height: 27px;

    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
}

.layer--slack {
    position: absolute;
    bottom: -60px;
    right: 200px;
    width: 400px;
}


@media only screen and (max-width: 1024px) {
    .layer--slack {
        width: 300px;
        bottom: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .layer--slack {
        width: 200px;
        bottom: -20px;
        right: 120px;
    }
}


/* Backgrounds */
.bg-lines {
    position: absolute;
    top: 50%;
    left: 0;

    width: 70%;

    padding-bottom: 4rem;

    background-image: url('../images/bg-lines.jpg');
    background-size: cover;

    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );

    z-index: 1;
}

.bg-jo,
.bg-jo-alt,
.bg-mike,
.bg-paul,
.bg-rashi,
.bg-rashi-standing,
.bg-sarah,
.bg-carolyn {
    position: absolute;

    background-size: cover;

    opacity: 0;

    transition: .4s;
    transition-delay: .7s;

    z-index: -1;
}

.bg-mike,
.bg-rashi,
.bg-rashi-standing,
.bg-carolyn {
    top: 50%;
    right: 0;

    -webkit-transform: translate( 2%, -45% );
    -ms-transform: translate( 2%, -45% );
    transform: translate( 2%, -45% );

    transition: .4s;
    transition-delay: .7s;
}

.bg-mike {
    width: 478px;
    height: 900px;

    background-image: url('../images/bg-mike.jpg');
}

.bg-jo,
.bg-jo-alt,
.bg-sarah,
.bg-paul {
    left: 0;

    -webkit-transform: translate( -2%, 5% );
    -ms-transform: translate( -2%, 5% );
    transform: translate( -2%, 5% );
}

.bg-jo {
    top: 5%;

    width: 490px;
    height: 900px;

    background-image: url('../images/bg-jo.png');
}

.bg-jo-alt {
    top: 5%;

    width: 420px;
    height: 900px;

    background-image: url('../images/bg-jo.png');
}

.bg-paul {
    bottom: 10%;

    width: 526px;
    height: 900px;

    background-image: url('../images/bg-paul.jpg');
}

.bg-rashi {
    width: 543px;
    height: 900px;

    background-image: url('../images/bg-rashi.jpg');
}

.bg-rashi-standing {
    width: 627px;
    height: 900px;

    background-image: url('../images/bg-rashi-standing.jpg');
}

.bg-sarah {
    top: 50%;

    width: 391px;
    height: 900px;

    background-image: url('../images/bg-sarah.jpg');

    -webkit-transform: translateY( -48% );
    -ms-transform: translateY( -48% );
    transform: translateY( -48% );
}

.bg-carolyn {
    width: 560px;
    height: 600px;

    background-image: url('../images/bg-carolyn.png');
}

section.section--overflow {
    overflow: unset;
}

.section--visible .bg-jo,
.section--visible .bg-jo-alt,
.section--visible .bg-mike,
.section--visible .bg-paul,
.section--visible .bg-rashi,
.section--visible .bg-rashi-standing,
.section--visible .bg-sarah,
.section--visible .bg-carolyn {
    opacity: 1;
}

.section--visible .bg-mike,
.section--visible .bg-rashi,
.section--visible .bg-rashi-standing,
.section--visible .bg-carolyn {
    -webkit-transform: translate( 0, -50% );
    -ms-transform: translate( 0, -50% );
    transform: translate( 0, -50% );
}

.section--visible .bg-jo,
.section--visible .bg-jo-alt,
.section--visible .bg-sarah,
.section--visible .bg-paul {
    -webkit-transform: translate( 0, 0 );
    -ms-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}

.section--visible .bg-sarah {
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    padding: 2rem 0;
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.header--bg {
    background-color: white;
}

.header--visible {
    opacity: 1;
}

.header:before,
.header:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: translateY( -100% );
    transition: .3s;
}

.header:before {
    background-color: #ffffff;

    transition-delay: .02s;

    z-index: 2;
}

.header--scrolled {
    padding: 1rem 0;

    box-shadow: 0 1px 15px 0 rgb( 0, 0, 0, .2 );
}

.header--scrolled:before {
    -webkit-transform: translateY( 0 );
    -ms-transform: translateY( 0 );
    transform: translateY( 0 );
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: .3s;
    z-index: 3;
}

.header--scrolled .container {
    max-width: 1200px;
}

/* Logo */
.logo {
    position: relative;

    width: 145px;
    height: 53px;

    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;

    float: left;

    transition: .3s;
}

.logo .logo__text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.logo img {
    display: block;

    width: 100%;
    height: auto;
}

/* Site Nav */
.site-nav {
    display: block;
    transition: .3s;
    float: right;
}

.site-nav ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.site-nav ul li.site-nav__item {
    display: inline-block;
    position: relative;

    margin-left: 2.5rem;

    transition: .3s;
}

.header--scrolled .site-nav ul li.site-nav__item {
    margin-left: .25rem;
}

.site-nav ul li.site-nav__item:first-child {
    margin-left: 0;
}

.site-nav ul li.site-nav__item a {
    display: block;
    position: relative;

    padding: .75rem 1.5rem;

    color: #918991;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.25em;
    text-decoration: none;
    line-height: 1;

    transition: .2s;
}

.site-nav ul li.site-nav__item.active a,
.site-nav ul li.site-nav__item a:hover {
    color: #06BCC1;
}

.site-nav ul li.site-nav__item a:before {
    content: '';

    position: absolute;
    left: 32.5%;
    bottom: -3px;

    width: 0;
    height: 3px;

    background-color: #06BCC1;

    border-radius: 3px;

    transition: .1s;
}

.site-nav ul li.site-nav__item.active a:before,
.site-nav ul li.site-nav__item a:hover:before {
    width: 35%;
}

.site-nav ul li.site-nav__item.login {
    margin-left: 3.5rem;
}

.header--scrolled .site-nav ul li.site-nav__item.login {
    margin-left: 1.75rem;
}

.site-nav ul li.site-nav__item.login a {
    color: #06BCC1;

    border: 3px solid #06BCC1;
    border-radius: 10px;

    transition: .3s;
}

.site-nav ul li.site-nav__item.login a:hover {
    color: #FF6666;

    border-color: #FF6666;
}

.site-nav ul li.site-nav__item.login a:before {
    display: none;
}

.site-nav__item:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

.site-nav ul.sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;

    min-width: 350px;

    margin-top: 1.5rem;
    padding: 1rem;

    background-color: white;

    border-radius: 10px;

    box-shadow: 0 0 10px 5px rgb( 0, 0, 0, .1 );

    transform: translateX( -50% );

    opacity: 0;
    visibility: hidden;

    transition: .5s;
}

.site-nav ul.sub-nav:before {
    content: '';

    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;

    height: 1.5rem;
}

.site-nav ul.sub-nav li {
    margin-top: .5rem;

    border-radius: 5px;

    overflow: hidden;
}

.site-nav ul.sub-nav li:first-child {
    margin-top: 0;
}

.site-nav ul li.site-nav__item.active ul.sub-nav li a,
.site-nav ul.sub-nav li a {
    padding: 1rem 1.5rem;

    color: #918991;

    font-size: 1.15em;
}

.site-nav ul li.site-nav__item.active ul li.sub-nav__item a:hover,
.site-nav ul li.site-nav__item.active ul.sub-nav li.active a,
.site-nav ul li.sub-nav__item.active a,
.site-nav ul li.sub-nav__item a:hover {
    background-color: rgba( 6, 188, 193, .2 );
    color: #06BCC1;
}

.site-nav ul.sub-nav li a:before {
    display: none;
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;

    width: 59px;
    height: 59px;

    background: white;
    color: #06BCC1;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 1px;

    border-radius: 50%;
    border: 3px solid #06BCC1;

    float: right;

    cursor: pointer;

    z-index: 4;

    transition: .3s;
}

.header--scrolled .menu-toggle {
    box-shadow: 0 0 10px 5px rgb( 0, 0, 0, .1 );
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 25px;
    height: 3px;

    background-color: #06BCC1;

    border-radius: 1px;

    -webkit-transform: translate( -50%, -50% );
    -ms-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );

    transition: .3s;
}

.menu-toggle span:first-child {
    margin-top: -8px;
}

.menu-toggle span:last-child {
    margin-top: 8px;
}

.menu-toggle--active {
    background-color: #06BCC1;
    color: white;
}

.menu-toggle--active span {
    background-color: white;
}

.menu-toggle--active span:first-child {
    margin-top: 0;

    -webkit-transform: translate( -50%, -50% ) rotate( 45deg );
    -ms-transform: translate( -50%, -50% ) rotate( 45deg );
    transform: translate( -50%, -50% ) rotate( 45deg );
}

.menu-toggle--active span:nth-child( 2 ) {
    opacity: 0;
}

.menu-toggle--active span:last-child {
    margin-top: 0;

    -webkit-transform: translate( -50%, -50% ) rotate( -45deg );
    -ms-transform: translate( -50%, -50% ) rotate( -45deg );
    transform: translate( -50%, -50% ) rotate( -45deg );
}

/* Hero */
.hero {
    display: block;
    position: relative;

    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: auto;

    max-height: 1700px;
    overflow: hidden;
}

.hero--pricing {
    padding: 28rem 0 3em;
}

.hero--alt {
    display: flex;
    align-items: center;
    justify-items: center;
    background-image: url("../images/hero-integrations.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 850px;
}

@media only screen and (max-width: 768px) {
    section.hero--alt {
        background-image: none;
        min-height: 550px;
        padding-top: 100px;
    }

    .native-examples .column-container {
        flex-wrap: wrap;
        text-align: center;
    }

    .native-examples .column-container .column__inner {
        text-align: center;
    }

    div.column-container--software {
        grid-template-columns: 1fr;
    }
}

.hero--alt:before, .hero--alt:after {
    display: none;
}

.hero--alt .hero__content {
    position: relative;
    margin-left: 10%;
    max-width: 80% !important;
}

section.hero--alt .hero__content p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    font-family: 'ProximaNova', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.2em;
}

@media only screen and (max-width: 1024px) {
    .hero--pricing {
        padding: 25rem 0 3em;
    }
}

@media only screen and (max-width: 768px) {
    .hero--pricing {
        min-height: auto;
        padding: 24rem 0 15em;
    }
}

@media only screen and (max-width: 425px) {
    .hero--pricing {
        min-height: auto;
        padding: 24rem 0 20em;
    }
}

section.hero--abm {
    min-height: 900px;
    padding: 15em 0 3em;
}

@media only screen and (max-width: 768px) {
    section.hero--abm {
        padding: 11em 0 3em;
    }
}

.hero:before,
.hero:after {
    content: '';

    position: absolute;

    background-size: 100% 100%;

    opacity: 0;

    transition: .5s;
    transition-delay: .7s;
}

.hero:before {
    top: 15%;
    left: 0;

    width: 345px;
    height: 410px;

    background-image: url( '../images/squares-overlay.png' );
    background-position: top left;
}

.hero:after {
    right: 0;
    bottom: 0;

    width: 603px;
    height: 600px;

    background-image: url( '../images/circles-overlay.png' );
    background-position: bottom right;
}

.hero--visible:before,
.hero--visible:after {
    opacity: 1;
}

.hero--slider {
    height: auto !important;
    padding: 9.5rem 0 2rem;
}

.clearfix {
    clear: both;
}

.hero--overlay {
    min-height: 800px;

    background-size: cover;
    background-position: right;

    overflow: hidden;
}

.hero--overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;

    background: linear-gradient( 100deg, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, .3) 50% );

    transition: 0s;
    transition-delay: 0s;
}

.hero--overlay:after {
    display: none;
}

.hero--overlay .overlay {
    position: absolute;
    left: -10%;

    width: 120%;

    padding-bottom: 25%;

    background-color: white;

    clip-path: polygon(100% 0%, 0% 0% , 0% 54.00%, 1% 53.96%, 2% 53.84%, 3% 53.64%, 4% 53.36%, 5% 53.02%, 6% 52.62%, 7% 52.16%, 8% 51.66%, 9% 51.12%, 10% 50.57%, 11% 50.00%, 12% 49.43%, 13% 48.87%, 14% 48.34%, 15% 47.83%, 16% 47.38%, 17% 46.97%, 18% 46.63%, 19% 46.36%, 20% 46.16%, 21% 46.04%, 22% 46.00%, 23% 46.04%, 24% 46.16%, 25% 46.36%, 26% 46.64%, 27% 46.98%, 28% 47.39%, 29% 47.84%, 30% 48.34%, 31% 48.88%, 32% 49.44%, 33% 50.01%, 34% 50.58%, 35% 51.13%, 36% 51.67%, 37% 52.17%, 38% 52.63%, 39% 53.03%, 40% 53.37%, 41% 53.64%, 42% 53.84%, 43% 53.96%, 44% 54.00%, 45% 53.96%, 46% 53.83%, 47% 53.63%, 48% 53.36%, 49% 53.02%, 50% 52.61%, 51% 52.15%, 52% 51.65%, 53% 51.12%, 54% 50.56%, 55% 49.99%, 56% 49.42%, 57% 48.86%, 58% 48.33%, 59% 47.83%, 60% 47.37%, 61% 46.97%, 62% 46.63%, 63% 46.36%, 64% 46.16%, 65% 46.04%, 66% 46.00%, 67% 46.04%, 68% 46.17%, 69% 46.37%, 70% 46.64%, 71% 46.99%, 72% 47.39%, 73% 47.85%, 74% 48.35%, 75% 48.89%, 76% 49.45%, 77% 50.02%, 78% 50.59%, 79% 51.14%, 80% 51.68%, 81% 52.18%, 82% 52.63%, 83% 53.04%, 84% 53.38%, 85% 53.65%, 86% 53.84%, 87% 53.96%, 88% 54.00%, 89% 53.96%, 90% 53.83%, 91% 53.63%, 92% 53.35%, 93% 53.01%, 94% 52.60%, 95% 52.14%, 96% 51.64%, 97% 51.11%, 98% 50.55%, 99% 49.98%, 100% 49.41%);

    opacity: .5;

    transition: .4s;
}

.hero--overlay .overlay--top {
    top: -12%;

    transform: rotate( 3deg );
}

.hero--overlay .overlay--bottom {
    bottom: -12%;

    transform: rotate( 3deg ) scale( -1, -1 );
}

.hero--overlay.hero--visible .overlay {
    opacity: 1;
}

.hero--overlay.hero--visible .overlay--top {
    top: -100px;
}

.hero--overlay.hero--visible .overlay--bottom {
    bottom: -50px;
}

.hero .container {
    position: relative;
    height: 100%;
}


section.hero--no-center {
    top: unset;
}

section.hero--no-center div.hero__content {
    top: 65px;

    -webkit-transform: translateY( 0 );
    -ms-transform: translateY( 0 );
    transform: translateY( 0 );
}

@media only screen and (max-width: 768px) {
    section.hero--no-center div.hero__content {
        top: 0;
    }
}

.hero .hero__content {
    position: absolute;
    top: 55%;
    left: 0;

    width: 100%;
    max-width: 60%;

    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );

    opacity: 0;

    transition: .5s;
    transition-delay: 1.2s;

    z-index: 5;
}

.hero .hero__content--center {
    left: 50%;
    max-width: 80%;

    text-align: center;

    -webkit-transform: translate( -50%, -50% );
    -ms-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}

.hero--visible .hero__content {
    top: 50%;
    opacity: 1;
}

.hero .hero__content p {
    margin: 1.5rem 0 2rem;

    font-family: 'ProximaNovaSemiBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.4em;
    line-height: 1.4;
}

.hero .hero__content--center p {
    margin: 0 auto 3rem;

    color: #918991;
}

.hero .hero__content .button {
    margin: 1rem 1.5rem 0 0;
}

.hero__card {
    display: block;
    width: 30%;
    text-align: center;

    float: right;
    opacity: 0;
    transition-delay: .5s;
    z-index: 4;
}

.hero__card p {
    color: #241E24;
}

.hero--visible .hero__card {
    opacity: 1;
}

.hero__card .slick-list {
    overflow: visible;
}

.hero__card.slick-initialized .slick-slide {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;

    height: auto !important;
}

.hero__card .card {
    padding: 2.5rem 1.5rem;

    opacity: 0;

    transition: .4s;
}

.hero__card .card:before {
    content: '';

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #F8F9FD;

    border-radius: 10px;
    box-shadow: 0 3px 10px 0px rgba( 0, 0, 0, .2 );

    opacity: 0;

    /* transform: translateX( -10% ); */

    transition: .6s;
    transition-delay: .2s;

    z-index: 1;
}

.hero__card .slick-active .card {
    opacity: 1;
}

.hero__card .slick-active .card:before {
    opacity: 1;

    transform: translateX( 0 );
}

.hero__card .card img {
    display: block;
    width: 100%;
    height: auto;
}

.hero__card .card .card__content {
    margin-top: 0.75rem;
}

.hero__card .card p {
    margin: 0 0 1.5rem;
    padding: 0 1rem;
    font-size: .9em;
}

.hero__card .card p:first-child {
    margin-bottom: .75rem;
}

.hero__card .card p:first-child strong {
    font-size: 1.2em;
    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
}

.hero__card .card .column-container--50 {
    width: calc( 100% + .5rem );

    margin-top: 0.5rem;

    gap: .5rem .5rem;

    z-index: 4;
}

.hero__card .card .column-container--50 .column {
    -ms-flex: 0 1 calc( 50% - .5rem );
    flex: 0 1 calc( 50% - .5rem );
}

.hero__card .card .layer {
    position: relative;
    transform: translateX( -10% );

    opacity: 0;

    transition: .5s;

    z-index: 3;
}

.hero__card .card .layer--1 {
    transition-delay: .2s;
}

.hero__card .card .layer--2 {
    transition-delay: .35s;
}

.hero__card .card .layer--3 {
    transition-delay: 0.5s;
}

.hero__card .card .layer--4 {
    transition-delay: 0.65s;
}

.hero__card .card .layer--5 {
    transition-delay: 0.8s;
}

.hero__card .card .layer--5 .column:nth-child( 2 ){
    transform: translateX( -10% );

    opacity: 0;

    transition: .5s;
    transition-delay: 2s;
}

.hero__card .card .layer--6 {
    transition-delay: 0.95s;
}

.hero__card .card .layer--7 {
    transition-delay: 1.1s;
}

.hero__card .card .layer--8 {
    transition-delay: 1.25s;
}

.hero__card .slick-active .card .layer {
    opacity: 1;

    transform: translateX( 0 );
}

.hero__card .slick-active .card .layer--5 .column:nth-child( 2 ){
    opacity: 1;

    transform: translateX( 0 );
}

.phone {
    position: relative;
}

.phone-internal {
    position: absolute;
    top: 0;
}

.phone--linktree .phone-internal__slide img {
    max-width: 350px;
    height: auto;
    display: block;
}

.phone--linktree .phone-internal__right {
    margin-top: 155px;
    margin-left: 210px;
}

@media only screen and (max-width: 1024px) {
    .phone--linktree .phone-internal__right {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .phone--linktree .phone-internal__right {
        margin-left: 240px;
    }
    .phone--linktree .phone-internal__left {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 425px) {
    .phone--linktree .phone__img {
        max-height: 400px !important;
    }
    .phone--linktree .phone-internal__right {
        margin-top: 105px;
        margin-left: 70px;
    }
    .phone--linktree .phone-internal__right img {
        max-width: 275px;
    }
    .phone--linktree .phone-internal__left {
        margin-left: 33px;
    }
    .phone--linktree .phone-internal__left img {
        max-width: 275px;
    }
}

@media only screen and (max-width: 375px) {
    .phone--linktree .phone-internal__right {
        margin-left: 49px;
    }
    .phone--linktree .phone-internal__left {
        margin-left: 11px;
    }
}

.phone-internal__slide img {
    width: auto;
}

.phone-internal--bio-card {
    margin-top: 10px;
    margin-left: -40px;
}

.phone-internal--bio-card img {
    max-height: 150px;
}

.phone-internal--work {
    margin-top: 40px;
    margin-left: -40px;
}

.phone-internal--work img {
    max-height: 150px;
}

.phone-internal--videos {
    margin-right: -520px;
    margin-top: 80px;
}

.phone-internal--videos img {
    max-height: 135px;
}


@media only screen and (max-width: 1024px) {
    .phone-internal--videos {
        margin-right: -320px;
    }
    .phone-internal--work {
        margin-left: -20px;
    }
    .phone-internal--bio-card {
        margin-left: -20px;
    }
}


@media only screen and (max-width: 768px) {
    .phone-internal--videos {
        margin-right: -580px;
    }
    .phone-internal--work {
        margin-left: 60px;
    }
    .phone-internal--bio-card {
        margin-left: 60px;
    }
}

.phone__img {
    width: auto;
    height: auto;
    max-height: 565px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 425px) {
    .phone__img {
        max-height: 500px;
    }
}

.phone--packs .phone__img {
    max-height: 585px;
}

@media only screen and (max-width: 425px) {
    .phone--packs .phone__img {
        max-height: 520px;
    }
}

@media only screen and (max-width: 425px) {
    .phone--packs .phone__img {
        max-height: 400px;
    }

    .phone-internal--videos {
        margin-top: 15px;
        margin-right: -220px;
    }

    .phone-internal--videos img {
        max-height: 105px;
    }

    .phone-internal--work {
        margin-top: 15px;
        margin-left: -30px;
    }

    .phone-internal--work img {
        max-height: 130px;
        height: auto;
    }

    .phone-internal--bio-card {
        margin-left: 0px;
    }

    .phone-internal--bio-card img {
        max-height: 130px;
        height: auto;
    }
}


/* Section */
.section {
    display: block;
    position: relative;

    padding: 5rem 0;

    text-align: center;
    overflow: hidden;

    opacity: 0;

    transform: translateY( 10% );

    transition: .4s;
    transition-delay: .2s;
}

.section--visible {
    opacity: 1;

    transform: translateY( 0 );
}

.section--border .border {
    position: absolute;
    top: 0;
    left: 50%;

    width: 95%;
    max-width: 1200px;
    height: 4px;

    background-image: url( '../images/line-border.png' );
    background-size: cover;

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}

.section--bg:before,
.section--bg:after {
    content: '';

    position: absolute;

    background-size: 100% 100%;

    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);

    opacity: 0;

    transition: .3s;
    transition-delay: .7s;

    z-index: -1;
}

.section--bg:before {
    top: 15%;
    right: 0;

    width: 345px;
    height: 410px;

    background-image: url( '../images/squares-overlay.png' );
    background-position: top left;
}

.section--bg:after {
    top: 65%;
    left: 0;
    opacity: 0.6 !important;

    width: 603px;
    height: 600px;

    background-image: url( '../images/circles-overlay.png' );
    background-position: bottom right;

    -webkit-transform: translateY( -65% ) scale(-1, -1);
    transform: translateY( -65% ) scale(-1, -1);
}

.section--bg--visible:before,
.section--bg--visible:after {
    opacity: 1;
}

.section--full {
    height: 100vh;
    max-height: 1500px;
}

.section--full .section__intro {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 95%;
    max-width: 900px;

    margin-bottom: 0;

    transform: translate( -50%, -50% );
}

.section--notop {
    padding-top: 0;
}

.section__intro {
    margin: 0 auto;

    text-align: center;
}

.section__intro--narrow {
    max-width: 750px;
    margin: 0 auto;
}

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

.section__intro .title {
    max-width: 1050px;

    margin: 0 auto 1.5rem;
}

.section__intro p {
    display: block;

    max-width: 520px;

    margin: 1rem auto 0;

    line-height: 2;
}

.section__intro p:first-child {
    margin-top: 0;
}

.section__intro--left p {
    max-width: 100%;

    margin-left: 0;
}

.section__intro .button {
    margin-top: 2rem;
}

.section__intro .button-dots .button {
    margin-top: 0;
}

/* Pricing */
.pricing-table {
    position: relative;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 0;
    flex-grow: 0;

    width: 75%;

    margin-left: 12.5%;

    opacity: 0;

    -webkit-transform: translateY( 10% );
    -ms-transform: translateY( 10% );
    transform: translateY( 10% );

    transition: .5s;
    transition-delay: .4s;
}

.pricing-table--visible {
    opacity: 1;
    transform: none;
}

.pricing-table .package {
    position: relative;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;

    z-index: 2;

    transition: .1s;
}

.pricing-table .package .package-header {
    position: relative;

    padding: 4rem 2rem 2.5rem;

    z-index: 4;
}

.pricing-table .package .package-header .title {
    margin-bottom: 1.25rem;
}

.pricing-table .package .package-header p {
    margin-bottom: 1.75rem;
}

.pricing-table .package .package-header .button {
    min-width: 60%;
}

.pricing-table .package .package-header:after {
    content: '';

    position: absolute;
    left: 0;
    bottom: .5rem;

    width: 50%;
    height: 1px;

    margin-left: 25%;

    background-color: #707070;
    background-color: rgba( 112, 112, 112, .13 );

    transition: .3s;
}

/* .pricing-table .package:hover .package-header:after, */
.pricing-table .package--active .package-header:after {
    background-color: white;
}

.pricing-table .package:before,
.pricing-table .package:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;

    transition: .3s;
}

.pricing-table .package:before {
    background-color: #06BCC1;

    border-radius: 20px;
}

.pricing-table .package:after {
    border: 4px solid #06BCC1;

    border-radius: 25px;

    transition-delay: .05s;
}

/* .pricing-table .package:hover, */
.pricing-table .package--active {
    color: white;
    z-index: 3;
}

/* .pricing-table .package:hover p, */
.pricing-table .package--active p {
    color: white;
}

/* .pricing-table .package:hover:before,
.pricing-table .package:hover:after, */
.pricing-table .package--active:before,
.pricing-table .package--active:after {
    box-shadow: 0 3px 10px 0px rgba( 0, 0, 0, .2 );
}

/* .pricing-table .package:hover:before, */
.pricing-table .package--active:before {
    top: -1.5rem;
    bottom: -1.5rem;

    opacity: 1;
}

/* .pricing-table .package:hover:after, */
.pricing-table .package--active:after {
    top: -2.5rem;
    left: -1rem;
    right: -1rem;
    bottom: -2.5rem;

    opacity: .4;
}

.pricing-table .package:first-child {
    position: absolute;
    right: 100%;
    bottom: 0;

    width: 25%;

    padding-right: 1rem;

    z-index: 6;
}

.pricing-table .package:first-child:before,
.pricing-table .package:first-child:after {
    display: none;
}

.pricing-table .package:first-child ul li {
    padding: 1rem 0;

    text-align: right;
}

.pricing-table .package ul {
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;

    z-index: 4;
}

.pricing-table .package:nth-child( 2 ) ul li:last-child {
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

.pricing-table .package:nth-child( 4 ) ul li:last-child {
    border-radius: 0 0 20px 0;
    overflow: hidden;
}

.pricing-table .package ul li {
    position: relative;

    height: 54px;

    padding: 1rem 1rem;

    font-size: .9em;

    transition: .1s;
}

.pricing-table .package ul li:last-child {
    height: 67px;

    padding-bottom: 2rem;
}

.pricing-table .package ul li:nth-child( odd ) {
    border-top: 1px solid #ffffff;
}

.pricing-table .package ul li:nth-child( even ) {
    background-color: #f8f7fb;
    border-top: 1px solid #f8f7fb;
}

.pricing-table .package:first-child ul li {
    border-top: 1px solid #f8f7fb;
}

.pricing-table .package ul li:first-child {
    border-top: none;
}

.pricing-table .package ul li.package-tooltip {
    cursor: pointer;
}

.pricing-table .package ul li.package-tooltip:after {
    content: '';

    position: relative;
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-top: -3px;
    margin-left: .5rem;

    background-image: url('../images/info.png');
    background-size: 100% 100%;

    vertical-align: middle;
}

.pricing-table .package--active ul li.package-tooltip:after {
    background-image: url('../images/info-white.png');
}

.pricing-table .package ul li.package-tooltip .tooltip {
    position: absolute;
    left: 50%;
    bottom: 115%;

    width: 100%;
    min-width: 400px;

    padding: 1.5rem;

    background-color: #241E24;
    color: white;

    font-size: .9em;
    text-align: left;

    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba( 0, 0, 0, .2 );

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );

    opacity: 0;
    visibility: hidden;
}

.pricing-table .package ul li.package-tooltip .tooltip:after {
    content: '';

    position: absolute;
    right: 75px;
    bottom: -10px;

    width: 20px;
    height: 20px;

    background-color: #241E24;

    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.pricing-table .package ul li.package-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.pricing-table .package ul li.package-tooltip .tooltip p {
    margin: 0;

    line-height: 1.4;
}

.pricing-table .package ul li span,
.pricing-table .package ul li span.asterisk {
    display: none;
}

.pricing-table .package ul li span.check {
    display: block;

    width: 19px;
    height: 17px;

    margin: 0 auto;

    background-image: url( '../images/check-blue.png' );
    background-size: 19px 15px;
    background-repeat: no-repeat;

    transition: .3s;
}

.pricing-table .package:first-child ul li:nth-child( even ) {
    background-color: white;
}

/* .pricing-table .package:hover ul li:nth-child( odd ), */
.pricing-table .package--active ul li:nth-child( odd ) {
    border-top: 1px solid #06BCC1;
}

/* .pricing-table .package:hover ul li:nth-child( even ), */
.pricing-table .package--active ul li:nth-child( even ) {
    background-color: #00b5ba;
    border-top: 1px solid #00b5ba;
}

/* .pricing-table .package:hover ul li:first-child, */
.pricing-table .package--active ul li:first-child {
    border-top: none;
}

/* .pricing-table .package:hover ul li span.check, */
.pricing-table .package--active ul li span.check {
    background-image: url( '../images/check-white.png' );
}

.pricing-table .package:first-child:hover ul li:nth-child( odd ),
.pricing-table .package:first-child:hover ul li:nth-child( even ) {
    background-color: #ffffff;
    border-color: #f8f7fb;
}

.pricing-disclaimer {
    max-width: 560px;

    margin: 7rem auto 0;

    color: #918991;

    font-size: .9em;
}

.pricing-disclaimer span {
    display: none;

    margin-top: 1rem;
}

/* Perks */
.perks {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.perks .category {
    width: 100%;
    max-width: 200px;

    margin: 0 auto;
    padding: 2rem 0;

    text-align: left;

    border-top: 2px solid rgba( 145, 137, 145, .12 );
}

.perks .category--large {
    max-width: 400px;
}

.perks .category:first-child {
    border-top: none;
}

.perks .category h3 {
    margin: 0 0 1rem;

    color: #FF6666;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.perks .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.perks .category ul li {
    position: relative;

    margin-top: 1.5rem;
    padding-left: 2.5rem;

    line-height: 1.5;
}

.perks .category ul li:first-child {
    margin-top: 0;
}

.perks .category ul li img {
    position: absolute;
    top: 50%;
    left: 0;

    width: 24px;
    height: auto;

    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
}

/* Software */
.software img {
    display: block;

    width: auto;
    max-height: 40px;

    margin: 0 auto 2rem;
}

/* Cards */
.cards {
    position: relative;

    z-index: 2;
}

.cards .column-container {
    width: calc( 100% + 3rem );

    gap: 3rem 3rem;
}

.cards .column {
    -ms-flex: 0 1 calc( 33.33% - 3rem );
    flex: 0 1 calc( 33.33% - 3rem );

    opacity: 0;

    transform: translateY( 10% );

    transition: .4s;
    transition-delay: .3s;
}

.cards .column:nth-child( 2 ) {
    transition-delay: .6s;
}

.cards .column:nth-child( 3 ) {
    transition-delay: .9s;
}

.section--visible .cards .column {
    opacity: 1;

    transform: translateY( 0 );
}

.card {
    position: relative;
    padding: 3rem 2rem;

    background-color: #F8F9FD;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba( 0, 0, 0, .2 );
}

.card--reduced {
    max-width: 100%;
}

.card--nobg {
    padding: 0;

    background: none;
    box-shadow: none;
}

.card .title {
    text-transform: initial;
}

.card img {
    display: block;

    width: 100%;
    height: auto;
}

.video {
    display: block;
    position: relative;

    max-width: 900px;

    margin: 0 auto;
}

.video img.video-background {
    display: block;

    width: 100%;
    height: auto;
}

.video img.video-play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 15%;
    height: auto;

    -webkit-transform: translate( -50%, -50% );
    -ms-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}

.stack--2 {
    z-index: 2;
}

/* Tailored Examples */
.tailored-examples .column-container,
.native-examples .column-container {
    gap: 7rem 1.5rem;
}

.tailored-examples .column,
.native-examples .column {
    opacity: 0;

    transform: translateY( 10% );

    transition: .4s;
    transition-delay: .3s;
}

.tailored-examples .column:nth-child( 2 ),
.native-examples .column:nth-child( 2 ) {
    transition-delay: .6s;
}

.tailored-examples .column:nth-child( 3 ),
.native-examples .column:nth-child( 3 ) {
    transition-delay: .9s;
}

.tailored-examples .column:nth-child( 4 ),
.native-examples .column:nth-child( 4 ) {
    transition-delay: 1.2s;
}

.section--visible .tailored-examples .column,
.section--visible .native-examples .column {
    opacity: 1;

    transform: translateY( 0 );
}

.tailored-examples .column__inner {
    max-width: 500px;

    margin-left: auto;
    margin-right: auto;
}

.tailored-examples .card {
    height: auto;

    margin-bottom: 3rem;
    padding: 3rem 5rem;
}

.tailored-examples .title {
    text-transform: initial;
}

.tailored-examples .card--testimonial {
    text-align: left;
}

.tailored-examples .card--testimonial img {
    display: block;

    width: 105%;
    height: auto;

    margin-left: -2.5%;
}

.tailored-examples .card--bio {
    padding: 2rem 5rem;
}

.tailored-examples .card--bio .bio__image {
    display: block;
    position: relative;

    margin-bottom: 1rem;
}

.tailored-examples .card--bio .bio__image:before {
    content: '';

    display: block;
    position: absolute;
    top: 0;
    left: 50%;

    width: 100px;
    height: 48px;

    background-color: #F8F9FD;

    overflow: hidden;

    transform: translateX( -50% );

    z-index: 2;
}

.tailored-examples .card--bio .bio__image:after {
    content: '';

    display: block;
    position: absolute;
    top: 50%;

    width: 100%;
    height: 1px;

    background-color: #918991;

    border-radius: 3px;

    overflow: hidden;

    transform: translateY( -50% );

    z-index: 1;
}

.tailored-examples .card--bio .bio__image img {
    display: block;
    position: relative;

    width: 48px;
    height: 48px;

    margin: 0 auto;

    border-radius: 50%;

    overflow: hidden;

    z-index: 3;
}

.tailored-examples .card--bio .job-title {
    margin-top: .25rem;

    color: #FF6666;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-weight: bold;
}

.tailored-examples .card--bio .skills,
.tailored-examples .card--bio .social,
.tailored-examples .card--bio .contact {
    margin: .75rem 0 0;
    padding: 0;

    list-style: none;
}

.tailored-examples .card--bio .skills li,
.tailored-examples .card--bio .social li,
.tailored-examples .card--bio .contact li {
    display: inline-block;
    position: relative;

    margin: 0 .5rem;

    vertical-align: middle;
}

.tailored-examples .card--bio .skills li {
    margin: 0 .1rem;
}

.tailored-examples .card--bio .social li {
    margin: 0 .5rem;
}

.tailored-examples .card--bio .contact li {
    margin: 0 1rem;
}

.tailored-examples .card--bio .skills li,
.tailored-examples .card--bio .contact li {
    font-size: .75em;
}

.tailored-examples .card--bio .social li img {
    width: 16px;
    height: auto;
}

.tailored-examples .card--bio .contact li {
    color: #06BCC1;
}

.tailored-examples .card--bio .contact li.email:before,
.tailored-examples .card--bio .contact li.phone:before {
    content: '';

    position: absolute;
    top: 50%;

    background-size: cover;

    transform: translateY( -50% );
}

.tailored-examples .card--bio .contact li.email:before {
    left: -1.5rem;

    width: 16px;
    height: 10px;

    background-image: url('../images/cards/bio/email.png');
}

.tailored-examples .card--bio .contact li.phone:before {
    left: -1.25rem;

    width: 12px;
    height: 12px;

    background-image: url('../images/cards/bio/phone.png');
}

/* Footer */
.footer {
    background-color: white;

    text-align: center;

    opacity: 0;

    transform: translateY( 10% );

    transition: .3s;
    transition-delay: .1s;
}

.footer--visible {
    transform: translateY( 0 );
    opacity: 1;
}

.footer .container {
    padding: 3rem 4rem;

    border-top: 2px solid #ececec;
}

.footer p {
    margin: 0;

    color: #918991;

    font-size: .9em;
}

.footer p img {
    width: auto;
    max-height: 13px;

    margin-top: -2px;

    vertical-align: middle;
}

.site-map {
    margin: 0;
    padding: 0;

    list-style: none;
}

.site-map li {
    display: inline-block;

    font-size: .9em;

    border-left: 1px solid #918991;
}

.site-map li:first-child {
    border-left: none;
}

.site-map li a {
    padding: 0 .5rem;

    color: #918991;

    text-decoration: none;

    transition: .2s;
}
.site-map li a:hover {
    color: #06BCC1;
}

/* Footer Nav */
.footer-nav {
    margin: 0 0 2rem;
    padding: 0;

    list-style: none;
}

.footer-nav li {
    display: inline-block;

    margin-left: 5rem;
}

.footer-nav li a {
    color: #918991;

    font-family: 'ProximaNovaBold', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 1.25em;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;

    transition: .2s;
}

.footer-nav li a:hover {
    color: #06BCC1;
}

.footer-nav li.active a {
    color: #06BCC1;
}

.footer-nav li.active a:hover {
    color: #FF6666;
}

.footer-nav li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1350px) {
    .hide-tablet {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1750px) {
    .pricing-table .package ul li.package-tooltip .tooltip {
        left: 97%;
    }
    .pricing-table .package ul li.package-tooltip .tooltip:after {
        left: 50%;

        -webkit-transform: translateX( -50% ) rotate( 45deg );
        -ms-transform: translateX( -50% ) rotate( 45deg );
        transform: translateX( -50% ) rotate( 45deg );
    }
}

@media only screen and (min-width: 1501px) {
    .hero {
        display: block;
        position: relative;

        width: 100%;
    }

    .hero--home {
        height: 100vh;
        min-height: 1000px;
    }

    section.hero--alt {
        display: flex;
    }

    .hero:before {
        width: 504px;
        height: 600px;
    }

    .hero:after {
        width: 804px;
        height: 800px;
    }

    .hero--overlay {
        min-height: 750px;
        max-height: 1200px;
    }

    .hero--overlay:before {
        width: 100%;
        height: 100%;
    }

    .hero--overlay .overlay {
        padding-bottom: 15%;
    }

    .hero--overlay.hero--visible .overlay--bottom {
        bottom: -10%;
    }
}

@media only screen and (max-width: 1600px) {
    .pricing-table {
        width: 75%;

        margin: 0 auto;
    }
}

@media only screen and (max-width: 1500px) {
    .title--banner {
        font-size: 4em;
    }
}

@media only screen and (max-width: 1450px) {
    .hero .hero__content--center p {
        color: #241E24;
    }

    .pricing-table {
        width: 100%;
        margin-left: 0;
    }
    .pricing-table .package:first-child {
        display: none;
    }
    .pricing-table .package ul li span {
        display: block;
    }
    .pricing-table .package ul li span.check {
        display: none;
    }
    .pricing-table .package ul li span.asterisk {
        display: inline-block;
    }

    .pricing-disclaimer span {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    body {
        font-size: 0.9em;
    }

    body p {
        font-size: 16px;
    }

    .button {
        font-size: 1.1em;
    }

    .button + .button {
        margin-left: 1rem;
    }

    .button--icon img {
        height: 22px;
    }

    .site-nav {
        margin-top: 5px;
    }

    .header--scrolled .site-nav {
        margin-top: 5px;
    }

    .site-nav ul li.site-nav__item {
        margin-left: 1rem;
    }

    .site-nav ul li.site-nav__item.login {
        margin-left: 2.5rem;
    }

    .footer .container {
        padding: 3rem 0;
    }

    .footer-nav li {
        margin-left: 3.5rem;
    }
}

@media only screen and (min-width: 1001px) {
    .pricing-table {
        border-radius: 20px;

        box-shadow: 0 3px 10px 0px rgba( 0, 0, 0, .2 );
    }
}

@media only screen and (max-width: 1000px) {
    .hero--home {
        height: auto;
        max-height: initial;

        padding: 40% 0 30%;
    }

    .hero--slider .hero__content,
    .hero--slider .hero__card {
        position: relative;
        top: 0;

        width: 100%;
        max-width: 100%;

        transform: none;
    }

    .hero--slider .hero__content {
        margin-bottom: 7rem;
    }

    .hero .hero__content {
        max-width: 100%;
    }

    .section--bg:before {
        top: 25%;
    }

    .hero:before,
    .section--bg:before {
        width: 260px;
        height: 309px;
    }

    .hero:after,
    .section--bg:after {
        width: 382px;
        height: 380px;
    }

    .hero--overlay:before {
        top: 0;

        width: 100%;
        height: 100%;
    }

    .hero .hero__content p {
        margin-bottom: 2rem;

        font-size: 1.6em;
    }

    .section--full {
        height: auto;
    }

    .section--full .section__intro {
        position: relative;
        top: 0;
        left: 0;

        transform: none;
    }

    .pricing-table {
        width: 95%;
        margin-left: 2.5%;

        gap: 3.5rem 0;

        transition-delay: 0s;
    }

    .pricing-table .package {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;

        font-size: 1.2em;

        border: 4px solid #06BCC1;
        border-radius: 20px;
        box-shadow: 0 3px 10px 0px rgba( 0, 0, 0, .2 );

        overflow: hidden;
    }

    .pricing-table .package .package-header {
        padding: 3rem 2rem 2rem;
    }

    .pricing-table .package .package-header:after {
        display: none;
    }

    .pricing-disclaimer {
        margin-top: 4rem;
    }

    .cards .column-container {
        width: 100%;
        gap: 3rem 0;
        margin-left: 0;
    }

    .cards .column {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}


@media only screen and (min-width: 901px) {
    .header .container {
        position: relative;
    }
}

@media only screen and (max-width: 900px) {
    /* body {
        font-size: .8em;
    } */

    .title--banner,
    .title--banner-inner {
        line-height: 1.1;
    }

    .title--banner-inner {
        font-size: 2.7em;
    }

    .title--banner-inner span {
        margin-bottom: 1rem;

        /* font-size: .5em; */
    }

    .header,
    .header--scrolled {
        position: absolute;

        box-shadow: none;
    }

    .header:before,
    .header:after {
        display: none;
    }

    .logo {
        transition: .3s;

        transition-delay: .2s;
    }

    .menu-visible .logo {
        position: fixed;
        top: 2.5rem;
        left: 5%;

        z-index: 5;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        height: 100vh;

        margin-top: 0;

        background-color: white;

        -webkit-transform: translateY( -100% );
        -ms-transform: translateY( -100% );
        transform: translateY( -100% );

        z-index: 3;
    }

    .site-nav:before,
    .site-nav:after {
        content: '';

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        height: 100vh;

        margin-top: 0;

        -webkit-transform: translateY( -100% );
        -ms-transform: translateY( -100% );
        transform: translateY( -100% );

        transition: .4s;

        z-index: 2;
    }

    .site-nav:before {
        background-color: #06BCC1;

        transition-delay: .1s;
    }

    .site-nav:after {
        background-color: #ffffff;

        transition-delay: .2s;
    }

    .header--scrolled .site-nav {
        margin: 0;
    }

    .site-nav--visible {
        transform: translateY( 0 );
    }

    .site-nav--visible:before,
    .site-nav--visible:after {
        transform: translateY( 0 );
    }

    .site-nav ul {
        position: absolute;
        top: 50%;
        left: 2.5%;

        width: 95%;

        -webkit-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
        transform: translateY( -50% );

        opacity: 0;

        transition: .4s;
        transition-delay: .6s;

        z-index: 5;
    }

    .site-nav--visible ul {
        opacity: 1;
    }

    .site-nav ul li.site-nav__item {
        display: block;

        margin-top: 1rem;
        margin-left: 0;

        color: #06BCC1;

        text-align: center;

        -webkit-transform: translateY( 10% );
        -ms-transform: translateY( 10% );
        transform: translateY( 10% );

        opacity: 0;

        transition: .5s;
    }

    .site-nav ul li.site-nav__item a:hover {
        background: none;
    }

    .site-nav ul li.site-nav__item a:hover:before {
        display: none;
    }

    .site-nav--visible ul li.site-nav__item {
        -webkit-transform: translateY( 0 );
        -ms-transform: translateY( 0 );
        transform: translateY( 0 );

        opacity: 1;
    }

    .site-nav--visible ul li.site-nav__item:first-child {
        transition-delay: 0s;
    }

    .site-nav--visible ul li.site-nav__item:first-child a {
        display: none;
    }

    .site-nav--visible ul li.site-nav__item:nth-child( 2 ) {
        transition-delay: 1.2s;
    }

    .site-nav--visible ul li.site-nav__item:nth-child( 3 ) {
        transition-delay: 1.4s;
    }

    .site-nav--visible ul li.site-nav__item:nth-child( 4 ) {
        transition-delay: 1.6s;
    }

    .site-nav ul li.site-nav__item a {
        color: inherit;

        font-size: 1.5em;
    }

    .site-nav ul li.site-nav__item.login,
    .header--scrolled .site-nav ul li.site-nav__item.login {
        margin-left: 0;
    }

    .site-nav--visible ul li.login a {
        border: none;
    }

    .site-nav ul li.site-nav__item:first-child {
        margin-top: 0;
    }

    /* .site-nav ul li.site-nav__item.active {
        margin-bottom: 3.5rem;
    } */

    .site-nav ul li.site-nav__item a:before {
        left: 50%;
        bottom: -.5rem;

        width: 0;
        height: 5px;

        -webkit-transform: translateX( -50% );
        -ms-transform: translateX( -50% );
        transform: translateX( -50% );
    }

    .site-nav ul li.site-nav__item.active a:before,
    .site-nav ul li.site-nav__item a:hover:before {
        left: 50%;
        bottom: -.5rem;

        width: 80px;
        height: 5px;

        -webkit-transform: translateX( -50% );
        -ms-transform: translateX( -50% );
        transform: translateX( -50% );
    }

    .site-nav ul.sub-nav {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;

        margin-top: 0;
        padding: 0;

        background: none;
        box-shadow: none;

        transform: none;

        opacity: 1;
        visibility: visible;
    }

    .site-nav ul.sub-nav li {
        margin-top: 1rem;

        -webkit-transform: translateY( 10% );
        -ms-transform: translateY( 10% );
        transform: translateY( 10% );

        opacity: 0;

        transition: .5s;
    }

    .site-nav ul li.site-nav__item.active ul.sub-nav li a,
    .site-nav ul.sub-nav li a {
        padding: .75rem 1.5rem;

        color: #06BCC1;
        background: none !important;

        font-size: 1.5em;
    }

    .site-nav--visible ul li.site-nav__item:first-child ul.sub-nav li a {
        display: block;
    }

    .site-nav--visible ul.sub-nav li {
        -webkit-transform: translateY( 0 );
        -ms-transform: translateY( 0 );
        transform: translateY( 0 );

        opacity: 1;
    }

    .site-nav--visible ul.sub-nav li:first-child {
        transition-delay: .2s;
    }

    .site-nav--visible ul.sub-nav li:nth-child( 2 ) {
        transition-delay: .4s;
    }

    .site-nav--visible ul.sub-nav li:nth-child( 3 ) {
        transition-delay: .6s;
    }

    .site-nav--visible ul.sub-nav li:nth-child( 4 ) {
        transition-delay: .8s;
    }

    .site-nav--visible ul.sub-nav li:nth-child( 5 ) {
        transition-delay: 1s;
    }

    .hero:before {
        top: 10%;
    }

    .hero--overlay {
        height: 70vh;
    }
    .hero--overlay.hero--visible .overlay--top {
        top: -50px;
    }
    .hero--overlay.hero--visible .overlay--bottom {
        bottom: -20px;
    }

    .hero--overlay:before {
        top: 0;

        width: 100%;
        height: 100%;
    }

    .footer .container {
        padding: 2.5rem 0;
    }

    .footer .column-container {
        width: 100%;

        gap: .5rem 0;

        margin-left: 0;
    }

    .footer .column {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .footer p {
        font-size: 1em;
    }

    .footer-nav {
        margin-bottom: 1.5rem;
    }

    .footer-nav li {
        margin-left: 1rem;
    }

    .site-map li {
        font-size: 1em;
    }

    .column-container--50 {
        gap: 3rem 0;
    }

    .column-container--50 .column {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .column__inner--reduced {
        max-width: 100%;
    }

    .section--visible .bg-jo,
    .section--visible .bg-jo-alt,
    .section--visible .bg-mike,
    .section--visible .bg-paul,
    .section--visible .bg-rashi,
    .section--visible .bg-rashi-standing,
    .section--visible .bg-sarah,
    .section--visible .bg-carolyn {
        opacity: .3;
    }

    .card--reduced {
        max-width: 100%;
    }

    .card--reduced-right {
        margin: 0;
    }

    .tailored-examples .example .column-container--50 .section__intro {
        margin-bottom: 0;
    }

    .u-image-padded-small {
        padding: 0 0 10%;
    }
}

@media only screen and (max-width: 768px) {
    .hero--slider .hero__content {
        margin-bottom: 4rem;
    }

    .u-image-padded {
        padding: 22% 0;
    }

    .column-wrap-early {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .cards .container .column-container {
        flex-flow: column;
    }
}

@media only screen and (max-width: 600px) {
    .u-image-padded {
        padding: 0 0 10%;
    }

    .column-container--50, .column-container--65 {
        flex-flow: column;
    }
}

@media only screen and (max-width: 600px) {
    .perks .category {
        max-width: 80%;
    }

    .column-container--50, .column-container--66 {
        width: 100%;
        gap: 4.5rem 0;
        margin-left: 0;
    }

    .column-container--50 .column, .column-container--66 .column {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .column__inner--reduced {
        max-width: 100%;
    }

    .title--banner {
        font-size: 3em;
    }

    .title--banner-inner,
    .title--primary {
        font-size: 2.4em;
    }

    .hero .hero__content p {
        font-size: 1.4em;
    }
}

@media only screen and (max-height: 650px) {
    .hero {
        min-height: 700px;
    }
    .hero--home {
        min-height: 1000px;
    }
}

@media only screen and (max-height: 650px) {
    .hero {
        min-height: 700px;
    }
    .hero--home {
        min-height: 1000px;
    }
}

.column-container--row-reverse {
    flex-direction: row-reverse;
}

.u-margin-bottom-lg {
    margin-bottom: 3rem;
}

.u-margin-bottom {
    margin-bottom: 2rem;
}

.u-margin-bottom-sm {
    margin-bottom: 1rem;
}

.u-weight-reg {
    font-family: 'ProximaNova', sans-serif;
}

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

.u-text-lc {
    text-transform: initial !important;
}

.u-letter-spacing {
    letter-spacing: 1px;
}

.u-weight-bold {
    font-family: 'ProximaNovaBold', sans-serif;
}

.section--perks {
    position: relative;
}

.section--perks:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -200px;
    width: 603px;
    height: 600px;
    background-image: url(../images/circles-overlay-pink.png);
    background-position: bottom right;
    background-size: contain;
}

@media only screen and (max-width: 900px) {
    .section {
        padding: 3.5rem 0;
    }
}


@media only screen and (max-width: 500px) {
    .section {
        padding: 3rem 0;
    }

    .column-container--gap-lg {
        gap: 3rem;
    }

    .layer--slack {
        width: 90%;
        bottom: -50px;
        right: 20px;
    }

    .column-container--row-reverse, .column-container--reverse {
        flex-direction: column;
    }
}

.column-container--software {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    max-width: 900px;
    margin: 0 auto;
}

.column-container--software p {
    padding-left: 50px;
    padding-right: 50px;
}