@media (max-width: 768px) {
	.navigation-mobile {
		display: flex !important;
		height: 70px;
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: white;
		align-items: center;
		justify-content: center;
		box-shadow: 0rem 0rem 0.5rem 0.3rem rgba(0,0,0,0.1) !important
	}
	.navigation-mobile a {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.navigation-mobile a.active svg {
		color: #284FDA !important;
	}
	.navigation-mobile a.active span {
		color: #284FDA !important;
	}
	.navigation-mobile a svg {
		width: 16px;
		height: 24px;
		color: #212529;
	}
	.navigation-mobile a span {
		color: #212529;
		font-size: 0.9rem;
	}
}