.cmef-solutions-hero-split {
	--cmef-solutions-hero-left-bg: #0e0e55;
	--cmef-solutions-hero-right-bg: #45b8ad;
	align-items: center;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	justify-content: center;
	min-height: 680px;
	overflow: hidden;
	position: relative;
	text-align: center;
/* 	width: 98vw; */
	margin-top:100px;

}
.cmef-solutions-hero-split__section-title h2{
	font-size: 2.6rem !important;
    font-weight: 800 !important;
    line-height: 3.2rem !important;
   
}
.cmef-solutions-hero-split__header {
	color: #ffffff;
	left: 50%;
	max-width: min(980px, calc(100% - 48px));
	position: absolute;
	top: 100px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 3;
}

.cmef-solutions-hero-split__section-title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.14;
	margin: 0 0 14px;
}

.cmef-solutions-hero-split__section-description {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 860px;
}

.cmef-solutions-hero-split__section-description > :first-child {
	margin-top: 0;
}

.cmef-solutions-hero-split__section-description > :last-child {
	margin-bottom: 0;
}

.cmef-solutions-hero-split__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: inherit;
	position: relative;
	width: 100%;
	z-index: 1;
}

.cmef-solutions-hero-split__side {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: inherit;
/* 	padding: 116px 64px 170px; */
	padding: 116px 64px 0px;
}

.cmef-solutions-hero-split--has-header .cmef-solutions-hero-split__side {
	padding-top: 120px;
}

.cmef-solutions-hero-split__side--left {
	background: var(--cmef-solutions-hero-left-bg);
}

.cmef-solutions-hero-split__side--right {
	background: var(--cmef-solutions-hero-right-bg);
}

.cmef-solutions-hero-split__side-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 12% auto 0;
	max-width: 560px;
	width: 100%;
}

.cmef-solutions-hero-split__logo {
	line-height: 0;
	margin-bottom: 8px;
}

.cmef-solutions-hero-split__logo-image {
	display: block;
	height: auto;
	max-height: 180px;
	max-width: min(320px, 70vw);
	object-fit: contain;
	width: auto;
}

.cmef-solutions-hero-split__title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 2.2rem;
	margin: 0;
}

.cmef-solutions-hero-split__description {
	color: #ffffff;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px;
	max-width: 520px;
}

.cmef-solutions-hero-split__description > :first-child {
	margin-top: 0;
}

.cmef-solutions-hero-split__description > :last-child {
	margin-bottom: 0;
}

/* .cmef-solutions-hero-split__actions {
	align-items: center;
  	bottom: 64px;  
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(100% - 40px, 760px);
	z-index: 2;
} */
.cmef-solutions-hero-split__actions {
align-items: center;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    left: 50%;
    /* position: absolute; */
    /* transform: translateX(-50%); */
    width: min(100% - 40px, 760px);
    z-index: 2;
    margin: 50px 0px 0px;
    width: 100%;
} 
.cmef-solutions-hero-split__button {
	align-items: center;
	border: 1px solid #fccf17;
	border-radius: 10px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	min-width: 164px;
	padding: 14px 30px;
	text-decoration: none;
	transition: 0.4s ease;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cmef-solutions-hero-split__button--side {
	background: #fccf17;
	color: #0e0e55;
	margin-top: 14px;
}

.cmef-solutions-hero-split__button--side:hover,
.cmef-solutions-hero-split__button--side:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #0e0e55;
}

.cmef-solutions-hero-split__button:hover,
.cmef-solutions-hero-split__button:focus {
	text-decoration: none;
	
}

.cmef-solutions-hero-split__button--primary {
	background: #ffc20e;
	color: #0e0e55 !important;
}

.cmef-solutions-hero-split__button--primary:hover,
.cmef-solutions-hero-split__button--primary:focus {
	background: #ffffff;
	border-color: #ffc20e !important;
	color: #0e0e55;
}

.cmef-solutions-hero-split__button--secondary {
	background: transparent;
	color: #ffffff;
}

.cmef-solutions-hero-split__button--secondary:hover,
.cmef-solutions-hero-split__button--secondary:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #0e0e55;
}

@media (max-width: 1024px) {
	.cmef-solutions-hero-split {
		min-height: 560px;
	}

	.cmef-solutions-hero-split__side {
		padding: 90px 34px 145px;
	}

	.cmef-solutions-hero-split--has-header .cmef-solutions-hero-split__side {
		padding-top: 205px;
	}

	.cmef-solutions-hero-split__section-title {
		font-size: 36px;
	}

	.cmef-solutions-hero-split__section-description {
		font-size: 17px;
	}

	.cmef-solutions-hero-split__title {
		font-size: 36px;
	}

	.cmef-solutions-hero-split__description {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.cmef-solutions-hero-split {
		min-height: auto;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.cmef-solutions-hero-split__header {
		background: var(--cmef-solutions-hero-left-bg);
		max-width: none;
		padding: 54px 24px 28px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	.cmef-solutions-hero-split__content {
		grid-template-columns: 1fr;
	}

	.cmef-solutions-hero-split__side {
		min-height: 420px;
		padding: 64px 24px;
	}

	.cmef-solutions-hero-split--has-header .cmef-solutions-hero-split__side {
		padding-top: 64px;
	}

	.cmef-solutions-hero-split__side-inner {
		gap: 14px;
	}

	.cmef-solutions-hero-split__title {
		font-size: 1.4rem !important;
        line-height: 2rem !important;
		font-weight: 600;
	}

	.cmef-solutions-hero-split__section-title {
		font-size: 31px;
	}

	.cmef-solutions-hero-split__description,
	.cmef-solutions-hero-split__section-description {
		font-size: 16px;
		line-height: 1.5;
	}

	.cmef-solutions-hero-split__actions {
		align-items: stretch;
		background: var(--cmef-solutions-hero-right-bg);
		bottom: auto;
		flex-direction: column;
		left: auto;
		padding: 0 24px 56px;
		position: relative;
		transform: none;
		width: 100%;
	}

	.cmef-solutions-hero-split__button {
		width: 100%;
	}
}
