footer {
	padding: 64px 0 32px 0!important;
	background-color: rgba(var(--grey-one-rgb), 0.1)!important;
	border-top: 1px solid rgba(var(--grey-one-rgb), 0.2)!important;
}

.c004_footer_div {
	margin: 0;
	gap: 48px;
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.c004_footer_div_flex {
	gap: 48px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.c004_footer_logo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border: none;
	outline: none;
	max-width: 150px;
	fill: var(--white);
	stroke: transparent;
	box-sizing: content-box;
}

.c004_footer_content_1 {
	gap: 12px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.c004_footer_content_2 {
	gap: 4px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
	.c004_footer_div_flex {
		flex-direction: column;
		justify-content: flex-start;
	}
}