html, body {
	overflow-x: hidden;
}

/* slider */
.hp-slider {
	position: relative;
}

.hp-slider .section-title :is(h1, h2) {
	font-size: 80px;
	font-size: clamp(40px, 5vw, 80px);
}

.hp-slider .aios-slider::after {
	content: '';
	pointer-events: none;
	position: absolute;
	background: #000;
	opacity: .36;
	inset: 0;
}

.hp-slider::after {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 138px 0 0 132px;
	border-color: transparent transparent transparent #fff;
	transform: rotate(0deg);
	bottom: 0;
	left: 0;
}

.hp-slider-tagline {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/* welcome */
.hp-wc {
	padding: 50px 0 100px 0;
	padding: 2.604166666666667vw 0 5.208333333333334vw 0;
}

.hp-wc-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}

.hp-wc-inner-left {
	width: 50%;
	padding-top: 100px;
}

.hp-wc-inner-left .section-text {
	border-left: 1px #000 solid;
	padding-left: 75px;
	margin: 50px 0 0 40px;
}

.hp-wc-inner-right {
	width: 40%;
	position: relative;
	padding: 0 10px;
}

.hp-wc-inner-right .canvas-bg {
	height: calc(100% - 75px);
	bottom: 0;
	top: auto;
}

.hp-wc-inner-right .canvas-bg::after {	
	content: '';
	position: absolute;
	inset: 0;	
	background: rgba( 255, 255, 255, 0 );
	backdrop-filter: blur(5px);		
}

.hp-wc-inner-right img {
	width: 100%;
	position: relative;
}

.hp-wc .site-monogram {
	top: 40px;
	left: 265px;
}

/* stats */
.hp-stats {
	/* padding: 80px 0; */
	padding: 4.166666666666666vw 0;
}

.stats-list {
	display: flex;	
	justify-content: space-between;
}

.stats-item {	
	/* padding: 50px 25px; */
	padding: 3.125vw 1.5625vw;
	width: 25%;
}

.stats-item:first-child {
	padding-left: 0;
	width: 30%;
}

.stats-item:last-child {
	padding-right: 0;
}

.stats-item:not(:last-child) {
	border-right: 1px #b2b2b2 solid;	
}

.stats-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.stats-item-label > strong {	
	/* font-size: 55px;	 */
	font-size: clamp(25px,3.4375000000000004vw,55px);	
	font-family: var(--font-family-title);
	font-weight: 400;
}

.stats-item-label > span {
	/* font-size: 20px;	 */
	font-size: clamp(12px,1.25vw,20px);	
	margin-left: 20px;
	margin-left: 1.25vw;
	max-width: 55%;
	text-transform: uppercase;	
	text-align: left;
}

.stats-item-text {
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.5;
	/* margin-top: 20px; */
	margin-top: 1.25vw;
	text-transform: uppercase;
}

/* exclusive properties */
#hp-exclusive-properties {

}

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

.ep-item {
	position: relative;	
	margin-bottom: 250px;
}

.ep-item .canvas-img {
	background: #000;
	clip-path: polygon(100% 70.73%, 92.56% 100%, 0% 100%, 0% 0%, 100% 0.45%);	
}

.ep-item .canvas-img img {
	opacity: .70;
}

.ep-item.stacked .canvas-img img {
	opacity: .30;
}

.ep-details {
	position: absolute;
	bottom: -213px;
	bottom: -13.3125vw;
	width: 70.3125%;
	transition: all .5s;
}

.ep-item.stacked .ep-details {
	opacity: 0;
}

.ep-details-top {
	padding: 50px 100px 25px;	
	padding: 3.125vw 6.25vw 1.5625vw;	
	border: 1px #fff solid;
	border-bottom: 0;
	color: #fff;
}

.ep-details-bottom {
	padding: 25px 100px 35px;
	padding: 1.5625vw 6.25vw 2.1875vw;
	border: 1px #000 solid;
	border-top: 0;
	background: #fff;
	min-height: 213px;
	min-height: 13.3125vw;
}

