/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 15:55:58 */
.yellow-card {
	padding: 8px;
	background: #DEF964;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content !important;
}

.img-rev {
	width: 118.6px;
	height: auto;
	object-fit: contain;
}

.rev-item {
	width: 100% !important;
}

.rev-item .fusion-builder-row {
	display: flex !important;
	flex-direction: row !important;
	gap: 63px !important;
	align-items: center;
	flex-wrap: nowrap !important;
}

.hero__thumb.cs-hero .awb-breadcrumb-list .awb-breadcrumb-sep::after {
	content: "";
    display: inline-block;
	background-position: center center;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='7' viewBox='0 0 6 7' fill='none'%3E%3Cpath d='M6 3.4641L-3.26266e-07 6.9282L-2.34249e-08 -5.7459e-06L6 3.4641Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	margin: 0 6px;
}

.rev-item .fusion-layout-column {
	margin: 0 !important;
}

.rev-item .video-rev {
	aspect-ratio: 67/40 !important;
}

.fusion-filters li {
	padding: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #D4DDDD;
	margin-right: 8px !important;
	height: 40px;
}

.fusion-filters li a {
	color: #0C4E4C;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fusion-filters li.fusion-active {
	background: #099177;
}

.fusion-filters li.fusion-active a {
	color: #FFF !important;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.container-rev {
	position: relative;
}

.container-rev::after {
	content: '';
	width: 100%;
	height: 252.867px;
	position: absolute;
	top: 0;
	background: #EDF1F1;
}

.hero__thumb.cs-hero > div {
	position: relative !important;
}

.hero__thumb.cs-hero > div::after {
	content: '';
	width: 84.939px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	background: #06C799;
}

.hero__thumb.cs-hero > div::before {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	right: -80px;
	bottom: -81px;
	opacity: 0.5;
	background: #06C799;
}



