@import '../fonts/fonts.css';

* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	padding:0;
	margin:0;
	overflow-y: scroll;
}

html.no-scroll {
	position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

body {
	font: bold 1.8rem/2.4rem Helvetica, Arial, sans-serif;
	color: #424F86;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

:focus { 
	outline: 0px;
}

::placeholder {
    color: #424F86;
    opacity: 1;
}

:-ms-input-placeholder {
   color: #424F86;
}

::-ms-input-placeholder {
   color: #424F86;
}

a {
	color: #424F86;
	text-decoration: none;
}

img {
	border: 0 none;
}

*[data-src] {	
	opacity: 0;
		
	transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
	-ms-transition: opacity 0.45s;
}

*[data-src].loaded {	
	opacity: 1;
}

figure img {
	display: block;
	max-width: 100%;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
	
}

p {
	
}

p a {
	text-decoration: underline;
}

.text p {
	margin-bottom: 2.4rem;
	padding-right: 10px;
}

div,
header,
section,
article,
hgroup,
footer,
aside {
	position: relative;
}

#wrapper {
	position:relative;
	z-index: 103;
}

#content {

}

.center {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

.box-h {
	padding: 0 10px;
	box-sizing: border-box;
}

.box-v {
	padding: 10px 0;
	box-sizing: border-box;
}

.box {
	padding: 10px;
	box-sizing: border-box;
}

.clear:after,
.clear:before,
.masonry:after,
.masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, 
.hide {
	display:none;
}

@media screen and (max-width: 1024px) {
	
	.center {
		padding: 0 35px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.center {
		padding: 0 15px;
	}
	
}

@media screen and (max-width: 640px) {
	
	#wrapper {
		padding-bottom: 0;
	}
	
}#clients {
	margin-bottom: 50px;
}

#clients article {
	margin: 0 10px;
	background-color: #FFFFF5;
	padding-bottom: 80px;
}

#clients article h1 {
	text-align: center;
	padding: 80px 0;
}

#clients article h1 span {
	position: relative;
}

#clients article h1 span:after {
	content: '';
	position: absolute;
	background-color: #424F86;
	height: 6px;
	left: 1px;
	bottom: -4px;
	right: 0;
	
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.01) 0.2s;
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.01) 0.2s;
	-ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.01) 0.2s;
}

#clients article h1[data-emergence=visible] span:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

#clients article .text {
	max-width: 600px;
	text-align: center;
	margin: 0 auto 40px auto;
	padding: 0 20px;
}

#clients .logos {
	padding: 0 100px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#clients .logos .logo {
	width: 16.66%;
	padding: 0 0 16.66% 0;
	box-sizing: border-box;
}
/*
#clients .logos .logo[data-emergence=visible] {
	transform: translateY(0);
	opacity: 1;
}
*/
#clients .logos .logo figure {
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
}

#clients .logos .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#clients .button {
	margin-top: 40px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#clients .text p {
	padding: 0;
}

@media screen and (max-width: 1024px) {
	
	#clients .logos {
		padding: 0 50px;
	}
	
}

@media screen and (max-width: 768px) {
	
	#clients .logos {
		padding: 0 25px;
	}
	
	#clients .logos .logo figure {
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
	
}

@media screen and (max-width: 640px) {
	
	#clients article h1 {
		text-align: center;
		padding: 40px 0;
	}

	#clients .logos .logo {
		width: 33.33%;
	}
	
	#clients article h1 span::after {
		height: 4px;
	}
	
	#clients article {
		padding-bottom: 40px;
	}
	
	#clients {
		margin-bottom: 25px;
	}
	
	#clients .logos .logo figure {
		top: 12px;
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

}.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	
	[class*='col-'] {
		width: 100%;
	}
	
}#contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

#contact article,
#contact form {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

