/*!
Theme Name: designproject
Author: designproject
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: designproject
*/


@font-face {
	font-family:'chapeaumono';
	font-display: auto;

	src: 	url("../designproject/fonts/chap/ChapeauWEB-Mono.woff2") format('woff2'), 
       		url("../designproject/fonts/chap/ChapeauWEB-Mono.woff") format('woff'); 
	
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
  	scrollbar-width: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility; 
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

body {
	margin: 0;
	line-height: 0;
	-webkit-overflow-scrolling: touch; 
}

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

a {	
	text-decoration: none;	
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

img {
	border: 0;
	color: rgba(0,0,0,0.0);
	height: auto;
	width: 100%;
	display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button {
	color: #000;	
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: normal;
}

button:focus {outline:none;}

 h1, h2, h3, ul, p, h5{
	clear: both;
	font-family:  "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	width:100%;
}

h4, .chap, .swiper-pagination {
	clear: both;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	width:100%;

}


.bold {
	font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
}


h2.large.chap, h1.chap {
	text-transform: uppercase;
}

a	{
	text-decoration: none;
}

ul {
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
	list-style-type: '• ';
	padding-inline-start: 0px;
	font-size: 28px;
}

ul li {
	margin-left: 1ch;
}

/*--------------------------------------------------------------
# Typography Size
--------------------------------------------------------------*/

p {
	font-size: 28px;
	line-height: 1.3;
	font-weight: normal;
}
 h2.super, h1.super{
	font-size: 124px;
	line-height: 1.235;
	font-weight: normal;
	margin: 0;
}

h1, .page-intro p, .section-intro p, q,  .insight-large-text-block p, .large,.large-desk {
	font-size: 45px;
	line-height: 1.235;
	font-weight: normal;
	margin: 0;
}

.menu-logo, .dp-logo {
		font-size: 20px;
}

h2{
	font-size: 32px;
	line-height: 1.235;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
}

h4, .swiper-pagination {
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}


.colon {
	top: -0.12em;
	position: relative;
}

/*--------------------------------------------------------------
# Typography Spacing
--------------------------------------------------------------*/

h1 + p {
	margin-top:  1em;
}

p + p {
	margin-top:  1.3em;
}

h2 + p, h3 + p {
	margin: 1.3em 0 0;
}

h1 + h1, .page-intro p + p,
.section-intro p + p, q + p,
h2 + h2, h2 + h3, h2 + h4,
h3 + h2, h3 + h3, h3 + h4,
h2.large + h2.large, 
.insight-large-text-block p + p {
	margin: 1.235em 0 0;
}

 h1 + h3 {
	margin: 0.2em 0 0;
}

 h1 + h4 {
	margin: 0px 0 0 1px;
}

 h2 + h4 {
	margin: 5px 0 0 1px;
}

h3.chap {
	font-size: 28px;
	text-transform: uppercase;
}

h3.chap + p {
	margin: 0;
}

h2.chap.large + h3.chap {
	margin-top: 1.2em;
}

ul + p, ul + h3.chap, ul + ul  {
	margin-top:  1.2em;
}

p + h3.chap {
	margin-top: 1.2em;
}

p + h2.chap.large, ul + h2.chap.large{
	margin-top: 2.4em;
}
h5 + p {
	margin-top:0;
}

p + h5, ul + h5 {
	margin: 1.3em 0 0 0;
}

#filter-list ul {
font-size: 20px;}
/*--------------------------------------------------------------
## TEXT Small screen
--------------------------------------------------------------*/

@media only screen and (min-width: 1681px)  and (max-width: 1920px) {
	
	h1, .page-intro p, q, .insight-large-text-block p, .large  {
		font-size: 40px;
	}
	
	 h2.super, h1.super{
		font-size:80px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 28px;
	}

	h4, .swiper-pagination  {
		font-size: 18px;
	}

	p, h5 {
		font-size: 24px;
	}

	ul {
		font-size: 24px;
	}

}

/*--------------------------------------------------------------
## TEXT Small screen
--------------------------------------------------------------*/

@media only screen and (min-width: 1113px)  and (max-width: 1680px) {
	h2.super{
		font-size:60px;
	}
	
	h1, .page-intro p, .section-intro p,  q, .insight-large-text-block p, .large {
		font-size: 38px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 26px;
	}

	h4, #filter-list ul, .swiper-pagination  {
		font-size: 17px!important;
	}

	p, h5 {
		font-size: 22px;
	}

	ul {
		font-size: 22px;
	}
	
	h3.chap {
		font-size: 26px;
	}

}

/*--------------------------------------------------------------
## TEXT TABLET
--------------------------------------------------------------*/

@media only screen and (min-width:737px) and (max-width: 1112px)  {
			
	h1, .page-intro p, .section-intro p, q, .insight-large-text-block p, .large  {
		font-size: 34px;
	}
	
	h2.super, h1.super{
		font-size:60px;
	}
			
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 24px;
	}
		
	h3.chap {
		font-size: 24px;
	}

	h4,  #filter-list ul, .swiper-pagination {
		font-size: 14px;
	}

	p, h5 {
		font-size: 22px;
	}

	.small-mob, .page-intro p.small-mob {
		font-size: 22px!important;
	}

	ul {
		font-size: 22px;
	}
	
}

/*--------------------------------------------------------------
## TEXT MOB 
--------------------------------------------------------------*/

@media only screen and (max-width:736px) {
		 h2.super, h1.super{
		font-size:40px;
	}
		
	h1, .page-intro p, .section-intro p, h2.large, blockquote p, q, .insight-large-text-block p, .large {
		font-size: 27px;
		line-height: 1.2;
	}
	
	.menu-logo, .dp-logo {
		font-size: 	16px!important; 
	} 
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 20px;
	}
	
			
	h3.chap {
		font-size: 20px;
	}

	h4, .swiper-pagination {
		font-size: 14px;
	}

	p, h5 {
		font-size: 20px;
	}

	.small-mob, .page-intro p.small-mob {
		font-size: 20px!important;
	}
	
	ul {
		font-size: 20px;
	}
	
	 h2 + h4 {
		margin: 4px 0 0 0;
	}
	
}

/*--------------------------------------------------------------
## NAV menu
--------------------------------------------------------------*/

.site-header  {
  	width: 100%;
	z-index: 400;
	position: fixed;
	color: #000;
	top:0;
	background-color: rgba(0,0,0,0.0001);
	padding: 30px 30px 30px 28px;
}

.main-navigation {
	clear: both;
	width: 0;
	height:100%;
	top: 0;
	right: 0;
	overflow: hidden;
	position: fixed;
	z-index: 150;
	-webkit-transition: width 500ms cubic-bezier(.70,0,.30,1);
	-moz-transition: 	width 500ms cubic-bezier(.70,0,.30,1);;
	-o-transition: 		width 500ms cubic-bezier(.70,0,.30,1);;
	transition: 		width 500ms cubic-bezier(.70,0,.30,1);;
}

.toggled .main-navigation {
	height:100%;
	width: 100%;
}

#menu-overlay {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 30px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	z-index: 1;
}

.menu-menu-container  {
	position: relative;
	list-style: none;
	grid-column: 5 / span 2;
	background-color: hsla(0,0%,95%,1);
	margin: 0 -30px 0 -20px;
	padding: 9px 30px 30px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-menu-container  a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.menu-logo {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	padding: 34px 30px 30px 30px;
}

#primary-menu {
	font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 45px; 
	line-height: 1.235;
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
#primary-menu, .menu-logo {
	opacity: 0;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s 0s ease;
	-moz-transition: 	max-height 0.5s ease, opacity 0.5s 0s ease;
	-o-transition: 		max-height 0.5s ease, opacity 0.5s 0s ease;
	transition: 		max-height 0.5s ease, opacity 0.5s 0s ease;
}

.toggled  #primary-menu, .toggled  .menu-logo {
	opacity: 1;
	-webkit-transition: max-height 0.5s ease, opacity 0.6s 0.4s ease;
	-moz-transition: 	max-height 0.5s ease, opacity 0.6s 0.4s ease;
	-o-transition: 		max-height 0.5s ease, opacity 0.6s 0.4s ease;
	transition: 		max-height 0.5s ease, opacity 0.6s 0.4s ease;
}

#primary-menu li{
	margin-left: 0;
}

#primary-menu li a { 
	color:#000;
}

#primary-menu  li a:hover::after{
	content: ":";
	position: absolute;
}

/*--------------------------------------------------------------
## NAV Logo
--------------------------------------------------------------*/
#site-branding {
	pointer-events: all;
	position: absolute;
	float: left;
	z-index: 100;
	padding: 0;
}

