/*

* Template Name: Who You Work Matters

*/

body:not(.fload){
	overflow: hidden;
}

.ip-banner{}
.ip-banner canvas{
	aspect-ratio: 1600/525;
	min-height: 300px;
}
.ip-banner:not(.fload){
	opacity: 0;
}
.ip-banner:not(.fload) canvas{
	min-height: 100vh;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.ip-com-head .section-title .sub-title {
    text-align: left;
    padding: 0 0 0 170px;
}

#wywm-wrap{}
/*#wywm-wrap.fload > div:not(.wywm-bm){
	display: none;
}
*/.wywm-bm{
	padding: 88px 0 0;
}
.bm-wrap{}
.bm-title{}
.bm-text{
    margin: 28px auto 0;
    max-width: 950px;
    padding: 0 0 112px;
}
.wywm-text {
    line-height: 1.556;
    font-size: 18px;
    letter-spacing: 0.050em;
    color: #666;
}

.wywm-text p:not(:nth-of-type(1)){
	margin: 28px 0 0;
}

.wywm-ml{
	padding: 0 0 94px;
	position: relative;
}
.wywm-button{
	display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    font-size: 13px;
    letter-spacing: .25em;
    text-transform: uppercase;
    border: 2px solid var(--primary);
    transition: var(--animate);
    padding: 12px 27px;
}
.wywm-button.light:not(:hover){
	border: 2px solid #fff;
	color: #fff;
}
.wywm-button:hover{
	background: var(--primary);
    color: var(--white-text);
}
.wywm-ml:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% + 20px);
	max-height: 816px;
	background: url(../../images/who-you-work-matters/wywm-ml_bg.jpg) center bottom no-repeat #999;
	background-size: cover;
}
.ml-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ml-wrap{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.ml-col{
	width: calc(48.724% - 15px);
}
.ml-col:first-child{
	width: 51.276%;
}
.ml-photo{
	border: 2px solid #fff;
}

.ml-text{
	color: #fff;
	margin: 34px 0 0;
}

.ml-button{
	margin: 34px 0 0;
}

.hp-distinction{
	position: relative;
}
.wywm-nrs{}
.nrs-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.nrs-wrap{
	padding: 86px 0 74px;
}

.nrs-wrap .nrs-title{}
.props-list.nrs-props {
    margin: 56px -10px 0;
}

.hp-welcome {
    padding: 94px 15px 90px;
    position: relative;
}
.hp-welcome:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	height: calc(100% - 30px);
	background: url(../../images/who-you-work-matters/wywm-ml_bg.jpg) center bottom no-repeat #999;
    background-size: cover;
	max-height: 506px;
}
.hp-inner{
	position: relative;
	z-index: 1;
}
.hp-partners{
	display: none;
}
.wywm-pss{
	padding: 0 0 94px;
}
.pss-container{
	width: 1332px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.pss-content{
	background: url(../../images/who-you-work-matters/wywm-ml_bg.jpg) center bottom no-repeat #999;
    background-size: cover;
    position: relative;
    margin: 47px 0 0;
}
.pss-trigger{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 47px;
	cursor: pointer;
}
.pss-trigger .pss-trigger-label{
	font-family: var(--font-family-title);
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0.090em;
}
.pss-trigger .pss-trigger-arrow {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50em;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    background: rgba(0,0,0,0);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.pss-trigger:hover .pss-trigger-arrow{
	background: #fff;
	color: #999;
}
.pss-trigger.active .pss-trigger-arrow{
	transform: rotate(900deg);
    -moz-transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
}
.pss-list {
    padding: 17px 0 32px;
    display: none;
}
.pss-list > div{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.050em;
	margin: 36px 0 0;
	padding: 0 15px 0 47px;
}
.pss-list > div:first-child{
	margin: 0 0 0;
}

.pss-imgs{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0 0;
}
.pss-imgs .pss-img{
	width: calc((100% / 3) - 0.5px);
	max-width: 430px;
}
.pss-imgs .pss-img:first-child{
	margin: 0 0 0;
}

.wywm-vid{}
.wywm-vid a{
	display: block;
	position: relative;
}

.wywm-vid a:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.wywm-vid a:hover:before{
	opacity: 0.4;
}
.wywm-vid a:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/who-you-work-matters/wywm-play.png) center center no-repeat;
	background-size: min(14.625vw,122px) auto;
}

.wywm-testi {
	
}
.testi-container {
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.testi-content {
	background: #a2a2a2;
	max-width: 690px;
	padding: 55px 65px;
	color: #fff;
	width: 100%;
	position: relative;
	margin: -290px 0 0 0;
}
p::before {
	content: '';
	position: absolute;
	width: 55px;
	height: 2px;
	background: #fff;
	left: 0;
	z-index: 9;
	top: 65px;
}
#hp-welcome p::before{
	content: none;
}
.testi-content p {
	font-size: min(6vw, 45px);
	letter-spacing: .02em;
	line-height: 1.1;
	font-weight: 100;
}
.testi-content .testi-name {
	font-family: var(--font-family-title);
	font-size: min(3vw, 20px);
	margin-top: 60px;
	text-transform: uppercase;
}
.testi-content p.testi-name:before {
	display: none;
}
.testi-content .testi-name span {
	display: block;
	font-size: min(5vw, 30px);
	margin-bottom: 10px;
}

