.usps-block {
	border-top: var( --main-border-width ) solid var( --eloria-gold );
	border-bottom: var( --main-border-width ) solid var( --eloria-gold );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 244px;
	overflow: hidden;
	position: relative;
}

.usps-block-shadow {
	background: linear-gradient(
		90deg,
		rgba( 0, 0, 0, 0.7 ) 0%,
		rgba( 0, 0, 0, 0 ) 15%,
		rgba( 0, 0, 0, 0 ) 85%,
		rgba( 0, 0, 0, 0.7 ) 100%
	);
	width: 100%;
	height: auto;
}

.usps-holder {
	min-height: 244px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-direction: row;
	padding: 40px 0;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}

.usp {
	width: 200px;
	min-height: 138px;
	text-align: center;
	font-style: normal;
	position: absolute;
	transform: scale( 0.7 );
	opacity: 0;
	transition: all 600ms;
}

.usp-state-2 {
	transform: translateX( 140px ) scale( 0.6 );
	opacity: 0.5;
}

.usp-state-1 {
	transform: scale( 1 );
	opacity: 1;
}

.usp-state-0 {
	transform: translateX( -140px ) scale( 0.6 );
	opacity: 0.5;
}

.full-height .usp-state-0 {
	transform: translateX( -160px ) scale( 0.6 );
}

.full-height .usp-state-2 {
	transform: translateX( 160px ) scale( 0.6 );
}

.usp-top {
	width: 100%;
	min-height: 100px;
}

.usp-bottom {
	min-height: 20px;
	margin-top: 10px;
}

.usp img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX( -50% );
}

.uspNNext .usp img {
	margin-bottom: 1rem;
	max-width: 90px;
	height: auto;
	position: relative;
}

.usp-bottom p {
	width: 100%;
	color: var( --main-font-color );
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
	word-break: normal;
	text-shadow: -2px 5px 7px rgb( 0 0 0 / 80% ), 1px 1px 1px black;
	hyphens: auto;
}

.full-height .usp p {
	font-size: 1.2rem;
}

.custom-badge-holder {
	--custom-badge-size: 100px;

	width: var( --custom-badge-size );
	height: var( --custom-badge-size );
	position: relative;
	left: 50%;
	transform: translateX( -50% );
}

.badge-image {
	position: absolute;
	top: 0;
	width: var( --custom-badge-size );
	height: var( --custom-badge-size );
}

.full-height .usp img {
	top: 0;
	right: 0;
	position: absolute;
}

@media screen and ( min-width: 992px ) {
	.usps-block {
		min-height: 188px;
	}

	.custom-badge-holder {
		--custom-badge-size: 70px;
	}

	.full-height .usp img {
		width: 70px;
		height: 70px;
	}

	.usps-holder {
		min-height: 184px;
	}

	.usp-top {
		min-height: 70px;
	}

	.usp {
		min-height: 104px;
		transform: scale( 1 );
		opacity: 1;
		position: relative;
	}

	.usp img {
		width: 70px;
		height: 70px;
	}
}

.usps-second {
	display: none;
}
