/*

* Template Name: Market Preparations

*/

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;
}

#mprep-wrap{}

.mprep-wrap{
	padding: 0 0 55px;
}

.mprep-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

.mprep-top {
    padding: 90px 0 0;
}

.mprep-title {
    font-family: var(--font-family-title);
    font-size: 26px;
    line-height: 1.154;
    text-transform: uppercase;
    letter-spacing: 0.090em;
    margin: 0 0 22px;
}

.mprep-subtitle{}

.mprep-text{
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	letter-spacing: 0.050em;
}
.mprep-sections{
	margin: 82px 0 0;
}

.mprep-section:not(:first-child){
	margin: 92px 0 0;
}
.mprep-section-title {
    font-family: var(--font-family-title);
    color: #000;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.090em;
    line-height: 0.8;
    margin: 0 0 48px;
}
.mprep-section-title span{
	color: #022349;
}
.mprep-section-content{}
.mprep-photogs{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
.mprep-photog {
    margin-left: min(1.468vw,20px);
    width: calc(100% / 3 - min(1.028vw,14px));
}
.mprep-photog:nth-child(3n + 1){
	margin-left: 0;
}
.mprep-photog:nth-child(n + 4){
	margin-top: min(1.468vw,20px);
}
.mprep-photog a{
	display: block;
	position: relative;
}
.mprep-photog a .mprep-photog-img{
	background: #000;
}
.mprep-photog a .mprep-photog-img img{
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mprep-photog a:hover .mprep-photog-img img{
	opacity: 0.6;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.mprep-drone{}
.mprep-drone a{
	display: block;
	position: relative;
}
.mprep-drone a .mprep-drone-img{
	background: #000;
}
.mprep-drone a .mprep-drone-img:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/market-preparations/mprep-play.png) center center no-repeat;
	background-size: min(8.957vw,122px) auto;
}
.mprep-drone a .mprep-drone-img img{
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.mprep-drone a:hover .mprep-drone-img img{
	opacity: 0.6;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.hp-work{
	position: relative;
}
.mprep-section.button {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 55px 0 0 !important;
}
@media only screen and (min-width: 992px) {
	.mprep-section-title {
	    font-size: min(3.85vw,50px);
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1140px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.mprep-section-title {
	    font-size: 35px;
	}
	.mprep-drone a .mprep-drone-img:after {
	    background: url(../../images/market-preparations/mprep-play.png) center center no-repeat;
	    background-size: min(11.957vw,122px) auto;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	.mprep-section-title {
	    font-size: 27px;
	}
}