.main {
	overflow: initial;
}

.bg-dark-grey {
	background-color: #f5f5f7;
}

.margin-bottom-small-1 {
	margin-bottom: 0.5em;
}

body[data-color-scheme="dark"] .bg-dark-grey {
	background-color: #141414;
}

h2:not(#prepare-your-app) + h3 {
	margin-top: 1.6em;
}

.icon-border {
	border: 1px solid #ddd;
	border-radius: 18px;
}

body[data-color-scheme="dark"] .icon-border {
	border: none;
}

ul.compound-item-list {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ul.compound-item-list + div.divider-bottom {
	margin-top: -0.75em !important;
}

p.divider-bottom,
div.divider-bottom {
	padding-bottom: 3em;
	margin-bottom: 3em;
}

p.divider-bottom + h2,
div.divider-bottom + h2 {
	margin-top: unset;
}

.column-flex.large-9 h2 img,
.column-flex.large-9 h3 img {
	display: block;
	margin-top: -10px;
	margin-bottom: 0.4em;
}

@media only screen and (max-width: 734px) {
	p.divider-bottom,
	div.divider-bottom {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}

picture.not-device img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
	max-width: 734px;
	height: auto;
}

.screen-only img {
	border: 1px solid #ddd;
	border-radius: 8px;
}

body[data-color-scheme="dark"] .screen-only img {
	border-color: #333;
}

img.dark-image,
img.light-image {
	display: none;
}

body[data-color-scheme="dark"] img.dark-image {
	display: block;
}

body[data-color-scheme="dark"] img.light-image {
	display: none;
}

body[data-color-scheme="light"] img.dark-image {
	display: none;
}

body[data-color-scheme="light"] img.light-image {
	display: block;
}

.in-callout-border {
	border-radius: 5px;
}

h2 img,
h3 img {
	display: block;
	margin-top: -10px;
	margin-bottom: 0.4em;
}

article h3,
article h4 {
	margin-top: 1.6em;
}

@media only screen and (max-width: 734px) {
	article h3,
	article h4 {
		margin-top: 1em;
	}
}

/* FIGURE IMAGE */
.hero-rounded {
	border-radius: 18px;
}

@media only screen and (max-width: 830px) {
	.hero-rounded {
		border-radius: 0;
	}
}

.hero-border {
	border: 1px solid #eeeeee;
}

body[data-color-scheme="dark"] .hero-border {
	border: 1px solid #333;
}

@media only screen and (max-width: 830px) {
	.hero-border {
		border: none !important;
	}
}

.figure-img-container {
	width: 100%;
	margin: 0 auto;
}

.figure-small-width {
	max-width: 820px;
}

.figure-aspect {
	position: relative;
	height: 0;
	padding-top: calc(var(--figure-height) / var(--figure-width) * 100%);
}

.figure-submit-hero {
	--figure-width: 1640;
	--figure-height: 1060;
}

.figure-aspect img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

/* ----- sidenav ----- */

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

ul.links.small li > a {
	display: initial;
}

.compound-item-list li > ul li {
	margin-bottom: 0;
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}

	.Sidenav_container {
		margin-bottom: 3em !important;
	}
}

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

#main section.section.section-hero {
	overflow: hidden;
}

#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}

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