@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
font-family: 'Nunito Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Nunito Sans Regular'), url('../f/NunitoSans-Regular.woff') format('woff');
}
@font-face {
font-family: 'Nunito Sans Italic';
font-style: normal;
font-weight: normal;
src: local('Nunito Sans Italic'), url('../f/NunitoSans-Italic.woff') format('woff');
}
@font-face {
font-family: 'Nunito Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Nunito Sans Bold'), url('../f/NunitoSans-Regular.woff') format('woff');
}
@font-face {
font-family: 'Nunito Sans Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Nunito Sans Bold Italic'), url('../f/NunitoSans-BoldItalic.woff') format('woff');
}
[data-icon]:before {
    font-family: "clickicons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "clickicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.color1 {
	color: #a19fff !important;
}
.color2 {
    color: #c4e4fe !important;
}
.section {
    height: 100vh;
}
.section .content {
    margin: auto auto;
}
.only640 {
		display: none;
	}
.no640 {
	display: block;
}
#ml-exchange {
	color: #ffffff!important;
}

@media screen and (max-width: 1024px) {
	.only640 {
		display: none;
	}
}

@media screen and (max-width: 640px) {
    .section {
        height: auto;
    }
	.only640 {
		display: block;
	}
	.no640 {
		display: none;
	}
}


/* General */

.button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 1em;
    padding: 1.8em 5em;
    background: #a19fff;
    border-radius: 10px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    position: relative;
    z-index: 2;
}

.button-01 {
    display: inline-block;
    vertical-align: top;
    line-height: 4em;
    font-weight: 700;
    color: #1c1c2e;
	background: #c4e4fe;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    padding: 0 2em 0 2em;
	border: 1px solid #c4e4fe;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
    position: relative;
    cursor: pointer;
}