.dp-logo {
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 1;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.logo-d {
	opacity: 1;
}

.logo-e{
	opacity: 1;
}

.logo-colon{
	position: absolute;
	top: -0.12em;
	left: 6ch;
}

.logo-p{
	position: absolute;
	top:0;
	opacity: 1;
	left: 7ch;
}

.logo-r {
	position: absolute;
	top:0;
	opacity: 1;
	left: 8ch;
}

.top .logo-e{
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0.5s;
	-moz-transition: 	opacity 0.5s ease 0.5s;
	-o-transition: 		opacity 0.5s ease 0.5s;
	transition: 		opacity 0.5s ease 0.5s;
}

.top .logo-colon{
	left: 6ch;
	-webkit-transition: left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	-moz-transition: 	left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	-o-transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
}

.top .logo-p{
	left: 7ch;
	-webkit-transition: left 0.5s cubic-bezier(.5,0,.20,1) 0s;
	-moz-transition: 	left 0.5s cubic-bezier(.5,0,.20,1) 0s;
	-o-transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0s;
	transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0s;
}

.top .logo-r {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: 	opacity 0.5s ease 0s;
	-o-transition: 		opacity 0.5s ease 0s;
	transition: 		opacity 0.5s ease 0s;
}

.scrolled .logo-e{
	opacity: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: 	opacity 0.5s ease 0s;
	-o-transition: 		opacity 0.5s ease 0s;
	transition: 		opacity 0.5s ease 0s;
}

.scrolled .logo-colon{
	left: 1ch;
	-webkit-transition: left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	-moz-transition: 	left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	-o-transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
	transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.25s;
}

.scrolled .logo-p{
	left: 2ch;
	-webkit-transition: left 0.5s cubic-bezier(.5,0,.20,1) 0.5s;
	-moz-transition: 	left 0.5s cubic-bezier(.5,0,.20,1) 0.5s;
	-o-transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.5s;
	transition: 		left 0.5s cubic-bezier(.5,0,.20,1) 0.5s;
}

.scrolled .logo-r {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease 0.5s;
	-moz-transition: 	opacity 0.5s ease 0.5s;
	-o-transition: 		opacity 0.5s ease 0.5s;
	transition: 		opacity 0.5s ease 0.5s;
}


/*--------------------------------------------------------------
## NAV Toggle
--------------------------------------------------------------*/
.menu-toggle {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	background-color: transparent!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	border: none;
	color: #000;
	pointer-events: all;
	cursor: pointer;
	z-index: 200;
}

.toggle-icon {
	display: block;
	padding: 25px;
	border: 0px solid #000;;
	border-radius: 25px;
	background-color: #000;
	width:0;
	height:0;
}

/*--------------------------------------------------------------
## NAV COLOR Single
--------------------------------------------------------------*/

body.single .site-header, 
.site-header.white,
.home .site-header{
	color: #fff;
}

body.single .site-header.black,
body.single .site-header.no-switch,
body.single .site-header.no-switch.black,
body.single .site-header.no-switch.white,
body.single.single-insight .site-header,
body.single.single-journal .site-header{ 
	color: #000;
}

body.single .site-header .toggle-icon,
.site-header.white .toggle-icon,
.home .site-header .toggle-icon{
	background-color: #fff;
}

body.single .site-header.black .toggle-icon, 
body.single .site-header.toggled .toggle-icon, 
.site-header.toggled.white .toggle-icon,
.home .site-header.toggled .toggle-icon,
body.single .site-header.no-switch .toggle-icon,
body.single .site-header.no-switch.black .toggle-icon,
body.single .site-header.no-switch.white .toggle-icon,
body.single.single-insight .toggle-icon,
body.single.single-journal .toggle-icon {
	background-color: #000;
}

/*--------------------------------------------------------------
## NAV MOB
--------------------------------------------------------------*/

@media only screen and (min-width:737px) and (max-width:1680px) { 
	
	.site-header {
		padding: 20px 20px 20px 18px;
	}
	
	.toggle-icon {	
		padding: 20px;
		border-radius: 20px;
	}
	
	#menu-overlay {
		grid-gap: 15px;
	}
	
	.menu-menu-container {
		margin: 0 -30px 0 -15px;
		padding: 9px 20px 20px 20px;
	}
	
	.menu-logo {
		padding: 24px 20px 20px 20px;
	}
	
}

/*--------------------------------------------------------------
## NAV MOB
--------------------------------------------------------------*/

@media only screen and (max-width:736px){ 
	
	body.toggled {
		height:100%;
		overflow: hidden!important;
	}
	
	.site-header  {
		padding: 9px 10px 10px 10px;
	}

	.main-navigation {
		grid-gap: 10px;
	}
	
	#site-branding {	
		padding: 5px 0 0 0px ;
	}
	
	.toggle-icon {
		border-radius: 15px;
		padding: 15px;
	}
	
	#menu-overlay {
		padding: 0px;
	}
	
	.menu-menu-container {
		grid-column: 1 / span 6;
		padding: 12px 10px 10px;
		margin: 0;
	}
	
	#primary-menu {
		font-size: 	40px; 
		line-height: 1;
	}
	
	.menu-logo {
		color: #000;
		padding: 13px 10px 10px 10px;
	}

	body.toggled  .site-header.white,
	body.toggled.home .site-header{
		color: #000;
	}
}




/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/

.contact-banner{
	color: #fff;
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 20px 0 95px;
	grid-gap: 50px 20px;
	margin-bottom: -1px;
}

.banner-info {
	grid-column: 1 / span 2;
}

.banner-contact-form {
	grid-column: 3/ span 4;
}

.banner-contact-form form{
	position: relative;
	margin-bottom: 30px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.form-col {
	display: grid;	
	grid-gap: 0px 20px;
	grid-column: 3 / span 2;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.insight-form .form-col {
	grid-column: 1 / span 2;
	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.form-col h2, .footer-col.subscribe h2 {
	width:100%;
	padding: 0 0  50px 0; 
	grid-column: 1 / span 4;
}

.footer-col.subscribe h2 {
	grid-column: 1 / span 4;
}
.wpcf7-form-control-wrap {
	width:100%;
	grid-column: 1 / span 4;
}

.form-sub-cont {
	grid-column: 1 / span 4;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0 0;
}

.wpcf7-form-control-wrap[data-name="first-name"] ,
.wpcf7-form-control-wrap[data-name="last-name"] {
	width: 100%;
	border-top: 1px solid #000;
}
	
.wpcf7-form-control-wrap[data-name="first-name"] {
	grid-column: 1 / span 2;
}

.wpcf7-form-control-wrap[data-name="last-name"] {
	grid-column: 3 / span 2;
}

#colophon .wpcf7-form-control-wrap[data-name="first-name"],
#colophon .wpcf7-form-control-wrap[data-name="last-name"] {
	border-top: 1px solid #fff;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, input#fieldEmail{
	width:100%;
	border-radius: 0;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	background-color: transparent;
	font-size: 20px;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
	opacity: 1;
	padding: 0px;
}

.wpcf7-form-control-wrap input, input#fieldEmail{
	height: 55px;
	line-height: 1;
}

.wpcf7-form-control-wrap textarea{
	width:100%;
	height: 165px;
	line-height: 1.2;
	padding: 16px 0 20px;
	resize: none; 
}

input::placeholder, textarea::placeholder, input#fieldEmail::placeholder {
	color: #fff;
	opacity: 1;
}

*:focus {
    outline: none;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}

input[type="checkbox"]{
	-webkit-appearance: none !important;
	-O-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 20px;
	height:20px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	margin: 2px 0 0 0;
	cursor: pointer;
	flex-shrink: 0;
}

