/* GLOBAL */ 

*{
	overscroll-behavior: none;
	/*touch-action:none;*/
}

html,body{
	background-color:#fff;
	font-family:"Work Sans", sans-serif;
	font-weight:400;
	-webkit-overflow-scrolling:none;
	overscroll-behavior: none;
	touch-action:none;
}

/*html, body {margin: 0; height: 100%; overflow: hidden}*/

/* COLORS */ 
.text-purple{color:#8A66FF !important;}

.site-container{
	min-height:100vh;
	min-height:100dvh;
}

.site-container .bg-color-fixed{
	background-color:#111111;
	bottom:0;
	left:0;
	opacity:0;
	position:fixed;
	right:0;
	top:0;
	z-index:3;
}

.site-container .bg-animation-fixed{
	bottom:0;
	left:0;
	opacity:1;
	position:fixed;
	right:0;
	top:0;
	z-index:4;
}

.site-container .bg-animation-fixed .animation{
	bottom:0;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
}

.site-container .bg-animation-fixed .animation.bg-placeholder{
	background:url('../images/section-1-bg-placeholder.svg') center center repeat-x;
	background-size:cover;
}

/* HEADER */ 

.site-logo{
	height:45px;
	left:16px;
	position:fixed;
	top:40px;
	width:127px;
	z-index:15000;
}
.site-logo > img{
	display:block;
	height:45px;
	width:127px;
}
@media only screen and (min-width: 25em) { /* 400px */
	/*.site-logo{
		top:64px;
	}*/
}
@media only screen and (min-width: 45em) { /* 720px */
	.site-logo{
		height:45px;
		left:50%;
		top:24px;
		transform:translateX(-63px);
		width:127px;
	}
	.site-logo > img{
		height:45px;
		width:127px;
	}
}

.nav-icon{
	height:45px;
	right:16px;
	position:fixed;
	top:64px;
	width:36px;
	z-index:10001;
}


/* INTRO SECTION */ 

.intro{
	height:95vh;
	height:100dvh;
	overflow:hidden;
	position:relative;
}

.intro #homeVideo{
	height:100%;
	left:0;
	object-fit:cover;
	position:absolute;
	top:0;
	width:100%; 
	z-index:0;
}

/* INTRO - STATE 2 - ROCKET VIDEO AND HEADLINES */ 
.intro{
	opacity:1;
}
.intro .second-layer{
	height:100%;
	/*left:0%;*/
	left:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:10;
}
.intro .second-layer #homeVideo2{
	height:100%;
	left:0;
	object-fit:cover;
	position:absolute;
	top:0;
	width:100%; 
	z-index:15;
}
.intro .second-layer .video-darken{
  background-color:#111111;
	height:100%;
	left:0;
	/*opacity:0.64;
	opacity:0.48;*/
	opacity:1;
	position:absolute;
	top:0;
	width:100%; 
	z-index:16;
}

.intro .second-layer .home-video-2-text{
	align-items:center;
	bottom:20px;
	display:flex;
	left:0px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:20px;
	z-index:20;
}
.intro .second-layer .home-video-2-text.text-1{
	justify-content:flex-start;
}
.intro .second-layer .home-video-2-text.text-2{
	justify-content:center;
}
.intro .second-layer .home-video-2-text.text-2 > div{
	text-align:center;
}
.intro .second-layer .home-video-2-text.text-3{
	justify-content:flex-end;
}
.intro .second-layer .home-video-2-text.text-3 > div{
	text-align:right;
}

.intro .second-layer .home-video-2-text div{
	width: 100%;
}

.intro .second-layer .home-video-2-text > div{
	color:#fff;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
}
@media only screen and (min-width: 25em) { /* 400px */
	.intro .second-layer .home-video-2-text > div{
		font-size:40px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.intro .second-layer .home-video-2-text > div{
		font-size:48px;
	}
}

.intro .second-layer .home-video-2-text > div > div{
	padding:0 20px;
	transform:translateX(100%);
}
	
@media only screen and (min-width: 45em) { /* 720px */
	.intro .second-layer .home-video-2-text > div > div{
		opacity:0;
		transform:translateX(400px);
	}
}

/* INTRO - STATE 3 - STATS */ 

.intro .second-layer .video-2-mask{
	align-items: center;
	bottom:0;
	display: flex;
	justify-content: center;
	left:0;
	opacity:0;
	overflow: hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:20;
}

.intro #rocketVideoMaskMobile{
	height:100%;
	width:auto;
}

.intro .second-layer .stats-container{
	bottom:0;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:17;
}
.intro .second-layer .stats-container .stat{
	align-items:center;
	/*background-color:rgba(255,255,255,0.25);*/
	border-radius:100%;
	display:flex;
	flex-direction:column;
	height:27.57vh;
	justify-content:center;
	left:50vw;
	position:absolute;
	width:27.57vh;
}
.intro .second-layer .stats-container #stat1{margin-left:-7.3vh;top:5.16vh;top:5.16%;}
.intro .second-layer .stats-container #stat2{margin-left:-21.5vh;top:25.58vh;top:25.58%;}
.intro .second-layer .stats-container #stat3{margin-left:-7.3vh;top:46.24vh;top:46.24%;}
.intro .second-layer .stats-container #stat4{margin-left:-21.5vh;top:66.78vh;top:66.78%;}
@media only screen and (min-width: 45em) { /* 720px */
	.intro .second-layer .stats-container .stat{
		height:27.57vh;
		height:27.57dvh;
		left:50vw;
		left:50vw;
		top:50vh;
		top:50dvh;
		width:27.57vh;
		width:27.57dvh;
	}
	.intro .second-layer .stats-container #stat1{margin-top:-20.5vh;margin-left:-39vh;top:50vh;}
	.intro .second-layer .stats-container #stat2{margin-top:-7vh;margin-left:-22.18vh;top:50vh;}
	.intro .second-layer .stats-container #stat3{margin-top:-20.5vh;margin-left:-5.75vh;top:50vh;}
	.intro .second-layer .stats-container #stat4{margin-top:-7vh;margin-left:10.5vh;top:50vh;}
}
@media only screen and (min-width: 79.75em) { /* 1280px */
	.intro .second-layer .stats-container #stat1{margin-top:-23vh;margin-left:-49.5vh;top:50vh;}
	.intro .second-layer .stats-container #stat2{margin-top:-4.5vh;margin-left:-26.25vh;top:50vh;}
	.intro .second-layer .stats-container #stat3{margin-top:-23vh;margin-left:-1.75vh;top:50vh;}
	.intro .second-layer .stats-container #stat4{margin-top:-4.5vh;margin-left:21.5vh;top:50vh;}
}
.intro .second-layer .stats-container .stat > div{
	color:#fff;
	text-align:center;
}
.intro .second-layer .stats-container .stat > div:first-child{
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
}
@media only screen and (min-width: 25em) { /* 400px */
	.intro .second-layer .stats-container .stat > div:first-child{
		font-size:32px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.intro .second-layer .stats-container .stat > div:first-child{
		font-size:40px;
	}
}
@media only screen and (min-width: 79.75em) { /* 1280px */
	.intro .second-layer .stats-container .stat > div:first-child{
		font-size:40px;
		/*
		font-size:48px;
		*/
	}
}
.intro .second-layer .stats-container .stat > div:nth-child(2){
	font-size:14px;
	letter-spacing:-0.02em;
	line-height:1.5em;
	margin-top:14px;
}
@media only screen and (min-width: 25em) { /* 400px */
	.intro .second-layer .stats-container .stat > div:nth-child(2){
		/*
		font-size:16px;
		margin-top:16px;
		*/
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.intro .second-layer .stats-container .stat > div:nth-child(2){
		font-size:16px;
		margin-top:16px;
		/*
		font-size:18px;
		margin-top:18px;
		*/
	}
}

/* SECTION 1 - WHAT THEY DO */

.section-1 .bg-color{
	background-color:#111111;
	bottom:0;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:950;
}

.section-1 .bg-animation{
	bottom:0;
	left:0;
	opacity:1;
	position:absolute;
	right:0;
	top:0;
	z-index:955;
}

.site-container .bg-animation .animation{
	bottom:0;
	left:0;
	opacity:1;
	position:absolute;
	right:0;
	top:0;
	z-index:960;
}

.site-container .bg-animation .animation.bg-placeholder{
	background:url('../images/section-1-bg-placeholder.svg') center center repeat-x;
	background-size:cover;
}

#bgAnimationSwirl{
	width:100%;
	height:100%;
}

.section-1{
	align-items:center;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	scroll-snap-stop: always;
	z-index:1000;
}

.section-1 .content{
	padding:20px;
}

.section-1 .content h2{
	color:#111111;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.section-1 .content h2#section1ContentHading1{
	transform:translateX(-100%);
}
.section-1 .content h2#section1ContentHading2{
	transform:translateX(100%);
}
.section-1 .content h2#section1ContentHadingDesktop{
	display:none;
	transform:translateX(200%);
}

