.cmef-connected-solutions__track .owl-item.center .cmef-connected-solutions__card-media {
    background: #42c4bb;
}

.cmef-connected-solutions__track .owl-item.center .cmef-connected-solutions__card-media img {
    filter: brightness(0) invert(1);
}
.cmef-connected-solutions__card-media {
    background: #eaf3f5;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: self-end;
    justify-content: center;
}

.cmef-connected-solutions__card-media img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.cmef-connected-solutions {
	background: transparent;
	color: #10145c;
	overflow: hidden;
	padding: 70px 0 0 0;
	text-align: center;
}

.cmef-connected-solutions__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0px;
}
.cmef-connected-solutions__card-image{
	object-fit: cover;
    height: 170px;
}
.cmef-connected-solutions__card-media img{
	object-fit: contain;
    height: 60px;
}
.cmef-connected-solutions__title {
	color: #10145c;
	    font-size: 2.6rem;
    font-weight: 800;
    line-height: 3.2rem;
}

.cmef-connected-solutions__title > :first-child,
.cmef-connected-solutions__description > :first-child,
.cmef-connected-solutions__card-description > :first-child {
	margin-top: 0;
}

.cmef-connected-solutions__title > :last-child,
.cmef-connected-solutions__description > :last-child,
.cmef-connected-solutions__card-description > :last-child {
	margin-bottom: 0;
}

.cmef-connected-solutions__description {
	color: #30364e;
	    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
	    width: 84%;
    margin: 0 auto;
	padding-top:10px;
}

.cmef-connected-solutions__highlight {
	color: #37bbb3;
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 22px auto 0;
	max-width: 760px;
}

.cmef-connected-solutions__carousel {
	margin-top: 50px;
}

.cmef-connected-solutions__track.owl-carousel .owl-stage {
	align-items: stretch;
	display: flex;
}

.cmef-connected-solutions__track.owl-carousel .owl-item {
margin-bottom: 30px;
}
.cmef-connected-solutions__track.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.cmef-connected-solutions__slide {
 width: 220px;
}

.cmef-connected-solutions__card {
	background: #fff;
    border: 1px solid #32c8c0;
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(15, 28, 74, 0.08);
    color: #10145c;
    display: grid;
    height: 200px;
    overflow: hidden;
}

.cmef-connected-solutions__card--link {
	cursor: pointer;
}

.cmef-connected-solutions__card--link:hover,
.cmef-connected-solutions__card--link:focus {
	text-decoration: none;
}

.cmef-connected-solutions__card-media {
	background: #fff;
	overflow: hidden;
}

.cmef-connected-solutions__card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100% !important;
}

.cmef-connected-solutions__placeholder {
	background: linear-gradient(135deg, #d7eef0 0%, #f7fbfb 100%);
	display: block;
	height: 100%;
	width: 100%;
}

.cmef-connected-solutions__card-body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	padding:6px 10px 6px;
}

.cmef-connected-solutions__card-title {
	color: #10145c;
font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
	margin: 0;
}

.cmef-connected-solutions__card-description {
	color: #30364e;
font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.35rem;
    margin-top: 1rem;
}

.cmef-connected-solutions__track .owl-item.center .cmef-connected-solutions__card {
	background: #42c4bb;
	border-color: #42c4bb;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.cmef-connected-solutions__track .owl-item.center .cmef-connected-solutions__card-title,
.cmef-connected-solutions__track .owl-item.center .cmef-connected-solutions__card-description {
	color: #fff;
}

.cmef-connected-solutions__nav {
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.cmef-connected-solutions__arrow {
	align-items: center;
	appearance: none;
	background: #fccf17;
	border: 1px solid #fccf17;
	border-radius: 50px !important;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 45px;
	justify-content: center;
	padding: 0;
	pointer-events: auto;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 45px;
}

.cmef-connected-solutions__arrow:hover,
.cmef-connected-solutions__arrow:focus {
	background: #fff;
	border-color: #fccf17;
	color: #fccf17;
}

@media (max-width: 767px) {
	.cmef-connected-solutions {
		padding: 42px 0;
	}

	.cmef-connected-solutions__inner {
		padding: 0 18px;
	}

	.cmef-connected-solutions__title {
		font-size: 1.75rem;
	}

	/* Keep the selected card centered while the stage padding exposes its neighbours. */
	.cmef-connected-solutions__slide {
		width: 100%;
	}

	.cmef-connected-solutions__card {
		height: 286px;
	}
}