input[type="checkbox"]:checked {
	-webkit-appearance: none !important;
	-O-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: white;
}
.acceptance-label .wpcf7-list-item-label {
	flex-shrink: 1;
}
.acceptance-label p {
	font-size: 15px;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
	padding: 4px 0;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-submit, .subscribe-button {
	display: block;
	width: fit-content;
	height: 48px;
	padding: 24px 22px 22px;
	font-size: 20px;
	line-height: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
	border: 1px solid #fff;
	cursor: pointer;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.wpcf7-submit:hover, .subscribe-button:hover  {
	background-color: transparent;
	color: #fff;
}

.wpcf7-not-valid-tip {
	color: #fff;
	opacity: 0.5;
	display: block;
	font-size: 15px;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
	position: absolute;
	right: 0;
	bottom: 18px;
	text-align: right;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-width: 0px;
	border-color: transparent;
}

.wpcf7-form-control-wrap[data-name="consent-acceptance"] .wpcf7-not-valid-tip {
	position: absolute;
	top: 23px;
	left: 40px;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	right:0;
	border: 0px solid transparent;
	font-size: 15px;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
	text-align: left;
	opacity: 0.5;
	position: absolute;
	width: calc( 50% - 10px);
	padding: 0;
}


/*--------------------------------------------------------------
## forms mob
--------------------------------------------------------------*/

@media only screen and (max-width:736px) {

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, input#fieldEmail{
	font-size: 16px;
}

.wpcf7-submit, .subscribe-button {
	display: block;
	width: fit-content;
	height: 32px;
	padding: 16px 15px 14px;
	font-size:14px;
	line-height: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: normal;
}

.form-sub-cont {
	flex-direction: column;
	gap: 30px;
	padding: 18px 0 0;
}

.banner-contact-form {
	grid-column: 1/ span 6;
}

.form-col {
	grid-column: 1/ span 6;
} 

.form-col.one{
	padding-bottom: 35px;
} 

 .footer-col.subscribe {
	grid-column: 1/ span 6;
	padding: 0 0 80px 0;
}

.wpcf7-form-control-wrap[data-name="first-name"] {
	grid-column: 1 / span 4;
}

.wpcf7-form-control-wrap[data-name="last-name"] {
	grid-column: 1 / span 4;
}


#colophon .wpcf7-form-control-wrap[data-name="last-name"],
.wpcf7-form-control-wrap[data-name="last-name"] {
	border-top: none;
}

.acceptance-label{
	grid-column: 1 / span 4;
	display: flex;
}

.acceptance-label p {
	font-size: 14px;
}

.wpcf7-form-control-wrap[data-name="consent-acceptance"] {
	width: 100%;
	position: relative;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	padding: 10px 0 0;
}

.wpcf7-form-control-wrap[data-name="consent-acceptance"] .wpcf7-not-valid-tip {
	right: 0;
	left: auto;
	top: 30px;
	text-align: right;
	position:absolute;
}


}



/*--------------------------------------------------------------
## colophon
--------------------------------------------------------------*/

#colophon{
	position: relative;
	z-index: 20;
	width:100%;
	padding:  0 30px;
	background-color: hsla(0,0%,0%,1);		
	border-top: 1px solid #fff;
}


.footer {
	overflow: hidden;
	bottom: 0;
	width:100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:  auto;
	grid-gap: 30px 20px;
	padding: 26px 0 26px;
}

.footer p {
	font-size: 14px;
	line-height: 1.35;
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
}

.footer a:focus, .footer a:hover   {
	text-decoration: underline;
	text-underline-offset: 0.25em;
	text-decoration-thickness: 1px;		
}

.footer-col.address {
	grid-column: 1 / span 2;
	align-self: end;
}
			
.footer-col.contact {
	grid-column: 3/ span 2;
	align-self: end;
}

.footer-col.social {
	grid-column: 5/ span 1;
	 align-self: end;
}

.contact-page .footer-col.address,  .contact-page .footer-col.contact, .contact-page .footer-col.social {
	grid-row: 2/ span 1;
}

.footer-col.subscribe {
	grid-column: 5/ span 2;
	grid-row:1 / span 1;
	color: #fff;
	padding: 0 0 120px;
}

.footer-col.subscribe h2 {
	border-bottom: 1px solid #fff;
  	min-height: 80px;
}

.subscribe-button {
	margin: 45px 0 0 0;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
}

a.underline:hover {
	text-decoration:none;
}

/* FOOTER CONTACT PAGE */

.page-template-contact .contact-banner {
	padding: 0px 30px 120px;
	color: #000;
}

.footer.contact-page {
	padding: 20px 30px 30px;
	grid-gap: 30px 20px;
}

.page-template-contact .banner-info {
	color: #000;
}

.page-template-contact .footer p {
	color: #000;
}

.page-template-contact .footer-col.subscribe {
	color: #000;
}

.page-template-contact .wpcf7-submit, .page-template-contact .subscribe-button, .insight-form .wpcf7-submit {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.page-template-contact  .wpcf7-submit:hover, .page-template-contact  .subscribe-button:hover, .insight-form .wpcf7-submit:hover {
	background-color: transparent;
	color: #000;
}

.page-template-contact .wpcf7-form-control-wrap input[type="checkbox"], .insight-form .wpcf7-form-control-wrap input[type="checkbox"] {
	border: 1px solid #000;
}

.page-template-contact input[type="checkbox"]:checked, .insight-form input[type="checkbox"]:checked {
	background-color: #000;
}

.page-template-contact input::placeholder, .page-template-contact textarea::placeholder, .page-template-contact input#fieldEmail::placeholder, .insight-form input::placeholder, .insight-form textarea::placeholder, .insight-form input#fieldEmail::placeholder {
	color: #000;
	opacity: 1;
	
}


.page-template-contact .footer-col.subscribe h2 {
	border-bottom: 1px solid #000;
}

.page-template-contact .wpcf7-form-control-wrap input, .page-template-contact .wpcf7-form-control-wrap textarea, .page-template-contact input#fieldEmail, .insight-form .wpcf7-form-control-wrap input, .insight-form .wpcf7-form-control-wrap textarea, .insight-form input#fieldEmail {
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	color: #000;
}

.page-template-contact .wpcf7-not-valid-tip, .insight-form .wpcf7-not-valid-tip {
	color: #000;	
}



.page-template-contact .acceptance-label p, .insight-form .acceptance-label p {
 color: #000;
}

/*--------------------------------------------------------------
##colophon  Mob
--------------------------------------------------------------*/

@media only screen and (min-width: 1113px) and (max-width: 1680px) {
	
	#colophon{
		padding:  0 20px;
	}
	
	.contact-banner {
		padding: 15px 0 95px;
	}
		
	.footer {
		grid-gap: 15px;
		padding: 16px 0 30px;
	}

	.page-template-contact .contact-banner {
	  padding: 0px 20px 120px;
	}
	.footer.contact-page {
	  padding: 20px 20px 30px;
	}
	
	.wpcf7-submit, .subscribe-button {
		height: auto;
		padding: 20px 20px 20px;
		font-size: 17px;
		border-radius: 25px;
	}
	
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, input#fieldEmail {
		font-size: 17px;
	}
	


}

@media only screen and (min-width:737px) and (max-width: 1112px) {
	.contact-banner {
		padding: 20px 0 150px;
	}
	
	.footer-col.social {
		grid-column: 1/ span 2;
		grid-row:1 / span 1;
		align-self: end;
	}
	
	
	.footer-col.address {
		grid-column: 1 / span 4;
		grid-row: 2 / span 1;
		align-self: end;
	}
			
	.footer-col.contact {
		grid-column: 1/ span 4;
		grid-row: 3 / span 1;
		align-self: end;
	}

	.form-col  {
		grid-column: 1 / span 4;
	}
	
	.footer-col.subscribe {
		grid-column: 3/ span 4;
	}
	
	.page-template-contact .contact-banner {
		 padding: 0px 20px 120px;
	}
	.footer.contact-page {
	 	padding: 20px 20px 30px;
	}

	
	.contact-page .footer-col.address{
		grid-row: 2/ span 1;
	}

	.contact-page .footer-col.contact{
		grid-row: 3/ span 1;
	} 
	
	.contact-page .footer-col.social {
		grid-row: 4/ span 1;
	}

}


@media only screen and (min-width:737px)  and (max-width: 1680px)  {
	
	#colophon {
		padding: 0 20px;
	}
	
}
	

@media only screen and (max-width:736px) {
	
	#colophon {
		padding: 0 10px 30px;
	}
	
	.contact-banner {
		padding: 8px 0 85px;
		grid-gap: 47px 10px;
	}

	.banner-info {
		grid-column: 1 / span 6!important;
		padding: 0 0 0 0;
	}	
	
	.form-col h2{
		font-size: 27px;
		padding: 0 0 55px 0;
	}
	
		
	.footer-col.subscribe h2  {
		padding: 0 0 55px 0;
	}

	.footer-col.subscribe {
		grid-column: 1/ span 6;
		padding: 0 0 80px 0;
	
	}
	
	
 	.banner .button {
		grid-column: 1 / span 6!important;
	}
	
	.half {
		width:100%;
	}

	.footer {
		width:100%;	
		padding: 10px 0px 0px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 20px 10px;
	}
	
	.footer-col.address {
		grid-column: 1 / span 6;
		grid-row: 1 / span 1;
	}
		
	.footer-col.contact {
		grid-column: 1 / span 6;
		grid-row: 2 / span 1;
	}
	
	.footer-col.social {
		grid-column: 1 / span 6;
		grid-row: 3 / span 1;
		padding: 0;
	}	
	
	.footer-col.copyright {
		grid-column: 1 / span 6;
		padding: 20px 0 0 0;
	}		

	.underline {
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 0.23em;
	}
	
	.contact-page .footer-col.address{
		grid-row: 2/ span 1;
	}

	.contact-page .footer-col.contact{
		grid-row: 3/ span 1;
	} 
	
	.contact-page .footer-col.social {
		grid-row: 4/ span 1;
	}

/*contact page */

.page-template-contact .contact-banner {
	padding: 0px 10px 70px;
}

.footer.contact-page {
	padding: 55px 10px 30px;
	grid-gap: 20px 10px;
}