#contact form input {
	font: bold 1.8rem/4.0rem Helvetica, Arial, sans-serif;
	width: 100%;
	color: #424F86;
	height: 37px;
	/*
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	border-color: #424F86;
	*/
	border: 0 none;
}

#contact form .input {
	margin-bottom: 20px;
}

#contact form .input[data-emergence] {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	opacity: 1;
}

#contact form .input:after {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #424F86;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: center left;
	transition: transform 0.33s;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: center left;
	-webkit-transition: -webkit-transform 0.33s;
	-ms-transform: scaleX(0);
	-ms-transform-origin: center left;
	-ms-transition: -ms-transform 0.33s;
}

#contact form .input:nth-child(1)::after {transition-delay: 0.04s !important;}
#contact form .input:nth-child(2)::after {transition-delay: 0.08s !important;}
#contact form .input:nth-child(3)::after {transition-delay: 0.12s !important;}

#contact form .input[data-emergence=visible]:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

#contact form .g-recaptcha {
	margin-top: 30px;
}

#contact form button {
	font: bold 1.8rem/2.0rem Helvetica, Arial, sans-serif;
	margin-top: 30px;
	background-color: #424F86;
	height: 42px;
	color: #FFF;
	border: 0 none;
	padding: 6px 14px 4px;
	cursor: pointer;
}

#contact form button + p {
	margin-top: 24px;
}

#contact form button img {
	margin-left: 8px;
	position: relative;
	top: 1px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}

#contact form button:hover img {
	-webkit-animation-name: arrow-right; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.66s; /* Safari 4.0 - 8.0 */
    animation-name: arrow-right;
    animation-duration: 0.66s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow-right {
    0%   {-webkit-transform: translateX(0%);}
    15%  {-webkit-transform: translateX(10%);}
    50% {-webkit-transform: translateX(0%);}
    65% {-webkit-transform: translateX(10%);}
    100% {-webkit-transform: translateX(0%);}
}

/* Standard syntax */
@keyframes arrow-right {
    0%   {transform: translateX(0%);}
    15%  {transform: translateX(10%);}
    50% {transform: translateX(0%);}
	65% {transform: translateX(10%);}
    100% {transform: translateX(0%);}
}

#contact form textarea {
	font: bold 1.8rem/2.4rem Helvetica, Arial, sans-serif;
	padding: 8px 0;
	color: #424F86;
	width: 100%;
	height: 100px;
	/*
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	border-color: #424F86;
	*/
	border: 0 none;
	resize: none;
}

#contact .center:after {
	display: block;
	content: '';
	clear: both;
}

#contact article h1 {
	margin-bottom: 4.0rem;
}

#contact article a {
	position: relative;
	text-decoration: none;
}

#contact article a:after {
	background-color: #424F86;
	content: '';
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 1px;
}

@media screen and (max-width: 768px) {
	
	#contact article,
	#contact form {
		width: 50%;
	}
	
}

@media screen and (max-width: 640px) {
	
	#contact {
		padding-top: 45px;
		margin-bottom: 0;
		min-height: 100vh;
		box-sizing: border-box;
	}
	
	#contact article,
	#contact form {
		width: 100%;
	}
	
}.no-scroll #content {
	pointer-events: none;
}

#clients h1,
#team h1,
#contact h1 {
	font: 4.0rem/4.8rem "Visuals Internationals", sans-serif;
}

#home-sections {
	padding-top: 0;
	background-color: #FFF;
}

#home-sections {
	position: relative;
	transform: translateY(100vh);
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
}

body.loaded #home-sections {
	transform: translateY(0);
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1); /* 6s;*/
	-webkit-transform: translateY(0);
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1); /* 6s;*/
	-ms-transform: translateY(0);
	-ms-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1); /* 6s;*/
}

