/*********************************************/
/********** HOMEPAGE BANNER SECTION **********/
/*********************************************/

.hp-banners {
	height: 100vh;
    position: relative;
}

.hp-banners,
.hp-banners .slide {
	position: relative;
}

.hp-banners .slider:not(.slick-slider) {
	display: flex;
}


/********** IMAGE **********/

.hp-banners .image {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.hp-banners .image.filter::before,
.hp-banners .image.filter::after {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background-color: black;
	opacity: .8;
	pointer-events: none;
	will-change: transform;
}
.hp-banners .image.filter::after {
	background-color: black;
}

.hp-banners .image img {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	/* IE */
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}


@supports(mix-blend-mode: multiply) {
	.hp-banners .image.filter::before,
	.hp-banners .image.filter::after {
		mix-blend-mode: multiply;
		opacity: 1;
	}
	.hp-banners .image.filter::before {
		background-color: #8c8b8b;
	}
	.hp-banners .image.filter::after {
		background-color: #8c8b8b;
	}
	
	.hp-banners .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: static;
		transform: none;
	}
}

@media(min-width: 768px) {
	.container.container-full {
		padding: 0 50px;
	}
}

/********** DESCRIPTION **********/

.hp-banners .container {
    position: absolute;
    bottom: 47px;
    left: 0;right: 0;
	margin: auto;
	z-index: 2;
}

.hp-banners .description h2 {
    font-size: 40px;
	font-weight: bold;
	color: white;
	letter-spacing: normal;
	line-height: 1.08;
	letter-spacing: normal;
	margin: 0;
}

.hp-banners .description .button {
    margin-top: 30px;
}


@media(min-width: 768px) {	
	.hp-banners .description h2 {
		font-size: 60px;
	}
}

@media(min-width: 992px) {
	.hp-banners .container {
		top: calc(50% - 35px);
		bottom: auto;
	}

    .hp-banners .description {
        max-width: 630px;
        margin: 0;
    }
}

@media(min-width: 1200px) {
	.hp-banners .container {
		max-width: 1084px;
	}
}

/********** SLIDER ARROWS **********/

.hp-banners .slider-arrows {
	position: absolute;
	bottom: 50px;
	right: 20px;
	font-size: 0;
}

.hp-banners .slider-arrows a:not(.slick-hidden) {
	content: "";
	display: inline-block;
	width: 20px;
	height: 37px;
	transition: var(--transition);
	mask-image: url(/assets/img/svg/slider-arrow.svg);
	-webkit-mask-image: url(/assets/img/svg/slider-arrow.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-color: white;
	opacity: .3;
}
.hp-banners .slider-arrows a:hover,
.hp-banners .slider-arrows a:focus {
	opacity: 1;
}

.hp-banners .slider-arrows a.prev {
	transform: rotate(180deg);
}
.hp-banners .slider-arrows a.next {
    margin-left: 40px;
}


@media(min-width: 768px) {
    .hp-banners .slider-arrows {
		position: static;
	}

	.hp-banners .slider-arrows a:not(.slick-hidden) {
		position: absolute;
		top: 0;bottom: 0;
		width: 26px;
		height: 50px;
		margin: auto;
	}

	.hp-banners .slider-arrows a.prev {
		left: 30px;
	}
	.hp-banners .slider-arrows a.next {
		right: 30px;
		margin: auto;
	}
}

@media(min-width: 1200px) {
    
}
.hp-banners .description .button{
	border: 2px solid transparent;
}
.hp-banners .description .button:hover{
	border: 2px solid transparent !important;
	background: transparent;
}
.hp-banners .description .button::before,
.hp-banners .description .button:hover::before{
	background: white;
}

.tns-item, 
.tns-item .legend, 
.tns-item .container, 
.tns-item .image.filter::after, 
.tns-item .image.filter::before, 
.tns-item img {
    backface-visibility: hidden !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

/***********************************************/
/********** HOMEPAGE ABOUT US SECTION **********/
/***********************************************/

.hp-about-us {
    padding: 50px 0 0;
	position: relative;
}

.hp-about-us .logo {
	width: 110px;
	height: 109px;
	margin: auto;
}

.hp-about-us h1 {
	font-size: 27.5px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	text-align: center;
	margin: 0; 
	line-height: 1.21;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-top: 35px;
}
.hp-about-us p {
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #756d6f;
	margin: 0; 
	margin-top: 30px;
}

.hp-about-us .video {
	position: relative;
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	padding-top: 56.31%;
	height: 0;
}
.hp-about-us .video::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background-color: black;
	opacity: .9;
	pointer-events: none;
	z-index: 1;
}
.hp-about-us .video img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	/* IE */
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}

