/*********************************************************************************************/
/******************************************** Banner *****************************************/
/*********************************************************************************************/
.template_banner_top{
	/*background-color: var(--gray3);
	height: 380px;*/
	position: relative;
	/*min-height: 300px;*/
}

.template_banner_top > div:first-child{
	position: absolute;
	left: 8.25%;
	top: 15%;
}
	
.template_banner_top{
	box-sizing: border-box;
	max-width: 2530px;
	margin: 0 auto;
}

.template_banner_top img{
	max-width: 100%;
}	

.template_banner_top_text{
	color: var(--black1);
	line-height: 1.15;
	padding: 15px 0 22px 0;
	max-width: 850px;
}

@media (max-width: 2250px){
	.template_banner_top > div:first-child{
		left: 6%;
		top: 11%;
	}
}

@media (max-width: 1920px){
	.template_banner_top > div:first-child{
		left: 8.25%;
		top: 12%;
	}
	
	.template_banner_top_text{
		max-width: 690px;
	}	
}

@media (max-width: 1800px){
	.template_banner_top > div:first-child{
		left: 6%;
		top: 8%;
	}
}

@media (max-width: 1600px){
	/*.template_banner_top > div:first-child{
		left: 5%;
		top: 5%;
	}*/
	
	.template_banner_top_text{
		line-height: 1.1;
		padding: 10px 0 22px 0;
	}	
}

@media (max-width: 1500px){
	.template_banner_top_img{
		object-fit: cover;
		object-position: bottom right;
		max-width: 100%;
		vertical-align: bottom;
		height: 351px;
		width: 1500px;
	}	
	
	.template_banner_top_icon img{
		height: 80px;
		width: 80px;
	}	
	/*
	.template_banner_top > div:first-child{
		left: 12.5%;
		top: 11%;
	}*/
	
	.template_banner_top_text{
		line-height: 1.15;
		max-width: 592px;
		padding: 15px 0 22px 0;
	}	
}

@media (max-width: 1400px){/*
	.template_banner_top > div:first-child{
		left: 11%;
		top: 10%;
	}*/
}

@media (max-width: 1300px){/*
	.template_banner_top > div:first-child{
		left: 10%;
	}*/
}

@media (max-width: 1200px){
	.template_banner_top > div:first-child{
		top: 6%;
		left: 5%;
	}
	
	.template_banner_top_text{
		line-height: 1.1;
		padding: 10px 0 22px 0;
	}

	.template_banner_top_img{
		object-position: 80% 0%;
	}		
}

@media (max-width: 1100px){
	/*.template_banner_top > div:first-child{
		top: 8%;
		left: 8%;
	}*/
	
	.template_banner_top_text{
		max-width: 520px;
	}	
}

@media (max-width: 1000px){
	.template_banner_top > div:first-child{
		top: 12%;
		left: 4%;
	}
	
	.template_banner_top_text{
		max-width: 390px;
	}	
	
	.template_banner_top_icon img{
		height: 70px;
		width: 70px;
	}	
}

@media (max-width: 900px){
	/*.template_banner_top > div:first-child{
		top: 5%;
		left: 6%;
	}*/
}
	
@media (max-width: 768px){
	.template_banner_top > div:first-child{
		top: 4.5%;
		left: 10.5%;
	}
	
	.template_banner_top_img{
		margin-top: -10%;
		max-width: 100%;
		height: auto;
		width: auto;
	}	
}

@media (max-width: 600px){
	.template_banner_top_text{
		padding-right: 8%;
	}
}	

@media (max-width: 550px){
	.template_banner_top > div:first-child{
		top: 3%;
		left: 8%;
	}
	
	.template_banner_top_text{
		padding: 5px 8% 22px 0;
	}	
}	
	
@media (max-width: 500px){
	.template_banner_top > div:first-child{
		top: 3%;
		left: 4%;
	}
	
	.template_banner_top_icon img{
		height: 60px;
		width: 60px;
	}
	
	.template_banner_top_text{
		padding-right: 4%;
	}
	
}