.wywm-currinv{}
.currinv-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.currinv-wrap{
	padding: 86px 0 74px;
}

.currinv-wrap .currinv-title{}
.props-list.currinv-props {
    margin: 56px -10px 0;
}

.wywm-ayp{
	padding: 11px 0 113px;
	position: relative;
}
.wywm-ayp:before{
	content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 20px);
    max-height: 930px;
    background: url(../../images/who-you-work-matters/wywm-ml_bg.jpg) center bottom no-repeat #999;
    background-size: cover;
}
.ayp-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ayp-wrap{}
.ayp-wrap .ayp-title{}
.ayp-wrap .ayp-blocks{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 47px 0 0;
}
.ayp-wrap .ayp-block {
    margin-left: 20px;
    width: calc(100% / 3 - 14px);
}
.ayp-wrap .ayp-block:first-child{
	margin: 0 0 0 0;
}
.ayp-wrap .ayp-block a{
	display: block;
	text-align: center;
}
.ayp-wrap .ayp-block a .ayp-block-img{
	background: #000;
}
.ayp-wrap .ayp-block a .ayp-block-img img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ayp-wrap .ayp-block a:hover .ayp-block-img img{
	opacity: 0.7;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.ayp-wrap .ayp-block a .ayp-block-label {
    font-family: var(--font-family-title);
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    margin: 21px 0 0;
    padding: 0px 25px;
    color: #fff;
}

.wywm-work{
	position: relative;
}

.wywm-work .accent canvas{}

@media only screen and (min-width: 992px) {
	.ml-col:not(:first-child){
		max-width: 615px;
	}
	.currinv-wrap .section-title{
		text-align: right;
	}
	.ayp-wrap .section-title .sub-title,
	.currinv-wrap .section-title .sub-title,
	.pss-wrap .section-title .sub-title,
	.nrs-wrap .section-title .sub-title {
	    font-size: 18px;
	    padding: 0 0 0 113px;
	    max-width: max-content;
	    margin: 16px 0 0;
	}
	.ayp-wrap .section-title .sub-title:before,
	.currinv-wrap .section-title .sub-title:before,
	.pss-wrap .section-title .sub-title:before,
	.nrs-wrap .section-title .sub-title:before{
		max-width: 113px;
	}
	.ayp-wrap .section-title .sub-title span,
	.currinv-wrap .section-title .sub-title span,
	.pss-wrap .section-title .sub-title span,
	.nrs-wrap .section-title .sub-title span{
		padding-left: 57px;
	}
	.ayp-wrap .ayp-block:nth-child(3n + 1){
		margin-left: 0;
	}
	.ayp-wrap .ayp-block:nth-child(n + 4){
		margin-top: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.ml-button {
	    padding: 0 0 20px;
	}
}
@media only screen and (max-width: 1140px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1199px) {
	#wywm-wrap .section-title :is(h1, h2) {
	    font-size: 36px !important;
	}
	.ml-col:first-child {
	    width: 41.276%;
	}
	.ml-col {
	    width: calc(58.724% - 15px);
	}

	.wywm-text {
	    line-height: 1.3;
	    font-size: 16px;
	}
	.wywm-text p:not(:nth-of-type(1)) {
	    margin: 15px 0 0;
	}
	.ml-text {
	    margin: 20px 0 0;
	}
	.hp-distinction-item {
	    padding: 15px 1%;
	}
	.hp-welcome:before {
	    max-height: 455px;
	}
}
@media only screen and (max-width: 991px) {
	.ml-wrap{
		display: block;
	}
	.ml-col {
	    width: 100%;
	    text-align: center;
	}
	.ml-col:first-child {
	    width: 100%;
	    max-width: 450px;
	    margin: 0 auto 30px;
	}
	.props-list.currinv-props,
	.props-list.nrs-props {
	    margin: 56px auto 0;
	    max-width: 400px;
	}
	.hp-welcome:before {
	    max-height: none;
	    height: calc(100% - 140px);
	}
	.pss-list > div {
	    font-size: 16px;
	}
	.ayp-wrap .ayp-blocks{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.ayp-wrap .ayp-block {
	    margin-left: 0px;
	    width: 100%;
	    max-width: 430px;
	}
	.ayp-wrap .ayp-block:nth-child(n + 2) {
	    margin-top: 30px;
	}
	.wywm-button {
	    padding: 12px 15px;
	}
	.testi-content {
		margin: -60px auto 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	#wywm-wrap .section-title :is(h1, h2) {
	    font-size: 26px !important;
	}
	.pss-trigger {
	    padding: 20px 15px;
	}
	.pss-trigger .pss-trigger-label {
	    font-size: 20px;
	    letter-spacing: 0.020em;
	    max-width: calc(100% - 56px)
	}
	.pss-list > div {
	    font-size: 15px;
	    padding: 0 15px;
	    letter-spacing: 0;
	    margin: 22px 0 0;
	}
}
@media only screen and (max-width: 567px) {
	.ip-com-head {
	    top: -120px;
	}
	.testi-content {
		padding: 30px;
	}
	p::before {
		content: '';
		position: absolute;
		width: 25px;
		height: 1px;
		background: #fff;
		left: 0;
		z-index: 9;
		top: 35px;
	}
}
@media only screen and (max-width: 480px) {
	#wywm-wrap .section-title :is(h1, h2) {
	    font-size: 22px !important;
	}
}