.ep-price {	
	font-size: 34px;
	font-size: clamp(20px,2.125vw,34px);	
	margin-bottom: 20px;	
	margin-bottom: 1.25vw;	
}

.ep-item .ep-details-top .ep-address {
	font-size: clamp(20px,2.125vw,34px);
	font-size: 2.125vw;	
}

.ep-address > span {
	display: block;
}

.ep-description {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 28px;
	font-size: clamp(12px, 0.9375vw,15px);
	line-height: 1.8;
	margin-bottom: 1.7500000000000002vw;
}

.ep-specs {
	font-size: 13px;
	font-size: clamp(11px,0.8125vw,13px);
	font-weight: 600;
	margin-bottom: 25px;
	margin-bottom: 1.5625vw;
}

.ep-specs li {
	display: inline-block;
}

.ep-specs li:not(:last-child) {
	margin-right: 28px;
	margin-right: 1.7500000000000002vw;
}

.ep-item .ep-price,
.ep-item .ep-description,
.ep-item .ep-specs,
.ep-item .ep-details-top .ep-address {
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ep-item .ep-details-top .ep-address {
	max-height: 32px;		
	max-height: 2vw;		
}

.ep-item:hover .ep-price,
.ep-item:hover .ep-description,
.ep-item:hover .ep-specs,
.ep-item:hover .ep-details-top .ep-address {
	max-height: 200px;
	max-height: 12.5vw;
}


.ep-item .ep-details-bottom .ep-address {	
	overflow: hidden;
	transition: all .5s;	
	font-size: 26px;
	font-size: clamp(16px,1.625vw,26px);
}

@media(min-width: 992px) {
	.ep-item:hover .ep-details-top .ep-address  {
		font-size: 26px;
		font-size: clamp(16px,1.625vw,26px);
	}	
	.ep-item:hover .ep-details-bottom .ep-address  {
		max-height: 0;		
	}	
}


.ep-arrows {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100px;
	height: 6.25vw;
	position: fixed;
	top: 20%;
	right: 4%;
	z-index: 3;	
}

.ep-arrows .slider-arrow img {
	filter: brightness(0) invert(1);
}

.ep-arrows .slider-arrow-prev img {
	transform: rotate(270deg);
}

.ep-arrows .slider-arrow-next img {
	transform: rotate(90deg);
}

/* ctas */
.hp-ctas {
	background: #000;
	padding: 130px 0;
	position: relative;
	overflow: hidden;
}

.hp-ctas .custom-container {
	max-width: 475px;
}

.hp-ctas .site-monogram {
	left: 53%;
	transform: translateX(-50%);
	top: -10%;
	filter: brightness(0) invert(1);
	opacity: 0.12;
	width: auto;
	height: 125%;
}

.cta-list {
	display: flex;
	justify-content: space-between;
}

/* featured sales */
.hp-fs {
	padding: 130px 0;
	padding: 6.770833333333333vw 0;
}

.hp-fs .custom-container {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.fs-list {
	position: relative
}

.fs-list::after {
	content: '';
	pointer-events: none;
	width: 90%;
	height: 65%;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(270deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 58%, rgba(255, 255, 255, 1) 55%);
	border-right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.fs-item {
	display: flex !important;
	align-items: center;
	background: #fff;
}

.fs-item .canvas-img {
	clip-path: polygon(89.11% 100%, 100% 80%, 100% 0%, 0% 0%, 0% 100%);	
	background: #000;
	width: 50%;
}

.fs-item .canvas-img img {
	opacity: 0.77;
}

.fs-details {
	width: 50%;
	padding: 0 8% 7%;
	position: relative;
	opacity: 0;
	left: 50%;
	transition: all .5s;
}

.slick-current.slick-active .fs-details {
	opacity: 1;
	left: 0;
}

.fs-address {
	font-size: 34.03px;
	margin-bottom: 40px;
}

.fs-address > span {
	font-size: 26.02px;
	display: block;
	margin-top: 10px;
}

@media(min-width: 992px) {
	.fs-list .slick-slide {
	    transform: scale(0.87);
		transition: all .5s ease-in-out !important;
	}
	
	.fs-list .slick-slide:not(.slick-active) .canvas-img img {
		opacity: .42;
	}
	
	.fs-list .slick-slide:not(.slick-active) {
	    transform: scale(0.79) translateX(-120px);
	    opacity: 1 !important;
	    z-index: 2 !important;
	}
	
	.fs-list  .slick-slide:not(.slick-active) + .slick-slide:not(.slick-active),
	.fs-list :has(.slick-slide:nth-child(2).slick-active) .slick-slide:first-child{
	    transform: scale(0.73) translateX(-237px);
	    z-index: 1 !important;
	}
	
	.fs-arrows {
		position: absolute;
		bottom: 25%;
		right: 5%;
	}	
}

/* featured video */
.hp-fv {
	padding: 100px 0;
	padding: 5.208333333333334vw 0;
}

.hp-fv .section-title {
	margin-bottom: 50px;
}

.hp-fv #aios-slider-home-featured-video .aios-slider-custom-video button,
.hp-fv #aios-slider-72093 .aios-slider-custom-video button{
	clip-path: none;
	background: transparent url(../images/global/play-button.png) no-repeat;
	width: 105px;
	height: 150px;	
	transition: all .5s;
}

.hp-fv #aios-slider-home-featured-video .aios-slider-custom-video button:hover {
	background: transparent url(../images/global/play-button.png) no-repeat;
	transform: scale(1.2);
}

/* communities */
.comms-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.comms-item {
	width: 25%;
	position: relative;
	padding: 7px;
}

.comms-item a {
	display: block;
	position: relative;
}

.comms-item .canvas-img::after {
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, #000, rgb(0 0 0 / 0));
	left: 0;
	bottom: 0;
	opacity: .88;
	transition: all .5s;
}

.comms-item:hover .canvas-img img {
	filter: grayscale(1);
}

.comms-item-label {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	padding: 30px 10px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.comms-item:nth-child(n+2):nth-child(-n+6) {
	order: 1;
}

.comms-title {
	order: 2;
	width: 50%;
}

.comms-item:nth-child(n+7) {
	order: 3;
}

/* press */
.hp-press {
	padding: 65px 0;
	padding: 3.3854166666666665vw 0;
	overflow: hidden;
}

.hp-press .custom-container {
	margin: 140px auto;
	margin: 7.291666666666667vw auto;
	max-width: 895px;
}

.press-logos {
	font-size: 0;
	white-space: nowrap;
	opacity: .26;
}

.press-logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
}

.press-logo img {
	width: auto;
	height: auto;
}

.hp-press--new {
	padding: 0
}
.hp-press--new .custom-container {
	margin: 80px auto 0;
	max-width: 1400px;
}

/* testimonials */
.hp-testi {
	position: relative;
}

.hp-testi .site-monogram {
	top: 48%;
	transform: translateY(-50%);
	left: 2%;
}

.hp-testi .custom-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hp-testi .custom-container > div {
	width: 33.33%;
}

.testi-holder {
	padding-left: 100px;
	padding-left: 6.25vw;
	position: relative;
}

.testi-slider::before, .testi-slider::after {
	content: '';
	pointer-events: none;
	width: 100%;
	height: 50%;
	position: absolute;	
	left: 0;	
	z-index: 1;	
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);	
}

