.section-hero .typography-headline-super .mobile {
	display: none;
}

@media only screen and (max-width: 437px) {
	.section-hero .typography-headline-super .mobile {
		display: block;
	}

	.section-hero .typography-headline-super .desktop {
		display: none;
	}
}

.z-index-fix {
	position: relative;
	z-index: 10;
}
/* Start of how to buy modal style !!Remove thiis when learn more button is back */
.section.section-how-to-buy-module a.icon-wrapper.typography-eyebrow-reduced:first-of-type {
	display: none;
}
[class*="typography-eyebrow"] {
	margin-top: 0.8em;
}
/* End of how to buy modal style !!Remove thiis when learn more button is back */
