/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 735px) {
	.section-welcome .marquee-detail {
		padding: 0;
		margin-bottom: 13px;
	}
	.section-so-much-to-love .stats-container .stat-content {
		max-width: 178px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-safety .typography-headline-standalone {
		font-size: 78px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-so-much-to-love .stats-container .stat-value {
		font-size: 47px;
	}
	.section-fitness .hero-media-container {
		--magic-offset: -475px;
	}
	.section-welcome {
		--welcome-min-height: 875px;
	}
	.section-so-much-to-love .stats-container .stat-caption {
		min-width: 215px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-safety .typography-headline-standalone {
		font-size: 66px;
	}
	.section-fitness .hero-media-container {
		--magic-offset: -365px;
	}
}

@media only screen and (max-width: 734px) {
	.section-fitness .hero-media-container {
		--magic-offset: -227px;
	}
}

@media only screen and (max-width: 400px) {
	.section-welcome .header-headline {
		font-size: 26px;
	}
	.section-so-much-to-love .stats-container .stat-value {
		font-size: 26px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