a.button {
	font: 2.0rem/4.4rem "Visuals Internationals", sans-serif;
	border: 3px solid;
	display: inline-block;
	margin: 0 auto;
	padding: 0 14px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

a.button.no-pointer {
	position: relative;
	cursor: default;
	color: #CF4871;
	border: 0 none;
	padding: 0;
}

a.button:hover {
	color: #CF4871;
}

a.button.no-pointer:after {
	content: '';
	height: 3px;
	background-color: #CF4871;
	position: absolute;
	left: 0;
	bottom: 5px;
	right: 1px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transition: transform 0.33s;
	-webkit-transition: -webkit-transform 0.33s;
	-ms-transition: -webkit-transform 0.33s;
}

a.button.no-pointer[data-emergence=visible]:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

#transition {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	pointer-events: none;
	z-index: 10300;
	/*
	transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	*/
	background-image: url('/img/transition2.svg');
	background-position: 100vw 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

body.transition #transition {
	/*
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: 4s transform cubic-bezier(0.5,0,0.5,1);
	-webkit-transition: 4s transform cubic-bezier(0.5,0,0.5,1);
	*/
	
	transition: 4s background-position cubic-bezier(0.5,0,0.5,1);
	-webkit-transition: 4s background-position cubic-bezier(0.5,0,0.5,1);
	-ms-transition: 4s background-position cubic-bezier(0.5,0,0.5,1);
	background-position: calc(100vw + 350%) 0;
}

@media screen and (max-width: 640px) {
	
	#clients h1,
	#team h1,
	#contact h1 {
		font: 2.4rem/2.8rem "Visuals Internationals", sans-serif;
	}
	
}figure[data-emergence],
article[data-emergence],
div[data-emergence] {
	opacity: 0;

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

	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.01);
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.01);
}

figure[data-emergence=visible],
article[data-emergence=visible],
div[data-emergence=visible] {
	opacity: 1;

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

*[data-emergence=visible]:nth-child(1) {
	transition-delay: 0.04s !important;
	-webkit-transition-delay: 0.04s !important;
	-ms-transition-delay: 0.04s !important;
}
*[data-emergence=visible]:nth-child(2) {
	transition-delay: 0.08s !important;
	-webkit-transition-delay: 0.08s !important;
	-ms-transition-delay: 0.08s !important;
}
*[data-emergence=visible]:nth-child(3) {
	transition-delay: 0.12s !important;
	-webkit-transition-delay: 0.12s !important;
	-ms-transition-delay: 0.12s !important;
}
*[data-emergence=visible]:nth-child(4) {
	transition-delay: 0.16s !important;
	-webkit-transition-delay: 0.16s !important;
	-ms-transition-delay: 0.16s !important;
}
*[data-emergence=visible]:nth-child(5) {
	transition-delay: 0.20s !important;
	-webkit-transition-delay: 0.20s !important;
	-ms-transition-delay: 0.20s !important;
}
*[data-emergence=visible]:nth-child(6) {
	transition-delay: 0.24s !important;
	-webkit-transition-delay: 0.24s !important;
	-ms-transition-delay: 0.24s !important;
}
*[data-emergence=visible]:nth-child(7) {
	transition-delay: 0.28s !important;
	-webkit-transition-delay: 0.28s !important;
	-ms-transition-delay: 0.28s !important;
}
*[data-emergence=visible]:nth-child(8) {
	transition-delay: 0.32s !important;
	-webkit-transition-delay: 0.32s !important;
	-ms-transition-delay: 0.32s !important;
}
*[data-emergence=visible]:nth-child(9) {
	transition-delay: 0.36s !important;
	-webkit-transition-delay: 0.36s !important;
	-ms-transition-delay: 0.36s !important;
}
*[data-emergence=visible]:nth-child(10) {
	transition-delay: 0.40s !important;
	-webkit-transition-delay: 0.40s !important;
	-ms-transition-delay: 0.40s !important;
}
*[data-emergence=visible]:nth-child(11) {
	transition-delay: 0.44s !important;
	-webkit-transition-delay: 0.44s !important;
	-ms-transition-delay: 0.44s !important;
}
*[data-emergence=visible]:nth-child(12) {
	transition-delay: 0.48s !important;
	-webkit-transition-delay: 0.48s !important;
	-ms-transition-delay: 0.48s !important;
}
#footer {
	line-height: 100px;
	text-align: center;
	color: #F0F0F0;
	padding: 0 10px;
}