.testi-slider::before {
	top: 0;
}

.testi-slider::after {
	bottom: 0;
	transform: rotate(180deg);
}

.testi-slider:not(.slick-initialized) .testi-slide:nth-child(n+4) {
	display: none;
}

.testi-slider.slick-initialized {
	
}

.testi-slide .testi-from {
	font-weight: 700;
}

.testi-arrows {
	display: flex;

}

@media(min-width: 992px) {
	.testi-arrows {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		height: 100px;
		position: absolute;
		left: 5%;
		top: 50%;
		transform: translateY(-50%)
	}
	
	.testi-arrows .slider-arrow-prev img {
		transform: rotate(90deg);
	}
	.testi-arrows .slider-arrow-next img {
		transform: rotate(270deg);
	}	
}

/* social media */
#hp-social-media {
	margin: -150px 0 -190px;
	margin: -7.8125vw 0 -9.895833333333332vw;
	position: relative;
	z-index: 1;
}

.hp-sm {
	padding: 100px 0 0 0;
}

.sm-links {
	text-align: center;
}

.sm-links a:not(:last-child) {
	margin-right: 70px;
}

.sm-feed {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.sm-feed::after {
	pointer-events: none;
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	left: 0;
}

.sm-feed-col {
	width: 20%;
}

.sm-feed-col:nth-child(1) {
	margin-top: -120px;
}

.sm-feed-col:nth-child(2), .sm-feed-col:nth-child(4) {
	margin-top: 45px;
}

.sm-feed-col:nth-child(3) {
	margin-top: 125px;
}

.sm-feed-col:nth-child(5) {
	margin-top: -180px;
}

.sm-feed-item {	
	width: 100%;
	padding: 7.5px;
}



/* new */
main.main--new  .hp-slider::after,
.footer.footer--new .footer-form-wrap::after{
	display: none;
}
main.main--new .section-title :is(h1, h2) small {
	/* font-size: 18px; */
	font-size: clamp(12px,1.125vw,18px);
	font-weight: 300;
	margin: 30px 0;
	letter-spacing: 0.56em;
	color: #898989;
}
main.main--new .hp-slider .section-title :is(h1, h2) {
	/* font-size: 75px; */
	font-size: clamp(25px,4.6875vw,75px);
	font-family: "Cinzel", serif;
	text-transform: none;
}
main.main--new  .hp-slider,
.footer.footer--new .footer-form-wrap{
	/* border-bottom-right-radius: 140px; */
	border-bottom-right-radius: 8.75vw;
	overflow: hidden;
}

main.main--new .hp-wc-inner-right .canvas-bg {
	/* border-top-left-radius: 100px;
	border-bottom-right-radius: 100px; */
	border-top-left-radius: 6.25vw;
	border-bottom-right-radius: 6.25vw;
	overflow: hidden;
}
main.main--new .hp-wc .section-title :is(h1, h2) {
	/* font-size: 70px; */
	font-size: clamp(40px,4.375vw,70px);
	line-height: 1.1;
}

@media(min-width: 992px) {
	main.main--new .hp-wc-inner {
		align-items: flex-end
	}
	main.main--new .hp-wc-inner-left .section-text {
		border-left: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
		border-bottom-left-radius: 8.75vw;
		/* padding: 0 0 90px 90px;
		margin: 50px 0 0 0; */
		padding: 0 0 5.625vw 5.625vw;
		margin: 3.125vw 0 0 0;
	}	
	main.main--new .hp-wc-inner-left {
		width: 54%;
		padding-top: 20px
	}
	main.main--new .hp-wc .site-monogram {
		left: 2%;
		top: -50px;
		width: 53%;
	}	
}
main.main--new .hp-testi .section-title :is(h1, h2) {
	margin-bottom: 20px;
}

main.main--new .hp-testi .canvas-img {
	/* border-radius: 100px 0 100px 0;	 */
	border-radius: 6.25vw 0 6.25vw 0;	
}

main.main--new .sm-feed-col:first-child .sm-feed-item:first-child .canvas-img{	
	/* border-radius: 100px 0 0 0;	 */
	border-radius: 6.25vw 0 0 0;	
}
main.main--new .sm-feed-col:last-child .sm-feed-item:first-child .canvas-img{	
	/* border-radius: 0 100px 0 0; */
	border-radius: 0 6.25vw 0 0;
	overflow: hidden;
}
main.main--new .sm-feed-col:first-child .sm-feed-item:first-child .canvas-img canvas,
main.main--new .sm-feed-col:last-child .sm-feed-item:first-child .canvas-img canvas{
	/* height: 300px; */
	height: 18.75vw;
}
main.main--new .sm-links a.section-btn {
    border: 0;    
    min-width: auto;
    margin-right: 0;
}
main.main--new .sm-links a.section-btn:not(:last-child)::after {
	display: block;
	background: #e3e3e3;
	opacity: 1;
	width: 1px;
	height: 18px;
	left: auto;
	right: 0;
}
main.main--new .sm-links a.section-btn:not(:last-child):hover::after {
	opacity: 0;
}

.hp-exp {
	position: relative;
	margin: 80px 0 118px;
	border-bottom-right-radius: 150px;
	overflow: hidden;
}
.exp-list:not(.slick-initialized) .exp-item:nth-child(n+2) {
    display: none;
}

.exp-list .exp-item {
    position: relative;
}
.exp-details {
    /* width: 600px; */
    width: 37.5vw;
    position: absolute;
    /* bottom: 50px;
    left: 100px; */
    bottom: 3.125vw;
    left: 6.25vw;
    background: rgb(0 0 0 / .84);
    color: #fff;
    /* padding: 50px 40px 50px 50px;
    border-bottom-right-radius: 90px; */
    padding: 3.125vw 2.5vw 2.1875vw 3.125vw;
    border-bottom-right-radius: 5.625vw;
	overflow: hidden;
}
.exp-details::before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 645px;
	height: 390px;	
	left: 65px;
	bottom: 25px;	
	z-index: 1;
	background: url(../images/global/site-monogram.png) no-repeat right;
	background-size: contain;
	filter: brightness(0) invert(1);
	opacity: .05;
}
.exp-price {
    /* font-size: 30px; */
    font-size: clamp(18px,1.875vw,30px);
    font-weight: 300;
    /* margin-bottom: 15px;*/
    margin-bottom: 0.9375vw;
	position: relative;
	z-index: 2;
}
.exp-address {
    font-size: clamp(18px,1.875vw,30px);
    font-weight: 300;
    text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.exp-address span {
    display: block;
    font-size: 14px;
    font-size: clamp(11px,0.8750000000000001vw,14px);
    /* margin-top: 15px; */
    margin-top: 0.9375vw;
	position: relative;
	z-index: 2;
	letter-spacing: 0.56em;
}
.exp-ctas {
    margin-top: 20px;
}
.exp-ctas .section-btn {
    /* font-size: 12px; */
    font-size: clamp(11px,0.75vw,12px);
    /* min-width: 240px !important; */
    min-width: 15vw !important;
    /* padding: 0 40px; */
    padding: 0 2.5vw !important;
}
.exp-ctas {
	position: relative;
	z-index: 2;	
}
.exp-ctas .section-btn:not(:last-child) {
    /* margin-right: 15px; */
    margin-right: 0.9375vw;
}
.exp-arrows {
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
.exp-arrows .slider-arrow {
	font-size: 35px;
}

.hp-feat-sales {
    padding: 115px 0 20px;
    position: relative;
}
.feat-sales-list:not(.slick-initialized) .feat-sales-item:nth-child(n+2) {
    display: none
}
.feat-sales-item {
    position: relative;
}
.feat-sales-item .canvas-img{
    width: 1022px;
    border-bottom-right-radius: 150px;
    width: 63.87500000000001vw;
}
.feat-sales-details {
    /* width: 600px; */
    width: 37.5vw;
    position: absolute;    
    background: rgb(0 0 0 / .84);
    color: #fff;
    /* padding: 50px 40px 50px 50px;
    border-bottom-right-radius: 90px; */
    padding: 3.125vw 2.5vw 2.1875vw 3.125vw;
    border-bottom-right-radius: 5.625vw;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.feat-sales-details.aos-init {
	top: 30%;
}
.feat-sales-details::before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 645px;
	height: 390px;	
	left: 35px;
	bottom: -20px;
	z-index: 1;
	background: url(../images/global/site-monogram.png) no-repeat right;
	background-size: contain;
	filter: brightness(0) invert(1);
	opacity: .05;
}
.feat-sales-price {
    /* font-size: 30px; */
    font-size: clamp(18px,1.875vw,30px);
    font-weight: 300;
    /* margin-bottom: 15px;*/
    margin-bottom: 0.9375vw;
	position: relative;
	z-index: 2;	
}
.feat-sales-address {
    font-size: clamp(18px,1.875vw,30px);
    font-weight: 300;
    text-transform: uppercase;
	position: relative;
	z-index: 2;	
}
.feat-sales-address span {
    display: block;
    font-size: 14px;
    font-size: clamp(11px,0.8750000000000001vw,14px);
    /* margin-top: 15px; */
    margin-top: 0.9375vw;	
	letter-spacing: 0.56em;
}
.exp-ctas {
    margin-top: 20px;
	position: relative;
	z-index: 2;	
}
.feat-sales-ctas .section-btn {
    font-size: 12px;
    /* min-width: 240px !important; */
    min-width: 15vw !important;
	/* padding: 0 40px; */
	padding: 0 2.5vw !important;
}
.feat-sales-ctas .section-btn:not(:last-child) {
    /* margin-right: 15px; */
    margin-right: 0.9375vw;
}
.feat-sales-arrows {
	margin-top: 20px;
	position: relative;
	z-index: 2;	
}
.feat-sales-arrows .slider-arrow {
	font-size: 30px;
}

.hp-fv .section-title {
    display: none;
}

/* END - hp main.main--new */



@media(max-width: 991px) {
	.hp-slider::after {
		display: none;
	}	
	
	.hp-wc {
		padding: 0;
	}

	.hp-wc .site-monogram {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.hp-wc-inner-left {
		width: 100%;
		text-align: center;
	}

	.hp-wc-inner-left .section-text {
		border-left: 0;
		padding-left: 0;
		margin: 50px 0 0 0;
	}	

	.hp-wc-inner-right {
		margin: 30px auto;
	}

	.hp-stats {
		padding: 0;
	}

	.stats-list {
		flex-wrap: wrap;
	}
	
	.stats-item {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
		border-right: 0 !important;
	}

	.stats-item-label {
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.comms-title,
	.comms-item {
		order: initial !important;
	}

	.comms-title {
		width: 100%;
		padding: 0 0 40px;
	}

	.comms-item {
		width: 50%;
	}

	.ep-details {
		width: 100%;
		bottom: 0;
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}

	.ep-item {
		margin-bottom: 0;
	}		

	.ep-details-top, .ep-details-bottom {
		color: #000;
		border: 0;
		min-height: auto;
	}

	.ep-item .ep-price,
	.ep-item .ep-description,
	.ep-item .ep-specs,
	.ep-item .ep-details-top .ep-address {
		max-height: none;				
	}		

	.ep-item .canvas-img {
		clip-path: none;
	}
	
	.fs-item {
		flex-wrap: wrap;
	}

	.fs-list::after {
		display: none;
	}

	.fs-item .canvas-img {
		width: 100%;
		height: 450px;
		clip-path: none
	}

	.fs-details {
		width: 100%;
		padding: 50px 20px;
		position: relative;
		opacity: 0;
		left: 0;
		transition: all .5s;
		text-align: center;
	}

	.fs-arrows {
		text-align: center;
	}

	.hp-testi .custom-container > div.section-title {
		width: 100%;
	}

	.hp-testi .custom-container > div.testi-holder {
		width: 60%;
	}	

	.testi-slider::before, .testi-slider::after {
		display: none;
	}

	#hp-social-media {
		margin-top: 0;
	}

	.ep-arrows	{
		display: none !important;
	}

	/* new */
	.hp-exp {
		border-bottom-right-radius: 50px;
	}
	.exp-details {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom-right-radius: 0;
	}

	.hp-feat-sales .custom-container {
		width: 100%;
	}	
	.feat-sales-details {
	    width: 100%;	    
	    border-bottom-right-radius: 50px;
	    top: 0;
	    transform: translateY(0);
	    right: 0;
		position: relative;
	}
	.feat-sales-item .canvas-img {
		width: 100%;
		border-bottom-right-radius: 0;
	}

	main.main--new .hp-wc-inner-right {
		width: 90%;
	}
}

@media(max-width: 767px) {
	.hp-testi .custom-container > div.testi-holder {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.hp-testi .custom-container > div.canvas-img {
		margin: 0 auto 30px;
	}

	.testi-arrows {
		justify-content: center;
	}	
	
	.sm-feed {
		margin-top: 30px;
	}
	.sm-feed-col {
		margin-top: 0 !important;
	}
}

@media(max-width: 480px) {
	.comms-item {
		width: 1000%;
	}

	/* new */
	.exp-list .exp-item .canvas-img canvas {
		height: 270px;
	}

	main.main--new .cta-list {
		flex-wrap: wrap;
	}	
	main.main--new  .cta-list .section-btn {
		width: 100%;
		margin: 10px 0;
	}
}

/* new press */
.hp-press-feed {
    
}

.press-wrapper-item {
    width: 50%;
    max-width: unset;    
    position: relative;
    padding: 0;
    display: block;        
    float: left;
}

.custom-hp-pr-news-item {
    position: relative;
    padding: 0 20px;
    margin-bottom: 36px;    
}

.custom-hp-pr-news-item-img.canvas-img {
    position: relative;
}

.custom-hp-pr-news-item-img.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.custom-hp-pr-news-item-img.canvas-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-hp-pr-news-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    background: #000
}

.custom-hp-pr-news-item a .col-txt {
    width: 45%;
}

.custom-hp-pr-news-item-txt {
    position: relative;
    padding: 0 10px;
}

.custom-hp-pr-news-item-txt h3,  .custom-hp-pr-news-item-title {
    font-size: 17px!important;
    font-weight: 400!important;
    color: #fff;
    line-height: 1.4!important;
    text-transform: uppercase;
    margin: 0!important;
    text-align: left;
}

.custom-hp-pr-news-item-txt p {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 1.6!important;
    letter-spacing: .025em
}

.custom-hp-pr-news-item a .col-img {
    overflow: hidden;
    width: 55%;
}

.custom-hp-pr-news-item a:hover .custom-hp-pr-news-item-img img {
    transform: scale(1.1)
}

.custom-hp-pr-news-item a:hover .custom-hp-pr-news-item-img::before {
    opacity: .1
}

.custom-hp-pr-news-item a:hover .custom-hp-pr-news-item-img::after {
    color: #000;
    background-color: #fff
}

.custom-hp-pr-news-item-img img {
    transition: all .4s ease-in-out
}

.custom-hp-pr-news-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .4s ease-in-out;
    pointer-events: none;
    z-index: 1
}

.custom-hp-pr-news-item-img::after {
    content: "Read More";
    font-family: "Barlow",sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3em;
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 180px;
    padding: 13px 0;
    background-color: #000;
    transition: all .4s ease-in-out;
    pointer-events: none
}


.hp-press-feed .press-wrapper-item {
    position: relative;
}
.hp-press-feed .press-wrapper-item:nth-child(odd) a {
    border-bottom-right-radius: 100px;
    overflow: hidden;
}
.hp-press-feed .press-wrapper-item:nth-child(even) a {
    border-bottom-left-radius: 100px;
    overflow: hidden;
}
.hp-press-feed .custom-hp-pr-news-item-title {
    font-family: var(--font-family-title)
}
.hp-press-feed .press-wrapper-item:nth-child(odd) .custom-hp-pr-news-item a {
    flex-direction: row-reverse;
}
.hp-press-feed .custom-hp-pr-news-item-txt {
    padding: 0 20px;
}
.hp-press-feed .custom-hp-pr-news-item-img {    
    overflow: hidden;
}
.hp-press-feed .custom-hp-pr-news-item-img img {
    opacity: 0;
    transition: all .5s;    
}
.hp-press-feed .custom-hp-pr-news-item-img img.press-logo {
    opacity: 1;    
	width: 100%;
    max-width: 300px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);	
}
.hp-press-feed .press-wrapper-item:nth-child(odd) .custom-hp-pr-news-item-img {
    border-bottom-right-radius: 100px;
}
.hp-press-feed .press-wrapper-item:nth-child(even) .custom-hp-pr-news-item-img {
    border-bottom-left-radius: 100px;
}
.hp-press-feed .custom-hp-pr-news-item-img::after {
    display: none;
}
.hp-press-feed .press-wrapper-item:hover .custom-hp-pr-news-item-img img {
    opacity: 1;
}
.hp-press-feed .press-wrapper-item:hover .custom-hp-pr-news-item-img img.press-logo {
    opacity: 0;
}
.hp-press-feed .press-wrapper-item::after {
    content: '';
    width: 100%;
    height: 80%;
    background-image: url(https://thebelgrp.com/wp-content/uploads/2026/04/be-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 8% 0;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    opacity: .11;
    pointer-events: none;
}
.hp-press-feed .press-wrapper-item:nth-child(odd)::after {
    background-position: 92% 0;
}
.press-logos {
	font-size: 0;
	white-space: nowrap;
	opacity: .26;
	margin: 80px calc(50% - 50vw) 	
}
.press-logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
}
.press-logo img {
	width: auto;
	height: auto;
}

.custom-hp-pr-news-item-excerpt {
	font-size: clamp(11px,0.9375vw,15px);
	color: #fff;
	text-align: left;
	line-height: 1.2;
	margin-top: 15px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}
.hp-press-feed .press-wrapper-item a:hover .custom-hp-pr-news-item-excerpt {
	max-height: 200px;
	opacity: 1;
	overflow: visible;
}

.hp-press-more {
	clear: left;
}

@media(max-width: 1199px) {
	.custom-hp-pr-news-item-img::after {
		bottom: 5px;
		right: 5px;
		font-size: 9px;
		width: 120px;
		padding: 10px 0;
	}
	.custom-hp-pr-news-item-txt h3, .custom-hp-pr-news-item-title {
		font-size: 13px !important;
	}
}

@media(max-width: 991px) {
	.hp-press-feed .custom-hp-pr-news-item-txt {
		padding: 20px;
	}
	.custom-layout.press-wrapper-item {
		width: 100%;
		max-width: 100%;
	}
	.custom-hp-pr-news-item a .col-txt, .custom-hp-pr-news-item-col.col-img {
		width: 100% !important;
	}
	.custom-hp-pr-news-item a {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.custom-hp-pr-news-item-txt h3, .custom-hp-pr-news-item-title {
		text-align: center;
		font-size: 17px !important;
		padding: 30px 50px;
	}
	.custom-hp-pr-news-item-img::after {
		bottom: 15px;
		right: 15px;
		width: 130px;
		padding: 8px 0;
	}
	.hp-press-feed .press-wrapper-item:nth-child(odd) a,
	.hp-press-feed .press-wrapper-item:nth-child(even) a,
	.hp-press-feed .press-wrapper-item:nth-child(odd) .custom-hp-pr-news-item-img,
	.hp-press-feed .press-wrapper-item:nth-child(even) .custom-hp-pr-news-item-img {
		border-radius: 0;
	}
	.custom-hp-pr-news-item-excerpt {
		font-size: 15px;
		text-align: center;
		padding-bottom: 30px;
	}
}