.ah-9883-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: visible;
	--ah-9883-bg-x: 0px;
	--ah-9883-bg-y: 0px;
}
.ah-9883-bg-text {
	position: absolute;
	white-space: nowrap;
	z-index: 0;
	pointer-events: none;
	font-size: 150px;
	font-weight: 800;
	line-height: 1;
	transform: translate(var(--ah-9883-bg-x), var(--ah-9883-bg-y));
	left: 50%;
	top: 50%;
	margin-left: calc(-50% + var(--ah-9883-bg-x));
	margin-top: calc(-50% + var(--ah-9883-bg-y));
}
.ah-9883-heading-inner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.ah-9883-sub-title {
	position: relative;
	z-index: 1;
	margin: 0 0 15px;
}
.ah-9883-main-title {
	position: relative;
	z-index: 1;
	margin: 0;
	word-break: break-word;
}
.ah-9883-separator {
	display: flex;
	align-items: center;
	margin: 0 auto 15px;
	width: 30%;
	position: relative;
	z-index: 1;
}
.ah-9883-heading-inner .ah-9883-separator {
	margin: 0 15px;
}
.ah-9883-wrapper[style*="text-align: left"] > .ah-9883-separator {
	margin-left: 0;
	margin-right: auto;
}
.ah-9883-wrapper[style*="text-align: right"] > .ah-9883-separator {
	margin-left: auto;
	margin-right: 0;
}
.ah-9883-sep-line {
	flex-grow: 1;
	border-top: 2px solid #ccc;
}
.ah-9883-has-icon .ah-9883-sep-line {
	width: calc(50% - 20px);
}
.ah-9883-sep-icon {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ah-9883-sep-icon i,
.ah-9883-sep-icon svg {
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
}