@media only screen and (min-width: 25em) { /* 400px */
  .section-1 .content h2{
	  font-size:40px;
  }
}

.section-1 .animation{
	position:relative;
}

.section-1 .content .animation#section1ContentAnimation{
	margin:60px 0;
	opacity:1;
}

.section-1 .what-they-do-video-text{
	align-items:center;
	bottom:0;
	display:flex;
	flex:0 1 auto;
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.section-1 .what-they-do-video-text > div{
	box-sizing:border-box;
	color:#8A66FF;
	font-size:12px;
	letter-spacing:-0.02em;
	opacity:0;
	padding-bottom:3px;
	text-align:center;
	width:25%;
}
.section-1 .what-they-do-video-text > div:nth-child(1){
	padding-right:2%
}
.section-1 .what-they-do-video-text > div:nth-child(4){
	padding-left:2%
}

.section-1 .content p{
	color:#111111;
	font-size:16px;
	letter-spacing:-0.02em;
	line-height:1.5em;
	margin:0;
	opacity:0;
	text-align:center;
}

@media only screen and (min-width: 45em) { /* 720px */
		
	.site-container .bg-animation .animation.bg-placeholder{
		background:url('../images/section-1-bg-desktop-placeholder.svg') center center repeat-x;
		background-size:cover;
	}
	
	.section-1 .content{
		margin-left:auto;
		margin-right:auto;
		max-width:1050px;
		width:100%;
	}

	.section-1 .content h2{
		font-size:48px;
		text-align:left;
	}

	.section-1 .content h2#section1ContentHading1{
		display:none;
	}
	.section-1 .content h2#section1ContentHading2{
		display:none;
	}
	.section-1 .content h2#section1ContentHadingDesktop{
		display:block;
		opacity:0;
		transform:translateX(400px);
	}

	.section-1 .what-they-do-video-text > div{
		font-size:24px;
		padding-bottom:3px;
	}
	.section-1 .what-they-do-video-text > div:nth-child(3){
		padding-left:2%
	}
		
	.section-1 .content p{
		margin:0 0 0 auto;
		text-align:left;
		max-width:270px;
	}

}

/* SECTION 1B - WHAT WE DO */ 

.section-1 .section-1b{
	align-items:center;
	bottom:0;
	display:flex;
	justify-content:center;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1010;
}

.section-1 .section-1b .content h2{
	color:#fff;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-1 .section-1b .content h2{
		font-size:40px;
	}
}

.section-1 .content .animation#section1bContentAnimation{
	margin:0px 0;
	opacity:1;
}

.section-1 .section-1b .content p{
	color:#fff;
	font-size:16px;
	letter-spacing:-0.02em;
	line-height:1.5em;
	margin:0;
	opacity:0;
	text-align:center;
}

@media only screen and (min-width: 45em) { /* 720px */
	
	.section-1 .section-1b .content{
		margin-left:auto;
		margin-right:auto;
		max-width:590px;
	}

	.section-1 .section-1b .content h2{
		font-size:40px;
		text-align:center;
	}

	.section-1 .section-1b .content p{
		font-size:16px;
		margin:0 auto;
		text-align:center;
		max-width:356px;
	}	

}

/* SECTION 2 MAXIMIZING CREATIVE IMPACT */

.section-2{
	background-color:#111111;
	align-items:center;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	scroll-snap-stop: always;
	z-index:2000;
}

.section-2 > .content{
	margin-left:auto;
	margin-right:auto;
	/*max-width:440px;
	max-width:400px;*/
	padding:64px 20px 40px 20px;
	width: 100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-2 > .content{
		padding:84px 20px 40px 20px;
	}
}

.section-2 > .content h2{
	color:#FFF;
	font-family:"MADE Outer Sans";
	font-size:28px;
	font-weight:900;
	line-height:1.2em;
	margin:0;
	text-align:left;
	text-transform:uppercase;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-2 > .content h2{
		/*font-size:40px;*/
		font-size:32px;
	}
}

.section-2-content-hading{
	position:relative;
	z-index:2100;
}
.section-2 .content h2#section2ContentHading1{
	transform:translateX(-200%);
}
.section-2 .content h2#section2ContentHading2{
	transform:translateX(200%);
}
.section-2 .content h2#section2ContentHading3{
	color:#8A66FF;
	text-align:right;
	transform:translateX(-200%);
}
.section-2 .content h2#section2ContentHading4{
	color:#8A66FF;
	text-align:right;
	transform:translateX(200%);
}

.section-2 .section-2-content{
	align-items:flex-start;
	display:flex;
	justify-content: space-between;
	width:100%;
}

.section-2 > .content .section-2-content-left{
	display:none;
	max-width:180px;
	transform:translateX(-200%);
	width:45%;
}

.section-2 > .content h3#section2ContentHading5{
	color:#FFF;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	margin:0;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-2 > .content h3#section2ContentHading5{
		/*font-size:40px;*/
		font-size:32px;
	}
}

.section-2 > .content .section-2-content-right{
	/*max-width:150px;*/
	transform:translateX(200%);
	width:100%;
}
.section-2 .content p#section2ContentP1{
	color:#FFF;
	font-size:16px;
	line-height:1.5em;
	margin:4px 0 0 0;
	text-align:left;
}
.section-2 .content p#section2ContentP1Desktop{
	display:none;
}
.section-2 .content p#section2ContentP2{
	display:none;
}

#section2ContentLeft{

}

@media only screen and (min-width: 25em) { /* 720px */

	.section-2 #section2ContentAnimation{
		margin:0 auto;
		max-width:320px;
	}

}

