.cta-banner__slide {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: stretch;
}

.cta-banner__media {
	width: 100%;
	min-height: 10.25rem;
	flex: 0 0 auto;
}

/* Default media styles for all banners */
.cta-banner .cta-banner__media picture,
.cta-banner .cta-banner__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-banner__content-body {
	width: 100%;
	flex-direction: column;
	gap: 2.5rem;
}

.cta-banner__details .eyebrow-small {
	margin-bottom: 1rem;
}

.cta-banner__short-description p {
	font-size: 1rem;
	line-height: 1.5;
}

.cta-banner__body {
	width: 100%;
	flex-direction: column-reverse;
}

.cta-banner--bg-black .cta-banner__slide {
	background: var(--black);
	color: var(--white);
	padding: 2.5rem;
}

.cta-banner--bg-orange .cta-banner__slide {
	background: var(--orange);
	color: var(--black);
	height: auto;
}

.cta-banner .cta-banner__dots.swiper-pagination-bullets {
	display: flex;
	justify-content: flex-start;
	z-index: 1;
	left: 2rem;
	bottom: 1.5rem;
}

.cta-banner
	.cta-banner__dots.swiper-pagination-bullets
	.swiper-pagination-bullet {
	font-size: 0;
	width: 1.25rem;
	height: 0.25rem;
	margin: 0 0.5rem 0 0;
	background: rgba(0, 0, 0, 0.4);
	border: none;
	cursor: pointer;
	border-radius: 0;
	opacity: 1;
}

.cta-banner
	.cta-banner__dots.swiper-pagination-bullets
	.swiper-pagination-bullet-active {
	background: var(--white);
}

.cta-banner__viewport {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}

.cta-banner--bg-black .cta-banner__viewport {
	padding-right: 2.75rem;
	margin-right: 2.25rem;
}