.button-02 {
    display: inline-block;
    vertical-align: top;
    line-height: 4em;
    font-weight: 700;
    color: #fff;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    padding: 0 2em 0 2em;
	border: 1px solid #c4e4fe;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
    position: relative;
    cursor: pointer;
}
.button-03 {
	
    display: inline-block;
    vertical-align: top;
    line-height: 4em;
    font-weight: 700;
    color: #fff;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    padding: 0 2em 0 2em;
	border: 1px solid #c4e4fe;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
    cursor: pointer;
}
.button-04 {
    display: inline-block;
    vertical-align: top;
    line-height: 4em;
    font-weight: 700;
    color: #fff;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    padding: 0 2em 0 2em;
	border: 1px solid #c4e4fe;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
    position: relative;
    cursor: pointer;
}
.button-05 {
    display: inline-block;
    vertical-align: top;
    line-height: 4em;
    font-weight: 700;
    color: #fff;
    font-size: 0.71429em;
    letter-spacing: 0.3em;
    padding: 0 2em 0 2em;
	border: 1px solid #c4e4fe;
	border-radius: 4px;
    text-transform: uppercase;
	text-decoration: none;
    position: relative;
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    font-family: 'Nunito Sans Regular', serif;
    font-weight: 400;
    margin: 0;
}
h1 {
    font-size: 4.28571em;
    line-height: 1.36667em;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 3.42857em;
    line-height: 1.35417em;
    margin-bottom: 0.4em;
    color: #fff;
}
h3 {
  
	font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    color: #fff;
}
h4 {
    font-size: 1.14286em;
    color: #a19fff;
    margin-bottom: 1.875em;
    line-height: 1.375em;
}
p {
    font-size: 1.14286em;
    line-height: 1.375em;
    margin-bottom: 1.875em;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li,
ol li {
    line-height: 1.78571em;
    margin-bottom: 2em;
    position: relative;
}
ol {
    counter-reset: li;
}
ol li {
    padding-left: 2.85714em;
}
ol li:before {
    counter-increment: li;
    content: "0"counter(li);
    font-weight: 700;
    color: #a19fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.71429em;
    line-height: 2.5em;
}




@media screen and (max-width: 1024px) {
    .button {
        padding-left: 2em;
        padding-right: 2em;
    }
    .button-01 {
        font-size: 0.71429em;
        line-height: 3.2em;
       
    }
    .button-01 .arrow-wrapper {
        width: 3.2em;
        height: 3.2em;
    }
	.appdownloads img {
		width: 140px!important;
	}
	
    h1 {
        font-size: 2.28571em;
        margin-bottom: 0.46875em;
    }
    h2 {
        font-size: 2.28571em;
        line-height: 1.375em;
        margin-bottom: 0.625em;
    }
    h3 {
        font-size: 1.71429em;
        line-height: 1.375em;
        margin-bottom: 0.625em;
    }
    h4 {
        font-size: 1.5em;
        margin-bottom: 1.07143em;
    }
    p {
        font-size: 1.2em;
        line-height: 1.7em;
        margin-bottom: 1.66667em;
    }
    ul li,
    ol li {
        font-size: 1em;
        line-height: 1.75em;
        margin-bottom: 1.66667em;
    }
}


@media (max-width: 640px) {
	
	.appdownloads img {
		width: 130px!important;
	}
	
	
    .button {
        padding-left: 2em;
        padding-right: 2em;
    }
    .button-01 {
        font-size: 0.71429em;
        line-height: 3.2em;
       
    }
    .button-01 .arrow-wrapper {
        width: 3.2em;
        height: 3.2em;
    }
    h1 {
        font-size: 2.28571em;
        margin-bottom: 0.46875em;
    }
    h2 {
        font-size: 2.28571em;
        line-height: 1.375em;
        margin-bottom: 0.625em;
    }
    h3 {
        font-size: 1.71429em;
        line-height: 1.375em;
        margin-bottom: 0.625em;
    }
    h4 {
        font-size: 1.5em;
        margin-bottom: 1.07143em;
    }
    p {
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 1.66667em;
    }
    ul li,
    ol li {
        font-size: 0.9em;
        line-height: 1.75em;
        margin-bottom: 1.66667em;
    }
	
}



.mobile-phone-wrapper {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 21.42857em;
    margin-left: -10.71429em;
    height: 90%;
    z-index: 10;
    transform: translateY(150%);
    transition: 1s;
    pointer-events: none;
}
.mobile-phone-wrapper.animate-out {
    transform: translateY(-150%);
}
.mobile-phone-wrapper.animate-out .phone {
    transform: rotate(-15deg);
    transition: 0.5s 0s;
}
.mobile-phone-wrapper .phone {
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -21.78571em;
    position: absolute;
    width: 100%;
    padding-top: 200%;
    transition: 0.5s 0.25s;
    transform: rotate(15deg);
}
.mobile-phone-wrapper .phone .phone-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../i/cc-iphone.png") center no-repeat;
    background-size: contain;
}
.mobile-phone-wrapper .phone .screen {
    position: absolute;
    top: 2.5%;
    height: 95%;
    height: 94.47%;
    left: 7%;
    width: 86%;
    z-index: -1;
    background: #0d0d17;
    overflow: hidden;
}
.mobile-phone-wrapper .phone .screen-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200%;
    transition: 0.75s;
    transform: translateY(-50%);
}
.mobile-phone-wrapper.mobile {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-phone-wrapper {
        width: 18em;
        margin-left: -8.57143em;
    }

    .mobile-phone-wrapper .phone {
        margin-top: 0;
        margin-top: -17.14286em;
    }
}
@media (max-width: 640px) {
    .mobile-phone-wrapper {
        width: 18em;
        margin-left: -9em;
        display: none;
    }

    .mobile-phone-wrapper .phone {
        margin-top: 0;
        top: 60%;
    }
}
.home-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.explore-screen {
    position: absolute;
    height: 50%;
    top: 50%;
    left: 0;
    right: 0;
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
body.homepage.fp-viewing-cc-1 .mobile-phone-wrapper,
body.homepage.fp-viewing-cc-2 .mobile-phone-wrapper,
body.phone-animation.fp-viewing-cc-1 .mobile-phone-wrapper,
body.phone-animation.fp-viewing-cc-2 .mobile-phone-wrapper {
    transform: translateY(0);
}
body.homepage.fp-viewing-cc-1 .mobile-phone-wrapper .phone,
body.homepage.fp-viewing-cc-2 .mobile-phone-wrapper .phone,
body.phone-animation.fp-viewing-cc-1 .mobile-phone-wrapper .phone,
body.phone-animation.fp-viewing-cc-2 .mobile-phone-wrapper .phone {
    transform: rotate(0deg);
}
body.homepage.fp-viewing-cc-1 .mobile-phone-wrapper .screen-inner-wrapper {
    transform: translateY(0);
}
body.phone-animation:not(.fp-viewing-cc-1):not(.fp-viewing-cc-1) .mobile-phone-wrapper .screen-inner-wrapper {
    transform: translateY(0%);
}
@media (max-width: 640px) {
    body.phone-animation:not(.fp-viewing-cc-1):not(.fp-viewing-cc-1) .mobile-phone-wrapper .screen-inner-wrapper {
        transform: translateY(-50%);
    }
}
.animation-bg {
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    top: 100%;
    transform-origin: top;
    z-index: 1;
    position: absolute;
    background: #1c1c2e;
}
.a-wrapper {
    transform: translateX(-2.14286em);
    opacity: 0;
    transition: 0.5s;
}
.section.animated .a-wrapper {
    opacity: 1;
    transform: none;
    transition: 0.75s 0.85s;
}
.section.animated .a-wrapper.delay-1 {
    transition: 0.75s 0.95s;
}
.section.animated .a-wrapper.delay-2 {
    transition: 0.75s 1.05s;
}
.section.animated .a-wrapper.delay-3 {
    transition: 0.75s 1.15s;
}
.section.animated .a-wrapper.delay-4 {
    transition: 0.75s 1.45s;
}
body.fp-viewing-cc-1 .line-wrapper .scroll-down-wrapper {
	display: none;
}
body.fp-viewing-cc-1 .line-wrapper .scroll-down-wrapper-end,
body.fp-viewing-cc-2 .line-wrapper .scroll-down-wrapper-end,
body.fp-viewing-cc-3 .line-wrapper .scroll-down-wrapper-end,
body.fp-viewing-cc-4 .line-wrapper .scroll-down-wrapper-end {
    display: none;
}
@media screen and (max-width: 640px) {
    .animation-bg {
        display: none;
    }

    .line-wrapper {
        display: none;
    }
}



/* . trigger . */ 


.menu-trigger {
    width: 18px;
    height: 14px;
    cursor: pointer;
    backface-visibility: hidden;
    z-index: 10;
    transform: translateX(-2.14286em);
    opacity: 0;
    transition: 0.75s;
}
.menu-trigger:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
}
.menu-trigger div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c4e4fe;
    transition: 0.3s;
    backface-visibility: hidden;
}
.menu-trigger div:first-of-type {
    top: 0;
    left: 0;
}
.menu-trigger div:last-of-type {
    bottom: 0;
    left: 0;
}
.menu-trigger:hover div:first-of-type {
    transform: translateY(-4px);
}
.menu-trigger:hover div:last-of-type {
    transform: translateY(4px);
}
.menu-trigger.active div:first-of-type {
    transform: rotate(-45deg) translateY(8px);
}
.menu-trigger.active div:last-of-type {
    transform: rotate(45deg) translateY(-8px);
}

/* . open sidenav . */

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}
nav:before {
   display: none;
  
}
nav .logo {
    position: absolute;
    left: 0;
    top: 2em;
    width: 135px;
    transform: translateX(-2.14286em);
    transition: 0.75s;
    opacity: 0;
}
nav .logo img {
    backface-visibility: hidden;
    transition: 0.5s;
}
nav .row {
    position: relative;
}
nav .menu-trigger {
    position: absolute;
    right: 0;
    top: 3.5em;
}
nav .menu {
    position: fixed;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    z-index: 2;
	font-size: 1em;
    background: #0d0d17;
    padding-left: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
	padding-right: 3em;
    color: #ffffff;
    transition: 0.5s;
}