.subscribe-button {
	margin: 30px 0 0 0;
}
}


/*--------------------------------------------------------------
##notfound
--------------------------------------------------------------*/

.nf-cont {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	padding: 275px 30px 200px;
}

.nf-cont {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	padding: 137px 10px 100px;
}
/*--------------------------------------------------------------
##Buttons
--------------------------------------------------------------*/


.button {
	grid-column:  1 / span 6;
}


.button a {
	display: block;
	width: fit-content;
	padding: 24px 22px 22px;
	font-size: 20px;
	border: 0px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
		border: 1px solid #000;
}

.button a:hover{
	background-color: transparent;
	color: #000;

}

.button.white a {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

.button.white a:hover{
	background-color: transparent;
	color: #fff;
}

.icon-grid {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-gap: 20px; 
}

.icon{
	display: inline-block;
	padding: 12px;
	border: 0px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 52px;
	width: 52px;
}

.icon:hover{
	background-color: #000;

}

.icon img {
	opacity: 1;
	height: 24px;
	width: 24px;

}
.icon:hover img {
	opacity: 1;
	filter: invert(1);

}

.page-template-contact .icon img {

	filter: invert(1);

}

.page-template-contact .icon:hover img {
	opacity: 1;
	filter: invert(0);
}


.page-template-contact .icon{
	background-color: #000;
	border: 2px solid #000;
}

.page-template-contact .icon:hover{
	background-color: #fff;
}
@media only screen and (min-width:737px) and (max-width: 1680px) {	

	.icon{
		padding: 9px;
		margin: 0;
		height:42px;
		width: 42px;
	}

	.icon img {	
		height: 20px;
		width: 20px;
	}

	.button a {
		font-size: 17px;
		padding: 20px 20px 20px;
	}
	
}

@media only screen and (min-width:737px) and (max-width: 1124px) {	

	.button a {
		padding: 20px 19px 18px;
		font-size: 15px;
	}

}

/*--------------------------------------------------------------
##buttons mob
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {		

	.button a {
		font-size: 14px;
		padding: 16px 15px 14px;
	}

	.button.left {
		grid-column: 1 / span 4;
	}

	.button.center {
		grid-column: 2 / span 3;
	}
	
	.project-button-cont {
		grid-column:  4 / span 3;
	}
	
	.button.contact {
	margin: 30px 0 0 0;
	}
	
	.icon-grid {
		padding: 10px 0 0 0;
		grid-gap: 10px;
		justify-content: flex-start;
	}
	
	.icon{
		padding: 7px;
		margin: 0;
		border: 1px solid #fff;
		height:32px;
		width: 32px;
	}
	
	.page-template-contact .icon {
		border: 1px solid #000;
	}

	.icon img {
		height: 16px;
		width: 16px;
	}
	

}


/*--------------------------------------------------------------
##Home Page header
--------------------------------------------------------------*/

body.home {
	background-color: #000;
}

.home-header-section {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 196px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 650px;
	background-color: #000;
	z-index: 0;
}

.home-header-section h2 {
	font-size: 120px;
	font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}
.insight-title h1 {
	font-size: 120px;
	font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	line-height: 1;
}

#list-header {
	position: fixed;
	top: 0px;
	padding-top: 197px;
	color: #fff;
	z-index: 10;
}

#list-header h2{
	z-index: 10;
	position: relative;
}

#list-cont { 
	display: block;
	position: relative;
 	font-size: 120px;
	line-height: 1;
	padding-top: 1em;
}

.list-item  {
	height: 120px;
}
.list-item h2 {
	display: block;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-transition: padding-left .33s ease;
	-moz-transition: 	padding-left .33s ease;
	-o-transition: 		padding-left .33s ease;
	transition: 		padding-left .33s ease;
	opacity: 0.3;
}

.list-item.focused-item h2 , .list-item:nth-child(1) h2{
	padding-left: 1ch;
	z-index: 10;
	opacity: 1;
}

.list-item.hidden h2 {
	opacity: 0;
}

.list-image-cont {
	height: auto;
	width: 100%;
	max-width: 45%;

	left: 50%;
	position: absolute;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
	display: none;

}

.list-item.focused-item .list-image-cont  {
	display: block;
}

.list-item.focused-item.hidden .list-image-cont {
	display: none;
}
.list-item.focused-item.hidden:last-of-type h2{
	opacity: 1;
	padding-left: 1ch;
	z-index: 10;
	position: fixed;
	top: 316px;
	left: 25px;
}
.list-item.focused-item.hidden:last-of-type .list-image-cont {
	display: block;
}

/*--------------------------------------------------------------
##Home List resposive styles
--------------------------------------------------------------*/

@media only screen and (min-width:1200px)  and (max-width: 1680px)  {
	
	
	.home-header-section h2,
	.insight-title h1 {
		font-size: 100px;
	}

	#list-cont { 
		font-size: 100px;
	}
	.list-item { 
		height: 100px;
	}	
	
	.list-item.focused-item.hidden:last-of-type h2{
		top: 296px;
	}
	
	.list-image-cont {
		max-width: 55%;
	}

	
}

@media only screen and (min-width:737px)  and (max-width: 1200px)  {
	
	
	.home-header-section h2,
	.insight-title h1 {
		font-size: 80px;
	}

	#list-cont { 
		font-size: 80px;
	}
	.list-item { 
		height: 80px;
	}	
	
	.list-item.focused-item.hidden:last-of-type h2{
		top: 277px;
	}
	
	.list-image-cont {
		max-width: 55%;
	}

	.home-header-section {

padding-bottom: 40vh;

}
}


@media only screen and (max-width:736px)  {
	
	.home-header-section {
		padding-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 40vh;

	}

	#list-header {
		position: fixed;
		top: 0px;
		padding-top: 60px;
		color: #fff;
		z-index: 10;
		z-index: 60;

	}
	
	.list-item.focused-item.hidden:last-of-type h2{
		top: 98px;
		left: 10px;
	}
	
	.list-item  {
		height: 40px;
	}
	
	#list-cont {
	font-size: 40px;
	}
	.list-image-cont {
		max-width: 75%;
		max-height: 60%;
		z-index: 10;
	}
	
	.home-header-section h2,
	.insight-title h1 {
		font-size: 40px;
	}
}
/*--------------------------------------------------------------
##Home Page content
--------------------------------------------------------------*/
.home-page-cont {
	background: #000;
	position: relative;
}

.home-about-section {
	background-color: #000;
	color: #fff;
	display: grid;
	grid-template-columns:  repeat(6, 1fr);
	margin:0;
	border-top: 1px solid #fff;
	padding: 60px 30px 170px;
	grid-gap: 50px 20px;	
	position: relative;
	z-index: 100;
}

.page-intro h2 {
	color: #fff;
}

.home-project-title {
	padding: 25px 30px 50px;
	color: #fff;
}

.button.home {
	padding: 0px 30px 150px;
}



.home-client-section.quote {
	grid-template-rows: auto;
}

.home-client-section.logo {
	grid-gap: 20px;
	padding: 0px 30px;
	grid-template-rows: auto;
}

.home-about-section a {
	text-decoration: underline;
	text-underline-offset: 0.23em;
	text-decoration-thickness: 1px;
}

.home-about-section a:hover{
	text-decoration: none;
}

.about-section {
	display: grid;
	position: relative;
	grid-template-columns:  repeat(6, 1fr);
	grid-template-rows: auto;
	grid-gap: 0px 20px;
	grid-column: 1 / span 6;
	padding: 0 30px;
	border-top: 1px solid #fff;
	background-color: #000;
	color: #fff;
}

.about-section.about {
	background-color: #000;
	padding: 0px 30px 150px;
	grid-gap: 50px 20px;	
	color: #fff;
	border-top: 1px solid #fff;
}

.about-section.logo {
	grid-gap: 20px;
	padding: 0px 30px 90px;
	grid-template-rows: min-content;
}


.section-sub-title {
	grid-column: auto / span 2;	
	padding: 23px 0 0 0;
}
.about-icon {
	padding: 0 0 30px 0;
	max-width: 120px;
}

.section-text {
	grid-column: auto / span 2;	
	padding: 30px 0 0 0;
}

.section-text.clients {
	grid-column: 5 / span 2;	
	padding: 30px 0 40px 0;
}

.about-section.quote {
	grid-gap: 0px;
	padding: 0px 30px 75px;
	grid-template-rows: min-content;
}

.logo-swiper-wrap {
	grid-column: 1 / span 6;
	position: relative; 
	overflow: hidden;
	display: block;
	z-index: 0;
}

.logo-row {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	background-color: #000;
}

.logo-row img {
	grid-column: auto / span 1;
}
.section-quote {
	grid-column: 3/ span 4;	
	padding: 20px 0 75px;
	overflow: hidden;
}