.cta-banner__viewport::after {
	position: absolute;
	content: "";
	display: none;
	mask-image: url(../../../images/svgs/cta-square.svg);
	mask-size: contain;
	mask-position: right center;
	mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.cta-banner--bg-black .cta-banner__viewport::after {
	background-color: var(--black);
	display: block;
}

.cta-banner__ctas {
	margin-top: auto;
	margin-bottom: auto;
}

.cta-banner .has-decoration__size--accent-lg {
	--base-width: 2.5rem;
	--base-height: 8.75rem;
	--decoration-scale: 1;
}

.cta-banner--media_right .has-decoration__size--accent-lg {
	z-index: 2;
}

.cta-banner--media_right .cta-banner__sub-title {
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 600;
}

.cta-banner__slides {
	height: 100%;
	width: 100%;
}

@media all and (max-width: 767px) {
	.cta-banner .container {
		padding: 0;
	}

	.cta-banner--with-media {
		background: var(--orange);
		padding: 2rem 0 2rem;
	}

	.cta-banner__slide {
		flex-direction: column-reverse;
	}

	.has-decoration__position--bottom-left {
		right: 0;
		left: auto;
		--decoration-offset-x: -20%;
		--decoration-offset-y: 80%;
	}

	.cta-banner__media {
		margin-top: 3rem;
	}

	.cta-banner--media_right .cta-banner__media {
		display: none;
	}

	.cta-banner--bg-black .container {
		padding-left: 0;
	}

	.cta-banner--slider_block .container,
	.cta-banner--media_right .container {
		padding: 0;
	}

	.cta-banner .cta-banner__slide {
		padding: 2rem 2rem 2rem;
	}

	.cta-banner--bg-black .cta-banner__content-body {
		gap: 2rem;
	}

	.cta-banner--bg-black .cta-banner__slide {
		padding: 3rem 2.5rem 3.5rem;
	}

	.cta-banner.cta-banner--slider_block .cta-banner__slide {
		padding-bottom: 4rem;
		justify-content: flex-start;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.cta-banner .container {
		padding-left: 0;
	}

	.cta-banner--bg-black .container {
		padding-left: 0;
	}
}

/* Responsive */
@media (min-width: 768px) {
	.cta-banner__viewport {
		padding-right: 1rem;
		margin-right: 1rem;
	}

	.cta-banner--bg-black .cta-banner__viewport {
		padding-right: 1rem;
		margin-right: 1.75rem;
	}

	.cta-banner__viewport::after {
		display: block;
		background-color: var(--orange);
	}

	.cta-banner__viewport--media_right {
		padding-right: 4rem;
	}

	.cta-banner .has-decoration__size--accent-lg {
		--base-width: 3.25rem;
		--base-height: 10.25rem;
	}

	.cta-banner__slide--has-decorative-elm::after {
		background: var(--white);
	}

	.cta-banner__slide {
		flex-wrap: nowrap;
		padding-right: 1rem;
	}

	.cta-banner--bg-black .cta-banner__slide {
		padding: 0 1rem 0 0;
	}

	.cta-banner__media {
		width: 11rem;
		min-height: 8.25rem;
	}

	.cta-banner__body {
		flex-direction: row;
	}

	.cta-banner__body.flex-row-reverse {
		flex-direction: row-reverse;
	}

	.cta-banner__content-body {
		padding: 3.25rem 2.5rem 2.75rem 3.5rem;
		flex-direction: row;
		gap: 2.25rem;
	}

	.cta-banner__viewport .cta-banner__content-body--without-media {
		padding: 4rem 2.5rem 3.25rem 2rem;
	}

	.cta-banner--with-media .cta-banner__content-body {
		width: calc(100% - 13.75rem);
	}

	.cta-banner--bg-orange .cta-banner__content-body {
		padding: 1.5rem 2rem 2rem 2rem;
	}

	.cta-banner--slider_block .cta-banner__details {
		align-content: flex-start;
	}

	.cta-banner .cta-banner__dots.swiper-pagination-bullets {
		left: 13.25rem;
		bottom: 1rem;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}

	.cta-banner--media_right .cta-banner__media {
		width: 13rem;
		margin-right: 1.5rem;
	}

	.cta-banner--media_right .cta-banner__media img {
		margin: -2rem 0;
		height: 32rem;
		width: auto;
		object-fit: fill;
	}

	.cta-banner--media_right .cta-banner__content-body {
		padding: 2.5rem 2rem 2.5rem 5rem;
		justify-content: center;
		flex-direction: column;
	}

	.cta-banner
		.has-decoration__position--bottom-left.has-decoration__type--curly-bracket-open {
		--decoration-offset-x: -20%;
		--decoration-offset-y: 60%;
	}

	.cta-banner
		.has-decoration__position--bottom-left.has-decoration__type--curly-bracket-close {
		--decoration-offset-x: 80%;
		--decoration-offset-y: 65%;
	}

	.cta-banner--media_right .has-decoration__size--accent-lg {
		--base-height: 9.5rem;
		--decoration-offset-x: 37%;
		--decoration-offset-y: 47%;
	}
}

@media all and (min-width: 992px) {
	.cta-banner__viewport,
	.cta-banner--bg-black .cta-banner__viewport {
		margin-right: 0;
		padding-right: 1rem;
	}

	.cta-banner .has-decoration__size--accent-lg {
		--base-width: 5.25rem;
		--base-height: 17.25rem;
	}

	.cta-banner__media {
		width: 16.75rem;
	}

	.cta-banner--with-media .cta-banner__content-body {
		width: calc(100% - 16.75rem);
	}

	.cta-banner__viewport .cta-banner__content-body {
		padding: 1.5rem 3rem 1rem;
	}

	.cta-banner__viewport .cta-banner__content-body--without-media {
		padding: 2.75rem 7.5rem 2.75rem 3.5rem;
	}

	.cta-banner--slider_block .cta-banner__details {
		padding-bottom: 2rem;
	}

	.cta-banner--media_right .cta-banner__viewport {
		padding-right: 3.5rem;
	}

	.cta-banner--media_right .cta-banner__content-body {
		padding-left: 6.5rem;
		width: 54%;
	}

	.cta-banner .cta-banner__dots.swiper-pagination-bullets {
		left: 19.75rem;
	}

	.cta-banner__viewport .container__has-decorative-elm::after {
		height: 17.75rem;
		width: 6.25rem;
		bottom: -10.75rem;
		left: -0.5rem;
	}

	.cta-banner--media_right .cta-banner__media {
		width: calc(100% - 54%);
		margin-right: 0;
	}
}

@media all and (min-width: 1280px) {
	.cta-banner--media_right .has-decoration__size--accent-lg {
		--base-height: 14rem;
		--decoration-offset-x: 65%;
		--decoration-offset-y: 70%;
	}

	.cta-banner
		.has-decoration__position--bottom-left.has-decoration__type--curly-bracket-close {
		--decoration-offset-x: 3%;
		--decoration-offset-y: 60%;
	}

	.cta-banner--media_right
		.has-decoration__position--bottom-left.has-decoration__type--curly-bracket-close {
		--decoration-offset-x: 38%;
		--decoration-offset-y: 72%;
	}
}