@media (max-width: 450px){
	.template_banner_top_text{
		line-height: 1.1;
		padding: 0px 4% 22px 0;
	}	
}

@media (max-width: 390px){
	.template_banner_top_img{
		margin-top: 0%;
	}	
		
	.template_banner_top > div:first-child{
		display: none;
	}
	
	.template_banner_top_icon{
		/*display: none;*/
	}
}

/*********************************************************************************************/
/******************************************** Title ******************************************/
/*********************************************************************************************/
.template_title{
	padding: 157px 3% 0 3%;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1920px){
	.template_title{
		padding: 100px 3% 0 3%;
	}	
}
	
@media (max-width: 1300px){
	.template_title{
		padding: 80px 3% 0 3%;
	}
}

@media (max-width: 767px){
	.template_title{
		padding: 50px 3% 0 3%;
	}
}

@media (max-width: 390px){
.template_title{
		padding: 30px 3% 0 3%;
	}
}	
/*********************************************************************************************/
/******************************************** Description ************************************/
/*********************************************************************************************/
.template_description{
	margin: 83px auto 0 auto;
	max-width: 2020px;
	padding: 0 3%;
}
	
.template_description_grid_row{
	/*max-height: 470px;*/
	margin-bottom: 174px;
	overflow: hidden;
}

