.faterise-footer,
body {
	margin-bottom: 0 !important;
}

.faterise-footer {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #a0a0a0;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.faterise-footer__desktop-tablet {
	width: 83%;
	margin-inline: auto;
	padding-block: 50px;
}

.faterise-footer__mobile {
	display: none;
}

.faterise-footer__upper {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1fr 1fr;
	height: 125px;
	padding: 0;
	border-bottom: 1px solid #707070;
	margin-bottom: 50px;
}

.faterise-footer__brand {
	display: block;
	width: fit-content;
	color: inherit;
	line-height: 0;
	text-decoration: none;
}

.faterise-footer__upper .faterise-footer__brand {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: start;
}

.faterise-footer__logo {
	display: block;
	width: 124px;
	height: 124px;
	object-fit: contain;
}

.faterise-footer__line {
	display: inline-flex;
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	justify-self: end;
	width: 60px;
	height: 60px;
	color: #fff !important;
	line-height: 0;
	transition: transform 0.2s ease;
}

.faterise-footer__line svg {
	display: block;
	width: 100%;
	height: 100%;
}

.faterise-footer__line:hover {
	color: #fff !important;
	transform: scale(0.92);
}

.faterise-footer__privacy {
	grid-column: 2;
	grid-row: 2;
	align-self: end;
	justify-self: end;
	padding-bottom: 27px;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1rem;
	line-height: 1.7 !important;
	text-decoration: none;
}

.faterise-footer__lower {
	display: grid;
	grid-template-columns: 45% 40%;
	justify-content: space-between;
	min-height: 165px;
}

.faterise-footer__copyright {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1rem;
	line-height: 1.7 !important;
}

.faterise-footer__navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.faterise-footer__link-column {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.faterise-footer__link-column a {
	display: inline-block;
	min-height: 27px;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1rem;
	line-height: 1.5 !important;
	text-decoration: none;
}

.faterise-footer__privacy:hover,
.faterise-footer__privacy:focus-visible,
.faterise-footer__link-column a:hover,
.faterise-footer__link-column a:focus-visible {
	color: #c9a941 !important;
}

.faterise-footer__brand:focus-visible,
.faterise-footer__line:focus-visible,
.faterise-footer__privacy:focus-visible,
.faterise-footer__link-column a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

@media (max-width: 1024px) and (min-width: 641px) {
	.faterise-footer__upper {
		grid-template-rows: 60px 60px 53px;
		height: 173px;
	}

	.faterise-footer__upper .faterise-footer__brand {
		grid-row: 1 / 3;
	}

	.faterise-footer__logo {
		width: 120px;
		height: 120px;
	}

	.faterise-footer__privacy {
		grid-column: 1 / 3;
		grid-row: 3;
		padding-bottom: 24px;
	}

	.faterise-footer__lower {
		display: flex;
		min-height: 243px;
		flex-direction: column;
	}

	.faterise-footer__navigation {
		width: 60%;
		min-height: 186px;
		order: 1;
		margin-inline: auto;
	}

	.faterise-footer__copyright {
		order: 2;
		margin-top: 30px;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.faterise-footer__desktop-tablet {
		display: none;
	}

	.faterise-footer__mobile {
		display: flex;
		min-height: 791px;
		flex-direction: column;
		align-items: center;
		padding: 50px 20px;
	}

	.faterise-footer__logo {
		width: 140px;
		height: 140px;
	}

	.faterise-footer__navigation {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 140px));
		justify-content: center;
		column-gap: clamp(18px, 9.2vw, 36px);
		margin-top: 45px;
	}

	.faterise-footer__link-column {
		gap: 29px;
	}

	.faterise-footer__link-column a {
		min-height: 24px;
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.faterise-footer__privacy {
		align-self: stretch;
		padding: 0;
		margin-top: 40px;
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

	.faterise-footer__line {
		display: inline-flex;
		width: 40px;
		height: 40px;
		align-self: center;
		margin-top: 98px;
	}

	.faterise-footer__copyright {
		max-width: 340px;
		margin-top: 34px;
		font-size: 16px !important;
		line-height: 1.7 !important;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.faterise-footer__line {
		transition-duration: 0.01ms;
	}
}