.section-quote blockquote{
	margin: 0 0 13px 0;
}

.home-projects {
	border-top: 1px solid #fff;
}

.home  .work-container {
	background-color: #000;
}

.home .work-text {
	color: #fff;
}

/*--------------------------------------------------------------
## Small screen
--------------------------------------------------------------*/


@media only screen and (min-width:737px)  and (max-width: 1680px)  {
	
	.section-quote {
		padding: 15px 0 60px;
	}
		.about-section.logo {
		grid-gap: 15px;
		padding: 0px 20px 50px;
	}
	
	.section-sub-title {
		padding: 15px 0 0 0;
	}
	
	.section-text {
		padding: 14px 0 60px;

	}
	
		.section-text.home {
		padding: 20px 0 60px;

	}
	.home-about-section {

		padding: 80px 20px 60px;
		grid-gap: 30px 20px;

	}

	.home-what-section {
		padding: 0px 20px 60px;
		grid-gap: 30px 20px;

	}
	
	.home-project-title {
		padding: 20px 20px 30px;
	}
	.about-section.quote {
		padding: 0px 20px 60px;
	}
	
	
	.about-section.about {
		padding: 0px 20px 60px;
	}
	
	.button.home {
		padding: 0px 20px 120px;
	}

	.section-text.clients {
		padding: 20px 0 40px 0;
	}

}


/*--------------------------------------------------------------
## Small screen
--------------------------------------------------------------*/


@media only screen and (min-width:737px)  and (max-width: 1200px)  {
	
	.section-sub-title {
		grid-column: 1 / span 6;
	}
	
	.section-text {
		grid-column: auto / span 3;	
	}
}



@media only screen and (min-width:737px)  and (max-width: 1023px)  {

	.logo-row {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
		
	

/*--------------------------------------------------------------
## Home page MOB
--------------------------------------------------------------*/

@media only screen and (max-width:736px)  {
	

	
	.about-icon {
		padding: 0 0 20px 0;
		max-width: 80px;
	}

	
	.home-about-section {
		padding: 53px 10px 120px;
		grid-gap: 0;
	}
	
	.home-about-section.page-intro {
		grid-column: 1 / span 6;
		grid-row: 1 / span 1;
	}

	.about-section.about {
		padding: 0px 10px 60px;
		grid-gap: 20px 10px;	
	}
	
	.home-project-title {
		padding: 15px 10px 25px;
	}
	
	.button.home {
		padding: 30px 10px 60px;
	}
	
	.about-section.logo{
		padding: 0px 10px 60px;
	}
	
	.about-section.quote {
		padding: 0px 10px 60px;

	}
	
	.about-section {
		grid-gap: 10px 10px;
		padding: 0px 10px;
	}

	.about-section.logo {
		padding: 0px 0px 56px 0px;
		grid-gap: 0px;
		grid-template-columns: 1fr 1fr  1fr;
	}
	

	.section-sub-title {
		grid-column: 1 / span 6;
		padding:  10px 0 0 0;
	}
	
	.logo .section-sub-title {
		grid-column: 1 / span 6;
		padding:  10px 10px 0 10px;
	}
	
	.section-sub-title h4 {
			margin: 0 0 0.8em 0;
	}
	
	.logo-swiper-wrap {	
		padding: 20px 0 0 0;
	}

	.logo-swiper-cont {
		grid-column: 1 / span 6;
	}

	.logo-row {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px;
	}
	
	.section-quote {
		grid-column: 1/ span 6;	
		padding: 0 0 0 0;
	}
	
	.section-text {
		grid-column: auto / span 3;	
		grid-row: auto / span 1;
		padding: 0 0 0 0;
	}
	
		
	.section-text.home p, .section-text.home ul, .section-quote .swiper-slide p, .quote-cont p {
		font-size: 16px;
	}
	
	.section-text.clients {
		grid-column: 1 / span 6;	
		padding: 0px 10px 20px 10px;
	}

}





/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.page-template-contact #colophon {
	display: none;
}	


.page-template-contact #wrapper {
	position: absolute;
	min-height: 100%;	
}

#contact-grid {
	width:100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto calc(100svh - 235px) auto;
	padding: 0;
	margin: 0;
	min-height: 100vh;	
}

.contact-grid-info {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 25px 30px 30px;
	margin: 0;
	position: relative;
	background-color: #fff;
}

.about-video-container {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
	z-index: 0;
	position: relative;
}

.about-video-container video {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-col {
	grid-column: auto / span 2;

}

.contact-col h4 {
		margin: 0 0 15px 0;
	}

.contact-col a{
	text-decoration: underline;
	text-decoration-thickness: 1px;	
	text-underline-offset: 0.23em;
}

.contact-col a:hover {
	text-decoration: none;
}
.contact-copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 26px 30px;
}
.contact-copyright p {
	font-size: 14px;
	line-height: 1.35;
	font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

@media only screen and (min-width:737px) and (max-width: 1680px){

	.contact-grid-info {
		grid-gap: 15px;
		padding: 15px 20px 20px;
	}
	
	.contact-copyright {
		padding: 16px 20px;
	}
	
	.contact-col h4 {
		margin: 0 0 7px 0;
	}
}

/*--------------------------------------------------------------
Contact Page Mob
--------------------------------------------------------------*/


@media only screen and (max-width:736px) {
	
	
	#contact-grid {
		grid-template-rows: auto 50vh auto;
	}
	.about-video-container .fixed-video {
		height:  50vh;
	}

	.contact-grid-info {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 50px 10px;
		padding:  10px 10px 140px 10px;
		margin: 0;
	}
	
	
	.contact-col {
		grid-column: auto / span 6;
		padding: 0;
	}
	
	.page-template-contact h4 {
		margin: 0 0 10px 0;
	}


	.contact-copyright {
		bottom: 0;
		right: auto;
		left: 0;
		padding: 5px 10px 30px;
	}
	
	.contact-col a{
		text-underline-offset: 0.23em;
	}
	
}


/*--------------------------------------------------------------
##WORK Page
--------------------------------------------------------------*/


#wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.page-template-work #wrapper, 
.page-template-about #wrapper, 
.page-template-contact #wrapper, 
.page-template-default #wrapper,
.page-template-insight-landing #wrapper,
.page-template-journal-landing #wrapper{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 205px 0 0;
}

.work-container {
    margin: 0 auto;
    width:100%;
    position: relative;
    overflow: hidden;
 	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 40px 20px;
	padding: 0px 30px 130px;
	background-color: rgba(255,255,255,1);
}

.work-container.home {
	padding: 0px 30px 40px;
}

.work-wrap {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	grid-column: auto / span 2;
}

.work-text {
	width: 100%;
	position: relative;
	text-align: left;
	padding: 22px 0 13px 0;
}

.work-wrap a:hover .work-text h4 {
 	text-decoration: underline;	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
}

.work-text h4 {
	text-transform: uppercase;
}

.work-title {
	padding: 40px 0 70px;
	grid-column: 1 / span 6;
}

.page-header{
    margin: 0 auto;
    width:100%;
    position: relative;
 	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	padding: 0px 30px 22px;
}
.page-title {
	grid-column: 1 / span 2;
	grid-row: 1 / span 1;
}
 .page-intro {
	grid-column: 3 / span 4;
	grid-row: 1 / span 2;
	padding: 0px 0px 114px;
}

.work-container.more {
	padding: 40px 30px 10px;
	margin-top: 130px;
	border-top: 1px solid #000;

}

.project-cont-grid + .work-container.more {
	margin-top: 0px;
}

/*--------------------------------------------------------------
## Work about section
--------------------------------------------------------------*/

.work-section{
    margin: 0 auto;
    width:100%;
    position: relative;
 	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	padding: 20px 30px 150px;
	border-top: 1px solid #000;
}
.section-title {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	padding: 0 0 22px 0;
}

.section-intro {
	grid-column: 3 / span 4;
	grid-row: 1 / span 1;
	padding: 0px 0px 74px 0px;
}

.section-col {
	grid-column: auto / span 2;
	grid-row: 2 / span 1;
	padding: 0px;
}


/*--------------------------------------------------------------
##Work about section mob
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {
	
	.section-title {
		grid-column: 1 / span 6;
    	grid-row: 1 / span 1;
		padding: 0 0 5px 0;
	}
	
	.section-intro {
		grid-column: 1 / span 6;
   	 	grid-row: 2 / span 1;
		padding: 0 0 20px 0;
	}
	
	
	.section-col {
		grid-column: auto / span 6;
		grid-row: auto / span 1;
		padding: 0 0 10px 0;
	}
	
}


/*--------------------------------------------------------------
##WORK Filter
--------------------------------------------------------------*/
#filter-list {
	grid-column: 1 / span 6;
	padding: 0px;
	display: inline;

}

#filter-list h4 {
	display: inline-block;
	width: auto;
}

