.c-locations {
	scroll-margin-top: 80px;

	.c-locations__location {
		display: none;

		&.c-locations__location--active {
			display: block;
		}
	}
}