#footer a {
	color: #F0F0F0;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

#footer a:hover {
	color: #E9E9E9;
}#header {
	font: 2.0rem/2.4rem "Visuals Internationals", sans-serif;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 103;
	transform: translateY(100vh);
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transition: transform 2.2s cubic-bezier(0.77, 0, 0.175, 1); /*6s;*/
	-webkit-transition: -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.175, 1); /*6s;*/
	-ms-transition: -ms-transform 2.2s cubic-bezier(0.77, 0, 0.175, 1); /*6s;*/
}

body.loaded #header {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

#header .content {
	padding: 0 10px;
	height: 100px;
}

#header h1.logo {
	float: left;
	padding: 40px 0;
}

#header h1.logo a,
#header h1.logo img {
	display: block;
}

#header nav.main {
	display: flex;
	display: -webkit-flex;
}

#header nav.main a {
	margin: 0 10px;
	background: #424F86 url('/img/hover.svg') no-repeat scroll 60px 0px;
	background-clip: text;
	background-size: 200px auto;
    -webkit-background-clip: text;
	color: transparent;
	transition: background-position 0.35s;
	-webkit-transition: background-position 0.35s;
	-ms-transition: background-position 0.35s;
		
	border: 2px solid #FFF;
	
	-webkit-transform: translate3d(0,0,1px);
    -moz-transform: translate3d(0,0,1px);
	-ms-transform: translate3d(0,0,1px);
	-o-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

#header nav.main a.work {
	min-width: 64px;
}

#header nav.main a.team {
	min-width: 54px;
}

#header nav.main a.contact {
	min-width: 100px;
}

#header nav.main a:hover,
#header nav.main a.active {
	background-position: -75px 0;
}

#header nav.social {
	float: right;
	text-align: right;
	padding-top: 32px;
	min-width: 120px;
}

#header .menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#header nav.social a {
	position: relative;
	display: inline-block;
	padding: 8px;
}

#header nav.social a.facebook,
#header nav.social a.linkedin {
	top: -1px;
}

#header nav.social a img {
	display: block;
}

@media screen and (max-width: 640px) {
	
	#toggle-menu {
		position: relative;
		display: block;
		width: 22px;
		height: 18px;
		float: left;
		margin: 41px 18px 41px 0;
		cursor: pointer;
		z-index: 1300;
	}
	
	#toggle-menu span {
		position: absolute;
		width: 22px;
		height: 3px;
		top: 7px;
		left: 0;
		background-color: #424F86;
	}
	
	body.show-menu #toggle-menu span {
		background-color: #FFF;
	}
	
	#toggle-menu span:first-child {
		top: 0;
	}
	
	#toggle-menu span:last-child {
		top: 14px;
	}
	
	#header .menu {
		background-color: #424F86;
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		transform: none;
		height: 100px;
		z-index: 1030;
		pointer-events: none;
		opacity: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		transition: opacity 0.33s;
		-webkit-transition: opacity 0.33s;
		-ms-transition: opacity 0.33s;
	}
	
	body.show-menu #header .menu {
		opacity: 1;
		pointer-events: auto;
	}
	
	#header nav.main {
		/*
		top: 50%;
		position: relative;
		display: block;
		transform: translateY(-50%);
		*/
		position: relative;
		justify-content: center;
		top: 37px;
		padding: 0 19px;
	}
	
	#header nav.main a {
		margin: 0 5px;
		/*
		display: block;
		text-align: center;
		*/
		border: 0 none;
		background: transparent;
		color: #FFF;
	}
	
	#header nav.main a:hover,
	#header nav.main a.active {
		color: #CF4871;
	}
	
}