@media only screen and (min-width: 45em) { /* 720px */

	.section-2 > .content{
		height:100vh;
		height:100dvh;
		max-width:1050px;
		padding:120px 20px 80px 20px;
		position:relative;
		width:100%;
	}

	.section-2 #section2ContentAnimation{
		/*
		align-items:center;
		bottom:0;
		display:flex;
		justify-content:center;
		left:0;
		position:absolute;
		right:0;
		top:0;
		z-index:2010;
		*/
        height:100%;
		max-height:100%;
		max-width:none;
		padding:36px 0;
		position:relative;
	}

	.section-2 .content #section2ContentAnimation .lottie-player{
		height:100%;
		object-fit:contain;
		width:100%;
	}

	.section-2-content-hading{
		position:absolute;
		left:20px;
		top:124px;
		z-index:2010;
	}
	
	.section-2 > .content h2{
		font-size:48px;
		text-align:left;
	}
	.section-2 .content h2#section2ContentHading1{
		opacity:0;
		text-align:left;
		transform:translateX(-200px);
	}
	.section-2 .content h2#section2ContentHading2{
		opacity:0;
		text-align:left;
		transform:translateX(-200px);
	}
	.section-2 .content h2#section2ContentHading3{
		opacity:0;
		text-align:left;
		transform:translateX(-200px);
	}
	.section-2 .content h2#section2ContentHading4{
		opacity:0;
		text-align:left;
		transform:translateX(-200px);
	}

	.section-2 .section-2-content{
		align-items:flex-end;
		bottom:80px;
		position: absolute;
		left:20px;
		right:20px;
		z-index:2020;
	}

	.section-2 > .content .section-2-content-left{
		display:block;
		max-width:260px;
		opacity:0;
		transform:translateX(-200px);
		width:45%;
	}
	.section-2 > .content .section-2-content-right{
		max-width:270px;
		opacity:0;
		transform:translateX(200px);
		width:45%;
	}

	.section-2 .content h3#section2ContentHading5{
		font-size:40px;
		margin:0;
	}
	.section-2 .content p#section2ContentP1{
		display:none;
	}
	.section-2 .content p#section2ContentP1Desktop{
		color:#FFF;
		display:block;
		font-size:16px;
		line-height:1.5em;
		margin:18px 0 0 0;
		text-align:left;
	}
	.section-2 .content p#section2ContentP2{
		color:#FFF;
		display:block;
		font-size:16px;
		line-height:1.5em;
		margin:0 0 0 0;
		text-align:left;
	}

}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */

	#section2ContentAnimation{
		/*max-width: 300px;*/
		max-width:260px;
		margin: 0 auto;
	}

}

@media only screen and (min-width: 45em){
	
	#section2ContentAnimation{
		max-width:none;
	}
	
}

/* SECTION 2B MAXIMIZING CREATIVE IMPACT */

#section2ContentAnimation,
.section-2-content{
	/*opacity:0 !important;*/
}

.section-2b{
	bottom:0;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
}

.section-2b .content{
    height: 100%;
	margin-left:auto;
	margin-right:auto;
	max-width:440px;
	/*max-width:400px;*/
	position: relative;
}

.section-2b #maximizingAnimation{
	align-items:center;
	bottom:0;
	display:flex;
	justify-content:center;
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.section-2 #maximizingAnimationVideo{
	transform: rotate(720deg) translate(500px,-500px);
	/*transform: rotate(720deg);*/
	transform-origin:50% 50%;
}

.maximizing-animation-container{
	margin:0 auto;
	max-width:360px;
	position: relative;
}
.maximizing-animation-container > div{
	align-items:center;
	color:#199949;
	display:flex;
	font-size:16px;
	font-weight:800;
	justify-content:center;
	line-height:1em;
	position:absolute;
	text-align:center;
}
.maximizing-animation-container #maximizingAnimationVideoText1{
    height:22%;
    left:25%;
	opacity:0;
    top:26%;
	width:23%;
}
.maximizing-animation-container #maximizingAnimationVideoText2{
    height:22%;
    left:50%;
	opacity:0;
    top:51%;
	width:23%;
}

.section-2b #maximizingAnimationVideo{
	aspect-ratio:1/1;
}

.section-2b-content{
	bottom:40px;
	left:20px;
	position:absolute;
	right:20px;
}

.section-2b .content h3#section2bContentHading1{
	color:#FFF;
	font-size:32px;
	font-weight:600;
	line-height:1.2em;
	margin:0;
	transform:translateX(-200%);
	opacity:0;
}
@media only screen and (min-width: 45em) {
	.section-2b .content h3#section2bContentHading1{
		font-size:40px;
	}
	
	.maximizing-animation-container{
		max-width:none;
	}
}

.section-2b .content p#section2bContentP1{
	color:#FFF;
	font-size:14px;
	letter-spacing:0.06em;
	line-height:1.5em;
	margin:16px 0 0 0;
	text-align:left;
	transform:translateX(-200%);
	opacity:0;
}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */

	.section-2 > .content h3#section2ContentHading5{
        font-size:32px;
    }

	.section-2b-content{
    	bottom:40px;
	}

	.section-2b .content h3#section2bContentHading1{
		font-size:32px;
	}

	.section-2b .content p#section2bContentP1{
		font-size:13px;
		margin:10px 0 0 0;
	}

	.section-2b #maximizingAnimation {
    	top: 70px;
	}
	
}

@media only screen and (min-width: 45em) { /* 720px */

	.section-2b{
		bottom:0;
		bottom:8.173vh;
		left:0;
		position:absolute;
		right:0;
		top:0;
		top:12.74vh;
	}

	.section-2b .content{
		height: 100%;
		margin-left:auto;
		margin-right:auto;
		max-width:1050px;
		position: relative;
	}

	.section-2b #maximizingAnimation{
		align-items:center;
		bottom:0;
		display:flex;
		justify-content:center;
		left:0;
		position:absolute;
		right:0;
		top:0;
	}
	.section-2 #maximizingAnimationVideo{
		transform: rotate(720deg) translate(2000px,-1500px);
	}
	.maximizing-animation-container{
		height:100%;
		padding-bottom:10%;
		position:relative;
	}
	.section-2b #maximizingAnimationVideo{
		aspect-ratio:1/1;
		height:100%;
		width:auto;
		object-fit:contain;
	}
	.maximizing-animation-container > div{
		align-items:center;
		display:flex;
		font-size:16px;
		justify-content:center;
		position:absolute;
		text-align:center;
	}
	.maximizing-animation-container #maximizingAnimationVideoText1{
		height:24.75%;
        left:17%;
        top:40%;
        width:28%;
	}
	.maximizing-animation-container #maximizingAnimationVideoText2{
		height:24.25%;
        left:53.5%;
        top:20.5%;
        width:28%;
	}

	.section-2b-content{
		bottom:20px;
		/*display:flex;
		justify-content:space-between;*/
		left:auto;
		max-width:300px;
		position:absolute;
		right:20px;
	}

	.section-2b .content h3#section2bContentHading1{
		/*color:#199949;*/
		font-size:40px;
		line-height:1.2em;
		margin:0;
		max-width:300px;
		opacity:0;
		transform:translateX(-200px);
		/*width:45%;*/
		width:100%;
	}

	.section-2b .content p#section2bContentP1{
		font-size:16px;
		letter-spacing:0.06em;
		line-height:1.5em;
		margin:16px 0 0 0;
		max-width:380px;
		opacity:0;
		text-align:left;
		transform:translateX(200px);
		/*width:45%;*/
		width:100%;
	}

}

/* SECTION 3  */

.section-3{
	background-color:#111111;
	align-items:center;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:3000;
}

.section-3 > .content{
	margin-left:auto;
	margin-right:auto;
	max-width:440px;
	/*max-width:400px;*/
	padding:64px 0px 40px 0px;
	width: 100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-3 > .content{
		padding:84px 0px 40px 0px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-3 > .content{
		max-width:100%;
		padding:120px 0px 80px 0px;
	}
}

.section-3 > .content h2{
	color:#FFF;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:0 0 32px 0;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-3 > .content h2{
		font-size:40px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-3 > .content h2{
		font-size:40px;
		line-height:1.2em;
		margin:0 0 32px 0;
	}
}
@media only screen and (min-width: 75em) { /* 1200px */
	.section-3 > .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:0 0 52px 0;
	}
}

.section-3 .content h2#section3ContentHading1{
	transform:translateX(200%);
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-3 .content h2#section3ContentHading1{
		opacity:0;
		transform:translateX(200px);
	}
}

.more-info-link{
	opacity:0;
	text-align:center;
}

