.hero-image {
	margin-top: 2em;
	/* margin-bottom: 2em; */
	width: 100%;
	border-radius: 18px;
	max-width: 960px;
}

.section-video-hero {
	display: flex;
	justify-content: center;
}

img {
	border-radius: 10px;
}

.app-section a:hover {
	text-decoration: none !important;
}

/* .no-top-radius {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.no-bottom-radius {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
} */

/* .typography-headline .typography-eyebrow {
	margin-top: 1em;
} */

.app-icon {
	height: 64px;
	width: 64px;
	border-radius: 0;
}

.download-icon {
	font-size: 19px;
}

.app-section {
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em 0em;
	align-items: center;
	/* margin-top: 1.5em; */
	margin-bottom: 1.5em;
	/* border-radius: 10px;
			padding: 1.5em; */
}

.app-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
}

@media only screen and (max-width: 734px) {
	.app-section {
		flex-direction: column;
		gap: 1.5em;
	}

	.app-section,
	.app-icon {
		align-items: flex-start;
	}
}

.app-text {
	display: flex;
	flex-direction: column;
}

.watch-device {
	max-width: 200px;
}

.grid-place-items-center {
	place-items: center;
}

/* ========== Video ========== */
.column-flex-center-video {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 734px) {
	.column-flex-center-video {
		align-items: flex-start;
	}
}

video:not(.hero-image),
video:not(.hero-image) img {
	width: 255px !important;
	height: 554.5px !important;
}

@media only screen and (max-width: 1068px) {
	video:not(.hero-image),
	video:not(.hero-image) img {
		width: 192px !important;
		height: 416px !important;
	}
}

@media only screen and (max-width: 734px) {
	video:not(.hero-image),
	video:not(.hero-image) img {
		width: 128px !important;
		height: 277px !important;
	}
}

.video-play-btn {
	margin-top: 1em;
	color: #06c;
}

body[data-color-scheme="dark"] .video-play-btn {
	color: var(--glyph-blue);
}

video:not(.hero-image) {
	max-height: unset !important;
	width: unset !important;
	max-width: unset !important;
}

body[data-color-scheme="dark"] .theme-dark-video,
body[data-color-scheme="light"] .theme-light-video {
	display: block !important;
}

body[data-color-scheme="dark"] .theme-light-video,
body[data-color-scheme="light"] .theme-dark-video {
	display: none !important;
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}

#main section.section.section-article {
	padding-top: 2em;
	padding-bottom: 2em;
}
