.main-footer.footer-hitz360 {
	background: #000;
	color: #fff;
}

.footer-hitz360 .hitz360-footer-inner {
	padding-top: 30px;
	padding-bottom: 24px;
}

.footer-hitz360 .hitz360-footer-main,
.footer-hitz360 .hitz360-footer-bottom,
.footer-hitz360 .hitz360-footer-nav,
.footer-hitz360 .hitz360-footer-ctas,
.footer-hitz360 .hitz360-footer-social {
	display: flex;
	align-items: center;
}

.footer-hitz360 .hitz360-footer-main {
	justify-content: space-between;
	gap: 22px;
	flex-wrap: wrap;
}

.footer-hitz360 .hitz360-footer-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.footer-hitz360 .hitz360-footer-logo img {
	display: block;
	width: auto;
	max-width: 155px;
	max-height: 54px;
	height: auto;
}

.footer-hitz360 .hitz360-footer-nav {
	gap: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-hitz360 .hitz360-footer-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.footer-hitz360 .hitz360-footer-nav a + a:before {
	position: absolute;
	left: 0;
	width: 1px;
	height: 14px;
	background: var(--c-main, #dc143c);
	content: "";
}

.footer-hitz360 .hitz360-footer-ctas {
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-hitz360 .hitz360-footer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, .78);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.footer-hitz360 .hitz360-footer-social {
	gap: 12px;
	justify-content: center;
}

.footer-hitz360 .hitz360-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.footer-hitz360 a:hover,
.footer-hitz360 a:focus {
	color: var(--c-main, #dc143c);
}

.footer-hitz360 a:focus-visible {
	outline: 2px solid var(--c-main, #dc143c);
	outline-offset: 3px;
}

.footer-hitz360 .hitz360-footer-button:hover,
.footer-hitz360 .hitz360-footer-button:focus {
	border-color: var(--c-main, #dc143c);
}

.footer-hitz360 .hitz360-footer-divider {
	margin: 24px 0 16px;
	border-top: 1px solid rgba(255, 255, 255, .38);
}

.footer-hitz360 .hitz360-footer-bottom {
	justify-content: space-between;
	gap: 20px;
}

.footer-hitz360 .hitz360-footer-nav--legal a:first-child,
.footer-hitz360 .hitz360-footer-nav--info a:first-child {
	padding-left: 0;
}

.footer-hitz360 .hitz360-footer-nav--legal a:last-child,
.footer-hitz360 .hitz360-footer-nav--info a:last-child {
	padding-right: 0;
}

@media (max-width: 1024px) {
	.footer-hitz360 .hitz360-footer-main {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.footer-hitz360 .hitz360-footer-inner {
		padding-top: 28px;
		padding-bottom: 22px;
	}

	.footer-hitz360 .hitz360-footer-main,
	.footer-hitz360 .hitz360-footer-bottom {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.footer-hitz360 .hitz360-footer-main {
		gap: 15px;
	}

	.footer-hitz360 .hitz360-footer-logo img {
		max-width: 140px;
		max-height: 48px;
	}

	.footer-hitz360 .hitz360-footer-nav a {
		min-height: 32px;
		padding: 0 10px;
		font-size: 12px;
	}

	.footer-hitz360 .hitz360-footer-ctas {
		flex-direction: column;
		width: min(100%, 230px);
		gap: 9px;
	}

	.footer-hitz360 .hitz360-footer-button {
		width: 100%;
		min-height: 44px;
	}

	.footer-hitz360 .hitz360-footer-social {
		gap: 18px;
	}

	.footer-hitz360 .hitz360-footer-social a {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.footer-hitz360 .hitz360-footer-divider {
		margin: 22px 0 15px;
	}

	.footer-hitz360 .hitz360-footer-bottom {
		gap: 8px;
	}

	.footer-hitz360 .hitz360-footer-nav--legal a:first-child,
	.footer-hitz360 .hitz360-footer-nav--info a:first-child {
		padding-left: 10px;
	}

	.footer-hitz360 .hitz360-footer-nav--legal a:last-child,
	.footer-hitz360 .hitz360-footer-nav--info a:last-child {
		padding-right: 10px;
	}
}

@media (max-width: 340px) {
	.footer-hitz360 .hitz360-footer-nav a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 11px;
	}
}