.more-info-link a{
	background:url('../images/link-arrow.svg') center right no-repeat;
	background-size:14px auto;
	color:#FFF;
	display:inline-block;
	font-size:24px;
	letter-spacing:0.06em;
	line-height:1.5em;
	margin:26px 0 0 0;
	padding-right:26px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

@media only screen and (min-width: 45em) { /* 720px */
	.more-info-link a{
		background-size:14px auto;
		font-size:24px;
		margin:40px 0 0 0;
		padding-right:26px;
	}
}

/* CAPABILITIES ROW */

.capabilities-row{
	opacity:0;
	overflow-x:hidden;
	text-align:center;
}
.capabilities-row-inner{
	display:flex;
	justify-content:flex-start;
}
.capabilities-row-inner.reverse{
	display:flex;
	justify-content:flex-end;
}
.capabilities-row-inner.center{
	justify-content:center;
}
.capabilities,
.capabilities-reverse{
	display:flex;
}
.capabilities.animate{
	animation:ticker 90s infinite linear;
}
.capabilities-reverse.animate{
	animation:tickerReverse 90s infinite linear;
}
.capabilities-row-inner:hover .capabilities,
.capabilities-row-inner:hover .capabilities-reverse{
	/*animation-play-state:paused;*/
}
.capability{
	border:4px dotted #8A66FF;
	border-radius:80px;
	color:#8A66FF;
	display:inline-block;
	font-size:32px;
	font-weight:500;
	letter-spacing:-0.02em;
	margin:2px;
	padding:8px 30px;
	white-space:nowrap;
	word-break:keep-all;
}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	
	.capability{
		font-size:24px;
		padding:5px 30px;
	}	

}

@media only screen and (min-width: 45em) { /* 720px */
	.capability{
		font-size:26px;
		padding:6px 30px;
	}
}

@media only screen and (min-width: 75em) { /* 1200px */
	.capability{
		font-size:28px;
		padding:5px 30px;
	}
}

@media only screen and (min-width: 93.75em) { /* 1500px */
	.capability{
		font-size:32px;
		padding:8px 30px;
	}
}

@keyframes ticker{
	100% {
		transform:translateX(-50%);
	}
}

@keyframes tickerReverse{
	100% {
		transform:translateX(50%);
	}
}


/* SECTION 4 */

.section-4{
	align-items:center;
	background-color:#111111;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:4000;
}

.section-4 > .animated-background{
	background-color:#FFFFFF;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:4010;
	overflow:hidden;
}

#sectionsection4BgMobile{
	opacity:0;
}
#section4BgDesktop{
	opacity:0;
}

.section-4 > .animated-background #animationClientsBg,
.section-4 > .animated-background #animationClientsBgDesktop{
	height:100%;
	margin:0 auto;
	object-fit:cover;
	opacity:0;
	width:auto;
}
.section-4 #section4BgMobile.mobile{
	display: block;
}
.section-4 #section4BgDesktop.desktop{
	display: none;
}

.section-4 > .content{
	margin-left:auto;
	margin-right:auto;
	max-width:440px;
	/*max-width:400px;*/
	padding:64px 0px 40px 0px;
	position:relative;
	width: 100%;
	z-index:4020;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-4 > .content{
		padding:84px 0px 40px 00px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-4 > .content{
		max-width:480px;
		padding:120px 20px 80px 20px;
	}	
	.section-4 #section4BgMobile.mobile{
		display:none;
	}
	.section-4 #section4BgDesktop.desktop{
		display:block;
	}
}

.section-4 > .content h2{
	color:#111111;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:4px 0;
	padding:0 20px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-4 > .content h2{
		font-size:40px;
		margin:8px 0;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-4 > .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:14px 0;
	}
}

.section-4 .content h2#section4ContentHading1{
	color:#111111;
	text-align:left;
	transform:translateX(-200%);
}
.section-4 .content h2#section4ContentHading2{
	color:#8A66FF;
	text-align:center;
	transform:translateX(200%);
}
.section-4 .content h2#section4ContentHading3{
	color:#111111;
	text-align:right;
	transform:translateX(-200%);
}
.section-4 .content h2#section4ContentHading4{
	color:#111111;
	text-align:center;
	transform:translateX(200%);
}
.section-4 .content h2#section4ContentHading5{
	color:#ED402A;
	text-align:right;
	transform:translateX(-200%);
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-4 .content h2#section4ContentHading1{
		opacity:0;
		transform:translateX(-200px);
	}
	.section-4 .content h2#section4ContentHading2{
		opacity:0;
		transform:translateX(200px);
	}
	.section-4 .content h2#section4ContentHading3{
		opacity:0;
		text-align:left;
		transform:translateX(-200px);
	}
	.section-4 .content h2#section4ContentHading4{
		opacity:0;
		transform:translateX(200px);
	}
	.section-4 .content h2#section4ContentHading5{
		opacity:0;
		transform:translateX(-200px);
	}
}

/* SECTION 5 */

.section-5{
	background-color:#FFFFFF;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:5000;
}

.section-5 > .animated-background{
	background-color:#111111;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:5010;
	overflow:hidden;
}

.section-5 > .animated-background > div{
	bottom:0;
	left:0;
	opacity:0;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:5011;
}

#section5BgMobile{opacity:0;}
#section5BgDesktop{opacity:0;}

.section-5 > .animated-background #animationAgilityBg,
.section-5 > .animated-background #animationAgilityBgDesktop,
.section-5 > .animated-background #animationPerformanceBg,
.section-5 > .animated-background #animationCreativityBg,
.section-5 > .animated-background #animationTeamworkBg{
	height:100%;
	margin:0 auto;
	object-fit:cover;
	width:auto;
}
.section-5 #section5BgMobile.mobile{display: block;}
.section-5 #section5BgDesktop.desktop{display: none;}

.section-5 > .content-container{
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:5100;
}

.section-5 > .content-container > .content-container-inner{
	align-items:center;
	display:flex;
	height:100%;
}

.section-5 > .content-container > .content-container-inner > .content{
	margin-left:auto;
	margin-right:auto;
	max-width:402px;
	padding:64px 0px 40px 0px;
	position:relative;
	width: 100%;
	z-index:5020;
}

@media only screen and (min-width: 25em) { /* 400px */
	.section-5 .content{
		padding:84px 0px 40px 00px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-5 .content{
		max-width:480px;
		padding:120px 20px 80px 20px;
	}	
	.section-5 #section5BgMobile.mobile{
		display:none;
	}
	.section-5 #section5BgDesktop.desktop{
		display:block;
	}
}

.section-5 .content h2{
	color:#FFFFFF;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:4px 0;
	padding:0 20px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-5 .content h2{
		font-size:36px;
		margin:8px 0;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-5 .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:14px 0;
	}
}

.section-5 .section-5-content{
	margin:62px 0;
}
.section-5 .section-5b .section-5-content{
	margin:16px 0;
}
.section-5 .section-5c .section-5-content{
	margin:100px 0;
}

.section-5 .content p{
	color:#FFFFFF;
	display:block;
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
	margin:0;
	padding:0 20px;
	text-align:center;
	width:100%;
}
.section-5 .content p.small{
	font-size:16px;
	letter-spacing:-0.02em;
}

.section-5 .section-5-logo{
	margin:0;
	text-align:center;
}

.section-5 .section-5-logo img{
	margin:0 auto;
}

#section5a{opacity:0;}
#section5b{opacity:0;}
#section5c{opacity:0;}
#section5d{opacity:0;}

