.banner {
	width: 100%;
	background: var(--color-blue-dark);
	color: var(--color-white);
	padding-top: calc(var(--py-section) + 30px);
	padding-bottom: calc(var(--py-section) + 30px);
	text-align: center;
	position: relative;
	overflow: clip;
}

.page-id-10 .banner {
	padding-bottom: 30px;
}

.banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(4, 16, 87, 0) 0%, rgba(4, 16, 87, 0.3) 40%, rgba(4, 16, 87, 1) 100%);
}

.banner h1 {
	line-height: 1;
}

.banner .subheading {
	margin-bottom: 20px;
}

.banner-inner {
	z-index: 1;
	font-weight: 500;
	position: relative;
}

.banner-bg video,
.banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.banner-bg,
.banner-image {
	position: absolute;
	top: 0;
	width: 1440px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.banner-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-image img {
	width: auto;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: bottom center;
}

.banner-event {
	padding: var(--py-section) 0;
	margin-top: 76px;
}

.banner-event-content h1 {
	margin-bottom: 0;
	color: var(--color-white);
	font-weight: 500;
}

.banner-event-content {
	position: relative;
	z-index: 2;
}

.banner-event-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media screen and (min-width: 768px) {
	.banner-inner {
		font-size: 18px;
		margin-right: auto;
		margin-left: auto;
	}

	.home .banner-inner {
		max-width: 600px;
	}
}

@media screen and (min-width: 1025px) {
	.banner h1 {
		margin-bottom: 34px;
	}

	.home .banner h1 {
		font-size: 90px;
		line-height: 1;
	}

	.banner-bg,
	.banner-image {
		top: -10%;
		width: 2700px;
		height: 110%;
	}

	.banner-image {
		margin-top: 0;
	}
}
