#ThemeFooter {
	--tw-bg-opacity: 1;

	position: relative;
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}

#ThemeFooter > .container {
	display: flex;
	flex-direction: column;
}

#ThemeFooter,
#ThemeFooter * {
	--tw-text-opacity: 1;

	font-family: Mulish, Helvetica, Arial, sans-serif;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

footer #ThemeFooter-Grid {
	display: grid;
	align-items: center;
	column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	row-gap: 1.5rem;
}

@media (min-width: 1024px) {
	footer #ThemeFooter-Grid {
		row-gap: 5rem;
	}
}

footer #ThemeFooter-Grid h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

footer #ThemeFooter-Grid h2,
footer #ThemeFooter-Grid p {
	--tw-text-opacity: 1;

	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

footer .footer-row {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	row-gap: 0.5rem;
}

@media (min-width: 1024px) {
	footer .footer-row {
		align-items: center;
	}
}
