/* Local Overrides */

/* Hero */
.section-hero
	.section-content
	.hero-slide-wrapper
	.upper-content
	.copy-wrapper
	.hero-headline {
	max-width: 678px;
}
@media only screen and (max-width: 320px) {
	.section-hero
		.section-content
		.hero-slide-wrapper
		.upper-content
		.copy-wrapper {
		bottom: calc(-196px - var(--hero-copy-block-y-adjuster));
	}
}

/* Hero */
.section-hero
	.section-content
	.flow-figure-airtag-software
	.image-hero-iphone-device {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and(min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}
}

@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and(min-resolution: 1.5dppx),
		(-webkit-min-device-pixel-ratio: 1.5),
		(min-resolution: 144dpi) {
		.section-hero
			.section-content
			.flow-figure-airtag-software
			.image-hero-iphone-device {
		}
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}
}

@media only screen and (max-width: 1068px) and(-webkit-min-device-pixel-ratio: 1.5),
	only screen and(max-width: 1068px) and(min-resolution: 1.5dppx),
	only screen and(max-width: 1068px) and(min-resolution: 144dpi) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}
}

@media only screen and (max-width: 1068px) {
	@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
		.section-hero
			.section-content
			.flow-figure-airtag-software
			.image-hero-iphone-device {
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
			only screen and(min-resolution: 1.5dppx),
			(-webkit-min-device-pixel-ratio: 1.5),
			(min-resolution: 144dpi) {
			.section-hero
				.section-content
				.flow-figure-airtag-software
				.image-hero-iphone-device {
			}
		}
	}
}

@media only screen and (max-width: 734px) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}
}

@media only screen and (max-width: 734px) and(-webkit-min-device-pixel-ratio: 1.5),
	only screen and(max-width: 734px) and(min-resolution: 1.5dppx),
	only screen and(max-width: 734px) and(min-resolution: 144dpi) {
	.section-hero
		.section-content
		.flow-figure-airtag-software
		.image-hero-iphone-device {
	}
}

@media only screen and (max-width: 734px) {
	@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
		.section-hero
			.section-content
			.flow-figure-airtag-software
			.image-hero-iphone-device {
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
			only screen and(min-resolution: 1.5dppx),
			(-webkit-min-device-pixel-ratio: 1.5),
			(min-resolution: 144dpi) {
			.section-hero
				.section-content
				.flow-figure-airtag-software
				.image-hero-iphone-device {
			}
		}
	}
}

/* AR copy height */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-ar .logo-ar {
		margin-top: 123px;
		margin-bottom: 16px;
	}
}

/*More Features Section*/
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-more-features .column-copy-ios {
		margin-top: 42px;
	}
}

/*Localized Screens*/
/* Manifesto */
.section-manifesto .image-tile-hand {
	background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-manifesto .image-tile-hand {
		background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-hand {
		background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-hand {
		background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-hand {
		background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_small.jpg");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-hand {
		background-image: url("/co/airtag/images/overview/tile_hand__cm5md3nha6vm_small_2x.jpg");
	}
}

/* Tile Looped */

.section-manifesto .image-tile-looped {
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-manifesto .image-tile-looped {
	}
}

@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-looped {
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-looped {
	}
}

@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-looped {
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-looped {
	}
}

/* Search Party */
.section-share-airtag .image-share-airtag {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-share-airtag .image-share-airtag {
	}
}

@media only screen and (max-width: 1068px) {
	.section-share-airtag .image-share-airtag {
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-share-airtag .image-share-airtag {
	}
}

@media only screen and (max-width: 734px) {
	.section-share-airtag .image-share-airtag {
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-share-airtag .image-share-airtag {
	}
}

/* keychain */
.section-manifesto .image-tile-keychain {
	background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_small.jpg");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/co/airtag/images/overview/tile_keychain__gjswyordcc2u_small_2x.jpg");
	}
}

/* Ultra Wideband */
.section-features .image-ultra-wideband {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-features .image-ultra-wideband {
	}
}
@media only screen and (max-width: 1068px) {
	.section-features .image-ultra-wideband {
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-features .image-ultra-wideband {
	}
}
@media only screen and (max-width: 734px) {
	.section-features .image-ultra-wideband {
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-features .image-ultra-wideband {
	}
}

/* Lost Mode */
.section-network .image-lost-mode {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-network .image-lost-mode {
	}
}
@media only screen and (max-width: 1068px) {
	.section-network .image-lost-mode {
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-network .image-lost-mode {
	}
}
@media only screen and (max-width: 734px) {
	.section-network .image-lost-mode {
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-network .image-lost-mode {
	}
}

/* Privacy */
.section-privacy .image-privacy {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-privacy .image-privacy {
	}
}
@media only screen and (max-width: 1068px) {
	.section-privacy .image-privacy {
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-privacy .image-privacy {
	}
}
@media only screen and (max-width: 734px) {
	.section-privacy .image-privacy {
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-privacy .image-privacy {
	}
}

/* more features */
.section-more-features .image-ios {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-more-features .image-ios {
	}
}
@media only screen and (max-width: 1068px) {
	.section-more-features .image-ios {
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-more-features .image-ios {
	}
}
@media only screen and (max-width: 734px) {
	.section-more-features .image-ios {
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-more-features .image-ios {
	}
}

/* more features */
@media only screen and (min-width: 1069px) {
	.section-more-features .body-copy {
		max-width: 390px;
	}
}

/* AR */
.section-ar .image-ar {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-ar .image-ar {
	}
}
@media only screen and (max-width: 1068px) {
	.section-ar .image-ar {
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-ar .image-ar {
	}
}
@media only screen and (max-width: 734px) {
	.section-ar .image-ar {
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-ar .image-ar {
	}
}

/* accesories*/
.section-accessories .image-accessories {
	background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-accessories .image-accessories {
		background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-accessories .image-accessories {
		background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_small.jpg");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url("/co/airtag/images/overview/accessories__d028mzwnd0a6_small_2x.jpg");
	}
}

/* section tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .tile-copy {
		width: 92%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-tiles .tile-copy {
		max-width: 18ch;
	}
}

/* hero */

.section-hero .hero-headline {
	max-width: 15ch;
}

/* tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .column:last-child .tile-copy {
		max-width: 32ch;
	}
}

/* environment links */
a.inline-link {
	text-decoration: underline;
}

section.section-tiles .section-content {
	width: 90%;
}
