.panel-footer {
	--surface-foreground: var(--primary-color-700);
	--surface-background: var(--cypress);
	--text: var(--cream);
	position: relative;
	color: var(--text);
	background-color: var(--surface-foreground);
}

.panel-footer::before {
	content: "";
	width: calc(100% - 1px);
	max-width: 700px;
	height: 37px;
	position: absolute;
	top: -22px;
	transform: rotate(-2deg);
	left: 0;
	pointer-events: none;
	background-image: url(footer_texture_a9070b9a-a14d-4f26-9919-bc21ec231ff8.png);
	background-size: cover;
}

.panel-footer::after {
	content: "";
    background-image: url(rose_0d20a671-fcb9-430d-914e-acfc53302289.png); 
	background-size: cover;
    aspect-ratio: 329 / 332;
    width: 192px;
    height: auto;
    position: absolute;
    bottom: 75px;
    right: 0;
    pointer-events: none;
}

@media (min-width: 40em) {
	.panel-footer::before {
		top: -30px;
		transform: rotate(0);
	}
}

@media (min-width: 64em) {
	.panel-footer.no-cta {
		margin-top: 75px;
	}
	.panel-footer::after {
		width: 334px;
		top: -85px;
	}
}

.cta-container {
	margin-bottom: var(--space-5);
}

.cta-container > div:not(:first-child) {
	position: relative;
}

.cta-container > div:not(:first-child)::before {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% 0;
	display: block;
	width: calc(100% - 50px);
	height: 1px;
	background-color: #302822;
}

@media (min-width: 64em) {
	.cta-container {
		display: flex;
		margin: 0 auto var(--space-12);
		max-width: 1345px;
		padding-right: 125px;
		padding-left: 22px;
	}

	.cta-container > div {
		flex: 1 1 0;
		display: flex;
		place-items: center;
	}

	.cta-container > div:not(:first-child)::before {
		left: -40px;
		top: 50%;
		translate: 0 -50%;
		width: 1px;
		height: calc(100% - 19px);
	}
}

.panel-footer .attributions {
	background-color: var(--surface-background);
}

/* themes */
.panel-footer.sports .attributions {
	background-color: var(--river);
}

.panel-footer.meetings .attributions {
	background-color: var(--dusk);
}

.panel-footer.boom_or_bust_byway .attributions {
	background-color: var(--mardi-green);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 25px;
	max-width: var(--width-base);

}

.panel-footer .footer-content-container {
	position: relative;
	display: grid;
	gap: var(--space-6);
	padding-top: var(--space-12);
	padding-bottom: var(--space-8);
	max-width: 1300px;
}

@media (min-width: 40em) {
	.panel-footer .footer-content-container {
		padding: var(--space-12) calc(35px + (200 - 35) * ((100vw - 640px) / (1023 - 640))) var(--space-8);
	}
}
@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 0.3fr 1fr 280px;
		text-align: left;
		padding: 68px 45px var(--space-8) 25px;
		max-width: 1360px;
		gap: var(--space-5);
	}

	.panel-footer::before {
		width: 721px;
		height: 37px;
		top: -30px;
	}
}
@media (min-width: 1200px) {
	.panel-footer .footer-content-container {
		grid-template-columns: 0.585fr 1fr 312px;
	}
}


.panel-footer .footer-left {
	text-align: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: inline-block;
	width: 225px;
}

@media (min-width: 64em) {
	.panel-footer .footer-left {
		margin-top: var(--space-4);
	}
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 286px;
	}
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .footer-center {
	display: grid;
	grid-template-columns: 1fr 150px;
	column-gap: var(--space-3);
	margin-bottom: var(--space-2);
}

@media (min-width: 500px) {
	.panel-footer .footer-center {
		grid-template-columns: 0.6fr 1fr;
	}
}
@media (min-width: 40em) {
	.panel-footer .footer-center {
		grid-template-columns: 1fr 1fr;
	}
}

.panel-footer .footer-center .social-media {
	grid-column: 1 / span 2;
	text-align: center;
	margin-bottom: var(--space-8);
}
.panel-footer .footer-center .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}
.panel-footer .footer-center p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
	color: var(--cream);
	margin-bottom: var(--space-5);
}

.panel-footer .footer-center p:last-of-type {
	margin-bottom: unset;
}

.panel-footer .footer-center p i {
	font-size: var(--text-base);
	margin-right: var(--space-1);
	margin-bottom: var(--space-2);
}

.panel-footer .footer-center p a {
	color: inherit;
	text-decoration: none;
}

.panel-footer .footer-center .social-title {
	font-family: var(--nickson-7);
	font-size: var(--text-32);
	margin-bottom: var(--space-2);
}

.panel-footer .footer-center .social-title span{
	font-family: var(--nickson-1);
	font-size: var(--text-3xl);
}

@media (min-width: 64em) {
	.panel-footer .footer-center {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.panel-footer .footer-center .social-media {
		grid-column: unset;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 17px;
		margin-bottom: unset;
	}

	.panel-footer .social-links .social-network {
		border-radius: var(--rounded-full);
	}

	.panel-footer .footer-center p {
		font-size: var(--text-17);
		margin-bottom: var(--space-8);
	}

	@media (hover: hover) {
		.panel-footer .social-links .social-network:hover {
			background: var(--light-blue);
		}

		.panel-footer .social-links .social-network:hover a {
			background-image: none;
		}
	}
}


.panel-footer .footer-right {
	display: grid;
	gap: var(--space-6);
}
.panel-footer .footer-right .dma-logo{
	width: 82.26px;
}
.panel-footer .footer-right .ta-logo{
	width: 90px;
	margin-left: var(--space-1);
}
@media (min-width: 64em) {
	.panel-footer .footer-right {
		grid-template-columns: auto auto;
		place-self: end;
		align-items: center;
		justify-items: right;
		gap: 78px;
		margin-bottom: var(--space-5);
	}
	.panel-footer .footer-right > a:first-child {
		order: 2;
	}
	.panel-footer .footer-right .ta-logo{
		width: 144px;
		margin-left: unset;
	}
	.panel-footer .footer-right .dma-logo{
		width: 84px;
	}
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--space-3);
	padding-top: var(--space-6);
	padding-bottom: var(--space-5);
	max-width: 280px;
}

.panel-footer .attribution-content-container p {
	font-size: var(--text-xs);
	text-align: center;
	line-height: normal;
}
@media (min-width: 64em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-top: var(--space-3);
		padding-bottom: var(--space-3);
		max-width: 1320px;
	}   

	.panel-footer .attribution-content-container p {
		font-size: var(--text-base);
	}
}

.panel-footer .made-by-sv {
	display: block;
	width: 180px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 64em) {
	.panel-footer .made-by-sv {
		width: 184px;
	}
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}