/* Fix Highlight */

@media only screen and (max-width: 735px) {
	.desktop {
		display: none;
	}
}
.mobile {
	display: none;
}
@media only screen and (max-width: 735px) {
	.mobile {
		display: inline;
	}
}

p .highlight, h3 .highlight, .section-hero h1 .highlight {
	z-index: -1;
}

.section-content-bentos h2.bentos-intro-headline {
	position: relative;
	z-index: 1;
}

.section-content-bentos h2.bentos-intro-headline .highlight, h2.apps-headline .highlight, h2.section-built-in-apps .highlight {
	z-index: -1;
}

/* Fix Hero */

@media only screen and (max-width: 734px) {
	.section-hero .hero-headline {
		max-width: 300px;
	}
	.section-hero .underline .underline-illustration {
		bottom: 2%;
	}
}

/* Fix How to Buy */

@media only screen and (max-width: 735px) {
	.section-how-to-buy-module .column-buy {
		padding-bottom: 52px;
	}
}
/* 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 */