.template_description_grid_col{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.template_description_grid_col_img_right{
	float: right;
}

.template_description_grid_col_img_left{
	text-align: right;
}
	
.template_description_grid_img_left{
	max-width: 100%;
}

.template_description_grid_col img{
	max-width: 100%;
}

.template_description_grid_col ul{
	padding: 0 0 0 16px;
}
	
.template_description_grid_col li{
	padding: 10px 0;
}
	
.template_description_grid_col_left, .template_description_grid_col_right{
	padding-top: 4%;
	padding-left: 11%;
	padding-right: 11%;
	max-width: 660px;
}

.template_description_grid_col_left{
	float: right;
}

.template_description_grid_meta{
	font-weight: 400;
	padding-bottom: 2%;
	text-transform: uppercase;
}
	
.template_description_grid_text{
	padding-top: 30px;
}

.template_description_grid_sub_img{
	/*float: right;
	margin: -40px -60px 0 0;
	max-width: 100%;*/
}

@media (max-width: 1920px){
	.template_description_grid_col img{
		max-width: 90%;
	}

	.template_description_grid_sub_img{
		/*margin: -40px -25px 0 0;*/
	}
	
	.template_description_grid_row{
		margin-bottom: 75px;
	}
	
	.template_description_grid_col li{
		padding: 7px 0;
	}

	.template_description_grid_text{
		padding-top: 10px;
	}	
}

@media (max-width: 1700px){
	.template_description{
		padding: 0 2%;
	}
	
	.template_description_grid_col_left, .template_description_grid_col_right{
		padding-top: 3%;
		padding-left: 8%;
		padding-right: 8%;
	}

	.template_description_grid_col_right .template_description_grid_text{
		padding-top: 10px;
	}	
}

@media (max-width: 1500px){
	.template_description_grid_col img{
		max-width: 95%;
	}
	
	.template_description_grid_col_left, .template_description_grid_col_right{
		padding-top: 1%;
		padding-left: 7%;
		padding-right: 7%;
	}	
}

@media (max-width: 1300px){
	.template_description_grid_col img{
		max-width: 720px;
	}
	
	.template_description{
		padding: 0 3%;
		margin: 43px auto 0 auto;
	}
	
	.template_description_grid_row{
		text-align: center;
		margin-bottom: 80px;
		max-height: 100%;
	}	
	
	.template_description_grid_col{
		width: 100%;
	}	
	
	.template_description_grid_col_img_left{
		text-align: center;
	}
	
	.template_description_grid_col_left, .template_description_grid_col_right{
		padding-top: 5%;
		float: none;
		margin: auto;
		text-align: left;
	}	
	
	.template_description_grid_col_right .template_description_grid_text{
		padding-top: 0px;
	}	
}	

@media (max-width: 1000px){
	.template_description_grid_col img{
		max-width: 660px;
	}
}

@media (max-width: 820px){
	.template_description_grid_col img{
		max-width: 86%;
	}
}
	
@media (max-width: 767px){	
	.template_description_grid_col img{
		max-width: 96%;
	}
	
	.template_description_grid_col_left, .template_description_grid_col_right{
		/*max-width: 580px;*/
		padding-left: 2%;
        padding-right: 2%;
	}	
	
	.template_description_grid_col li{
		padding: 5px 0;
	}
	
	.template_description_grid_sub_img{
		/*margin: -70px -25px 0 0;*/
	}	
}

@media (max-width: 600px){
	.template_description{
		margin: 50px auto 0 auto;
	}	
	
	.template_description_grid_row{
		margin-bottom: 70px;
	}
}

@media (max-width: 500px){	
	.template_description_grid_text {
		padding-top: 20px;
	}

}

@media (max-width: 390px){
	.template_description_grid_col img{
		max-width: 98%;
	}
	
	.template_description{
		margin: 30px auto 0 auto;
	}	
		
	.template_description_grid_row{
		margin-bottom: 50px;
	}
	
	.template_description_grid_col_left, .template_description_grid_col_right{
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.template_description_grid_sub_img{
		/*margin: -20px -25px 0 0;*/
	}	
	
	.template_description_grid_col_left{
		padding-bottom: 20px;
	}	
}

/*********************************************************************************************/
/******************************************** Challenge **************************************/
/*********************************************************************************************/
.template_challenge{
	background-color: var(--gray3);
	box-sizing: border-box;
	margin-top: 165px;
	min-height: 1123px;
	padding: 96px 1% 0 1%;
}

.template_challenge img{
	max-width: 100%;
}

.template_challenge > div, .template_challenge_col_l, .template_challenge_col_r{
	display: inline-block;
	vertical-align: top;
}

.template_challenge_img{
	box-sizing: border-box;
	float: left;
	padding-right: 4%;
	text-align: right;
	width: 43%;
}

.template_challenge_large{
	box-sizing: border-box;
	width: 57%;
}

.template_challenge > .template_challenge_small{
	clear: both;
	display: none;
}	

.template_challenge_meta.font_H4_B{
	font-weight: 400;
	text-transform: uppercase;
}

.template_challenge_header{
	max-width: 1150px;
	padding: 10px 0 40px 0;
}

.template_challenge_text{
	max-width: 1000px;
	min-height: 175px;
}
	
.template_challenge_col_l{
	max-width: 700px;
	width: 50%;
} 	

.template_challenge_col_l  ul{
	padding: 0 0 0 16px;
}
	
.template_challenge_col_l li{
	padding: 10px 0;
}

.template_challenge_col_r{
	padding-left: 5%;
	width: 43%;
}
	
.template_challenge_col_text{
	max-width: 500px;
	padding-top: 23px;
}

@media (max-width: 1920px){
	.template_challenge{
		margin-top: 100px;
		padding: 50px 1% 4% 1%;
		min-height: auto;
	}
	
	.template_challenge img{
		max-width: 560px;
	}

	.template_challenge_img{
		padding-right: 0;
	}
	
	.template_challenge_img, .template_challenge_large{
		width: 50%;
	}	

	.template_challenge_large{
		padding: 3% 5% 0 5%;
	}
	
	.template_challenge_large > div:last-child{
		display: none;
	}
	
	.template_challenge > .template_challenge_small{
		box-sizing: border-box;
		display: block;
		padding: 56px 0 0 0;
		width: 100%;
	}

	.template_challenge_col_l, .template_challenge_col_r{
		box-sizing: border-box;
		max-width: none;
		width: 50%;
	}
	
	.template_challenge_col_l{
		text-align: right;
	}
	
	.template_challenge_col_l > div{
		display: inline-block;
		padding-right: 10%;
		text-align: left;
		max-width: 500px;
	}
	
	.template_challenge_col_l li{
		padding: 7px 0;
	}
}

@media (max-width: 1500px){
	.template_challenge_large{
		padding: 2% 5% 0 5%
	}	
}
	
@media (max-width: 1300px){
	.template_challenge img{
		max-width: 95%;
	}
	
	.template_challenge{
		padding: 50px 3% 7% 3%;
	}	
}

@media (max-width: 1150px){
	.template_challenge_large{
		padding: 2% 5% 0 2%
	}
	
	.template_challenge_col_l > div{
		padding-right: 6%;
	}	
	
	.template_challenge_col_r {
		padding-left: 2%;
	}	
}
	
@media (max-width: 1000px){
	.template_challenge_header {
       padding: 8px 0 25px 0;
	}
	
	.template_challenge_large, .template_challenge_img{
		float: none;
		width: 100%;
	}
	
	 .template_challenge_large{
		padding: 0 10% 0 10%;
	}
	
	.template_challenge .template_challenge_img{
		padding: 0 5%;
		text-align: center;
	}
	
		.template_challenge > .template_challenge_small {
		padding-top: 0px;
	}
	
	.template_challenge_text{
		min-height: auto;
		padding-bottom: 4%;
	}	
	
	.template_challenge_col_l, .template_challenge_col_r{
		padding-left: 10%;
		padding-right: 10%;
		text-align: left;
		width: 100%;
	}
	
	.template_challenge_col_r{
		padding-top: 37px;
	}

    .template_challenge_col_l > div {
        max-width: none;
	}	
	
	.template_challenge_col_text{
		max-width: 100%;
		padding-top: 12px;
	}
	
	.template_challenge img{
		max-width: 460px;
	}
}	

@media (max-width: 767px){	
	.template_challenge_large{
		padding: 0 5% 0 5%;
	}
	
	.template_challenge .template_challenge_img{
		padding: 0%;
	}
	
	.template_challenge_col_l, .template_challenge_col_r{
		padding-left: 5%;
		padding-right: 5%;
	}
	
    .template_challenge_col_l li {
        padding: 5px 0;
    }

	.template_challenge_col_r{
		padding-top: 30px;
	}	
	
	.template_challenge_col_text{
		padding-top: 10px;
	}	
}

@media (max-width: 600px){
	.template_challenge_large{
		padding: 0 2% 0 2%;
	}
		
	.template_challenge_col_l, .template_challenge_col_r{
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.template_challenge_col_r{
		padding-top: 20px;
	}	

	.template_challenge_col_text{
		padding-top: 8px;
	}
}

@media (max-width: 500px){	
	.template_challenge{
		margin-top: 0px;
	}
	
	.template_challenge img{
		max-width: 100%;
	}
}

@media (max-width: 450px){	
    .template_challenge {
        padding: 6% 3% 7% 3%;
    }
}	
/*********************************************************************************************/
/**************************************** Any Questions **************************************/
/*********************************************************************************************/
.template_any_questions{
	max-width: 1800px;
	margin: 0 auto;
	padding-top: 145px;
}
	
.template_any_questions_header{
	padding-bottom: 58px;
	text-align: center;
}

.template_any_questions_grid > div:first-child{
	padding-right: 125px;
}
	
.template_any_questions_col{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.template_any_questions_col > div{
	padding-top: 47px;
}

.template_any_questions_cell{
	min-height: 300px;
}	
	
.template_any_questions_flex{
	display: flex;
	flex-direction: column-reverse;
}

.template_any_questions_flex .template_any_questions_cell{
	padding-left: 125px;
}
	
.template_any_questions_col .font_H3_B{
	padding-bottom: 20px;
}

.template_any_questions_col img{
	max-width: 100%;
}
	
.template_any_questions_link{
	padding-top: 60px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1920px){
	.template_any_questions{
		max-width: 800px;
		padding: 100px 5% 0 5%;
	}	
	
	.template_any_questions_header{
		padding-bottom: 60px;
	}	
	
	.template_any_questions_col{
		text-align: center;
		width: 100%;
	}
	.template_any_questions_flex{
		flex-direction: column;
	}
	
	.template_any_questions_grid{
		font-size: 0.9em;
	}
	
	.template_any_questions_grid > div:first-child{
		padding-right: 0;
	}
	
	.template_any_questions_flex .template_any_questions_cell{
		padding-left: 0;
		padding-top: 10px;
	}
	
	.template_any_questions_contact > div{
		display: inline-block;
		vertical-align: top;
	}

	.template_any_questions_contact > div:first-child{
		padding-right: 5%;
		text-align: right;
	}
	
	.template_any_questions_contact > div:last-child{
		padding-left: 5%;
		text-align: left;
	}

	.template_any_questions_cell{
		min-height: initial;
	}

	.template_any_questions_col > div{
		padding-top: 0;
	}
	
	.template_any_questions_col > .template_any_questions_cell:last-child{
		padding: 50px 0 30px 0;
	}
	
	.template_any_questions_link {
		padding-top: 20px;
	}	
}


@media (max-width: 1300px){
	.template_any_questions{
		padding: 70px 5% 0 5%;
	}
	
	.template_any_questions_header {
        padding-bottom: 50px;
    }
	
	.template_any_questions_col .font_H3_B{
		padding-bottom: 15px;
	}
	
	.template_any_questions_col > .template_any_questions_cell:last-child {
        padding: 30px 0 25px 0;
    }
	
	.template_any_questions_col img {
		max-width: 88%;
	}
	
	.template_any_questions_cell{
		margin: auto;
		max-width: 700px;
	}	
}
	
@media (max-width: 1000px){
	.template_any_questions_header{
		padding-bottom: 40px;
	}	
	
	.template_any_questions_col > .template_any_questions_cell:last-child{
		padding: 40px 0 25px 0;
	}

	.template_any_questions_contact > div{
		display: block;
	}

	.template_any_questions_contact > div:first-child, .template_any_questions_contact > div:last-child{
		padding: 0;
		text-align: center;
	}
	
	.template_any_questions_contact > div:last-child{
		padding-top: 8px;
	}
	
	.template_any_questions_col img {
		max-width: 84%;
	}
	
	.template_any_questions_link{
        padding-top: 10px;
    }
}

@media (max-width: 767px){
	.template_any_questions{
		padding: 60px 8% 0 8%;
	}
	
	.template_any_questions_header{
		padding-bottom: 30px;
	}	
	
	.template_any_questions_col > .template_any_questions_cell:last-child{
		padding: 30px 0 18px 0;
	}
	
	.template_any_questions_col .font_H3_B{
		padding-bottom: 10px;
	}

	.template_any_questions_contact > div:last-child{
		padding-top: 5px;
	}
}	

@media (max-width: 600px){
	.template_any_questions{
		padding: 60px 5% 0 5%;
	}
}
	
@media (max-width: 450px){
	.template_any_questions_link{
		padding-top: 15px;	
	}	
}				
/*********************************************************************************************/
/**************************************** Companies ******************************************/
/*********************************************************************************************/
.template_companies{
	padding-top: 130px;
	text-align: center;
}

@media (max-width: 1920px){
	.template_companies{
		padding-top: 170px;
	}
}

@media (max-width: 600px){
	.template_companies{
		padding-top: 90px;
	}
}	
/*********************************************************************************************/
/************************************ Other Industries ***************************************/
/*********************************************************************************************/
.template_other_industries{
	padding: 300px 3%;
	text-align: center;
}

.template_other_industries .font_H2_B{
	padding-bottom: 100px;
	text-align: center;
}

.template_other_industries_industry{
	background-color: var(--gray3);
	color: inherit;
	box-sizing: border-box;
	display: inline-block;
	margin: 10px;
	max-width: 490px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 18.5%;
}

.template_other_industries_industry img{
	max-width: 100%;
}

.template_other_industries_industry_text{
	box-sizing: border-box;
	height: 160px;
	margin: auto;
	max-width: 330px;
	padding: 15px;
}

@media (max-width: 1920px){
	.template_other_industries{
		padding: 150px 3% 100px 3%;
	}

	.template_other_industries .font_H2_B{
		padding-bottom: 50px;
	}

	.template_other_industries_industry{
		height: 500px;
	}

	.template_other_industries_industry_text{
		max-height: initial;
	}
	
	.template_other_industries_industry_icon img{
		width: 80px;
	}	
}
	
@media (max-width: 1750px){
	.template_other_industries_industry{
		height: initial;
	}
	
	.template_other_industries_industry .font_H7_B{
		box-sizing: border-box;
		height: 140px;
		padding: 45px 3% 0 3%;
	}

	.template_other_industries_industry_icon, .template_other_industries_industry_text{
		display: none;
	}	
}

@media (max-width: 1500px){
	.template_other_industries .font_H2_B {
        padding-bottom: 35px;
    }
	
	.template_other_industries{
		text-align: left;
	}
	
	.template_other_industries_wrapper_industry{
		margin: auto;
		max-width: 1100px;
	}
	
	.template_other_industries_industry{
		margin: 1%;
		width: 31.3%;
	}

	.template_other_industries_industry .font_H7_B{
		height: 125px;
		padding: 30px 3% 0 3%;
	}	
}

@media (max-width: 1000px){
	.template_other_industries{
		padding: 130px 5% 100px 5%;
	}
	
	.template_other_industries .font_H2_B{
		padding-bottom: 40px;
	}	
	
	.template_other_industries > div:last-child{
		margin: auto;
		max-width: 600px;
	}
	
	.template_other_industries_industry{
		margin: 1%;
		width: 48%;
	}
	
	.template_other_industries_industry_img{
		display: none;
	}	
	
	.template_other_industries_industry_icon{
		display: block;
		padding: 20px 0;
	}
	
	.template_other_industries_industry .font_H7_B{
		box-sizing: border-box;
		height: 90px;
		padding: 0 5%;
	}
	
	.template_other_industries_industry_icon img {
        width: 75px;
    }
}

@media (max-width: 600px){
	.template_other_industries{
		padding-top: 100px;
	}
	
	.template_other_industries .font_H2_B{
		padding-bottom: 30px;
	}	
	
	.template_other_industries > div:last-child{
		max-width: 500px;
	}
	
	.template_other_industries_industry_icon{
		padding: 15px 0;
	}
	
	.template_other_industries_industry_icon img{
		width: 65px;
	}
	
	.template_other_industries_industry .font_H7_B{
		box-sizing: border-box;
		height: 70px;
		padding: 0 3%;
	}
}

@media (max-width: 450px){
	.template_other_industries{
		padding: 90px 3% 60px 3%;
	}
	
	.template_other_industries .font_H2_B {
        padding-bottom: 20px;
    }
	
	.template_other_industries_industry{
		margin: 1% 0;
		text-align: left;
		width: 100%;
	}
	
	.template_other_industries_industry_icon, .template_other_industries_industry .font_H7_B{
		display: inline-block;
		vertical-align: middle;
	}
	
	.template_other_industries_industry_icon{
		box-sizing: border-box;
		padding: 9px 10% 9px 6%;
		width: 28%;
	}
	
	.template_other_industries_industry_icon img{
		width: 55px;
	}
	
	.template_other_industries_industry .font_H7_B{
		box-sizing: border-box;
		height: auto;
		padding: 0 1% 0 0;
		width: 72%;
	}
}	