.flex-content.main-banner {
	background: linear-gradient(167deg, #011B24 7.53%, #000 80.17%);
	padding: 152px 0 162px;
}

.flex-content.main-banner .center-content {
    text-align: center;
}

.flex-content.main-banner .center-content .btn-container {
    justify-content: center;
}

.flex-content.main-banner .center-content .content {
    margin: 0 auto 33px auto;
    max-width: 884px;
}

body .flex-content.main-banner.gradient-bg {
	background: linear-gradient(167deg, #011B24 7.53%, #000 80.17%);
}

.flex-content.main-banner .text * {
	color: var(--white);
}

.flex-content.main-banner .content {
	max-width: calc(579px + 120px);
	padding-right: 60px;
}

.flex-content.main-banner .no-image .content {
	padding-right: 0px;
}

.flex-content.main-banner .content * {
	position: relative;
}

.flex-content.main-banner.dark .content,
.flex-content.main-banner.light .content {
	padding: 0 60px;
	position: relative;
}

.flex-content.main-banner.dark .content:before,
.flex-content.main-banner.light .content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: calc(100% + 255px);
	height: calc(100% + 120px);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.70);
}

.flex-content.main-banner.dark .no-image .content:before,
.flex-content.main-banner.light .no-image .content:before {
	width: 100%;
}

.flex-content.main-banner.dark .content:before {
	background-color: rgba(0, 0, 0, 0.70);
}

.flex-content.main-banner .main-img {
	display: block;
	position: relative;
	overflow: hidden;
}

.flex-content.main-banner .main-img.scale-to-content {
	height: calc(100% - 20px);
}

.flex-content.main-banner .main-img.rounded-corners {
	border-radius: 10px;
}

.flex-content.main-banner .main-img.drop-shadow {
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.17);
}

.flex-content.main-banner .main-img img {
	width: auto;
}

.flex-content.main-banner .main-img.scale-to-content img {
	height: 100%;
	object-fit: cover;
}

.flex-content.main-banner .eyebrow {
	color: var(--Text);
	margin: 0 0 8px;
}

.flex-content.main-banner .main-title {
	color: var(--Text);
	margin: 0 0 56px;
}

.flex-content.main-banner .text {
	padding: 0 0 17px;
}

.flex-content.main-banner .text > *:last-child {
	margin-bottom: 0;
}

.flex-content.main-banner.dark .eyebrow {
	color: var(--Taupe);
}

.flex-content.main-banner.dark .main-title {
	color: var(--White);
}

.flex-content.main-banner.dark .text {
	color: var(--Taupe);
}

.flex-content.main-banner .buttons {
	margin: 0 -12px;
}

.flex-content.main-banner .buttons a {
	margin: 15px 12px 0;
}

.flex-content.main-banner.dark .content > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.flex-content.main-banner .img-vid-container {
	position: relative;
	z-index: 2;
}

.flex-content.main-banner .btn-container {
	display: flex ;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.img-vid-container .splash {
	bottom: -50px;
	left: -100px;
	position: absolute;
	z-index: -1;
}

.flex-content.main-banner .events {
	display: flex;
	flex-direction: column;
	gap: 13px;
	position: absolute;
	top: 15px;
	right: 0;
}

.flex-content.main-banner .events .event {
	aspect-ratio: 1;
	align-items: flex-start;
	align-self: stretch;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(137deg, #A32F3B 0%, #830C0C 80.03%);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative;
	gap: 9px;
	text-align: left;
	text-decoration: none;
	max-width: 200px;
	z-index: 1;
}

.flex-content.main-banner .events .event .gradient {
	background: linear-gradient(137deg, #A32F3B 0%, #830C0C 80.03%);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out;
	z-index: -1;
	transition: opacity 0.2s ease-out;
}

.flex-content.main-banner .events .p-lg-bold {
	font-size: 20px;
}

.flex-content.main-banner .events .event:hover .gradient {
	opacity: 0;
}

.flex-content.main-banner .hero-btns {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	justify-content: space-between;
}

.hero-btns .hero-btn {
	align-items: center;
	background: linear-gradient(137deg, #A32F3B 0%, #830C0C 80.03%), #1E1E1E;
	color: var(--white);
	display: flex;
	flex: 0 1 32%;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	min-width: 30%;
	padding: 40px 48px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.hero-btns .hero-btn p {
	margin-bottom: 0px;
}

.hero-btns .hero-btn .bg,
.hero-btns .hero-btn .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.hero-btns .hero-btn .bg {
	z-index: -2;
}

.hero-btns .hero-btn .overlay {
	background: #1E1E1E;
	transition: all 0.2s ease-out;
	z-index: -1;
	transition: opacity 0.2s ease-out;
}

.hero-btns .hero-btn:hover .overlay {
	opacity: 0;
}

.hero-btn-container {
	margin-top: 93px;
}

.hero-btn-container .button-header {
	color: var(--white);
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 44px */
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.flex-content.main-banner {
		padding: 30px 0 !important;
	}

	.flex-content.main-banner .content {
		width: 100%;
		padding: 0;
	}

	.flex-content.main-banner.dark .content,
	.flex-content.main-banner.light .content {
		padding: 30px;
		width: 100%;
		max-width: unset;
	}

	.flex-content.main-banner.dark .content:before,
	.flex-content.main-banner.light .content:before {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: none;
	}

	.flex-content.main-banner .main-img {
		left: 0;
		top: 0;
		width: auto !important;
		height: auto !important;
		margin: 30px 0 0;
	}

	.flex-content.main-banner .hero-btns .hero-btn {
		width: 100%;
	}

}

@media only screen and (max-width: 769px) {
	.flex-content.main-banner .events {
		position: relative;
	}

	.flex-content.main-banner .hero-btns {
		flex-wrap: wrap;
	}

	.flex-content.main-banner .events {
		flex-direction: row;
	}

	.flex-content.main-banner .events .event {
		width: 50%;
	}
}