@media screen and (max-width: 320px) {
	
	#header nav.main {
		justify-content: flex-end;
	}
	
}#intro {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFF5;
}

body.loaded #intro {
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 6s;
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 6s;
	-ms-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 6s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#intro {
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	opacity: 0;
	background-color: #424F86;
}

body.intro-complete #intro {
	background-color: #FFFFFF;
	transition-delay: 0s;
}

#intro.loaded {
	opacity: 1;
}

#intro-video {
	opacity: 0.75;
	object-fit: cover;
}

#intro-logo,
#intro-video {
	width: 100%;
	height: 100%;
}

#intro-logo figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	font: 4.0rem/1.25 "Visuals Internationals", sans-serif;
	width: 100%;
	max-width: 1280px;
	padding: 100px;
	box-sizing: border-box;
	transition: transform 2.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 1280px) {
	
	#intro-logo figcaption {
		font-size: 3.2rem;
	}
	
}

@media screen and (max-width: 1080px) {
	
	#intro-logo figcaption {
		font-size: 3.2rem;
		padding: 40px;
	}
	
}

@media screen and (max-width: 1024px) {
	
	#intro-logo figcaption {
		font-size: 2.4rem;
		padding: 20px;
	}
	
}

body.loaded #intro-logo figcaption {
	transform: translate(-50%, -100%);
}

#intro-logo svg {
	max-width: calc(100vw - 80px);
	height: auto;
}

#skip-intro {
	pointer-events: auto;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	/*line-height: 100px;*/
	left: 50%;
	transform: translate(-50%, 0);
	transition: transform 2.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.loaded #skip-intro {
	transform: translate(-50%, -50%);
}

#skip-intro {
	color: #FFF;
	font: 2.0rem/4.4rem "Visuals Internationals", sans-serif;
	border: 3px solid;
	display: inline-block;
	margin: 0 auto;
	padding: 0 14px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
}

.line-1,
.line-2,
.line-3,
.line-4 {
	transition: all 0.52s linear;
	-webkit-transition: all 0.52s linear;
	-ms-transition: all 0.52s linear;
	opacity: 0;
}

.line-1 {
	stroke-dasharray: 25;
	stroke-dashoffset: 25;
}

body.loaded .line-1 {
	stroke-dashoffset: 50;
}

.line-2 {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	transition-delay: 0.5s;
}

body.loaded .line-2 {
	stroke-dashoffset: 100;
}

.line-3 {			
	stroke-dasharray: 75;
	stroke-dashoffset: 75;
	transition-delay: 1.0s;
}

body.loaded .line-3 {
	stroke-dashoffset: 150;
}

.line-4 {			
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	transition-delay: 1.5s;
}

body.loaded .line-4 {
	stroke-dashoffset: 200;
}


body.loaded .line-1,
body.loaded .line-2,
body.loaded .line-3,
body.loaded .line-4 {
	opacity: 1;
}

.slashes polygon {
	transition: all 0.48s ease-out 2.0s;
	-webkit-transition: all 0.48s ease-out 2.0s;
	-ms-transition: all 0.48s ease-out 2.0s;
	opacity: 0;
	transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
}

.slashes .s2 {
	transition-delay: 2.32s;
	-webkit-transition-delay: 2.32s;
	-ms-transition-delay: 2.32s;
}
.slashes .s3 {
	transition-delay: 2.64s;
	-webkit-transition-delay: 2.64s;
	-ms-transition-delay: 2.64s;
}
.slashes .s4 {
	transition-delay: 2.96s;
	-webkit-transition-delay: 2.96s;
	-ms-transition-delay: 2.96s;
}
.slashes .s5 {
	transition-delay: 3.28s;
	-webkit-transition-delay: 3.28s;
	-ms-transition-delay: 3.28s;
}
.slashes .s6 {
	transition-delay: 3.60s;
	-webkit-transition-delay: 3.60s;
	-ms-transition-delay: 3.60s;
}
.slashes .s7 {
	transition-delay: 3.92s; 
	-webkit-transition-delay: 3.92s; 
	-ms-transition-delay: 3.92s; 
}