@media only screen and (min-width: 45em) { /* 720px */

	#section5a{opacity:0;}
	#section5b{opacity:0;}
	#section5c{opacity:0;}
	#section5d{opacity:0;}

	.section-5{
		background-color:#FFFFFF;
		min-height:100vh;
		min-height:100dvh;
		overflow:hidden;
		padding:120px;
		position:relative;
		z-index:5000;
	}

	.section-5 > .content-container{
		position: relative;
		margin:0 auto;
		max-width:1010px;
	}

	.testimonial-box{
		background-color:#111111;
		border:2px solid rgba(243,208,2,0.2);
		border-radius:64px;
		padding:32px 40px 40px 40px;
	}

	.section-5 > .content-container > .content-container-inner{
		align-items:center;
		display:block;
		height:auto;
	}

	.section-5 > .content-container > .content-container-inner > .content{
		display:flex;
		/*justify-content:flex-start;*/
		justify-content:center;
		margin-left:0;
		margin-right:0;
		max-width:100%;
		padding:36px 0px;
		position:relative;
		width:100%;
		z-index:5020;
	}
	.section-5 > .content-container > .content-container-inner > .content > div{
		max-width:497px;
	}
	.section-5 > .content-container > .content-container-inner > .content > div.section-5a{
		max-width:500px;
	}
	.section-5 > .content-container > .content-container-inner > .content > div.section-5b{
		max-width:600px;
	}
	.section-5 > .content-container > .content-container-inner > .content > div.section-5c{
		max-width:540px;
	}
	.section-5 > .content-container > .content-container-inner > .content > div.section-5d{
	}

	.section-5 > .content-container > .content-container-inner > .content.desktop-right{
		justify-content: flex-end;
	}

	.section-5 .section-5-content{
		margin:32px 0;
	}
	.section-5 .section-5b .section-5-content{
		margin:32px 0;
	}
	.section-5 .section-5c .section-5-content{
		margin:32px 0;
	}
	.section-5 .section-5-content-hading h2{
		margin-top:0;
	}
}

.section-5 .stats{
	margin:24px auto;
	max-width:362px;
	padding:0 20px;
}

.section-5 .stats .stat-row-full{
	border-bottom:1px solid #FFFFFF;
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
	padding:10px 0;
	text-align:center;
}

.section-5 .stats .stat-row{
	align-items:flex-start;
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #FFFFFF;
	padding:10px 0;
}
.section-5 .stats .stat-row > div{
	color:#fff;
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
}

@media only screen and (min-width: 45em) { /* 720px */

	.section-5 .stats{
		margin:24px auto;
		max-width:600px;
		padding:0;
	}

	.section-5 .stats .stat-row-full{
		border-bottom:1px solid rgba(255,255,255,0.2);
		font-size:24px;
		padding:10px 0;
	}

	.section-5 .stats .stat-row{
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding:10px 0;
	}
	.section-5 .stats .stat-row > div{
		font-size:24px;
	}

}

/* SECTION 6 */

.section-6{
	align-items:flex-start;
	background-color:#111111;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:6000;
}

.section-6 > .content{
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:6300;
}

.section-6 .content-inner{
	margin-left:auto;
	margin-right:auto;
	max-width:440px;
	/*max-width:400px;*/
	padding:120px 0px 0px 0px;
	position:relative;
	width: 100%;
	z-index:6020;
}

@media only screen and (min-width: 25em) { /* 400px */
	.section-6 .content-inner{
		padding:140px 0px 00px 0px;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-6 .content-inner{
		max-width:480px;
		padding:120px 20px 0px 20px;
	}	
}

.section-6 > .content h2{
	color:#111111;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:2px 0;
	padding:0 20px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-6 > .content h2{
		font-size:40px;
		margin:3px 0;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-6 > .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:6px 0;
	}
}

.section-6 .content h2#section6ContentHading1{
	color:#FFF;
	text-align:left;
	/*transform:translateX(0%);*/
	transform:translateX(-200%);
}
.section-6 .content h2#section6ContentHading2{
	color:#FFF;
	text-align:center;
	/*transform:translateX(0%);*/
	transform:translateX(200%);
}
.section-6 .content h2#section6ContentHading3{
	color:#FFF;
	text-align:right;
	/*transform:translateX(0%);*/
	transform:translateX(-200%);
}
.section-6 .content h2#section6ContentHading4{
	color:#FFF;
	text-align:right;
	/*transform:translateX(0%);*/
	transform:translateX(200%);
}
.section-6 .content h2 span{
	color:#8A66FF;
}
.section-6 .content h2#section6ContentHading5{
	color:#FFF;
	text-align:center;
	/*transform:translateX(0%);*/
	transform:translateX(-200%);
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-6 .content h2#section6ContentHading1{
		opacity:0;
		transform:translateX(-200px);
	}
	.section-6 .content h2#section6ContentHading2{
		opacity:0;
		transform:translateX(200px);
	}
	.section-6 .content h2#section6ContentHading3{
		opacity:0;
		transform:translateX(-200px);
	}
	.section-6 .content h2#section6ContentHading4{
		opacity:0;
		text-align:center;
		transform:translateX(200px);
	}
	.section-6 .content h2#section6ContentHading5{
		opacity:0;
		transform:translateX(-200px);
	}
}

.section-6-logos{
	bottom:20px;
	left:0;
	position:absolute;
	right:0;
	z-index:6100;
}

.section-6-content-hading{
	position:relative;
}

.section-6-logos > div{
	margin:0 auto 0 auto;
	max-width:378px;
	padding:24px 16px;
	position: relative;
}

.section-6-logos .row{
	align-items: center;
	display:flex;
	gap:20px;
	justify-content: space-between;
	margin-top:40px;
}

.section-6-logos img{
	display:block;
	height:auto;
}

.section-6-logos .row:nth-child(1) > div:nth-child(1) img{width:122px;}
.section-6-logos .row:nth-child(1) > div:nth-child(2) img{width:163px;}
.section-6-logos .row:nth-child(2) > div:nth-child(1) img{width:84px;}
.section-6-logos .row:nth-child(2) > div:nth-child(2) img{width:177px;}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	.section-6-logos .row {
    	margin-top: 20px;
	}
}

@media only screen and (min-width: 45em) { /* 720px */

	.section-6-logos > div{
		padding-bottom:60px;
		max-width:418px;
	}

	.section-6-logos .row:nth-child(1) > div:nth-child(1) img{width:122px;}
	.section-6-logos .row:nth-child(1) > div:nth-child(2) img{width:174px;}
	.section-6-logos .row:nth-child(2) > div:nth-child(1) img{width:85px;}
	.section-6-logos .row:nth-child(2) > div:nth-child(2) img{width:223px;}

}

.section-6 .animated-background{
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:6000;
	overflow:hidden;
}

.section-6 #section6BgMobile{
	background:url('../images/awards-bg@2x.png') center center no-repeat;
	background-size:cover;
	display: block;
	opacity:0;
	transform:translateY(100%);
}
.section-6 #section6BgDesktop{
	background:url('../images/awards-bg-desktop.png') center center no-repeat;
	background-size:cover;
	display: none;
	opacity:0;
	transform:translateY(100%);
}

@media only screen and (min-width: 45em) { /* 720px */
	.section-6 #section6BgMobile{
		display:none;
	}
	.section-6 #section6BgDesktop{
		display:block;
	}
}


/* SECTION 7 */

.section-7{
	align-items:center;
	background-color:#ffffff;
	display:block;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:7000;
}

.section-7 h2{
	color:#8A66FF;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:4px 0;
	padding:104px 16px 0px 16px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0;
	width:100%;
	z-index:7500;
}
.section-7 h2 span{
	display:none;
}
.section-7 h3{
	display:none;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-7 h2{
		font-size:40px;
		margin:8px 0;
		padding:114px 16px 0px 16px;
	}
}

.section-7 .intro-content{
	display:none;
}

@media only screen and (min-width: 45em) { /* 720px */
	
	.section-7 .content-container{
		align-items:flex-start;
		display:flex;
		flex-direction: column;
		height:calc(100vh - 200px);
		justify-content:space-between;
		margin:124px auto;
		/*max-width:1112px;*/
		max-width:1200px;
		position:relative;
		width:94%;
	}

	.section-7 h2{
		font-size:48px;
		line-height:1.2em;
		margin:0 0 10px 0;
		padding:0;
		position:static;
		text-align:left;
	}
	.section-7 h2 span{
		display:block;
	}
	.section-7 h3{
		color:#111111;
		display:block;
		font-size:32px;
		line-height:1.2em;
		margin:0 0 0 0;
		max-width:360px;
		text-align:left;
		text-transform:uppercase;
	}

	.section-7 .intro-content{
		display:block;
		max-width:360px;
	}

}


