footer {
	width: 100%;
	background-color: black;
	position: relative;
	margin-top: 252px;
}
footer svg.wave {
	position: absolute;
	top: -300px;
	height: 550px;
	width: 100%;
}
section.footer {
	display: flex;
	gap: 20px;
	padding: 12px;
	color: var(--color-n10);
	position: relative;
}
h6.tfoot {
	font-size: var(--size-lg);
	text-align: center;
}
section.footer .intro {
	text-align: center;
	width: 264px;
	color: var(--color-n10);
}
.footer .menu {
	width: 264px;
}
.footer .menu .content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 20px;
}
.footer .menu .content a {
	font-size: var(--size-md);
	font-weight: 600;
	color: var(--color-n10);
	text-align: center;
}
.footer .permitions .content {
	align-items: center;
}
.footer .menu .content figure {
	width: 80px;
	height: 87px;
	overflow: hidden;
}
.footer .menu .content figure img {
	max-width: 100%;
	object-fit: cover;
}
.copyright {
	height: 50px;
}
