.panel-footer {
	--surface-foreground: url('https://assets.simpleviewinc.com/simpleview/image/upload/c_fill,f_webp,w_1440,h_280/v1/clients/lascrucesnm/footer_bg_24a08a59-c058-47e8-9ee9-edde73948e9d.png');
	--surface-background: transparent;
	--text: var(--white);

	color: var(--text);
	background: var(--surface-foreground);
}

.panel-footer .attributions {
	background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-fullscreen);
	text-align: left;
}

.panel-footer .social-media .fa-facebook:before {
	content: "\f39e";
}

.panel-footer .social-links a {
	color: inherit;
	background: var(--orange);
	height: 35px;
	border-radius: var(--rounded-circle);
	width: 35px;
	display: flex;
	justify-content: center;
	font-size: var(--text-lg);
	align-items: center;
}

.panel-footer .social-media .social-title {
	color: var(--white);
	font-family: var(--font-body);
	font-weight: 600;
	font-size: var(--text-sm);
	margin-bottom: var(--space-2);
}

.panel-footer .social-links {
	gap: var(--space-2);
}

.panel-footer .social-links .social-network {
	padding: 0;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: var(--space-6);
	padding-top: var(--space-6);
	padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 4fr 1fr;
		text-align: left;
		padding: var(--space-6) var(--space-10) 35px;
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: grid;
	grid-auto-rows: min-content;
	gap: var(--space-4);
	justify-items: start;
}

.panel-footer .client-details a {
	color: var(--white);
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		grid-row: 1 / span 2;
	}   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 167px;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .client-details p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
	color: var(--white);
	margin-bottom: var(--space-1);
	font-weight: 100;
}

.panel-footer .social-media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.panel-footer .logo-footer img {
	margin-left: -7px;
}

@media (min-width: 64em) {
	.panel-footer .social-media {
		grid-column: 3;
		justify-self: end;
	}

	.contentRender_name_plugins_common_logo_footer, .panel-footer .logo-footer a {
		width: 236px;
	}

	.panel-footer .client-details p {
		font-size: var(--text-base);
	}

	.panel-footer address {
		display: flex;
		gap: var(--space-1);
	}

	.panel-footer .social-media .social-title {
		font-size: var(--text-base);
		align-self: end;
	}

	.panel-footer .social-links {
		gap: var(--space-2-10);
	}

	.panel-footer .social-links a {
		height: 43px;
		width: 43px;
		font-size: var(--text-xl-1);
	}
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 22px;
	padding-top: var(--space-2);
	padding-bottom: var(--space-8);
}

@media (min-width: 40em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}   
}

.panel-footer .attribution-content-container p {
	font-size: .6875rem;
	line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
	display: block;
	width: 130px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

@media (min-width: 64em) {
	.panel-footer .attribution-content-container {
		padding: 0 var(--space-10) var(--space-6);
	}   
}