.people-container{
	height:360px;
	left:calc(50% - 180px);
	margin-top:calc(-180px + 55px);
	opacity:0;
	position:absolute;
	top:50%;
	transform-origin:center;
	width:360px;
	z-index:7100;
}

@media only screen and (min-width: 45em) { /* 720px */
	.people-container{
		height:600px;
		left:auto;
		margin-left:0px;
		margin-top:-300px;
		position:absolute;
		right:0;
		top:50%;
		transform-origin:center;
		width:600px;
		z-index:7100;
	}
}

.people-container .client{
	background:url('../images/people/people-wheel-clients.svg') center center no-repeat;
	background-size:128px auto;
	bottom:0;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:7110;
}

@media only screen and (min-width: 45em) { /* 720px */
	.people-container .client{
		background-size:200px auto;
	}
}

.people-container .wheel{
	background:url('../images/people/people-wheel.svg') center center no-repeat;
	background-size:cover;
	height:100%;
	position:relative;
	transform:rotate(60deg);
	width:100%;
	z-index:7150;
}
.people-container .wheel-videos{
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:7175;
}

.people-container .wheel > div,
.people-container .wheel-videos > a{
	border:2px solid #8A66FF;
	border-radius:100%;
	display:block;
	height:20%;
	overflow:hidden;
	position:absolute;
	width:20%;
}
.people-container .wheel-videos > a{
	border:1px solid transparent;
}

.people-container .wheel-videos > a video,
.people-container .wheel > div img{
	display:block;
	height:auto;
	width:100%;
}
.people-container .wheel > div img{
	opacity:0;
}
.people-container .wheel-videos > a video{
	opacity:0;
}

.people-container .wheel > div.person1,
.people-container .wheel-videos > a.person1{
	left:39.25%;
    top:3.25%;
}

.people-container .wheel > div.person2,
.people-container .wheel-videos > a.person2{
	left: 65.25%;
    top: 13.5%;
}

.people-container .wheel > div.person3,
.people-container .wheel-videos > a.person3{
    left: 76.75%;
    top: 39.35%;
}

.people-container .wheel > div.person4,
.people-container .wheel-videos > a.person4{
	left: 66.5%;
    top: 65.75%;
}

.people-container .wheel > div.person5,
.people-container .wheel-videos > a.person5{
	left: 40.5%;
    top: 77%;
}

.people-container .wheel > div.person6,
.people-container .wheel-videos > a.person6{
	left: 14.25%;
    top: 66.75%;
}

.people-container .wheel > div.person7,
.people-container .wheel-videos > a.person7{
	left: 3.25%;
    top: 40.75%;
}

.people-container .wheel > div.person8,
.people-container .wheel-videos > a.person8{
	left: 13.25%;
    top: 14.5%;
}

.leadership-click-text{
	background-color:#199949;
	border-radius:16px 16px 16px 2px;
	color:#ffffff;
	display:block;
	font-size:14px;
	font-weight:400;
	opacity:0;
	padding:2px 0px;
	position:absolute;
	right:16%;
	transform:rotate(16deg);
	text-align:center;
	top:0%;
	width:72px;
}

@media only screen and (min-width: 45em) { /* 720px */

	.leadership-click-text{
		font-size:16px;
		padding:3px 0px;
		right:22%;
		transform:rotate(16deg);
		top:1%;
		width:82px;
	}

}

.bio{
	bottom:0;
	display:none;
	left:0;
	opacity:0;
	overflow:hidden;
	position:fixed;
	right:0;
	top:0;
	touch-action:auto !important;
	z-index:11000;
}
.bio.open{
	display:block;
}

.bio > .top{
	background:transparent;
	height:500px;
	left:0;
	overflow-x:hidden;
	overflow-y:scroll;
	position: absolute;
	right:-20px;
	top:0;
}

@media only screen and (min-width: 45em) { /* 720px */
	.bio > .top{
		bottom:0;
		height:auto;
	}
}

.bio .close-btn{
	background:url('../images/close-btn-mobile.svg') center center no-repeat #fff;
	background-size:100% auto;
	top:465px;
	display:block;
	font-size:12px;
	height:30px;
	line-height:1em;
	position: absolute;
	right:30px;
	width:30px;
}
.bio > .top > .inner{
	height:110%;
	height:101%;
}
.bio > .top > .inner a{
	display:block;
	height:100%;
	text-decoration: none;
	width:100%;
}
.bio > .inner{
	background:#fff;
	bottom:0;
	left:0;
	position: absolute;
	right:0;
	top:500px;
}

@media only screen and (min-width: 45em) { /* 720px */
	.bio > .inner{
		background:transparent;
		top:510px;
		right:-20px;
	}
		
	.bio .close-btn{
		background:url('../images/close-btn-desktop.svg') center center no-repeat transparent;
		background-size:100% auto;
		top:260px;
		height:30px;
		right:40px;
		width:30px;
	}

}

@media only screen and (min-width: 81.25em) { /* 1300px */
	.bio > .inner{
		top:520px;
	}
}

@media only screen and (min-width: 89.25em) { /* 1440px */
	.bio > .inner{
		top:570px;
	}
}

@media only screen and (min-width: 100em) { /* 1600px */
	.bio > .inner{
		top:590px;
	}
}

.bio > .inner .content{
	height:100%;
	padding:0 20px;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
	touch-action:pan-y !important;
}

@media only screen and (min-width: 45em) { /* 720px */
	.bio > .inner .content{
		padding:0;
	}
}

.bio > .inner .content > .inner{
	min-height:110%;
	min-height:101%;
	touch-action:auto !important;
}

.bio > .inner .content > .inner h3,
#bioNaneDesktop{
	border-bottom:1px solid #8A66FF;
	border-top:1px solid #8A66FF;
	color:#8A66FF;
	font-family:"MADE Outer Sans";
	font-size:28px;
	font-weight:900;
	line-height:1.2em;
	margin:0;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: uppercase;
}

@media only screen and (min-width: 45em) { /* 720px */
	#bioNaneDesktop{
		border-bottom:0;
		border-top:0;
		font-size:32px;
	}
}

.bio > .inner .content > .inner h4,
#bioTitleDesktop{
	border-bottom:1px solid #8A66FF;
	color:#8A66FF;
	font-family:"MADE Outer Sans";
	font-size:14px;
	font-weight:400;
	line-height:1.2em;
	margin:0;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: uppercase;
}
@media only screen and (min-width: 45em) { /* 720px */
	#bioTitleDesktop{
		border-bottom:0;
		font-size:16px;
		max-width:332px;
	}
}
.bio > .inner .content > .inner .tags,
#bioTagsDesktop .tags{
	border-bottom:1px solid #8A66FF;
	/*padding-bottom:10px;
	padding-top:10px;*/
}
#bioTagsDesktop .tags{
    border-bottom:0;
	display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.bio > .inner .content > .inner .tags span,
#bioTagsDesktop .tags span{
	background-color:#199949;
	border-radius:12px;
	color:#ffffff;
	display:inline-block;
	font-size:16px;
	margin:2px 0;
	padding:3px 4px;
}
#bioTagsDesktop .tags span{
	padding:3px 8px;
}

#bioTagsDesktopTags > div{
	text-align: right;
}

.bio > .inner .content > .inner #bioContent p{
	color:#111111;
	font-size:12px;
	line-height:1.5em;
	margin:14px 0;
}

#bioDesktopNameTitle{display:none;}
#bioTagsDesktop{display:none;}