@media (max-width: 1024px) {
    nav .menu {
        padding-left: 2em;
    }
}
nav .menu .inner-wrapper {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
nav .menu .menu-middle {
    margin-top: auto;
    margin-bottom: auto;
}
nav .menu .menu-middle span {
	color: #ffffff;
	font-size: 1em;
}
nav .menu .menu-middle ul {
    margin-top: 1em;
}
nav .menu .menu-middle li:not(:first-of-type) {
    margin-top: 1em;
}
nav .menu .menu-bottom {
    width: 100%;
    margin-top: auto;
}
nav .menu .menu-bottom li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.42857em;
	margin-bottom: 1.1em;
	line-height: 1.2em;
}
nav .menu ul {
    margin-top: 1.42857em;
}
nav .menu i {
    color: #a19fff;
}
nav .menu a {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
	line-height: 1.2em;
    color: #c4e4fe!important;
    letter-spacing: 0;
    text-decoration: none;
}nav .menu.open {
    right: 0;
}
nav .menu.open+.menu-overlay {
    left: 0%;
    opacity: 0.5;
    transition: all 0s 0s, opacity 0.5s 0s;
}
nav .menu-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: #000;
    opacity: 0;
    transition: all 0s 0.5s, opacity 0.5s 0s;
}
nav .menu .menu-top {
    transform: translateY(1.42857em);
    opacity: 0;
    transition: 0.5s;
}
nav .menu .menu-middle span {
    transform: translateY(1.42857em);
    opacity: 0;
    transition: all 0s 0s, opacity 0.5s 0s;
    transition: 0.5s;
    display: block;
}
nav .menu .menu-middle li {
	line-height: 1.2em;
    transform: translateY(1.42857em);
    opacity: 0;
    transition: 0.5s;
}
nav .menu .menu-bottom span {
    transform: translateY(1.42857em);
    opacity: 0;
    transition: all 0s 0s, opacity 0.5s 0s;
    transition: 0.5s;
    display: block;
}
nav .menu .menu-bottom li {
    transform: translateY(1.42857em);
    opacity: 0;
    transition: 0.5s;
}
nav .menu.open .menu-top {
    transform: none;
    opacity: 1;
    transition: 0.75s 0.3s;
}
nav .menu.open .menu-middle span {
    transform: none;
    opacity: 1;
    transition: 0.75s 0.4s;
	
}
nav .menu.open .menu-middle p {
	transform: none;
    opacity: 1;
	color: #ffffff;
	line-height: 28px;
	font-size: 0.6em;
	float: right;
	margin-top: 0;
}
nav .menu.open .menu-middle li {
	line-height: 1.2em;
    transform: none;
    opacity: 1;
	margin-bottom: 0.5em;
}
nav .menu.open .menu-middle li:nth-of-type(1) {
    transition: 0.75s 0.5s;
}
nav .menu.open .menu-middle li:nth-of-type(2) {
    transition: 0.75s 0.6s;
}
nav .menu.open .menu-middle li:nth-of-type(3) {
    transition: 0.75s 0.7s;
}
nav .menu.open .menu-middle li:nth-of-type(4) {
    transition: 0.75s 0.8s;
}
nav .menu.open .menu-middle li:nth-of-type(5) {
    transition: 0.75s 0.9s;
}
nav .menu.open .menu-bottom span {
    transform: none;
    opacity: 1;
    transition: 0.75s 0.8s;
}
nav .menu.open .menu-bottom li {
    transform: none;
    opacity: 1;
}
nav .menu.open .menu-bottom li:nth-of-type(1) {
    transition: 0.75s 0.9s;
}
nav .menu.open .menu-bottom li:nth-of-type(2) {
    transition: 0.75s 1s;
}
nav .menu.open .menu-bottom li:nth-of-type(3) {
    transition: 0.75s 1.1s;
}
body.loaded nav .logo {
    transform: none;
    opacity: 1;
}
body.loaded nav .nav-right .button {
    transform: none;
    opacity: 1;
}
body.loaded nav .nav-right .button:nth-of-type(1) {
    transition: 0.75s 0.1s;
}
body.loaded nav .nav-right .button:nth-of-type(2) {
    transition: 0.75s 0.2s;
}
body.loaded nav .menu-trigger {
    transform: translateX(0);
    opacity: 1;
    transition: 0.75s 0.3s;
}




