@charset "utf-8";

.logoSharp {
	max-width: 164px
}

@media (width <= 736px) {
	.logoSharp {
		max-width: 96px;
	}
}