#filter-list ul {
	font-family:  'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	list-style: none;
	display: inline-block;
	display: inline;
	width: auto;
}

#filter-list li {
	text-transform: uppercase;
	display: inline-block;
}

#filter-wrap {
	display: none;
}

#filter-list li a:hover, #filter-list li.current_page_item a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
}

/*--------------------------------------------------------------
##Filter mob
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {
	
	#filter-list{
		display: none;
	}
	
	#filter-wrap {
		display: block;
		position: relative;
		max-height: 30px;
		overflow: show;
		z-index: 100;
		grid-column: 1 / span 6;
		grid-row: 3 / span 1;
		align-self: end;
		margin: 5px 0 10px 0;	
	}
	
	#filter-cont {
		display: block;
		position: relative;
		width: fit-content;
		border: 0px;
		background-color: #000;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		border-radius: 16px;
		line-height: 0;
		z-index: 100;	
	}
	
	#filter-button {
		text-transform: uppercase;
		pointer-events: all;
		cursor: pointer;	
	
		font-size: 14px;
		line-height: 1.235;
		text-align: left;
		padding: 7px 15px 6px;
		width:100%;
		z-index: 110;
		margin: 0 2ch 0 0;
	}

	#filter {
		opacity: 1;
		max-height: 300px;
		overflow: hidden;
		padding: 0px 14px;
		z-index: 110;
		-webkit-transition: max-height 0.5s ease, opacity 0.5s 0.25s ease;
		-moz-transition: 	max-height 0.5s ease, opacity 0.5s 0.25s ease;
		-o-transition: 		max-height 0.5s ease, opacity 0.5s 0.25s ease;
		transition: 		max-height 0.5s ease, opacity 0.5s 0.25s ease;
	}

	.hide #filter {
		list-style: none;
		opacity: 0;
		max-height: 0px;
		overflow: hidden;
		-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
		-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
		-o-transition: max-height 0.5s ease, opacity 0.5s ease;
		transition: max-height 0.5s ease, opacity 0.5s ease;
	}

	#filter li{
		font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		list-style: none;
		margin: 0 2ch 0 0;
		line-height: 2.4;
		font-size: 14px;
	}

	.filter-icon {
		font-family: 'chapeaumono', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		line-height: 1.235;
		color: #fff;
		position: absolute;
		height: auto;
		width: auto;
		margin: 0;
		padding: 7px 15px 6px;
		top: 0;
		right: 0;
		pointer-events: none;
		transform: rotate(0);
	}

	.hide .filter-icon {
		transform: rotate(180deg);
	}

	#filter li:hover{
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset:  0.2em;
	}

	#filter li.current_page_item{
		display: none;
	}

}


/*--------------------------------------------------------------
##WORK Grid small screen
--------------------------------------------------------------*/
@media only screen and (min-width:737px) and (max-width: 1680px) {
	
	.page-header {
		gap: 15px;
		padding: 0px 20px 15px;
	}

	.work-section{
		gap: 15px;
		padding: 20px 20px 120px;
	}
	
	.work-text {
    	padding: 16px 0px 0px 0px;
	}
	
	.work-container {
		gap: 40px 15px;
		padding: 0px 20px 30px;
	}
	.work-container.home  {
		padding: 0px 20px 30px;
	}
	.work-container.more {
		gap: 40px 15px;
	padding: 120px 20px 10px;
	}
	


}
	
/*--------------------------------------------------------------
##WORK Grid mob
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {
	
	.page-header{
		gap: 20px;
		padding: 0px 10px 20px;
	}	
	
	.work-section{
		gap: 15px;
		padding: 20px 10px 60px;
	}

	.page-title {
		grid-column: 1 / span 6;
			grid-row: 1 / span 1;
	}
	 .page-intro {
		grid-column: 1 / span 6;
		grid-row: 2 / span 1;
		padding: 0px 0px 0px;
	}
	

	.page-intro h1 {
		font-size: 20px;
	}
	
	.page-template-work #wrapper, 
	.page-template-about #wrapper, 
	.page-template-contact #wrapper, 
	.page-template-default #wrapper, 
	.page-template-insight-landing #wrapper,
	.page-template-journal-landing #wrapper  {
		margin: 106px 0 0;
	}


	.work-wrap{
		grid-column: 1 / span 6;
	}
	
	.work-text {
		padding: 10px 0px 15px;
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}

	.work-video {
		padding-bottom: 100%!important;
	}
	
	.work-video  video {
		width: auto!important;
		height: 100%!important;
		margin-left:-25%;
	}
	
	.work-cont.video{
		padding-bottom: 0%!important;
	}	

	.work-container {
		gap: 10px 10px;
		padding: 0px 10px 40px;
	}

	.work-container.home {
		gap: 10px 10px;
		padding: 0px 10px 10px;
	}
	
	.page-template-work .work-wrap {
		grid-column: auto / span 6;
	}
	
	.work-container.more {
		padding: 20px 10px 10px;
		margin-top: 45px;
	}

	.section-title {
		grid-column: 1 / span 6;
	}
	
	.work-container.more .work-wrap{
		 grid-column: auto / span 3;
	}

	.work-container.more h2{
		font-size: 16px;
	}
	
	.work-container.more h4{
	  display: none;
	}

	.work-container.mor h2 + h4 {
		margin: 0;
	}

}

/*--------------------------------------------------------------
##Post
--------------------------------------------------------------*/

#project-header {
	width: 100%;
	z-index: 0;
	position: fixed;
	top: 0;
	height: calc(100vh - 150px);
}

.fullscreen-cont  {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	z-index: 0;
}