.hp-about-us .video .play {
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	width: 77px;
	height: 60px;
	border-radius: 7px;
	z-index: 1;
}
.hp-about-us .video .play::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background-color: var(--primary);
	border-radius: 7px;
	transition: inherit;
}
.hp-about-us .video .play:hover::before,
.hp-about-us .video .play:focus::before {
	transform: scale(1.05);
}
.hp-about-us .video .play::after {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 7px;right: 0;
	margin: auto;
	height: 0;width: 0;
	border-left: 34px solid white;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
}

.hp-about-us .video iframe {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
    z-index: -1;
}
.hp-about-us .video iframe[src] {
	opacity: 1;
	pointer-events: auto;
    z-index: 1;
}

.hp-about-us .button {
	margin-top: 20px;
	background: #f9f9f9;
	border: none;
	color: var(--primary);
}

.hp-about-us .button:hover{
	background: var(--primary);
	border: none;
}

.hp-about-us .button.full:hover > span{
	color: white !important;
}
.hp-about-us>.container:first-of-type {
	max-width: 880px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


@supports(mix-blend-mode: multiply) {
	.hp-about-us .video::before {
		background-color: #7e7e7e;
		mix-blend-mode: multiply;
		opacity: 1;
	}
	
	.hp-about-us .video img {
		top: 0;bottom: 0;
		left: 0;right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: none;
	}
}


@media(min-width: 768px) {
	.hp-about-us {
		padding: 70px 0 0;
	}

	.hp-about-us .logo {
		width: 300px;
		height: 80px;
	}

	.hp-about-us h1 {
		font-size: 48px;
		letter-spacing: -0.36px;
	}

	.hp-about-us p {
		font-size: 18px;
	}

	.hp-about-us .button.full {
		margin-top: 40px;
		padding: 24px 49px;
	}

	.hp-about-us .video {
		margin-top: 60px;
		margin-left: 0;
		margin-right: 0;
	}

	.hp-about-us h1,
	.hp-associates h2 {
		font-size: 48px;
		line-height: 1.28;
		letter-spacing: -0.36px;
		margin-top: 60px;
	}

	.hp-about-us p,
	.hp-associates p {
		font-size: 20px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #756d6f;
		margin: 0;
		margin-top: 40px;
	}
}

@media(min-width: 992px) {
	.hp-about-us {
		padding: 100px 0 0;
	}
}

@media(min-width: 1200px) {
	.hp-about-us > .container:first-of-type {
		max-width: 880px;
	}
}


/*************************************************/
/********** HOMEPAGE ASSOCIATES SECTION **********/
/*************************************************/

.hp-associates {
	background-color: var(--black);
}

.hp-associates .row {
	margin: 0;
}
.hp-associates .row > div {
	padding: 60px 20px 65px;
}
.hp-associates .row > div:last-child {
	padding: 0;
	display: flex;
}

.hp-associates h2 {
	color: var(--primary);
	text-align: left;
}
.hp-associates p {
	color: white;
	text-align: left;
}
.hp-associates .button {
	margin-top: 30px;
}


.hp-associates .row .map {
	position: relative;
	width: 100%;
	padding-top: 100%;
}


@media(min-width: 768px) {
	.hp-associates .row > div {
		padding: 85px;
	}

	.hp-associates .row .map {
		padding-top: 75%;
	}
}

@media(min-width: 992px) {
	.hp-associates .row > div {
		padding: 150px 85px;
	}
}

@media(min-width: 1400px) {
	.hp-associates .row .map {
		position: relative;
		padding-top: 0;
		min-height: 700px;
	}
}


/******************************************************/
/********** HOMEPAGE NEWS AND AGENDA SECTION **********/
/******************************************************/

.hp-news,
.hp-agenda {
	padding: 60px 0 0;
}

.hp-news .listing .header,
.hp-agenda .listing .header {
	margin-bottom: 50px;
}

.hp-news .listing .header h2 {
	font-size: 39.5px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: -1.98px;
	text-align: left;
	margin: 0;
}

.hp-news .listing .header .link {
	margin-left: auto;
	font-size: 10px;
	margin-top: 10px;
}

.hp-news .listing .items {
	display: flex;
	gap: 45px;
	flex-direction: column;
	justify-content: center;
}


.hp-news .listing.listing-article .article {
	display: flex;
	flex-direction: column;
}

.hp-news .listing.listing-article .article h3 {
	font-size: 20.5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: -0.65px;
	text-align: left;
	margin: 0;
	color: var(--darkprimary);
}

.hp-news .listing.listing-article .article h3 a {
	border-bottom: 0px solid var(--primary);
}

.hp-news .listing.listing-article .article h3:hover a {
	border-bottom: 4px solid var(--primary);
}

.hp-news .listing.listing-article .article span {
	font-size: 10px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
	color: #6a6a6a;
	text-transform: uppercase;
	margin-top: 17px;
}

.hp-news .listing.listing-article .article span a{
	color: var(--primary);
	font-weight: 600;
}

.hp-news .listing.listing-article .article span a:hover{
	color: var(--darkprimary);
}

@media(min-width: 768px) {
	.hp-news,
	.hp-agenda {
		padding: 90px 0 0px;
	}

	.hp-news .listing .header,
	.hp-agenda .listing .header {
		display: flex;
		align-items: baseline;
		margin-bottom: 65px;
	}

	.hp-news .listing .header h2 {
		font-size: 28px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
		letter-spacing: normal;
		text-align: left;
		color: var(--primary);
		text-transform: uppercase;
	}

	.hp-news .listing .header .link {
		font-size: 12px;
		margin-top: 0px;
	}

	.hp-news .listing .items {
		gap: 115px;
		flex-direction: row;
	}

	.hp-news .listing.listing-article .article {
		max-width: 33%;
	}

	.hp-news .listing.listing-article .article h3 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: -0.26px;
		text-align: left;
		font-weight: 600;
	}

	.hp-news .listing.listing-article .article span {
		font-size: 11px;
	}
	
}

