.acu-banner {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #1a1a1a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.acu-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
}

.acu-banner-inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 90px 20px;
	text-align: center;
	color: #fff;
}

.acu-banner-title {
	margin: 0 0 20px;
	font-size: 64px;
	font-weight: 200;
	letter-spacing: 0.04em;
	color: #fff;
}

.acu-banner-subtitle {
	margin: 0 auto;
	max-width: 640px;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.acu-banner-divider {
	width: 260px;
	margin: 40px auto;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.acu-banner-cta-heading {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.acu-banner-cta-text {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.acu-banner-cta-text a {
	color: #6ec6ff;
	font-weight: 700;
	text-decoration: underline;
}

.acu-banner-cta-text a:hover {
	color: #9adcff;
}

@media (max-width: 600px) {
	.acu-banner-title {
		font-size: 40px;
	}

	.acu-banner-inner {
		padding: 60px 20px;
	}
}
