body:not(.post-type-archive-tribe_events) .flex-content[index="1"].main-banner {
	padding: 100px 0 0 0;
}

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

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

.flex-content.main-banner .align-center :is(.main-title, .text) {
	margin-left: auto;
	margin-right: auto;
}

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

.flex-content.main-banner > .gradient-bg {
	background: var(--theme-gradient-bg);
	padding-top: 50px;
	padding-bottom: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.flex-content.main-banner .split-hero {
	aspect-ratio: 16 / 7;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.flex-content.main-banner .split-hero .layer {
	height: 100%;
	overflow: hidden;
	position: absolute;
	min-width: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: clip-path 0.5s ease;
}

.flex-content.main-banner .split-hero .hover {
	position: absolute;
	top: 0;
	z-index: 2;
}

.flex-content.main-banner .split-hero .hover-left {
	left: 0;
	height: 100%;
	width: 50%;
}

.flex-content.main-banner .split-hero .hover-right {
	right: 0;
	height: 100%;
	width: 50%;
}

.flex-content.main-banner .split-hero .media {
	object-fit: cover;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.split-hero .layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: clip-path, transform, opacity;
}

.split-hero .nametag {
	align-items: center;
	/* border-radius: 100px; */
	background: rgba(255, 255, 255, 0.90);
	color: var(--Text);
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 6px 16px;
	position: absolute;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	top: 32px;
	z-index: 10;
}

.split-hero .side-left .nametag {
	left: 33px;
}

.split-hero .side-right .nametag {
	right: 33px;
}

.split-hero .media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.media-layer {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.media-layer img,
.media-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.flex-content.main-banner .main-title {
	color: var(--theme-h1-color);
	font-weight: 300;
	margin: 0 0 20px;
	max-width: unset;
}

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

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

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

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

.hero-bullets {
  bottom: -80px;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}

.hero-bullets .bullet {
  background: transparent;
  border-radius: 50%;
	border: none;
	padding: 17px;
}

.hero-bullets .bullet .circle {
  border-radius: 50%;
  border: 2px solid var(--theme-eyebrow-color);
  cursor: pointer;
  height: 16px;
  width: 16px;
	transition: background 0.3s ease;
}

.hero-bullets .bullet.active .circle {
  background: var(--theme-eyebrow-color);
}

@media only screen and (max-width: 1499px) {
	.flex-content.main-banner > .gradient-bg {
		position: relative;
	}
}

@media (min-width: 992px) {
  .hover-left,
  .hover-right {
    pointer-events: none;
  }
}

@media only screen and (max-width: 991px) {
	body.home .flex-content[index="1"].main-banner {
		padding-top: 180px !important;
	}

	.flex-content.main-banner .split-hero {
		aspect-ratio: 16 / 12;
	}

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

	.flex-content.main-banner > .gradient-bg {
		padding-bottom: 10px;
	}

	.flex-content.main-banner .content {
		width: 100%;
		max-width: unset;
	}

	.flex-content.main-banner .split-hero {
		overflow: visible;
		margin-bottom: 90px;
	}

  .hero-bullets {
    display: flex;
  }

  .hover-left,
  .hover-right {
    display: block;
    pointer-events: auto;
    z-index: 3;
  }

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