.fullscreen-cont  img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.fullscreen-cont  video {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main-content {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
	background-color: #fff;
	margin: calc(100vh - 150px) 0 0 0;
}

.pheader-text {
	width: 100%;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:  auto 1fr;
	padding: 20px 30px 145px;
	grid-gap: 20px;
}

.project-title {
	grid-column: 1 / span 2;
	grid-row: 1 / span 1;
	padding: 0 0 90px 0;
}

.project-copy {
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
}

.project-detail {
	padding-top: 6px;
	grid-column: 5 / span 2;
	grid-row: 1 / span 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.project-detail h4 {
	margin:  0 0 0.8em 0;
}
.project-cont {
	width: 100%;
	padding: 0 0 150px;
	display: block;
	position: relative;
}

.project-cont-hero {
	width: 100%;
	padding: 0 0 20px;
	display: block;
	position: relative;
}
.project-cont-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 0px 30px 30px;
	grid-gap: 20px;

}


.project-cont-grid + .project-cont-grid .inset-cont {
	padding: 0px 0px 170px 0px;
}

.button.project {
	padding: 30px 30px 0;
}

.video {
	display:block;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
}

.hero-wrap {
	max-width: 100%;
    overflow: hidden;
	padding: 0;
	grid-column: 1 /span 6;
}

.project-cont-grid.text + .project-cont-grid >
.inset-cont {
	padding: 0 0 170px;

}

.inset-cont {
	width: 100%;
	display: block;
	height: 100%;
	padding: 170px 0;
	grid-column: 2 /span 4;
}

.inset-cont + .inset-cont {
	padding: 0 0 95px;
}

.quote-cont{
	width: 100%;
	display: block;
	height: 100%;
	padding: 110px 0;
	grid-column: 3 /span 4;
}
.project-cont-grid.text {
		padding: 25px 30px 142px;
}

.project-cont-grid.stats {
		padding: 25px 30px 32px;
}

.text-block-title{
		grid-column: 1 /span 2;
}
.text-block-para{
		grid-column: 5 /span 2;
}

.fullscreen-cont .swiper-container-fade, .fullscreen-cont .swiper-container-fade{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%; 
}

.project-text-cont {
	width: 100%;
	height:100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.image-cont{
	display: block;
  	width: 100%;
  	position: relative;
  	height: 0;
  	padding: 66.667% 0 0 0;
  	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100.5%;
}

.full-wrap {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.hero-cont {
	position: relative;
	width:100%;
	padding: 56.25% 0 0 0;
	height: 0;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100.5%;
	opacity: 1;
}

.hero-cont.vimeo{
	position: relative;
	width:100%;
	padding: 56.25% 0 0 0;
	height: 0;
	overflow: hidden;
}

iframe {
	background-position: center;
	background-size: auto 100.5%;
	background-repeat: no-repeat;
}

.hero-cont  img, .hero-cont video, .image-cont img, .image-cont video{
	position: absolute;
  	display: block;
  	width: auto;
  	height: 100.1%;
  	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
 	margin: auto;
}

 .hero-cont iframe, .image-cont iframe,  .video iframe {
	position: absolute;
  	display: block;
  	width: 100.5%;
  	height: 100.5%;
  	top: 50.25%;
  	left: 50.25%;
	transform: translate(-50.25%, -50.25%);
 	margin: auto;
	background-size: cover;
	background-position: center;
}

iframe > button {
	display: none!important;
	opacity: 0;
}

.carousel {
	position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	top: 0%;
 	margin: auto;	
}

/* Statistics */



.stats-cont {
	grid-column: 3 / span 4;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;	
}

.stat {
	grid-column: auto / span 2;
	color: #000;
	margin-bottom: 110px;
}


.stat-num {
	font-size: 6vw;
	line-height: 1;
	margin: 0 0 10px;
}

/*--------------------------------------------------------------
## POST small screen
--------------------------------------------------------------*/
@media only screen and (min-width:737px) and (max-width: 1680px) {
	
	#project-header {
		height: calc(100vh - 120px);
	}
	
	#main-content {
		margin: calc(100vh - 120px) 0 0 0;
	}
	
	.pheader-text {
		padding: 12px 20px 125px;
		grid-gap: 15px;
	}
	.project-detail h4 {
	margin: 0 0 0.6em 0;
	}
	
	.project-title {
		padding: 0 0 90px 0;
	}
	
	.project-copy {
		grid-column: 1 / span 2;
	}

	.project-title {
		grid-column: 1 / span 2;
	}
	
	.project-cont-hero  {
	padding: 0 0 20px;
	}


	.project-cont-grid.stats {
			padding: 0px 20px 32px;
	}


}
@media only screen and (min-width:1113px) and (max-width: 1680px) {

	.project-cont-grid.text {
			padding: 20px 20px 142px;
	}
	
	.inset-cont, .quote-cont  {
		padding: 140px 0;
	}

	.project-cont-grid.text + .project-cont-grid > .inset-cont {
		padding: 0 0 140px;
	}
}
/*--------------------------------------------------------------
## POST small screen
--------------------------------------------------------------*/
@media only screen and (min-width:737px) and (max-width: 1112px) {
	
	.project-copy {
		grid-column: 1 / span 3;
	}

	.project-title {
		grid-column: 1 / span 3;
	}
	.text-block-title{
			grid-column: 1 /span 3;
	}
	.text-block-para{
			grid-column: 4 /span 3;
	}
	.project-cont-grid.text {
		padding: 20px 20px 82px;
	}

	
	.inset-cont, .quote-cont  {
		padding: 80px 0;
	}
	
	.project-cont-grid.text + .project-cont-grid > .inset-cont {
		padding: 0 0 80px;
	}
}

/*--------------------------------------------------------------
## POST MOB
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {

	#project-header {
		height: calc(100vh - 80px);
	}
	
	#main-content {
		margin: calc(100vh - 80px) 0 0 0;
	}

	.info-cont{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		padding: 10px 10px 60px;
		grid-gap: 10px;
	}

	.pheader-text {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 10px 0px 55px;
		grid-gap: 20px 10px;
	}

	.project-title {
		grid-column: 1 / span 6;
		grid-row: 1 / span 1;
		padding: 0 10px 10px 10px;
	}
	
	.project-title h1 {
		margin: 0;
		padding: 0;
	}

	.project-detail {
		padding: 32px 0 0 0;
		grid-column: 1 / span 6;
		grid-row: 3 / span 1;
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}
	.project-detail div {
		border-top: 1px solid #000;
		padding: 10px 10px 0 10px;
	}
	.project-copy {
		grid-column: 1 / span 6;
		grid-row: 2 / span 1;
		display: block;
		padding: 0 10px;
	}
	
	.project-copy p  +  p {
		margin-top: 1.2em!important;
	}
	
	.project-cont {
		padding: 0px 0px 60px;

	}
	.project-cont-grid {
		padding: 0px 10px 10px;
		grid-gap: 10px;
		grid-template-columns: 0.5fr 1.5fr 1fr 1fr 1.5fr 0.5fr;
	}
	
	.project-cont-grid.quote, .project-cont-grid.text  {
		padding: 0px 10px 10px;
		grid-gap: 10px;
	}
	.project-cont-hero{
		padding: 0px 0px 10px;
	}
	
	.button.project {
		padding: 30px 10px 0;
	}

	.hero-wrap {
		padding: 0;
	}
	
	.hero-cont  {
		padding: 56.25% 0 0 0;
	}

	.content-cont {
		padding: 0!important;
	}

	.inset-cont {
		width: 100%;
		padding: 50px 0;
		grid-column: 2 /span 4;
	
	}
	
	
.project-cont-grid + .project-cont-grid .inset-cont {
	padding:  0px 0px 50px;

}
	
	
	.project-cont-grid.text + .project-cont-grid >
	.inset-cont {
		padding: 0px 0px 50px;
	}

	
	.project-cont-grid.text + .project-cont-grid >
	.inset-cont.control {
		padding: 0px 0px 50px;
	}

	
	.inset-cont + .inset-cont {
		padding: 0;
	}
	
	.inset-cont.vimeo {
		overflow: hidden;
	}
	
	.image-cont.vimeo {
		padding: 101% 150.5% 0 0;
		left: 50.25%;
		transform: translate(-50.25%);
	}
	
	.hero-cont.vimeo{

		left: 50.25%;
		transform: translate(-50.25%);
	}

	.single	.image-cont {
		 padding: 66.667% 0 0 0!important;
	}
	
	.single	.related-container .image-cont {
		 padding: 66.667% 0 0 0!important;
	}
	
	.small-column-container {
		width: 100%!important;
		max-width: 100%!important;
	}
	
	.content-cont {
		margin: 0!important;
	}
	
	.small-column-container {
		padding: 0px 15px 0px 15px;
	}
	
	.quote-cont{
		grid-column: 1 / span 6;
		padding: 43px 0;
		grid-gap: 10px;
	}
	
	.project-cont-grid.text {
			padding: 10px 10px 53px;
	}

	.project-cont-grid.stats {
		padding: 10px 10px 53px;
	}
	
	.text-block-title{
		grid-column: 1 /span 6;
	}
	.text-block-para{
			grid-column: 1 /span 6;
	}
		
		
	.stats-cont {
		grid-column: 1 / span 6;
		padding-top: 0px;
		grid-gap: 10px;
	}
	
	.stat{
		grid-column: 1 / span 4;
		margin: 40px 0 0;
	}
	


	.stat-num {
	font-size: 16vw;
	line-height: 1;
	margin: 0 0 5px 0;
	}
	
}

/*--------------------------------------------------------------
Lazy load
--------------------------------------------------------------*/
img,
video,
.animation-fullscreen,
.work-wrap {
	will-change: opacity, transform!important;
	opacity: 0;
	-webkit-transition: opacity 1000ms ease 300ms;
	-moz-transition: 	opacity 1000ms ease 300ms;
	transition: 		opacity 1000ms ease 300ms;
}

img.loaded, 	
.come-in img.loaded, 
.visible img.loaded,
video.loaded,
.come-in  .animation-fullscreen,
.visible  .animation-fullscreen,
.visible.work-wrap,
.come-in.work-wrap {
	opacity: 1;
	-webkit-transition: opacity 1000ms ease 300ms;
   	-moz-transition: 	opacity 1000ms ease 300ms;
    transition: 		opacity 1000ms ease 300ms;
}

/*--------------------------------------------------------------
##SWIPER STYLES
--------------------------------------------------------------*/
.swiper-container-fade, .swiper-container-no-fade {
	margin: 0 auto;
	width: calc(100% + 1px);
    height: calc(100% + 1px);
    transform: translate(-0.5px, -0.5px);
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
 	-webkit-transform: translate3d(0px, 0, 0);
 	transform: translate3d(0px, 0, 0);
}


.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	overflow: hidden;
	object-fit: cover;
	z-index: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}


.swiper-slide img {
	object-fit: cover;
    z-index: 0;	
}

.swiper-container-control {
	margin: 0 auto;
	width:100%;
	height:100%;
	position: relative;
	overflow: show;
	list-style: none;
	padding: 0;
}

.image-cont.control {
	overflow: visible;
	background-size: auto 100%;
}

/* CONTROLS */
 .swiper-button-next, .swiper-button-prev {
	display: none;
	position: absolute;
	top: 0;
	width: calc(20px + (100vw / 6)) ;
	height: 100%;
	margin-top: 0px;
	background-color: transparent;
	border: 0px solid #000;
	z-index: 10;
	cursor: pointer;
}

.control .swiper-button-next {
	cursor: url("../designproject/assets/arrow-r-50.svg") 50 34, auto;
	right: calc(-20px + (-100vw / 6));
	display: block;

}

.control .swiper-button-prev{
	cursor: url("../designproject/assets/arrow-l-50.svg")  50 34, auto;
	left: calc(-20px + (-100vw / 6));
	display: block;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
	outline: none!important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
	opacity: .0;
	cursor: default;
	pointer-events: none;
}

/* PAGINATION */

