/*

Template Name: International

*/
.ip-banner:not(.custom){
	display: none !important;
}
.ip-breadcrumbs-holder{
	font-style: italic;
}
.ip-banner.custom:after{
	content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}
.ip-banner.custom video{
	display: block;
	position: relative;
	z-index: 0;
	pointer-events: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1600/650;
	min-height: 450px;
}

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.intrntnl-sections{
	padding: 107px 0 0;
}
.intrntnl-section{
	position: relative;
}
.intrntnl-text{
	font-size: 15px;
	line-height: 2;
	font-weight: 300;
}
.wlcm-inner{
	padding: 120px 0;
}
.wlcm-content{
	position: relative;
}
.wlcm-desc{
	margin: 45px 0 0;
}
.wlcm-button{
	margin: 49px 0 0;
}
.intrntnl-img img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.wlcm-photo img{
	aspect-ratio: 1140/800;
}

#intrntnl-thumbs{
	padding: 50px 0;
}
.thumbs-container{
	width: 1520px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.thumbs-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.thumbs-col{
	width: calc((100% / 3) - min(0.438vw,7px));
}
.thumbs-col img{
	aspect-ratio: 500/400;
}
.lrg-img{
	position: relative;
	z-index: 0;
}
.lrg-img img{
	aspect-ratio: 1600/500;
}

.lrg-text{
	position: relative;
	z-index: 1;
	padding: 30px 15px 0;
	margin: 0 auto;
	background: #fff;
	width: 100%;
	max-width: calc(100% - 30px);
}
#intrntnl-blocks{
	padding: 50px 0;
}
.blocks-imgs{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	
}
.blocks-img{
	width: calc(50% - 0.5px);
}
.blocks-img:nth-child(n + 3){
	margin-top: 1px;
}
.blocks-img img{
	aspect-ratio: 455/305;
}
#intrntnl-bottom{
	padding: 50px 0;
}
.bottom-inner{
	position: relative;
}
.bottom-content{
	position: relative;
	background: #fff;
	padding: 0px 15px 30px;
	z-index: 1;
}
@media only screen and (min-width: 992px) {
	.custom-ip-title h2{
		font-size: min(4.375vw,70px);
	}
	.intrntnl-text{
		font-size: min(0.9375vw,15px);
	}
	.wlcm-content{
		width: min(52.5vw,840px);
		padding: min(4.5625vw,73px) min(4.0625vw,65px);
		background: #fff;
		margin-left: auto;
		position: relative;
		z-index: 1;
	}
	   .wlcm-content:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        top: -32px;
        bottom: -120px;
        left: 6.6%;
        right: 0;
        background: url(../../images/international/intrntnl-logo_01.png) center bottom no-repeat;
        background-size: auto 100%;
        opacity: 0.1;
    }
	.wlcm-content > *{
		position: relative;
		z-index: 1;
	}
	.wlcm-photo{
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		bottom: 0;
		right: min(28.750vw,460px);
	}
	.wlcm-photo *{
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
	}

	#intrntnl-thumbs{
		padding: 100px 0;
	}
	
	.thumbs-col:first-child{
		padding: 0 min(1.875vw,30px) 0 0;
	}
	.lrg-img img{
		min-height: 500px;
	}
	.lrg-text{
		padding: min(3.1875vw,51px) min(2.8125vw,45px) 0;
		margin: max(-6.25vw,-100px) auto 0;
		width: min(62.5vw,1000px);
	}
	.blocks-inner{
		display: flex;
		flex-flow: row-reverse wrap;
		align-items: center;
		justify-content: center;
	}
	.blocks-col{
		width: 50%;
	}
	.blocks-col:first-child{
		padding: 0 min(11vw,176px);
	}
	.blocks-img{
		width: calc(50% - min(0.3125vw,5px));
	}
	.blocks-img:nth-child(n + 3){
		margin-top: min(0.625vw,10px);
	}
	#intrntnl-blocks{
		padding: 107px 0 100px;
	}
	#intrntnl-bottom{
		padding: 0 0;
	}
	.bottom-inner{
		padding: 90px 0;
	}
	.bottom-content{
		width: min(42.75vw,684px);
		padding: 55px min(6.75vw,108px);
	}
	.bottom-content:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: -190px;
		left: 0;
		bottom: -90px;
		right: -23px;
		opacity: 0.05;
		background: url(../../images/international/intrntnl-logo_02.png) left bottom no-repeat;
		background-size: min(44.25vw,708px) auto;
	}
	.bottom-content * {
		position: relative;
		z-index: 1;
	}
	.bottom-photo{
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		right: 0;
		left: min(39.75vw,636px);
	}
	.bottom-photo *{
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.intrntnl-sections{
		padding: 60px 0 0;
	}
	.intrntnl-text{
		text-align: center;
	}
	.wlcm-inner {
	    padding: 0 0 60px;
	}
	.wlcm-content{
		padding: 0 15px;
	}
	.wlcm-photo{
		margin: 30px 0 0;
	}
	.thumbs-col{
		width: calc(50% - min(0.438vw,7px));
	}
	.thumbs-col:first-child{
		width: 100%;
		padding: 0 15px 30px;
	}
	.blocks-col:first-child{
		padding: 0 15px 30px;
	}
	.blocks-col:not(:first-child){
		max-width: 800px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}