.hm-ah {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--wp--preset--color--off-white, #f3f0f0);
}

.hm-ah--white {
	background: #ffffff;
}

.hm-ah--off-white {
	background: var(--wp--preset--color--off-white, #f3f0f0);
}

/* ========================================
   Swiper
======================================== */

.hm-ah__swiper,
.hm-ah__slide {
	position: relative;
	width: 100%;
}

.hm-ah__slide {
	overflow: hidden;
	background: inherit;
}

.hm-ah__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	z-index: 10;
	display: flex;
	justify-content: center;
	gap: 0.65rem;
}

.hm-ah__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 !important;
	background: var(--wp--preset--color--aqua, #58c7c7);
	opacity: .4;
}

.hm-ah__pagination .swiper-pagination-bullet-active {
	background: var(--wp--preset--color--bright-red, #d91b2d);
	opacity: 1;
}

/* ========================================

   Layout

======================================== */

.hm-ah__swiper,
.hm-ah__swiper .swiper-wrapper,
.hm-ah__slide {
min-height: var(--hm-ah-min-height, 605px);
}

.hm-ah__slide {

	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: inherit;

}

.hm-ah__bg {

	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	z-index: 0;

}

.hm-ah__bg-left {

	background: inherit;

}

.hm-ah__bg-right {

	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: transparent;
	opacity: 1;
	transform: none;

}

.hm-ah__wrap {

	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 clamp(1.6rem, 4vw, 2rem);
	display: flex;
	align-items: center;

}

.hm-ah__inner {

	display: flex;
	align-items: center;
	width: 100%;
	gap: clamp(2rem, 4vw, 4rem);

}

.hm-ah__panel,
.hm-ah__media {
	flex: 1 1 0;
}

.hm-ah__content {
	max-width: 37rem;
}

/* ========================================

   Illustration

======================================== */

.hm-ah__illustration-hit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

.hm-ah__illustration {

	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
	pointer-events: none;
	transition:
		filter 400ms ease,
		transform 400ms ease,
		opacity 700ms ease;

}

/* ========================================
   Typography
======================================== */

.hm-ah__headline {
	margin: 0 0 1.25rem;

	color: var(--wp--preset--color--aqua, #58c7c7);

	font-family: var(--wp--preset--font-family--heading);
	font-weight: 500;
	line-height: .95;
	letter-spacing: -.02em;
}

.hm-ah__subhead {
	max-width: 650px;

	margin: 0 0 2rem;

	color: #242124;

	font-family: var(--wp--preset--font-family--body);
	font-weight: 600;
	line-height: 1.32;
}

.hm-ah__subhead p {
	margin: 0;
}

.hm-ah__subhead h5 {
	line-height: 1.15em;
	margin-bottom: 1.4rem;
}

.hm-ah__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;

	margin-top: .5rem;
}


/* ========================================
   Slide Entrance Animations
======================================== */

.hm-ah__slide .hm-ah__headline,
.hm-ah__slide .hm-ah__subhead,
.hm-ah__slide .hm-ah__actions,
.hm-ah__slide .hm-ah__illustration {
	opacity: 0;
	transform: translateY(18px);

	transition:
		opacity 700ms ease,
		transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hm-ah__slide.swiper-slide-active .hm-ah__headline,
.hm-ah__slide.swiper-slide-active .hm-ah__subhead,
.hm-ah__slide.swiper-slide-active .hm-ah__actions,
.hm-ah__slide.swiper-slide-active .hm-ah__illustration {
	opacity: 1;
	transform: translateY(0);
}

.hm-ah__slide.swiper-slide-active .hm-ah__subhead {
	transition-delay: 120ms;
}

.hm-ah__slide.swiper-slide-active .hm-ah__actions {
	transition-delay: 240ms;
}

.hm-ah__slide.swiper-slide-active .hm-ah__illustration {
	transition-delay: 180ms;
}

/* ========================================
   Gutenberg Preview
======================================== */

.acf-block-preview .hm-ah .js-reveal {
	opacity: 1;
	transform: none;
}

/* ========================================
   Responsive
======================================== */

@media (max-width: 980px) {
	.hm-ah__swiper,
	.hm-ah__swiper .swiper-wrapper,
	.hm-ah__slide,
	.hm-ah__wrap {
		min-height: auto;
	}

	.hm-ah__slide {
		display: block;
	}

	.hm-ah__bg {
		position: relative;
		display: block;
	}

	.hm-ah__bg-left {
		display: none;
	}

	.hm-ah__bg-right {
		min-height: 320px;
		align-items: center;
		justify-content: center;
	}

	.hm-ah__illustration {
		max-height: 320px;
		object-position: center;
	}

	.hm-ah__wrap {
		display: block;
		box-sizing: border-box;
		padding: clamp(2.5rem, 7vw, 4rem) clamp(1.5rem, 5vw, 2rem);
	}

	.hm-ah__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.hm-ah__media {
		display: none;
	}

	.hm-ah__panel {
		width: 100%;
	}
}

/* ========================================
   Reduced Motion
======================================== */

@media (prefers-reduced-motion: reduce) {

	.hm-ah__headline,
	.hm-ah__subhead,
	.hm-ah__actions,
	.hm-ah__illustration {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.hm-ah__illustration {
		filter: none;
	}
}
.hm-ah__illustration {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center right;
}
.hm-ah__wrap,
.hm-ah__inner {
	height: 100%;
	min-height: var(--hm-ah-min-height, 605px);
}
.hm-ah__bg-right {
	position: relative;
}

.hm-ah__slide-logo {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 5vw, 5rem);
	pointer-events: none;
}

.hm-ah__slide-logo-img {
	display: block;
		width: var(--hm-logo-width, 240px);
		height: auto;
		max-width: 100%;
	object-fit: contain;
}

.hm-ah__slide .hm-ah__slide-logo {
	opacity: 0;
	transform: translateY(18px) scale(0.98);
	transition:
		opacity 700ms ease,
		transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hm-ah__slide.swiper-slide-active .hm-ah__slide-logo {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition-delay: 260ms;
}
@media (max-width: 980px) {
	
.hm-ah__slide-logo-img {
	display: block;
	width: 160px;}}