@media only screen and (min-width: 45em) { /* 720px */
	#bioNane{display:none;}
	#bioTitle{display:none;}
	#bioTags{display:none;}	
	#bioDesktopNameTitle{
		align-items:center;
		border-bottom:0;
		border-top:0;
		display: flex;
		justify-content:flex-start;
		/*left:6.5625%;*/
		left:0;
		margin-left:auto;
		margin-right:auto;
		max-width:1200px;
		position:absolute;
		right:0;
		top:300px;
		width:94%;
	}
	#bioDesktopNameTitle > div{
		align-items: flex-start;
		border-bottom:1px solid #8A66FF;
		border-top:1px solid #8A66FF;
		display: flex;
		flex-direction: column;
		height:170px;
		justify-content: center;
		padding:12px 0;
		max-width: 340px;
        width: 29%;
	}
	#bioTagsDesktop{
		align-items:center;
		display:flex;
		height:170px;
		justify-content:flex-end;
		left:0;
		margin-left:auto;
		margin-right:auto;
		max-width:1200px;
		position:absolute;
		/*right:6.5625%;*/
		right:0;
		top:300px;
	}
	#bioTagsDesktop > div{
		align-items: center;
		border-bottom:1px solid #8A66FF;
		border-top:1px solid #8A66FF;
		display:flex;
		flex-wrap:wrap;
		height:170px;
		justify-content:flex-end;
		padding:12px 0;
		width:25.9375%;
	}

	.bio > .inner .content > .inner{
		margin-left:auto;
		margin-right:auto;
		/*width:86.875%;*/
		max-width: 1112px;
        width: 94%;
	}

	.bio > .inner .content > .inner #bioContent{
		column-count:4;
		/*column-fill:auto;*/
		column-gap:10.4%;
		/*column-width:19.8%;
		height:100%;*/
	}

	.bio > .inner .content > .inner #bioContent p:first-child{
		margin-top:0;
	}

}

@media only screen and (min-width: 45em) { /* 720px */
	/*
	.bio > .inner .content > .inner{
		width:86.875%;
	}

	.bio > .inner .content > .inner #bioContent{
		column-count:4;
		column-gap:10.4%;
		column-width:19.8%;
	}
	*/

}


/* SECTION 8 */

.section-8{
	align-items:center;
	background-color:#111111;
	display:flex;
	min-height:100vh;
	min-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:8000;
}

#section8Video{
	background:transparent url('../images/section-8-video-poster-mobile.jpg') no-repeat 0 0;
    background-size: cover;
	cursor:pointer;
	height:100%;
	left:0;
	object-fit:cover;
	position:absolute;
	top:0;
	width:100%; 
	z-index:0;
}

@media only screen and (min-width: 45em) { /* 720px */

	#section8Video{
		background:transparent url('../images/section-8-video-poster.jpg') no-repeat 0 0;
    	background-size: cover;
	}

}


/* SECTION 10 */

.section-10{
	align-items:center;
	background-color:#111111;
	display:flex;
	min-height:100vh;
	max-height:100vh;
	min-height:100dvh;
	max-height:100dvh;
	overflow:hidden;
	position:relative;
	z-index:9000;
}

.section-10 > .content{
	margin-left:auto;
	margin-right:auto;
	max-width:360px;
	padding:64px 0px 40px 0px;
	padding:24px 0px 0px 0px;
	position:relative;
	width:100%;
	z-index:4020;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-10 > .content{
		padding:84px 0px 40px 0px;
		padding:44px 0px 0px 0px;
	}
}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	.section-10 > .content{
		padding:64px 0px 20px 0px;
		overflow: hidden;
        padding: 0px 0px 0px 0px;
	}	
}

@media only screen and (min-width: 45em) { /* 720px */
	.section-10 > .content{
		max-width:604px;
		padding:120px 20px 80px 20px;
	}
}

.section-10 > .content h2{
	color:#FFF;
	display:block;
	font-family:"MADE Outer Sans";
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	margin:12px 0;
	padding:0 20px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
.section-10 > .content h2.animate{
	animation-name:section10_headers;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
.section-10 > .content h2 span{
	display:block;
	text-align:center;
}
@media only screen and (min-width: 25em) { /* 400px */
	.section-10 > .content h2{
		font-size:40px;
		margin:20px 0;
	}
}
@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	.section-10 > .content h2{
		font-size:32px;
		margin:18px 0;
	}
	#section10ContentHading3 img{
		width:160px;
		height:auto;
	}
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-10 > .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:18px 0;
	}
}
@media only screen and (min-width: 93.75em) { /* 1500px */
	.section-10 > .content h2{
		font-size:48px;
		line-height:1.2em;
		margin:20px 0;
	}
}

@keyframes section10_headers{
	0%   {
		margin:20px 0;
	}
	25%  {
		margin:16px 0;
	}
	50%  {
		margin:20px 0;
	}
	75%  {
		margin:16px 0;
	}
	100% {
		margin:20px 0;
	}
}

@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	@keyframes section10_headers{
		0%   {
			margin:18px 0;
		}
		25%  {
			margin:16px 0;
		}
		50%  {
			margin:18px 0;
		}
		75%  {
			margin:16px 0;
		}
		100% {
			margin:18px 0;
		}
	}
}

.section-10 .content #section10ContentHading1{
	text-align:left;
	transform:translateX(-200%);
}
.section-10 .content #section10ContentHading2{
	text-align:center;
	/*transform:translateX(0%);*/
	transform:translateX(200%);
}
.section-10 .content #section10ContentHading3{
	text-align:left;
	/*transform:translateX(0%);*/
	transform:translateX(-200%);
}
.section-10 .content #section10ContentHading4{
	text-align:right;
	/*transform:translateX(0%);*/
	transform:translateX(200%);
}
.section-10 .content #section10ContentHading5{
	text-align:center;
	/*transform:translateX(0%);*/
	transform:translateX(-200%);
}
@media only screen and (min-width: 45em) { /* 720px */
	.section-10 .content #section10ContentHading1{
		opacity:0;
		transform:translateX(-200px);
	}
	.section-10 .content #section10ContentHading2{
		opacity:0;
		transform:translateX(200px);
	}
	.section-10 .content #section10ContentHading3{
		opacity:0;
		transform:translateX(-200px);
	}
	.section-10 .content #section10ContentHading4{
		opacity:0;
		transform:translateX(200px);
	}
	.section-10 .content #section10ContentHading5{
		opacity:0;
		transform:translateX(-200px);
	}
}

@media only screen and (min-width: 45em) { /* 720px */
	
}

