body {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.1;
}
p {
	line-height: 1.4;
}

.sticky-header {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: white;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
	z-index: 100;
}

.column-image {
	width: 80%;
	margin-top: 3rem;
}

.block-media-1 {
	background-color: #ffcb3c;
}

.d1-color-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.5rem;
	text-align: center;
}

.d1-color-link {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0.5em;
	width: 33%;
	text-decoration: none;
}

@media screen and (min-width: 700px) {
	.d1-color-links {
		justify-content: center;
	}
	.d1-color-link {
		width: auto;
	}
}

.d1-color-link:hover,
.d1-color-link.active {
	text-decoration: underline;
}

.d1-section-header {
	--bg: #ffcb3c;
	--text: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 0 4rem;
	margin: 4rem 0;
	background-color: var(--bg);
	color: var(--text);
	text-align: center;
}
.d1-keyboard-main-simple {
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
}

.d1-hero {
	margin-top: -60px;
}

@media screen and (min-width: 700px) {
	.d1-keyboard-main-simple {
		margin-top: 4rem;
	}
}
.d1-color-image {
	width: 100%;
	opacity: 0;
	position: absolute;
}
.d1-color-image:first-child {
	position: relative;
}

.cta-columns {
	display: flex;
	flex-wrap: wrap;
}

.cta-text {
	flex-basis: 50%;
	min-width: 320px;
	flex: 1;
}

.cta-form {
	margin: 2rem 0;
	flex-basis: 50%;
	min-width: 320px;
	flex: 1;
	display: flex;
	justify-content: center;
}

.d1-keyboard-cta-simple {
	width: 100%;
	text-align: center;
	margin-top: -30px;
}

.d1-show {
	opacity: 1;
	transition: opacity 2s ease-out;
}

.d1-keyboard-main {
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.d1-keyboard-main > img {
	width: 100%;
}
@media screen and (min-width: 700px) {
	.d1-keyboard-main > img {
		position: absolute;
		width: 75%;
		max-width: 75%;
		right: -25%;
		top: calc(50% + 3rem);
		transform: translateY(-50%);
		z-index: 1;
	}
}

@media screen and (min-width: 1200px) {
	.d1-keyboard-main > img {
		right: -20%;
	}
}

.d1-keyboard-cta {
	z-index: 2;
}

.d1-color-slider {
	margin-top: 4rem;
	position: relative;
}

.d1-color-slide {
	display: block;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.7s ease-out;
}

.d1-color-slide-active {
	opacity: 1;
}

.d1-color-slider-selectors {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.d1-color-slider-selector {
	width: 60px;
	height: 60px;
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
	margin: 0 10px;
	cursor: pointer;
}

.d1-color-slide > img {
	max-width: 80%;
	margin: 2rem 0 3rem 0;
}
