/* ---- FRONT-END ---- */
#hbn-p25-footer-contact-wrapper {
	min-height: 200px;
	padding: 70px 0;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container {
	display: flex;
	flex-direction: row;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-wrapper {
	display: flex;
	flex: 0 1 260px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-wrapper .hbn-p25-footer-contact-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	aspect-ratio: 1/1;
	/* max-width: 260px; */
	height: 260px;
	border-radius: 130px;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: calc(100% - 50px); */
	background-size: contain;
	/* border: 15px solid #FFFFFF; */
}


#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	font-size: clamp( 14px, 1.5vw, 16px);
	color: #272049;
	width: calc( 100% - 260px );
	height: 260px;
	padding: 0 40px 0 40px;
	margin-bottom: 0;
}


#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper {
	display: flex;
	flex: 0 0 260px;
	flex-direction: column;
	width: 260px;
	height: 260px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel,
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel .carousel-inner {
	display: block;
	height: 260px;
	width: 260px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel .carousel-inner .item {
	height: 260px;
	width: 260px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .hbn-p25-footer-contact-image-slider-container {
	position: relative;
	width: 260px;
	height: 260px;
	border-radius: 130px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .hbn-p25-footer-contact-image-slider-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}


/* ---- FADING IMAGES ---- */
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-inner .active.left,
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper .carousel-fade .carousel-control {
  z-index: 2;
}


			

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-content-top-title {
	font-family: 'Averta Bold';
	font-size: clamp( 16px, 1.70940vw, 20px);
	color: #272049;
	margin: 0;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container h3.hbn-p25-footer-contact-content-title {
	font-family: 'Averta Regular';
	font-size: clamp( 16px, 1.70940vw, 20px);
	margin: 0;
	color: #272049;
	line-height: 1.2;
	margin-bottom: 35px;
	margin-top: 0;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-content-name {
	font-family: 'Averta Bold';
	font-size: clamp( 14px, 1.5vw, 16px);
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content {
	display: flex;
	flex-direction: row;
	align-content: center;
	flex: 1;
	font-family: 'Open Sans';
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-email {
	margin-right: 35px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-email:before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url('images/icons/Icoon - Mail.svg');
	fill: red;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-phone-number:before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url('images/icons/Icoon - Phone.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}


@media(max-width: 767px) {
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container {
		flex-direction: column;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-wrapper {
		flex-wrap: nowrap;
		justify-content: center;
		margin-bottom: 40px;
	}
	
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-image-slider-wrapper {
		flex: 0 0 100%;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 40px;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		justify-content: center;
		font-size: clamp( 16px, 1.5vw, 18px);
		width: inherit;
		height: auto;
		padding: inherit;
		margin-bottom: 0;
	}

	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		text-align: center;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-content-top-title {
		font-size: clamp( 18px, 1.70940vw, 20px);
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container h3.hbn-p25-footer-contact-content-title {
		font-size: clamp( 20px, 1.70940vw, 24px);
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-content-name {
		font-family: 'Averta Bold';
		font-size: clamp( 16px, 1.5vw, 18px);
		text-align: center;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content {
		flex-direction: column;
		align-content: center;
		flex: 1;
		justify-content: center;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-email {
		margin-right: inherit;
		text-align: center;
		margin: 10px 0 5px 0;
	}

	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-phone-number {
		margin-right: inherit;
		text-align: center;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-email:before {
		height: 18px;
		width: 18px;
	}
				
	#hbn-p25-footer-contact-wrapper .hbn-p25-footer-contact-container #hbn-p25-footer-contact-content-wrapper .hbn-p25-footer-contact-content-container .hbn-p25-footer-contact-contact-content .hbn-p25-footer-contact-contact-phone-number:before {
		height: 18px;
		width: 18px;
	}
}


/* ---- PREVIEW ---- */










/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}