.section-10-hand{
	opacity:0;
	padding-top:12px;
}
.section-10-hand img{
	display: block;
	margin:0 auto;
	transform-origin: center;
}
@media only screen and (max-width: 26.25em) and (max-height: 50em) { /* 420px x 800 */
	.section-10-hand img{
		height:auto;
		width:64px;
	}
}
.section-10-hand img.animate{
	animation-name:section10_hand;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
@keyframes section10_hand{
	0%   {
		transform: translate(0px, 0px) rotate(0deg);
	}
	25%  {
		transform-origin: center;
		transform: translate(-20px, -8px) rotate(-15deg);
	}
	50%  {
		transform-origin: center;
		transform: translate(0px, -2px) rotate(0deg);
	}
	75%  {
		transform-origin: center;
		transform: translate(16px, -10px) rotate(15deg);
	}
	100% {
		transform-origin: center;
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@media only screen and (min-width: 45em) { /* 720px */
	.section-10-hand{
		display:none;
	}
	.section-10-hand img{
		display:none;
	}
}

.section-10 .button{
	background-color:#8A66FF;
	color:#fff;
	bottom:40px;
	display:block;
	left:0;
	position:absolute;
	right:0;
}
.section-10 .button a{
	color:#FFFFFF;
	display:block;
	font-size:20px;
	letter-spacing:0.06em;
	padding:16px 16px 16px 16px;
	text-align:center;
	text-decoration:none;
}

.section-10 .button a span{
	background:url('../images/link-arrow.svg') center right no-repeat;
	background-size:14px auto;
	display:inline-block;
	padding-right:26px;
}

@media only screen and (min-width: 25em) { /* 400px */
	.section-10 .button a{
		font-size:24px;
		padding:20px 20px;
	}
}

@media only screen and (min-width: 45em) { /* 720px */
	.section-10 .button{
		display:none;
	}
}

.section-10 .desktp-button{
	display:none;
}

@media only screen and (min-width: 45em) { /* 720px */

	.section-10 .desktp-button{
		display:block;
		margin:20px 0;
		opacity:0;
		position:relative;
	}

	.section-10 .desktp-button a{
		align-items: center;
		background:url('../images/connect-btn-border.svg') center center no-repeat;
		background-size:399px 110px;
		box-sizing:border-box;
		color:#8A66FF;
		display:flex;
		font-size:40px;
		height:120px;
		justify-content: center;
		margin: 0 0 0 auto;
		padding:12px 16px;
		text-align:center;
		text-decoration:none;
		transition: background-size 0.25s;
		width:399px;
	}

	.section-10 .desktp-button a:hover{
		background-size:380px 120px;
	}
	#section10HandDesktop{
		height:125px;
		opacity:0;
		position:absolute;
		right: -90px;
        top: -100px;
		width:84px;
	}
	#section10HandImgDesktop{
        transform: rotate(45deg);
	}
	#section10HandImgDesktop.animate{
		animation-name:section10_hand_desktop;
		animation-duration: 4s;
		animation-iteration-count: infinite;
	}
	@keyframes section10_hand_desktop{
		0%   {
			transform:rotate(45deg);
		}
		25%  {
			transform-origin: center;
			transform:rotate(35deg);
		}
		50%  {
			transform-origin: center;
			transform:rotate(45deg);
		}
		75%  {
			transform-origin: center;
			transform:rotate(55deg);
		}
		100% {
			transform-origin: center;
			transform:rotate(45deg);
		}
	}

}

.legend-nav-2{
	bottom:0px;
	display:flex;
	gap:4px;
	left:0;
	margin:0 auto;
	max-width:280px;
	position:fixed;
	right:0;
	z-index:10800;
}
.legend-nav-2 a{
	align-items: center;
	display:flex;
	height:40px;
	justify-content: center;
	position:relative;
	text-decoration:none;
	width:40px;
}
.legend-nav-2 a span{
	background-color:#D9D9D9;
	border-radius:100%;
	display:block;
	font-size:10px;
	height:12px;
	width:12px;
}
.legend-nav-2 a.on span{
	background-color:#8A66FF;
	height:16px;
	width:16px;
}

.legend-nav-2 a span strong{
	display:none;
}

@media only screen and (min-width: 45em) { /* 720px */
	.legend-nav-2{
		justify-content:space-between;
		max-width:348px;
	}

	.legend-nav-2 a span{
		background-color:#D9D9D9;
		border-radius:100%;
		display:block;
		font-size:10px;
		height:12px;
		width:12px;
	}

	.legend-nav-2 a span strong{
		background-color:#8A66FF;
		border-radius:12px;
		color:#ffffff;
		font-size:12px;
		font-weight:400;
		display:none;
		letter-spacing:0.06em;
		padding:4px 0px 3px 0px;
		position:absolute;
		text-align:center;
		top:-24px;
		width:20px;
		white-space: nowrap;
	}
	.legend-nav-2 a:hover span strong{
		display:block;
	}

	.legend-nav-2 a:nth-child(1) span strong{
		left:-30px; /* 1/2 width - 20 */
		width:100px;
	}
	.legend-nav-2 a:nth-child(2) span strong{
		left:-49px; /* 1/2 width - 20 */
		width:138px;
	}
	.legend-nav-2 a:nth-child(3) span strong{
		left:-28px; /* 1/2 width - 20 */
		width:96px;
	}
	.legend-nav-2 a:nth-child(4) span strong{
		left:-30px; /* 1/2 width - 20 */
		width:100px;
	}
	.legend-nav-2 a:nth-child(5) span strong{
		left:-19px; /* 1/2 width - 20 */
		width:88px;
	}
	.legend-nav-2 a:nth-child(6) span strong{
		left:-48px; /* 1/2 width - 20 */
		width:128px;
	}
	.legend-nav-2 a:nth-child(7) span strong{
		left:-33px; /* 1/2 width - 20 */
		width:106px;
	}

}



a.menu-open{
	background:url('../images/icon-menu-open.svg') center center no-repeat;
	background-size:36px 36px;
	height:40px;
	right:20px;
	position:fixed;
	text-decoration:none;
	top:42px;
	width:40px;
	z-index:10900;
}

@media only screen and (min-width: 25em) { /* 400px */
	/*a.menu-open{
		top:67px;
	}*/
}

@media only screen and (min-width: 45em) { /* 720px */
	a.menu-open{
		right:40px;
		top:28px;
	}
}

.main-nav{
	background-color:#111111;
	bottom:0;
	display:none;
	left:0;
	opacity:0;
	overflow-y:scroll;
	position:fixed;
	right:-20px;
	top:0;
	transition:opacity 0.25s;
	z-index:12000;
}
.main-nav.open{
	display:block;
	opacity:1;
}
.main-nav > .inner{
	align-items: center;
	display:flex;
	height:101%;
	justify-content:center;
}
.main-nav ul{
	list-style-type:none;
	margin:0;
	padding:20px;
}
.main-nav ul li{
	color:#fff;
	margin:6px 0;
	padding:10px 0;
}
@media only screen and (min-width: 45em) { /* 720px */
	.main-nav ul li{
		margin:12px 0;
	}
}
.main-nav ul li a{
	color:#fff;
	display:block;
	font-size:40px;
	font-weight:400;
	letter-spacing:-0.02em;
	line-height:1.1em;
	text-align: center;
	text-decoration: none;
}

.main-nav a.close-btn{
	align-items: center;
	background:url('../images/icon-menu-close.svg') center center no-repeat;
	background-size:36px 36px;
	box-sizing:border-box;
	height:40px;
	position:absolute;
	right:24px;
	text-decoration:none;
	top:42px;
	width:40px;	
}


a.nav-more-info-link span{
	background:url('../images/icon-new-tab.svg') center right no-repeat;
	background-size:20px auto;
	display:inline-block;
	padding-right:32px;
}

@media only screen and (min-width: 45em) { /* 720px */
		a.nav-more-info-link span{
		background:url('../images/icon-new-tab.svg') center right no-repeat;
		background-size:28px auto;
		padding-right:42px;
	}
}

@media only screen and (min-width: 45em) { /* 720px */

	.main-nav a.close-btn{
		right:40px;
		top:28px;
	}

}

.main-nav .connect-button a{
	align-items: center;
	background:url('../images/connect-btn-border.svg') center center no-repeat;
	background-size:340px 95px;
	box-sizing:border-box;
	color:#8A66FF;
	display:flex;
	font-size:40px;
	height:104px;
	justify-content: center;
	margin: 0 0 0 auto;
	padding:12px 16px;
	text-align:center;
	text-decoration:none;
	transition: background-size 0.25s;
	width:340px;
}

.main-nav .connect-button a:hover{
	background-size:320px 103px;
}

@media only screen and (min-width: 45em) { /* 720px */

	.main-nav .connect-button a{
		background-size:399px 110px;
		font-size:40px;
		height:120px;
		padding:12px 16px;
		width:399px;
	}

	.main-nav .connect-button a:hover{
		background-size:380px 120px;
	}

}

a.menu-back{
	display:none;
}