body.loaded .slashes .s1,
body.loaded .slashes .s2,
body.loaded .slashes .s3,
body.loaded .slashes .s4,
body.loaded .slashes .s5,
body.loaded .slashes .s6,
body.loaded .slashes .s7 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	opacity: 1;
}

.visualsinternationals {
	transition: all 1.25s linear 4.24s;
	-webkit-transition: all 1.25s linear 4.24s;
	-ms-transition: all 1.25s linear 4.24s;
	opacity: 0;
}

body.loaded .visualsinternationals {
	opacity: 1;
}#team {
	padding-top: 100px;
	margin-bottom: 50px;
}

#team article {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-end;
}

#team article h1 {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

#team article .text {
	width: 66.66%;
	box-sizing: border-box;
	padding: 0 10px;
	column-count: 2;
	column-gap: 20px;
}

#team article .text p {
	display: inline-block;
}

#team article .text p a.button {
	margin-top: 0.4rem;
}

#team figure.photo {
	width: 66.66%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	
	#team article h1 {
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	
	#team article .text,
	#team figure.photo {
		width: 100%;
	}
	
}

@media screen and (max-width: 640px) {
	
	#team {
		padding-top: 45px;
		margin-bottom: 0;
	}
	
	#team article .text {
		column-count: 1;
		column-gap: 0;
	}
	
}#content-overlay {
	background-color: rgba(255,255,255,0.98);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10300;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

html.content-overlay #content-overlay {
	pointer-events: auto;
	opacity: 1;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

html.content-overlay {
	overflow-y: hidden;
}

#overlay-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 104;
}

#overlay-header .content {
	padding: 0 10px;
	height: 100px;
}

#overlay-header h1.logo {
	float: left;
	padding: 40px 0;
}

#overlay-header h1.logo a,
#overlay-header h1.logo img {
	display: block;
}

#close-work-detail {
	cursor: pointer;
	position: absolute;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
}

#close-work-detail img {
	display: block;
}

#work-detail {
	width: 100%;
	padding-top: 100px;
}

#work-detail .center::after {
	display: block;
	content: '';
	clear: both;
}

#work-detail .info {
	width: calc((100vw - 80px) / 3);
	box-sizing: border-box;
	padding: 0 10px;
	position: fixed;
	max-width: 426px;
	min-height: calc(100vh - 100px);
}

#work-detail.info-relative .info {
	position: relative;
	float: left;
	width: 33.33%;
}

#work-detail.info-relative .related {
	margin-bottom: 3.2rem;
	position: relative;
	bottom: auto;
} 

#work-detail .media {
	width: 66.66%;
	box-sizing: border-box;
	padding: 0 10px;
	float: right;
}

#work-detail .related {
	position: absolute;
	bottom: 40px;
}

#work-detail .related h2 {
	font-weight: bold;
}

#work-detail .related p {
	font-weight: normal;
}

#work-detail .related p a {
	text-decoration: none;
	white-space: nowrap;
}

nav.projects {
	position: fixed;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	pointer-events: none;
	left: 0;
	z-index: 105;
}

nav.projects a {
	pointer-events: auto;
	position: absolute;
	padding: 16px;
}

nav.projects a img {
	display: block;
}

nav.projects a.previous {
	left: 0;
}

nav.projects a.next {
	right: 0;
}

#work-detail hgroup {
	margin-bottom: 2.4rem;
}

#work-detail h1 {
	font: 2.0rem/2.8rem "Visuals Internationals", sans-serif;
}

#work-detail h2 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.8rem;
}