@media screen and (max-width: 640px) {
    nav {
        position: absolute;
    }
    nav .button {
        font-size: 0.64286em;
        padding: 1.11111em 1.88889em;
        letter-spacing: 0.22222em;
    }
    nav .logo {
        width: 4.28571em;
        top: 1.42857em;
    }
    nav .menu-trigger {
        top: 3em;
    }
    nav .nav-right {
        padding-top: 1.42857em;
        padding-right: 2.5em;
    }
    nav .nav-right .button:first-of-type {
        display: none;
    }
    nav .menu {
        width: 20em;
        right: -20em;
        padding-left: 2em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
	nav .menu h3 {
		font-weight: 700;
        font-size: 1.3em;
		line-height: 1.5em;
		margin-bottom: 0.1em;
    }
    nav .menu a {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    nav .menu ul {
        margin-top: 0.71429em;
    }
	nav .menu span {
        font-size: 0.8em;
		color: #ffffff;
		margin-bottom: 1em;
    }
	nav .menu i {
        font-size: 0.8em;
		color: #ffffff;
		margin-bottom: 1em;
    }
    nav .menu .menu-middle ul {
        margin-top: 0.6em;
    }
    nav .menu .menu-middle li:not(:first-of-type) {
        margin-top: 0px;
    }
    nav .menu .menu-middle li {
        margin-bottom: 1em!important;
    }
    nav .menu .menu-bottom {
		display: none;
	}
}





.homepage .cc-1 {
    color: #fff;
}
.homepage .cc-1 h4 {
    transform: translateX(-1.875em);
    opacity: 0;
    transition: 0.75s;
}
.homepage .cc-1 h1 {
    transform: translateX(-0.5em);
    opacity: 0;
    transition: 0.75s;
}
.homepage .cc-1 .button-01 {
   background-color: #c4e4fe;
   color: #1c1c2e;
}
.homepage .cc-1 .text-container {
    position: relative;
    z-index: 2;
    padding-right: 2.14286em;
}
@media (max-width: 1024px) {
    .homepage .cc-1 .text-container {
        padding-right: 5em;
    }
}
.homepage .cc-1 .text-container-right {
    position: relative;
    z-index: 2;
    padding-left: 16.42857em;
}
.homepage .cc-1 .text-container-right li {
    margin-bottom: 0;
    font-size: 1.71429em;
    position: relative;
    padding-left: 0;
    transform: translateX(-1.25em);
    opacity: 0;
    transition: 0.75s;
}
.homepage .cc-1 .text-container-right li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.homepage .cc-1 .text-container-right li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #fff;
}
.homepage .cc-1 .text-container-right li:not(:last-of-type) {
    margin-bottom: 0.70833em;
}
@media (max-width: 1024px) {
    .homepage .cc-1 .text-container-right {
        padding-left: 11.53846em;
    }

    .homepage .cc-1 .text-container-right li {
        font-size: 1.38462em;
    }
}
@media (max-width: 640px) {
    .homepage .cc-1 .text-container-right {
        display: none;
    }
}
.homepage .cc-1 .bg {
    display: none;
}
body.homepage.loaded .cc-1 h4,
body.homepage.loaded .cc-1 h1,
body.homepage.loaded .cc-1 .button-01 {
    transform: none;
    opacity: 1;
}
body.homepage.loaded .cc-1 h4 {
    transition: 0.75s 0.4s;
}
body.homepage.loaded .cc-1 h1 {
    transition: 0.75s 0.5s;
}
body.homepage.loaded .cc-1 .button-01 {
  /*  transition: 0.75s 0.6s;*/
}
body.homepage.loaded .cc-1 .text-container-right ul li {
    transform: none;
    opacity: 1;
}
body.homepage.loaded .cc-1 .text-container-right ul li:nth-of-type(1) {
    transition: 0.75s 0.5s;
}
body.homepage.loaded .cc-1 .text-container-right ul li:nth-of-type(2) {
    transition: 0.75s 0.6s;
}
body.homepage.loaded .cc-1 .text-container-right ul li:nth-of-type(3) {
    transition: 0.75s 0.7s;
}
body.homepage.loaded .cc-1 .text-container-right ul li:nth-of-type(4) {
    transition: 0.75s 0.8s;
}
body.homepage.loaded .cc-1 .text-container-right ul li:nth-of-type(5) {
    transition: 0.75s 0.9s;
}
@media screen and (max-width: 640px) {
    .homepage .cc-1 {
        padding-bottom: 1px;
        position: relative;
    }
    .homepage .cc-1 .row {
        height: 100%;
        padding-top: 8em;
    }
    .homepage .cc-1 .text-container {
        padding-right: 0;
        padding-left: 2.14286em;
        padding-right: 2.14286em;
    }
    .homepage .cc-1 .bg {
        opacity: 1;
    }
    .homepage .cc-1 .mobile-phone-wrapper {
        display: block;
        position: absolute;
        top: 0%;
        transform: none;
        height: auto;
        position: relative;
        margin-top: 2.85714em;
    }
    .homepage .cc-1 .phone {
        position: relative;
        transform: rotate(0deg);
        width: 18em;
        top: 0;
        margin-bottom: -3.57143em;
    }
    .homepage .cc-1 .phone .screen-inner-wrapper {
        transform: translateY(0);
    }
    .homepage .cc-1 .bg {
        display: block;
        opacity: 0;
        transition: 2s;
        filter: blur(10px);
        transform: translateX(-7.14286em);
        transform-origin: right;
    }
    .homepage .cc-1.animated .bg {
        opacity: 1;
        transform: none;
        filter: blur(0px);
        transition: all 2s, filter 4s;
    }
}
.cc-2 .left,
.cc-2 .right {
    width: 50%;
    height: 100%;
    float: left;
    display: table;
    table-layout: fixed;
}
.cc-2 .left {
    background: #fff;
    background: rgba(255, 255, 255, 0);
}
.cc-2 .left p {
    color: #ffffff;
}
.cc-2 .left .inner-wrapper {
    margin-left: auto;
    padding-right: 20em;
	width: 41.64286em;
    max-width: 90%;
}
@media (max-width: 1024px) {
    .cc-2 .left .inner-wrapper {
        padding-right: 10.71429em;
    }
}
.cc-2 .right {
    color: #fff;
    position: relative;
}
.cc-2 .right .inner-wrapper {
    padding-left: 16.42857em;
}
@media (max-width: 1024px) {
    .cc-2 .right .inner-wrapper {
        padding-left: 11.42857em;
    }
}
.cc-2 .right ul li {
    transform: translateX(-2.14286em);
    opacity: 0;
    transition: all 0.75s, height 0s 0s;
}
.cc-2 .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.cc-2 .content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
@media (max-width: 1024px) {
    .cc-2 .content {
        width: 100%;
    }
}

.button-background,
.prop-background {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    left: 0.35714em;
    width: 16.5em;
    z-index: -1;
}
.button-background:after,
.prop-background:after {
    content: "";
    padding-bottom: 0;
    display: block;
    padding-top: 46.31%;
}
.button-background .button-animation-container,
.button-background .prop-animation-container,
.prop-background .button-animation-container,
.prop-background .prop-animation-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button-background .button-animation-container path,
.button-background .prop-animation-container path,
.prop-background .button-animation-container path,
.prop-background .prop-animation-container path {
	display: none;
    fill: #c4e4fe;
}
.button-background svg,
.prop-background svg {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1024px) {

    .button-background,
    .prop-background {
        width: 14.28571em;
    }
}
@media screen and (max-width: 640px) {
    .homepage .cc-2 {
        background: #0d0d17;
        display: block;
        position: relative;
    }
    .homepage .cc-2 .inner-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .homepage .cc-2 .left,
    .homepage .cc-2 .right {
        float: none;
    }
    .homepage .cc-2 .left {
        width: 100%;
        display: block;
        float: none;
        padding-top: 8.57143em;
        padding-bottom: 1.42857em;
    }
    .homepage .cc-2 .left .inner-wrapper {
        margin-left: 0;
        padding-right: 0;
        padding-left: 3.57143em;
        padding-right: 3.57143em;
        width: 100%;
        max-width: 100%;
    }
    .homepage .cc-2 .right {
        display: block;
        width: 100%;
        float: none;
        padding-top: 22.5em;
        padding-bottom: 3.57143em;
        background: #0d0d17;
    }
    .homepage .cc-2 .right .inner-wrapper {
        padding-left: 3.57143em;
        padding-right: 3.57143em;
    }
    .homepage .cc-2 .mobile-phone-wrapper {
        display: block;
        position: absolute;
        top: 0%;
        transform: none;
        height: auto;
        position: relative;
		z-index: 102;
    }
    .homepage .cc-2 .phone {
        position: relative;
        transform: rotate(0deg);
        width: 18em;
        top: 0;
        margin-bottom: -160%;
    }
    .homepage .cc-2 .content {
        display: block;
    }
}
#lowbottom {
	margin-bottom: 1em;
}
#bagslink {
	text-align: none;
	color: c4e4fe !important ;
}
.content-left-slide {
    background: #fff;
    color: #fff;
}
.content-left-slide .text-container {
    padding-right: 1em;
}
.content-left-slide .bg-wrapper {
    background: #0d0d17;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.content-left-slide .bg {
    transform: scale(1.5);
    opacity: 0;
    transition: 1.5s;
}
.content-left-slide ol li {
    transform: translateX(-2.14286em);
    opacity: 0;
    transition: 0.75s;
}
.bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.content-left-slide.animated .bg {
    transform: scale(1);
    opacity: 1;
}
.content-left-slide.animated h2 {
    transform: none;
    opacity: 1;
    transition: 0.75s 1s;
}
.content-left-slide.animated ol li {
    transform: none;
    opacity: 1;
}
.content-left-slide.animated ol li:nth-of-type(1) {
    transition: 0.75s 0.95s;
}
.content-left-slide.animated ol li:nth-of-type(2) {
    transition: 0.75s 1.05s;
}
.content-left-slide.animated ol li:nth-of-type(3) {
    transition: 0.75s 1.15s;
}
.content-left-slide.animated ol li:nth-of-type(4) {
    transition: 0.75s 1.25s;
}
.content-left-slide.animated ol li:nth-of-type(5) {
    transition: 0.75s 1.35s;
}
.content-left-slide.animated ol li:nth-of-type(6) {
    transition: 0.75s 1.45s;
}
.content-left-slide.animated ol li:nth-of-type(7) {
    transition: 0.75s 1.55s;
}
.content-left-slide.animated ol li:nth-of-type(8) {
    transition: 0.75s 1.65s;
}
.content-left-slide.animated ol li:nth-of-type(9) {
    transition: 0.75s 1.75s;
}
body.homepage .content-left-slide {
    background: none;
}
body.homepage .bg-wrapper {
    display: none;
}
@media screen and (max-width: 640px) {
    .content-left-slide {
        color: #FFF;
        flex-wrap: wrap;
        display: flex;
    }
    .content-left-slide .text-container {
        padding-left: 2.14286em;
        padding-right: 2.14286em;
        padding-bottom: 2.14286em;
        padding-top: 3.57143em;
    }
    .content-left-slide .row {
        order: 2;
    }
    .content-left-slide .bg-wrapper {
        display: none;
    }
    .content-left-slide h2 {
        margin-bottom: 1.25em;
    }
    .content-left-slide .bg-wrapper {
        position: relative;
        display: block;
        width: 100%;
    }
    .content-left-slide .bg-wrapper:after {
        content: "";
        display: block;
        padding-bottom: 78.75%;
    }
    body.homepage .content-left-slide {
        background: #0d0d17;
    }
}
.cc-4 {
    color: #fff;
    background: #0d0d17
}
.cc-4 .text-container {
    padding-right: 5em;
}
.homepage .cc-4 .row {
    display: flex;
}
.homepage .cc-4 .text-container {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (max-width: 640px) {
    .homepage .cc-4 .row {
        display: block;
    }
    .homepage .cc-4 .text-container {
        margin-top: 7.14286em;
        padding-left: 2.14286em;
        padding-right: 2.14286em;
    }
    .cc-4 {
        padding-top: 4.28571em;
        padding-bottom: 3.57143em;
        overflow: hidden;
    }
    .cc-4 .text-container {
        padding-right: 0;
        margin-top: 7.14286em;
        padding-left: 2.14286em;
        padding-right: 2.14286em;
    }
    .cc-4 .button {
        width: 100%;
        text-align: center;
    }
}
.user-nearby {
    width: 43.64286em;
    max-width: 100%;
    position: relative;
}
.user-nearby:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-3.57143em);
    opacity: 0;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .user-nearby:before {
        background: url(../i/cɔ-pattern.png) center no-repeat;
        background-size: cover;
    }
}
.user-nearby .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.user-nearby .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.user-nearby .bubbles .bubble {
    position: absolute;
}
.user-nearby .bubbles .bubble:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #a19fff;
}
.user-nearby .bubbles .bubble-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-3.57143em);
    opacity: 0;
    transition: 0.5s;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(1) .bubble {
    width: 10px;
    height: 10px;
    top: 0;
    left: 87%;
    transform-origin: -5px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(2) .bubble {
    width: 6px;
    height: 6px;
    top: 25%;
    left: 0%;
    transform-origin: -4px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(3) .bubble {
    width: 12px;
    height: 12px;
    top: 25%;
    left: 23%;
    transform-origin: -4px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(4) .bubble {
    width: 12px;
    height: 12px;
    top: 51%;
    left: 52%;
    margin-left: 5px;
    transform-origin: -4px;
    margin-left: 4px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(5) .bubble {
    width: 6px;
    height: 6px;
    top: 51.5%;
    left: 76%;
    transform-origin: -4px;
    margin-left: 4px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(6) .bubble {
    width: 6px;
    height: 6px;
    top: 79%;
    left: 40.5%;
    transform-origin: -4px;
    margin-left: 4px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(7) .bubble {
    width: 12px;
    height: 12px;
    top: 78.5%;
    left: 75.5%;
    transform-origin: -8px;
    margin-left: 8px;
}
.user-nearby .bubbles .bubble-wrapper:nth-of-type(8) .bubble {
    width: 8px;
    height: 8px;
    top: 90%;
    left: 12%;
    transform-origin: -4px;
    margin-left: 4px;
}
.user-nearby:after {
    content: "";
    display: block;
    padding-top: 76%;
}
.user-nearby .user {
    position: absolute;
    transform: translateX(-2.14286em);
    opacity: 0;
    transition: 0.5s;
}
.user-nearby .user .photo-wrapper {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    backface-visibility: hidden;
}
.user-nearby .user:nth-of-type(1) {
    left: 69.06%;
    top: 23.27%;
}
.user-nearby .user:nth-of-type(1) .photo-wrapper {
    width: 5em;
    height: 5em;
}
.user-nearby .user:nth-of-type(2) {
    left: 84.28%;
    top: 41.59%;
}
.user-nearby .user:nth-of-type(2) .photo-wrapper {
    width: 2.92857em;
    height: 2.92857em;
}
.user-nearby .user:nth-of-type(3) {
    left: 32.89%;
    top: 46.55%;
}
.user-nearby .user:nth-of-type(3) .photo-wrapper {
    width: 4.14286em;
    height: 4.14286em;
}
.user-nearby .user:nth-of-type(4) {
    left: 11.94%;
    top: 61.85%;
}
.user-nearby .user:nth-of-type(4) .photo-wrapper {
    width: 2.92857em;
    height: 2.92857em;
}
.user-nearby .user:nth-of-type(5) {
    left: 54.5%;
    top: 64.65%;
}
.user-nearby .user:nth-of-type(5) .photo-wrapper {
    width: 3.57143em;
    height: 3.57143em;
}
.user-nearby .user:nth-of-type(6) {
    left: 14.5%;
    top: 24.65%;
}
.user-nearby .user:nth-of-type(6) .photo-wrapper {
    width: 3.57143em;
    height: 3.57143em;
}
.user-nearby .user:nth-of-type(7) {
    left: 74.5%;
    top: 74.65%;
}
.user-nearby .user:nth-of-type(7) .photo-wrapper {
    width: 3.57143em;
    height: 3.57143em;
}
.section.animated .user-nearby:before {
    transform: none;
    opacity: 1;
    transition: 2s 0.95s;
    background: url(../i/cɔ-pattern.png) center no-repeat;
    background-size: cover;
}
.section.animated .user-nearby .bubble-wrapper {
    transform: none;
    opacity: 1;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(1) {
    transition: 1s 1.05s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(2) {
    transition: 1s 1.15s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(3) {
    transition: 1s 1.25s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(4) {
    transition: 1s 1.35s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(5) {
    transition: 1s 1.45s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(6) {
    transition: 1s 1.55s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(7) {
    transition: 1s 1.65s;
}
.section.animated .user-nearby .bubble-wrapper:nth-of-type(8) {
    transition: 1s 1.75s;
}
.section.animated .user-nearby .user {
    transform: none;
    opacity: 1;
}
.section.animated .user-nearby .user:nth-of-type(1) {
    transition: 1s 0.95s;
}
.section.animated .user-nearby .user:nth-of-type(2) {
    transition: 1s 1.05s;
}
.section.animated .user-nearby .user:nth-of-type(3) {
    transition: 1s 1.15s;
}
.section.animated .user-nearby .user:nth-of-type(4) {
    transition: 1s 1.25s;
}
.section.animated .user-nearby .user:nth-of-type(5) {
    transition: 1s 1.35s;
}
.section.animated .user-nearby .user:nth-of-type(6) {
    transition: 1s 1.45s;
}
.section.animated .user-nearby .user:nth-of-type(7) {
    transition: 1s 1.45s;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(1) .bubble {
    animation: rotate 10s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(1) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(2) .bubble {
    animation: rotate 20s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(2) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(3) .bubble {
    animation: rotate 10s infinite linear;
    animation-direction: alternate;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(3) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(4) .bubble {
    animation: rotate 15s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(4) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(5) .bubble {
    animation: rotate 10s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(5) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(6) .bubble {
    animation: rotate 12s infinite linear;
    animation-direction: alternate;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(6) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(7) .bubble {
    animation: rotate 20s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(7) .bubble:after {
    animation: shake 3s infinite linear;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(8) .bubble {
    animation: rotate 12s infinite linear;
    animation-direction: alternate;
}
.section.animated .bubbles .bubble-wrapper:nth-of-type(8) .bubble:after {
    animation: shake 3s infinite linear;
}
@media screen and (max-width: 640px) {
    .user-nearby:after {
        padding-top: 86.78%;
    }
    .user-nearby .user:nth-of-type(1) {
        top: 0;
        left: 20%;
    }
    .user-nearby .user:nth-of-type(1) .photo-wrapper {
        width: 3.57143em;
        height: 3.57143em;
    }
    .user-nearby .user:nth-of-type(2) {
        top: 20%;
        left: 75.71%;
    }
    .user-nearby .user:nth-of-type(2) .photo-wrapper {
        width: 2.78571em;
        height: 2.78571em;
    }
    .user-nearby .user:nth-of-type(3) {
        left: 46.42%;
        top: 43.75%;
    }
    .user-nearby .user:nth-of-type(3) .photo-wrapper {
        width: 1.57143em;
        height: 1.57143em;
    }
    .user-nearby .user:nth-of-type(4) {
        left: 14.28%;
        top: 66.66%;
    }
    .user-nearby .user:nth-of-type(4) .photo-wrapper {
        width: 2.28571em;
        height: 2.28571em;
    }
    .user-nearby .user:nth-of-type(5) {
        left: 63.21%;
        top: 85.41%;
    }
    .user-nearby .user:nth-of-type(5) .photo-wrapper {
        width: 2.85714em;
        height: 2.85714em;
    }
}
@keyframes rotate {
    0% {transform: rotate(0deg);}

    100% {transform: rotate(360deg);}
}
@keyframes shake {
    0% {transform: translateX(0);}

    33% {transform: translateX(-2px);}

    66% { transform: translateX(-4px);}

    100% {transform: translateX(0);}
}
.last-slide {
    overflow: hidden;
}
.last-slide .text-container {
    position: relative;
    z-index: 2;
    padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
    color: #fff;
}
.last-slide .text-container p {
    width: 21.42857em;
    max-width: 100%;
}
.last-slide .inner-wrapper {
    background: black;
    position: relative;
    z-index: 2;
    height: 100%;
}
.last-slide .bg {
    transform: scale(1.1) translateX(-3.57143em);
    opacity: 0;
    transition: 0.5s;
}
.last-slide.animated .bg {
    transform: scale(1) translateX(0);
    opacity: 1;
    transition: 2s 1s;
}
body.homepage .last-slide .bg {
    display: none;
}
.imageholder {
	position: relative;
	display: inline-block;
	
}
.imageholder img {
	top: 0;
    left: 0;
	max-width: 100%;
}
.extrapaddingtop {
	margin-top: 5em;
}


@media screen and (max-width: 640px) {
    .last-slide {
        position: relative;
        padding-top: 4.28571em;
        padding-bottom: 3.57143em;
        padding-left: 2.14286em;
        padding-right: 2.14286em;
    }
	.extrapaddingtop {
	margin-top: 4;
	}
    .last-slide .text-container {
        padding-right: 0;
    }

    .last-slide .button {
        margin-top: 16.42857em;
        width: 100%;
        text-align: center;
    }

    body.homepage .last-slide .bg {
        display: block;
    }
}






.homepage .backgrounds-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.homepage .backgrounds-wrapper .bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: block;
    height: 100%;
    transition: 0.5s 0s;
}
.homepage .backgrounds-wrapper .bg-wrapper .bg {
    backface-visibility: hidden;
}
.homepage .backgrounds-wrapper .bg-wrapper.cc-1-bg .bg {
    opacity: 0;
    transition: 2s;
    filter: blur(10px);
    transform: translateX(-7.14286em);
    transform-origin: right;
}
.homepage .backgrounds-wrapper .bg-wrapper.cc-3-bg {
    width: 50%;
    left: 50%;
}
.homepage .backgrounds-wrapper .bg-wrapper.cc-3-bg .bg {
    transform: scale(1.5);
    opacity: 0;
    transition: 1.5s;
}
.homepage .backgrounds-wrapper .bg-wrapper.cc-5-bg .bg {
    transform: scale(1.1) translateX(-3.57143em);
    opacity: 0;
    transition: 0.5s;
}
.homepage.fp-viewing-cc-1 .backgrounds-wrapper .bg-wrapper.cc-1-bg {
    opacity: 1;
    transition: 0.5s 0.5s;
}
.homepage.fp-viewing-cc-2 .backgrounds-wrapper .bg-wrapper.cc-2-bg {
    opacity: 1;
    transition: 0.5s 0.5s;
}
.homepage.fp-viewing-cc-3 .backgrounds-wrapper .bg-wrapper.cc-3-bg {
    opacity: 1;
    transition: 0.5s 0.5s;
}
.homepage.fp-viewing-cc-4 .backgrounds-wrapper .bg-wrapper.cc-4-bg {
    opacity: 1;
    transition: 0.5s 0.5s;
}
.homepage.fp-viewing-cc-5 .backgrounds-wrapper .bg-wrapper.cc-5-bg {
    opacity: 1;
    transition: 0.5s 0.5s;
}
.homepage.loaded .backgrounds-wrapper .bg-wrapper.cc-1-bg .bg {
    opacity: 1;
    transform: none;
    filter: blur(0px);
    transition: all 2s, filter 4s;
}
.homepage.fp-viewing-cc-3 .backgrounds-wrapper .bg-wrapper.cc-3-bg {
    transition: 0.5s 0s;
}
.homepage.fp-viewing-cc-3 .backgrounds-wrapper .bg-wrapper.cc-3-bg .bg {
    transform: scale(1);
    opacity: 1;
    transition: 1.5s;
}
.homepage.fp-viewing-cc-5 .backgrounds-wrapper .bg-wrapper.cc-5-bg {
    transition: 0.5s 0s;
}
.homepage.fp-viewing-cc-5 .backgrounds-wrapper .bg-wrapper.cc-5-bg .bg {
    transform: scale(1) translateX(0);
    opacity: 1;
    transition: 2s 1s;
}
@media screen and (max-width: 640px) {
    .homepage .backgrounds-wrapper {
        display: none;
    }
}
.phone-animation { 
}
.phone-animation .cc-1 .left,
.phone-animation .cc-1 .right {
    width: 50%;
    float: left;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.phone-animation .cc-1 .inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.phone-animation .cc-1 .text-wrapper {
    width: 41.64286em;
    max-width: 90%;
}
.phone-animation .cc-1 .left {
    background: #fff;
    color: #000;
    display: table;
}
.phone-animation .cc-1 .left .text-wrapper {
    margin-left: auto;
    padding-right: 17.85714em;
}
@media (max-width: 1024px) {
    .phone-animation .cc-1 .left .text-wrapper {
        padding-right: 11.42857em;
    }
}
.phone-animation .cc-1 .left p {
    color: #73777F;
    width: 21.42857em;
    max-width: 100%;
}
.phone-animation .cc-1 .right .text-wrapper {
    padding-left: 16.42857em;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .phone-animation .cc-1 .right .text-wrapper {
        padding-left: 11.42857em;
    }
}
.phone-animation .cc-1 .mobile-phone-wrapper {
    display: none;
}
@media screen and (max-width: 640px) {
    .phone-animation .cc-1 {
        position: relative;
    }
    .phone-animation .cc-1 .inner-wrapper {
        display: block;
    }
    .phone-animation .cc-1 .left {
        background: #fff;
        padding-top: 6.42857em;
        padding-bottom: 15.71429em;
        padding-left: 3.57143em;
        padding-right: 3.57143em;
    }
    .phone-animation .cc-1 .left .text-wrapper {
        padding-right: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .phone-animation .cc-1 .left,
    .phone-animation .cc-1 .right {
        display: block;
        width: 100%;
        float: none;
    }
    .phone-animation .cc-1 .button {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .phone-animation .cc-1 .right {
        padding-top: 15.71429em;
        background-image: linear-gradient(-134deg, #0d0d17 0%, #0d0d17 100%);
        padding-bottom: 3.57143em;
    }
    .phone-animation .cc-1 .right .inner-wrapper {
        display: block;
    }
    .phone-animation .cc-1 .right .text-wrapper {
        padding-left: 3.57143em;
        max-width: 100%;
        padding-right: 3.57143em;
    }
    .phone-animation .cc-1 .mobile-phone-wrapper {
        display: block;
        position: absolute;
        top: 0%;
        transform: none;
        height: auto;
        position: relative;
    }
    .phone-animation .cc-1 .phone {
        position: relative;
        transform: rotate(0deg);
        width: 11.71429em;
        top: 0;
        margin-top: -100%;
        margin-bottom: -100%;
    }
}
.phone-animation .content-left-slide {
    background-image: -webkit-linear-gradient(44deg, #0d0d17 0%, #0d0d17 100%);
    background-image: -o-linear-gradient(44deg, #0d0d17 0%, #0d0d17 100%);
    background-image: linear-gradient(134deg, #0d0d17 0%, #0d0d17 100%);
}
@media screen and (max-width: 640px) {
    .phone-animation .content-left-slide {
        color: #fff;
        background-image: -webkit-linear-gradient(44deg, #0d0d17 0%, #0d0d17 100%);
        background-image: -o-linear-gradient(44deg, #0d0d17 0%, #0d0d17 100%);
        background-image: linear-gradient(134deg, #0d0d17 0%, #0d0d17 100%);
        display: flex;
    }
    .phone-animation .content-left-slide .text-container {
        padding-top: 4.28571em;
        padding-bottom: 0.71429em;
    }
    .phone-animation .content-left-slide .mobile-phone-wrapper {
        display: block;
        position: absolute;
        top: 0%;
        transform: none;
        height: auto;
        position: relative;
    }
    .phone-animation .content-left-slide .phone {
        position: relative;
        transform: rotate(0deg);
        width: 11.71429em;
        top: 0;
        margin-bottom: -2.85714em;
    }
    .phone-animation .content-left-slide .phone .screen-inner-wrapper {
        transform: translateY(0);
    }
}




.line-wrapper {
    position: absolute;
    left: 0;
    bottom: 7.14286em;
    width: 100%;
    height: 3px;
    z-index: 2;
}
.line-wrapper .line-container {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #0d0d17;
}
.line-wrapper .loading-line {
    width: 83.28571em;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}
.homepage.fp-viewing-cc-1 .line-wrapper .loading-line-inner-wrapper {
	opacity: 0;
}
.line-wrapper .loading-line:before {
	display: none;
}
.line-wrapper .loading-line-inner-wrapper {
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    transition: 1s;
	background: #a19fff;
}
.line-wrapper .loading-line-inner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a19fff;
    transition: 0.75s;
    transform-origin: left;
    transform: scaleX(0);
}
.line-wrapper .numbers-wrapper {
	display: none;
}
.line-wrapper .numbers-wrapper .inner-wrapper {
    display: inline-block;
    vertical-align: top;
    transition: 1s;
}
.line-wrapper .scroll-down-wrapper {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.71429em;
    color: #ffffff;
    letter-spacing: 0.3em;
    position: absolute;
    top: 2.5em;
    left: 0;
    transition: 0.5s;
}
.line-wrapper .scroll-down-wrapper-end {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.71429em;
    color: #ffffff;
    letter-spacing: 0.3em;
    position: absolute;
    top: 2.5em;
    left: 0;
    transition: 1.5s;
}
.line-wrapper .scroll-down-wrapper span {
    display: block;
    transform: translateX(-3em);
    opacity: 0;
    transition: 0.75s;
}
.line-wrapper .scroll-down-wrapper-end span {
    display: block;
    transform: translateX(-3em);
    opacity: 0;
    transition: 1.75s;
}
body.loaded .line-wrapper .loading-line:before {
    transform: scaleX(1);
    transition: all 1.5s 0.8s, background 0.5s;
}
body.loaded .line-wrapper .loading-line-inner-wrapper:after {
    transform: scaleX(1);
    transition: all 0.75s 1s, background 0.5s;
}
body.loaded .line-wrapper .scroll-down-wrapper span {
    transform: none;
    opacity: 1;
    transition: all 0.75s 0.9s, color 0.5s;
}
body.loaded .line-wrapper .scroll-down-wrapper-end span {
    transform: none;
    opacity: 1;
    transition: all 1.75s 0.9s, color 0.5s;
}

@media screen and (max-height: 700px) {
    .line-wrapper {
        bottom: 5em;
    }
}


.social-wrapper {
	width: 83.28571em;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
}
.social-wrapper-align {
	float: right;
}
.social-wrapper ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
	line-height: 5.6em;
}
.social-wrapper ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 0.3em;
	height: auto;
}
.social-wrapper ul a {
	display: inline-block;
}
.social-wrapper ul img {
	display: block;
	opacity: 0.8;
}
.social-wrapper ul img:hover {
	display: block;
	opacity: 1;
}



.copyright-link {
	color: #c4e4fe;
	text-decoration: none;
}


@media screen and (max-width: 640px) {
	
	.social-wrapper {
		margin-left: 0;
		margin-top: 2em;
		width: 100%;
		max-width: 100%;
	}
	.social-wrapper-align {
		float: none;
	}
	.social-wrapper ul li {
		margin-left: 0.2em;
	}
	.social-wrapper ul {
		margin-left: 0;
	}
}


/* General Tso */


html,
body {
    font-size: 14px;
    background: #fff;
    font-family: 'Nunito Sans Regular', sans-serif;
    background: #0d0d17;
}

@media screen and (min-width: 1700px) {
    html,
    body {
        font-size: calc(9px + .25vw + .42vh);
    }
}

@media screen and (max-width: 1400px)(max-height: 700px) {
    html,
    body {
        font-size: 13px;
    }
}

.fullpage-wrapper {
    z-index: 2;
}

.container {
    height: 100%;
    position: relative;
    transition: all 1.1s cubic-bezier(0.86, 0, 0.07, 1), opacity 0s 0s;
    opacity: 0;
}
.container.last-item .line-wrapper .scroll-down-wrapper {
    opacity: 0;
}
.container.last-item .line-wrapper .scroll-down-wrapper-end {
    opacity: 1;
}
.row {
    width: 83.28571em;
    max-width: 90%;
}
.row .row {
    width: 100%;
}


@media screen and (max-width: 640px) {
    html,
    body {
        font-size: 14px;
    }
    .prop-background,
    .button-background {
        display: none;
    }
    .row {
        width: calc(100% - 2.85714em);
    }
    body.homepage .bg-wrapper {
        display: block;
    }
}


.mask-bg {
	display: none;
}

@media screen and (max-width: 640px) {
    .mask-bg {
		display: none;
    }
}



