/* Local overrides */

/* GLOBAL */
.tabnav.tabnav-line .tabnav-link {
	justify-content: center;
}
/* END OF GLOBAL */

/* Hero Section */

@media only screen and (min-width: 1399px) {
	.section-welcome
		p.header-headline.typography-marquee-headline-reduced.custom-width-hero {
		min-width: 860px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1398px) {
	.section-welcome
		p.header-headline.typography-marquee-headline-reduced.custom-width-hero {
		min-width: 815px;
	}
}

/* enhanced chip */
.section-performance .subsection-mx .chip-stat br.small.custom_enhanced {
	display: none;
}
@media only screen and (max-width: 735px) {
	html.enhanced .section-performance .subsection-mx .chip-stat {
		max-width: 20ch;
	}
	html.enhanced
		.section-performance
		.subsection-mx
		.chip-stat
		br.small.custom_enhanced {
		display: inline-block;
	}

	html.enhanced
		.section-performance
		.subsection-gaming
		.gaming-composite-image {
		margin-top: 120px;
	}
}
/* end of enhanced chip */

/* enhanced chip persona */
@media only screen and (max-width: 420px) {
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx
		.text-content {
		margin-block-start: 42px;
		font-size: 20.5px;
	}
}
@media only screen and (max-width: 420px) {
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx-pro
		.text-content,
	html.enhanced
		.section-performance
		.subsection-personas
		.persona-grid.persona-mx-max
		.text-content {
		margin-block-start: 35px;
		font-size: 19.5px;
	}
}
/* end of enhanced chip persona */

/* CUSTOM PRICING *
/* ****************** */
/* CTA alignment S-M-L*/
@media (min-width: 735px) {
	/*hero dynamic pricing grey*/
	.section-welcome .marquee-detail {
		padding: 0;
	}
	/* space between */
	.section-welcome .marquee .marquee-detail.typography-marquee-detail {
		margin-top: 8px;
	}
}

/* Fin copy */
.marquee-milestone.typography-marquee-detail-reduced.custom_spacing {
	margin-top: 37px;
	margin-bottom: 10px;
}

/* Fin copy alignment M-L */
@media (min-width: 1069px) {
	.section-welcome
		.marquee
		.marquee-scrim
		.marquee-detail.typography-marquee-detail {
		margin-top: 8px;
	}
}

/* Fin copy cutoff M-L */
@media (min-width: 735px) and (max-width: 1440px) {
	.section-welcome .marquee {
		padding-bottom: 80px;
	}
}

/* Fin copy cutoff alignment M-L */
@media (max-width: 734px) {
	.section-welcome .marquee .marquee-scrim {
		padding-bottom: 0px;
	}
}

/* S-M-L LAYOUTS */
/* M-L vp */
@media (min-width: 735px) {
	.marquee-milestone.typography-marquee-detail-reduced
		.marquee-pricing.custom_medlarge_vp {
		display: inline;
	}
	.detail-inner-group .marquee-pricing.custom_small_vp {
		display: none;
	}
}
/* S vp */
@media (max-width: 734px) {
	.marquee-milestone.typography-marquee-detail-reduced
		.marquee-pricing.custom_medlarge_vp {
		display: none;
	}
}
@media (max-width: 734px) {
	.marquee-milestone.typography-marquee-detail-reduced.custom_spacing {
		display: none;
	}

	/* fin copy visibility */
	.detail-inner-group .marquee-pricing.custom_small_vp {
		display: inline;
		max-width: 160px;
	}
	/* fin copy spacing */
	.section-welcome .marquee .detail-inner-group {
		column-gap: 18px;
	}
}

@media (max-width: 350px) {
	.detail-inner-group .marquee-pricing.custom_small_vp {
		max-width: 173px;
	}
}
/* ****************** */
/* CUSTOM PRICING END */

/* Highlights liquid glass */
@media only screen and (max-width: 359px) {
	[data-component-list="MediaCardGallery"]
		.media-gallery
		.media-gallery-item-liquid-glass
		.caption,
	[data-media-card-gallery]
		.media-gallery
		.media-gallery-item-liquid-glass
		.caption {
		margin-right: 11px;
		font-size: 16px;
	}
}