#work-detail .text {
	font-weight: normal;
}

#work-detail .text p {
	
}

#work-detail .media .iframe {
	width: 100%;
	padding-bottom: 56.25%;
}

#work-detail .media .iframe,
#work-detail .media .photo {
	margin-bottom: 60px;
}

#work-detail .media .photo,
#work-detail .media .photo img {
	width: 100%;
	max-width: none;
}

#work-detail .media .photo img {
	width: 100%;
	height: auto;
}

#work-detail .media .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#work-detail .credits {
	font-weight: normal;
	font-size: 1.2rem;
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
	line-height: 2.0rem;
	letter-spacing: 0.05em;
	border-top: 2px solid #F7F7F7;
	padding-top: 3.2rem;
	margin-right: 20px;
}

#work-detail .credits dt {
	font-weight: 600;
	display: inline-block;
	margin-right: 0.8rem;
}

#work-detail .credits dd {
    display: inline-block;
    margin-right: 1.0rem;
}

#work-detail .credits dd::after {
	content: '•';
	margin-left: 0.8rem;
}

#work-detail .credits dd:last-child::after {
	content: '';
}

@media screen and (max-width: 768px) {
	
	#work-detail .info {
		float: left;
		min-height: 0;
	}
	
	#work-detail .info,
	#work-detail .media {
		width: 100%;
		position: relative;
		max-width: none;
	}
	
	#work-detail .related {
		margin-bottom: 3.2rem;
		position: relative;
		bottom: auto;
	} 

}

@media screen and (max-width: 640px) {
	
	html.content-overlay body {
		position: fixed;
		overflow: hidden;
	}
	
	#work-detail .media .iframe,
	#work-detail .media .photo {
		margin-bottom: 30px;
	}
	
	#overlay-header {
		background-color: #FFF;
	}
	
}#work-filter {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	background-color: #FFF;
	font-family: "Visuals Internationals", sans-serif;
}

#work-filter nav {
	position: relative;
	margin: 0 10px;
}

#work-filter h4 {
	display: none;
}

#work-filter ul {
	list-style: none;
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
}

#work-filter ul li {
	margin: 0 12px;
}

#work-filter ul li a {
	cursor: pointer;
}

#work-filter ul li a.active,
#work-filter ul li a:hover {
	border-bottom: 3px solid;
}

#work {
	padding-top: 100px;
	padding-bottom: 150px;
}

#work .items {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

#work article {
	height: 0;
	width: 33.33%;
	padding-bottom: 19.5%;
}

#work article.large {
	width: 66.66%;
	padding-bottom: 33.33%;
}

#work article.square {
	width: 33.33%;
	padding-bottom: 33.33%;
}

#work.filter-active article {
	width: 33.33%;
	padding-bottom: 33.33%;
}

#work article .content {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 20px;
	overflow: hidden;
}

#work article a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#work article figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFF5;
}

#work article figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}

#work article video {
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: relative;
	top: -0.5%;
	left: -0.5%;
}

#work article .overlay {
	background: linear-gradient(to bottom left, transparent 40%, rgba(0, 0, 0, 0.22) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	color: #FFF;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.33s;
	-webkit-transition: all 0.33s;
	opacity: 0;
}

#work article .overlay .overlay-content {
	position: absolute;
	padding-left: 30px;
	padding-bottom: 30px;
	bottom: 0;
	left: 0;
	width: 100%;
}

#work article a:hover .overlay {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

#work article .overlay:after {
	content: '';
	clear: both;
	display: block;
}

#work article .vi {
	float: left;
	margin-right: 10px;
}

#work article .vi .v {
	
}

#work article .vi .i {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transition: all 0.33s;
	-webkit-transition: all 0.33s;
	opacity: 0;
}

#work article .overlay hgroup {
	float: left;
}

#work article .overlay h1 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: -2px;
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transition: all 0.33s;
	-webkit-transition: all 0.33s;
	opacity: 0;
}

