#divContent .mainPart{
	background-image:url('/images/banner/DonNelson2024_1.png');
}
video{
	    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slogan{
	font-family: 'Poppins-lightItalic';
   font-size: calc(var(--text_standard_size)* 2);
    line-height: calc(var(--text_standard_size)* 2);
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px #000000;
    width: fit-content;
	margin: 60px auto 0px auto;
	max-width: 80%;
	position:relative;
}
.sloganby{
	text-align:right;
	margin-top:20px;
	font-size:0.5em;
	line-height:1em;
	margin-right:-20px;
}
.slogan:before{
	content:'';
	background-color: unset;
    background-image: url(/images/img_slogan_01.svg);
    background-size: contain;
	background-repeat: no-repeat;
}
.slogan:after{
	content:'';
	background-color: unset;
    background-image: url(/images/img_slogan_02.svg);
    background-size: contain;
	background-repeat: no-repeat;
}
.slogan_img_top,.slogan_img_btm{
	position: absolute;
   
    
	  top: 0px;
   
    max-width: 240px;
    min-width: 50px;
    height: unset;
}
.slogan_img_top{
	     width: 16%;
    left: -8%;
	top: calc(-100% - 60px);
	    z-index: 11;
}
.slogan_img_btm{
	    width: 20%;
    left: calc(-20% - 20px);
}
.slogan_img_top > div,.slogan_img_btm > div{
	padding-bottom: 100%;
    width: 100%;
}
.slogan_img_top > div:after
,.slogan_img_btm > div:after{
	content: '';
    position: absolute;
   left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
	background-size: contain;
    background-repeat: no-repeat;
}
.slogan_img_top > div:after{
	 background-image: url(/images/img_slogan_01.svg);
	     top: 0px;
}
.slogan_img_btm > div:after{
    background-image: url(/images/img_slogan_02.svg);
    
}
img.bubble{
	width: 28%;
    display: block;
    margin: -4% auto 0px 30%;
    z-index: 1;
    position: relative;
	    padding-bottom: 4%;
}
.home_part2{
	border-top: 7px solid #AF0303;
	background-image:url('/images/banner/teamwork-partners-connect-puzzle-pieces-as-integration-startup.png');
	background-position: center;
    background-size: cover;
}
.home_hire{
	background-color:#AD0000;
	font-size:1px;
}
.home_hire li span{
	white-space: nowrap;
    vertical-align: top;
    font-size: calc( var(--text_standard_size) * 2.5 );
    line-height: 1.2em;
	
	    max-width: 100%;
    white-space: normal;
}
.home_hire li span:first-child{
	    padding-left: calc( var(--text_standard_size) * 4 );
	}
.subheading{
	font-family:'Poppins-Extralight';
	font-size: calc( var(--text_standard_size) * 3 );
	color:#FFFFFF;
	text-align:center;
}
.home_event .subheading{
	color:#E87724;
}
.home_hire,.home_event{
	padding-top: calc( var(--text_standard_size) * 3 );
	padding-bottom: calc( var(--text_standard_size) * 3 );
}
.home_hire ul{
	padding-top: calc( var(--text_standard_size) * 2 );
	font-family:'Poppins-bold';
	font-size: calc( var(--text_standard_size) * 2.5 );
	color:#FFFFFF;
	text-align:center;
}
.home_hire li{
	    display: inline-flex;
	margin:0px calc( var(--text_standard_size) * 2)  var(--text_standard_size)  calc( var(--text_standard_size) * 2);
	line-height: calc(var(--text_standard_size)* 3);
	    vertical-align: top;
}
.home_hire li a{
	display:block;
	font-size: 0px;
	position: relative;
}
.home_hire li a:before{
	content: '';
    display: inline-block;
    width: calc(var(--text_standard_size)* 3);
    height: calc(var(--text_standard_size)* 3);
    background-image: url(/images/img_icon_03.svg);
    background-position: center;
    background-size: cover;
	top: 0px;
    position: absolute;
}
.home_event ul{
	grid-template-columns: repeat(6, 1fr);
    display: grid;
    margin: auto;
    list-style-type: none;
    padding: 0px;
    margin: 0px auto;
    max-width: calc(100% - 100px);
	padding-top: calc( var(--text_standard_size) * 3 );
}
.home_event li{
	position:relative;
}
.home_event ul div{
	position:relative;
	padding-bottom:100%;
}
.home_event ul img{
	position:absolute;
	    width: 100%;
    height: 100%;
    object-fit: cover;
	left:0px;
	top:0px;
}

.home_event div.desc{
	top: 15%;
    left: 15%;
    width: 70%;
    background-image: url(/images/img_homeevent_desc.svg);
    background-position: top;
    background-size: contain;
    padding: 5px 2px 0px 2px;
    height: 70%;
    z-index: 2;
    position: absolute;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #00ff00; */
    font-size: 0.9em;
    line-height: 1.1em;
    color: #ffffff;
    text-align: center;
	font-family:'Poppins-Light';
	
	opacity: 0;
	 -moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all  0.2s ease;
	transition: all  0.2s ease;
}
.home_event li:hover div.desc{
	opacity: 1;
}
.home_event div.desc:after{
	content: '';
    background-image: url(/images/img_icon_info.svg);
    background-position: top;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 5px;
}
@media only screen and (max-width:1400px) {
	.slogan{
		font-size: 32px;
		line-height:32px;
	}
	.home_hire li span:first-child {
		padding-left: calc(var(--text_standard_size)* 3);
	}
	.home_hire li a:before {
		width: calc(var(--text_standard_size)* 2.5);
		height: calc(var(--text_standard_size)* 2.5);
	}
	.home_hire li span{
		font-size: calc( var(--text_standard_size) * 2 );
	}
}
@media only screen and (max-width:1200px) {
	.slogan{
		font-size: 28px;
		line-height:28px;
		margin: 0px 10px 0px auto;
	}
}
@media only screen and (max-width:840px) {
	.home_hire li span:first-child {
		padding-left: calc(var(--text_standard_size)* 2);
	}
	.home_hire li a:before {
		width: calc(var(--text_standard_size)* 1.5);
		height: calc(var(--text_standard_size)* 1.5);
	}
	.home_hire li span{
		font-size: calc( var(--text_standard_size) * 1.5 );
	}
}
@media only screen and (max-width: 768px) {
	.home_event ul{
		max-width: unset;
		grid-template-columns: repeat(3, 1fr);
		    display: block;
		font-size: 0px;
		text-align: center;
	}
	.home_event li {
		position: relative;
		width: 33%;
		display: inline-block;
		padding: 0px;
		margin: 0px;
	}
}
@media only screen and (max-width:560px) {
	#divContent .mainPart{
		background-size: cover;
		        padding-top: 250px;
				min-height:100%;
	}
	.slogan_img_top{
		width:unset;
		top:0px;
		left:-35px;
		min-width:70px;
	}
	.slogan_img_btm{
		min-width:90px;
		left:-100px;
	}
	.slogan_img_top > div:after{
		top: -105%;
	}
	.subheading{
		    font-size: calc( var(--text_standard_size) * 2 );
	}
	.home_event ul {
		grid-template-columns: 100%;
    max-width: unset;
		
	}
	.home_event li {
		width:100%;
	}
	img.bubble{
		    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10%;
	}
	.home_part2{
		border-top-width:3px;
	}
	.home_hire .maxw{
		max-width: 90%;
	}
	.home_hire ul{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 100%;
		text-align: center;
	}
	.home_hire li{
		display: block;
        margin-left: 0px;
        margin-right: 0px;
	}
	.home_hire li span:first-child {
		padding-left: calc(var(--text_standard_size)* 1.5);
	}
	.home_hire li a:before {
		width: calc(var(--text_standard_size)* 1.2);
		height: calc(var(--text_standard_size)* 1.2);
	}
	.home_hire li span{
		font-size: calc( var(--text_standard_size) * 1.2 );
	}
}