@media(min-width: 992px) {
	.hp-news {
		padding: 120px 0 0;
	}

	.hp-news .listing.listing-article .items.row {
		margin: -50px;
	}

	.hp-news .listing.listing-article .article {
		
	}
}


/************************************************/
/********** HOMEPAGE HIGHLIGHT SECTION **********/
/************************************************/

.hp-highlight {
	position: relative;
	padding: 70px 0 0;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.hp-highlight a.card {
	padding: 50px 30px;
	background-color: var(--primary);
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 1;
}

.hp-highlight a.card:first-of-type {
	background-color: var(--darkprimary);
}

.hp-highlight a.card > span:first-of-type{
	color: white;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.4px;
	text-align: left;
	text-transform: uppercase;
}

.hp-highlight .items {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
}


.hp-highlight h2 {
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	margin-top: 0;
	color: white;
}

.hp-highlight .button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: var(--darkprimary);
	padding: 0;
		border: none;
}

.hp-highlight a.card:first-of-type .button {
	background-color: var(--primary);
}

.hp-highlight .button span {
	position: absolute;
	display: inline-flex;
	width: 34px;
	height: 29px;
	-webkit-mask-image: url("/assets/img/svg/normal-arrow.svg");
	mask-image: url("/assets/img/svg/normal-arrow.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	cursor: pointer;
	transition: var(--transition);
	background-color: var(--white);
	right: 0;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;

}

.hp-highlight .button:hover span {
	background-color: var(--darkprimary);
}


.hp-highlight .button::before,
.hp-highlight .button:hover::before,
.hp-highlight .button:focus::before {
	background-color: var(--primary);
	border: none;
}

.hp-highlight a.card:first-of-type .button::before,
.hp-highlight a.card:first-of-type .button:hover::before,
.hp-highlight a.card:first-of-type .button:focus::before {
	background-color: var(--darkprimary);
}

.hp-highlight a.card:first-of-type .button:hover span {
	background-color: var(--primary);
}

.hp-full {
    position: relative;
    /* padding: 100px 0; */
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
	margin-top: 60px;
	padding-top: 87.97%;
    overflow: hidden;
    position: relative;
    display: block;
	
}

.hp-full + footer {
	margin-top: 40px;
}

.hp-full img {
    position: absolute;
	left: 0;right: auto;
	top: 0;bottom: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
}

.hp-full .container-hp-full {
    max-width: 630px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    max-height: fit-content;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.hp-full p {
	font-family: var(--font-family-1);
	font-size: 32px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: right;
	color: var(--darkprimary);
	margin: 0;
	text-transform: uppercase;
}

.hp-full p strong{
	color: var(--primary);
	font-weight: normal;
}

.hp-full .container-hp-full img{
	position: relative;
	height: auto;
	width: 155px;
	margin-top: 70px;
}


@media(min-width: 768px) {
	.hp-highlight {
		padding: 120px 0 0;
	}

	.hp-highlight a.card{
		padding: 100px 60px;
	}

	.hp-highlight .items {
		gap: 42px;
		flex-direction: initial;
	}

	.hp-highlight .button {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 62px;
		height: 62px;
		background-color: var(--darkprimary);
		padding: 0;
		border: none;
	}

	.hp-highlight .button span {
		width: 42px;
		height: 37px;
	}

	.hp-full p {
		font-size: 48px;
	}

	.hp-full {
		padding-top: 47.97%;
		margin-top: 120px;
	}

	.hp-highlight h2 {
		font-size: 24px;
	}

	.hp-full .container-hp-full{
		right: 10%;
	}

	.hp-full + footer {
		margin-top: 0;
	}
}

@media(min-width: 1200px) {
	.hp-full {
		padding-top: 652px;
	}
}

@media(max-width: 600px){
	.hp-full {
		padding-top: initial;
	}
	.hp-full img{
		position: relative;
		width: 100%;
		height: auto;
	}

	.hp-full .container-hp-full{
		position: relative;
		margin-top: 25px;
		align-items: flex-start;
	}
	.hp-full .container-hp-full img{
		margin-top: 30px;
	}

	.hp-full p{
		font-size: 28px;
		text-align: left;
	}
}


/******************************************************/
/********** HOMEPAGE JOB OPPORTUNITY SECTION **********/
/******************************************************/

.hp-job-bar {
	padding: 50px 0;
	background-color: var(--primary);
}

.hp-job-bar .container {
	display: flex;
	flex-direction: column;
}
.hp-job-bar .container > div {
	padding-bottom: 40px;
}

.hp-job-bar p {
	font-size: 2.1875rem;
	font-weight: 900;
	color: white;
	line-height: 1.2;
	margin-bottom: 10px;
}
.hp-job-bar span {
	display: block;
	font-size: 1.25rem;
	font-weight: 300;
	color: white;
	margin: 0;
}

.hp-job-bar a {
	position: relative;
	display: block;
	width: 43px;
	height: 37px;
}
.hp-job-bar a::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background-image: url(/assets/img/arrow-sm-white.svg);
	transition: var(--transition);
}
.hp-job-bar a:hover::before,
.hp-job-bar a:focus::before {
	transform: translateX(5px);
}


@media(min-width: 768px) {
	.hp-job-bar .container {
		flex-direction: initial;
		align-items: center;
	}
	.hp-job-bar .container > div {
		padding-bottom: 0;
		padding-right: 40px;
	}

	.hp-job-bar a {
		width: 50px;
		height: 43px;
		margin-left: auto;
	}
}

@media(min-width: 1200px) {
	.hp-job-bar .container {
		max-width: 1064px;
	}
}