#work article .overlay h2 {
	position: relative;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: -5.5px;
	left: -9px;
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transition: all 0.33s;
	-webkit-transition: all 0.33s;
	opacity: 0;
}

#work article a:hover .overlay h1,
#work article a:hover .overlay h2,
#work article a:hover .vi .i {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

#more-items {
	margin-top: 40px;
	width: 100%;
	text-align: center;}

#load-more-visuals {
	position: relative;
	padding: 0 38px 0 14px;
}

#load-more-visuals:after {
	position: absolute;
	right: 13px;
	top: 14px;
	content: '';
	background-image: url('/img/arrow-down.svg');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 17px;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

#load-more-visuals:hover:after {
	background-image: url('/img/arrow-down-hover.svg');
}

#load-more-visuals[data-emergence=visible]:after {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

#load-more-visuals:hover:after {
	-webkit-animation-name: arrow-down; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.66s; /* Safari 4.0 - 8.0 */
    animation-name: arrow-down;
    animation-duration: 0.66s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow-down {
    0%   {-webkit-transform: translateY(0%);}
    15%  {-webkit-transform: translateY(10%);}
    50% {-webkit-transform: translateY(0%);}
    65% {-webkit-transform: translateY(10%);}
    100% {-webkit-transform: translateY(0%);}
}

/* Standard syntax */
@keyframes arrow-down {
    0%   {transform: translateY(0%);}
    15%  {transform: translateY(10%);}
    50% {transform: translateY(0%);}
	65% {transform: translateY(10%);}
    100% {transform: translateY(0%);}
}

@media screen and (max-width: 1024px) {
	
	#work article .overlay .overlay-content {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
	#work article .vi {
		width: auto;
		height: 30px;
	}
	
	#work article .overlay h1 {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin-top: -3px;
	}
	
	#work article .overlay h2 {
		font-size: 1.4rem;
		line-height: 2.2rem;
		margin-top: -4px;
	}
	
}

@media screen and (max-width: 768px) {
	
	#work article {
		width: 50%;
		padding-bottom: 29.25%;
	}

	#work article.large {
		width: 66.66%;
		padding-bottom: 33.33%;
	}

	#work article.square {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
	
	#work.filter-active article {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
	
}

@media screen and (max-width: 768px) {
	
	#work-filter h4 {
		position: relative;
		display: block;
		cursor: pointer;
		line-height: 50px;
		height: 50px;
		background-color: #FFF;
		z-index: 10;
	}
	
	#work-filter h4::after {
		position: absolute;
		right: 1px;
		top: 18px;
		content: '';
		border: solid;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: transform 0.45s;
		-webkit-transition: -webkit-transform 0.45s;
	}
	
	body.show-filter #work-filter h4::after {
		transform: rotate(225deg) translate(-2px,-2px);
	}
	
	#work-filter ul {
		display: none;
		flex-direction: column;
		height: auto;
		padding: 12px 0;
		position: absolute;
		width: 100%;
		background-color: #FFF;
		box-sizing: border-box;
		z-index: 5;
		transform: translateY(-100%);
		transition: transform 0.45s;
	}
	
	body.intro-complete #work-filter ul {
		display: flex;
	}
	
	body.show-filter #work-filter ul {
		transform: translateY(0);
	}

	#work-filter ul li {
		margin: 6px 0;
	}
	
}

@media screen and (max-width: 640px) {
	
	#work {
		padding-bottom: 50px;
	}
	
	#work article,
	#work.filter-active article {
		width: 100%;
		padding-bottom: 58.5%;
	}

	#work article.large,
	#work.filter-active article.large {
		width: 100%;
		padding-bottom: 58.5%;
	}

	#work article.square,
	#work.filter-active article.square {
		width: 100%;
		padding-bottom: 100%;
	}
	
	#more-items {
		margin-top: 20px;
	}
	
}