.swiper-pagination {
	position: absolute;
	bottom: -42px;
	left: 0;

}
/*--------------------------------------------------------------
## SLIDER LAPTOP
--------------------------------------------------------------*/
@media only screen and (min-width:737px) and (max-width: 1680px) {
	.control .swiper-button-next {
	cursor: url("../designproject/assets/arrow-r-40.svg") 40 34, auto;

}

.control .swiper-button-prev{
	cursor: url("../designproject/assets/arrow-l-40.svg")  40 27, auto;
}
}

/*--------------------------------------------------------------
## SLIDER LAPTOP
--------------------------------------------------------------*/
@media only screen and (min-width:737px) and (max-width: 1440px) {
	.swiper-controls .image-cont {
		padding: calc(66.667% + 30px) 0 0 0;
	}

.swiper-controls .work-text {
	padding: 13px 15px 0;
}
	.swiper-controls  .swiper-wrapper {
		height: calc(100% - 30px);
	}
}

/*--------------------------------------------------------------
## SLIDER MOB
--------------------------------------------------------------*/
@media only screen and (max-width:736px) {

	.project-cont-grid.control  {
		padding: 0px 10px 10px;
		grid-gap: 10px;
		grid-template-columns: 0.5fr 1.5fr 1fr 1fr 1.5fr 0.5fr;
	}
	.control .swiper-button-next, .control .swiper-button-prev{
		display: none;
	}
	
	.swiper-pagination {
		bottom: -26px;
	}
	
	.inset-cont.control {
		width: 100%;
		padding: 50px 0px;
		grid-column: 2 /span 4;
	}
}


/*--------------------------------------------------------------
##SVG ANIMATION
--------------------------------------------------------------*/
.animation-hero {
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
}
	
.animation-hero svg {
	width: 100%!important;
	height:100%!important;
}

.animation {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
	
.animation svg {
	width: 80vh!important;
    height: 80vh!important;
	max-width: 80vw!important;
    max-height: 80vw!important;
}

@media (max-aspect-ratio: 16/9) {

	.animation-fullscreen {
		position: absolute;
		width: 178.68vh;
		height: 100.5vh;
		z-index: 100;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.animation-fullscreen svg{
		width: 178.68vh!important;
		height: 100.5vh!important;
	}
	
}

@media (min-aspect-ratio: 16/9)  {

	
	.animation-fullscreen{
		position: absolute;
		width: 100vw;
		z-index: 100;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);	
	}
	
	.animation-fullscreen svg{
		width: 100vw!important;
		height: 56.25vw!important;
	}
	
	.home .animation-fullscreen svg{
		width: 100%!important;
		height: 100%!important;
	}

}

 
@media only screen and (min-width:737px) {

	.ani-bg {
			margin-left: 0!important;
		}
}

@media only screen and (max-width:736px) {
	.animation {
		width: 150.1vw;
		height: 100.05vw;
	}	
	
	.animation svg {
		width: 150.1vw!important;
		height: 100.05vw!important;
	}
	
	.animation-hero {
		width: 178.78vw;
	}	

	.home .animation svg, .home .animation {
		width: 335px !important;
		height: 335px !important;
		max-width: 335px !important;
		max-height: 335px !important;
	}

	.animation-hero {
		height:56.25vw;
	}

	.wpbdmv-animation {
		height: 100%;
	}
}

.content-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 0px 30px 145px;
	grid-gap: 20px;
}

.page-content {
	grid-column: 1 / span 2;
}

@media only screen and (min-width: 1113px) and (max-width: 1680px) {
	
	.content-grid {
		padding: 0px 20px 105px;
		grid-gap: 20px;
	}
	
	.page-content {
		grid-column: 1 / span 3;
	}
}

@media only screen and (min-width: 747px) and (max-width: 1112px) {
	
	.content-grid {
		padding: 0px 20px 105px;
		grid-gap: 20px;
	}
	
	.page-content {
		grid-column: 1 / span 4;
	}
}

@media only screen and (max-width: 747px)  {
	
	.content-grid {
		padding: 0px 10px 105px;
		grid-gap: 20px;
	}
	
	.page-content {
		grid-column: 1 / span 6;
	}
}



/*--------------------------------------------------------------
INSIGHTS Landing
--------------------------------------------------------------*/

.work-container.insight-landing {
	padding: 0px 30px 140px;	
}

.work-wrap.insight-item  p {
	font-size: 20px;
}
/*--------------------------------------------------------------
INSIGHTS
--------------------------------------------------------------*/


.insight-grid-cont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0px;
	column-gap: 20px;
	padding: 0px 30px 40px
}

.insight-title {
	grid-column: 2 / 6;
	padding: 0;
	margin: 201px 0 60px;
}

.insight-title h1 {
	color: #000
}

.insight-grid-cont h2 {
		font-family: neue, -haas-grotesk-text, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 700;
		font-style: normal;
		font-size: 28px;
		line-height: 1.2;
}

.insight-grid-cont strong {
	font-family: neue, -haas-grotesk-text, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
}

.insight-grid-cont h2 {
	margin-bottom: 0;
}

.insight-grid-cont h2 + p {
	margin-top: 0;
}
.insight-large-text-block {
	grid-column: 2 / 6;
	padding: 0;
	margin: 0 0 148px;
}

.insight-large-text-block.insight-quote {
	padding: 0;
	margin: 0 0 78px;
}

.insight-text-block {
	grid-column: 2 / 5;
	padding: 0;
	margin: 0 0 74px;
}

.insight-image-block {
	grid-column: 2 / span 2;
	padding: 0;
	margin: 10px 0 74px;
}

.insight-image-block +
.insight-image-block {
	grid-column: 4 / span 2;
}

.insight-caption {
	padding: 10px 0 0;
}

.insight-caption p { 
	font-size: 20px;
}

.button.insight {
	padding: 0 30px 150px;
}

.insight-form-block {
	grid-column: 2 / 5;
	padding: 21px 0 116px;
}

.insight-form {
	padding: 0;
	margin: 60px 0 0 0;
}

.work-container.insight-related {
	border-top: 1px solid #000;
	padding-top: 40px;
}


.insight-image-block video {
	width:100%;
}

@media only screen and (min-width: 1681px) and (max-width: 1920px) {
	.insight-grid-cont h2 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 737px) and (max-width: 1680px) {

	.work-container.insight-landing {
		padding: 0px 20px 100px;	
	}

	.insight-grid-cont { 
		padding: 0 20px;
		grid-gap: 0px;
		column-gap: 15px;
	}

	.insight-caption {
		padding: 16px 0 0;
	}

	.insight-form-block {
		grid-column: 1 / 7;
	}

	.insight-form .form-col {
		grid-column:  1 / span 2;
	}

	.button.insight {
		padding: 0 10px 50px;
	}

	.insight-grid-cont h2 {
		font-size: 22px;
	}


}

@media only screen and (min-width: 737px) and (max-width: 1112px) {


	.insight-title {
		grid-column: 1 / 7;
	}
	
	.insight-large-text-block,
	.insight-large-text-block.insight-quote {
		grid-column: 1 / 7;
	}

	.insight-text-block {
		grid-column: 1 / 6;
	}
	
	.insight-image-block {
		grid-column: 1 /  4;
	}

	.insight-image-block +
	.insight-image-block {
		grid-column: 4 /  7;
	}

	.insight-form-block {
		grid-column: 1 / 7;
	}
	
	.insight-form .form-col {
		grid-column:  1 / span 2;
	}

}


@media only screen and (max-width: 736px) {

	.work-container.insight-landing{
		padding: 30px 10px 90px;	
	}


	.work-wrap.insight-item h2 {
		font-size: 20px
	}

	.work-wrap.insight-item p {
		font-size: 16px;
	  }

	.insight-grid-cont {
		display: grid;
		grid-template-columns:0.5fr 1.5fr 1fr 1fr 1.5fr 0.5fr;
		padding: 0 10px;
		column-gap: 10px;
	}
 
	.insight-title {
		grid-column: 1 / 7;
		margin: 106px 0 50px;
	}
	
	.insight-large-text-block,
	.insight-large-text-block.insight-quote {
		grid-column: 1 / 7;
		margin: 0 0 50px;
	}
	.insight-text-block {
		grid-column: 1 / 7;
		padding: 0;
		margin: 0 0 50px;
	}
	
	.insight-image-block ,
	.insight-image-block +
	.insight-image-block {
		grid-column: 2 /  6;
		margin: 0 0 50px;
	}

	.insight-form-block {
		grid-column: 1 / 7;
		padding: 11px 0 56px;
	}
	.insight-form {
		margin: 32px 0 0 0;
	}
	.insight-form .form-col {
		grid-column:  1 / span 4;
	}

	.button.insight {
		padding: 0 10px 50px;
	}

	.insight-caption{
		padding: 10px 0 0;
	}


	.insight-caption p { 
		font-size: 16px;
	}

	.insight-grid-cont h2 {
		font-size: 20px;
	}
}