.full-width-tout {
	display: flex;
}

.full-width-tout__text {
	position: absolute;
	display: flex;
	padding: 1.5rem;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.full-width-tout__text {
		padding: 2.5rem;
	}
}

.full-width-tout__text {
	max-width: 540px;
}

@media (min-width: 768px) {
	.full-width-tout-alignment--center {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.full-width-tout-alignment--left {
		align-items: center;
	}

	.full-width-tout-alignment--right {
		justify-content: flex-end;
		align-items: center;
		text-align: right;
	}

	.full-width-tout-alignment--center-top {
		justify-content: center;
		text-align: center;
	}

	.full-width-tout-alignment--right-top {
		justify-content: flex-end;
		text-align: right;
	}
}

.full-width-tout__heading {
	--tw-text-opacity: 1;

	margin-bottom: 0.5rem;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.5rem;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
	.full-width-tout__heading {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.full-width-tout__caption {
	--tw-text-opacity: 1;

	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.25rem;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.full-width-tout__ctas {
	display: flex;
	margin-top: 1.5rem;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	gap: 1rem;
}

@media (min-width: 768px) {
	.full-width-tout__ctas-alignment--center {
		justify-content: center;
	}

	.full-width-tout__ctas-alignment--right {
		justify-content: flex-end;
	}

	.full-width-tout__ctas-alignment--center-top {
		justify-content: center;
	}

	.full-width-tout__ctas-alignment--right-top {
		justify-content: flex-end;
	}
}

.full-width-tout__cta {
	display: flex;
	padding: 16px;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 0.25rem;
	flex-direction: column;
	gap: 0.5rem;
}

.full-width-tout__cta--solid {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;

	background-color: rgb(5 1 17 / var(--tw-bg-opacity, 1));
	font-family: Mulish, Helvetica, Arial, sans-serif;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.full-width-tout__cta--outline {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;

	border-width: 1px;
	border-color: rgb(5 1 17 / var(--tw-border-opacity, 1));
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	font-family: Mulish, Helvetica, Arial, sans-serif;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.full-width-tout__image {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	border-radius: 0.25rem;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.full-width-tout__image {
		max-height: 504px;
	}
}

.full-width-tout__image {
	aspect-ratio: 329/448;
}

.full-width-tout__image--empty {
	--tw-bg-opacity: 1;

	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.full-width-tout__image img,
.full-width-tout__image picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: cover;
}

.full-width-tout__heading--dark {
	--tw-text-opacity: 1;

	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.full-width-tout__heading--light {
	--tw-text-opacity: 1;

	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.full-width-tout__caption--dark {
	--tw-text-opacity: 1;

	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.full-width-tout__caption--light {
	--tw-text-opacity: 1;

	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
	.full-width-tout-mobile-alignment--center {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.full-width-tout-mobile-alignment--left {
		align-items: center;
	}

	.full-width-tout-mobile-alignment--right {
		justify-content: flex-end;
		align-items: center;
		text-align: right;
	}

	.full-width-tout-mobile-alignment--center-top {
		justify-content: center;
		text-align: center;
	}

	.full-width-tout-mobile-alignment--right-top {
		justify-content: flex-end;
		text-align: right;
	}

	.full-width-mobile-tout__ctas-alignment--center {
		justify-content: center;
	}

	.full-width-mobile-tout__ctas-alignment--right {
		justify-content: flex-end;
	}

	.full-width-mobile-tout__ctas-alignment--center-top {
		justify-content: center;
	}

	.full-width-mobile-tout__ctas-alignment--right-top {
		justify-content: flex-end;
	}
}
