/* X-Small Break */

@media only screen and (min-width: 321px) {
	br.x-small {
		display: none;
	}
}

/* AR Tile */

@media only screen and (max-width: 734px) {
	.router-item-augmented-reality .typography-headline {
		font-size: 24px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.router-item-augmented-reality .typography-headline {
		font-size: 32px;
	}
}
@media only screen and (min-width: 1069px) {
	.router-item-augmented-reality .typography-headline {
		font-size: 36px;
	}
}

/* local overrides */
/* Value props */

.footnote .ac-gf-block-link {
	font-size: 14px !important;
	position: relative;
	color: inherit !important;
	text-decoration: none !important;
}
.footnote .ac-gf-block-link:hover {
	color: #06c !important;
	text-decoration: none !important;
}

/* Dynamic copy format */

.section-hero .hero-pricing {
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 350px) {
	.section-hero .hero-pricing {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.custom-dynamic-pricing {
		display: inline;
	}
}

/* sosumi-link-follows styles */
.sosumi-link-follows,
.sosumi-link-follows ~ .footnote,
.sosumi-link-follows ~ .product-addition {
	display: none;
}
.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote,
.sosumi-link-follows[data-pricing-loaded] ~ .product-addition {
	display: inline;
}

/* Stats list */

.section-display
	.section-content
	.stats-list
	.typography-headline-standalone:first-of-type {
	padding-top: 16px;
}

@media (max-width: 734px) {
	.section-display
		.section-content
		.stats-list
		.typography-headline-standalone:first-of-type {
		padding-top: 6px;
	}
}

/* Speakers section */

.section-speakers .typography-callout-copy .custom-nowrap {
	text-wrap: wrap;
}

@media (min-width: 375px) {
	.section-speakers .typography-callout-copy .custom-nowrap {
		text-wrap: nowrap;
	}
}
