
.eck_downloadable__heading {
	font-family: var(--font_heading);
	font-weight: 400;
	font-optical-sizing: none;
	text-rendering: optimizeLegibility;
}

@media (max-width: 768px) {
	.section-eck_downloadable .newsletter__form .wpcf7-not-valid-tip {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

@media (min-width: 769px) {
	.section-eck_downloadable .newsletter__form .wpcf7-not-valid-tip {
		padding-left: 16px;
	}
}

.section-eck_downloadable .newsletter__form__body {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.section-eck_downloadable .newsletter__form__body {
		margin-top: 30px;
	}
}

.section-eck_downloadable .newsletter__form__text {
	padding-left: 16px;
	padding-right: 16px;
	font-family: var(--font_sans);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	border-radius: 14px;
	color: var(--ash);
}

@media (max-width: 768px) {
	.section-eck_downloadable .newsletter__form__text {
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.section-eck_downloadable .newsletter__form__text {
		padding-top: 0;
		padding-bottom: 38px;
		height: 80px;
	}
}

@media (min-width: 1025px) {
	.section-eck_downloadable .newsletter__form__text {
		padding-top: 3px;
		padding-right: 206px;
		height: 42px;
	}
}

@media (max-width: 1024px) {
	.section-eck_downloadable .newsletter__form__actions {
		top: auto;
		bottom: 8px;
		left: 10px;
		right: auto;
		justify-content: center;
		width: calc(100% - 20px);
		height: auto;
	}
}

@media (min-width: 1025px) {
	.section-eck_downloadable .newsletter__form__actions {
		top: 5px;
		right: 5px;
		height: calc(100% - 10px);
	}
}

.section-eck_downloadable .newsletter__form__submit {
	letter-spacing: .05em;
	font-family: var(--font_sans);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1875;
	text-transform: uppercase;
	border-radius: 10px;
	background-color: var(--red);
	color: var(--white);
}

.section-eck_downloadable .newsletter__form__submit:hover, .section-eck_downloadable .newsletter__form__submit:focus {
	background-color: var(--red_dark);
}

@media (max-width: 1024px) {
	.section-eck_downloadable .newsletter__form__submit {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		height: 32px;
		justify-content: space-between;
	}
}

@media (min-width: 1025px) {
	.section-eck_downloadable .newsletter__form__submit {
		padding-left: 16px;
		padding-right: 16px;
		max-width: 200px;
	}
}

.section-eck_downloadable .newsletter__form__submit .text {
	transform: translateY(.15em);
}

.section-eck_downloadable .newsletter__form__submit .icon {
	display: block;
	transition: transform .2s;
}

.section-eck_downloadable .newsletter__form__field:focus-within .newsletter__form__submit {
	transform: none;
}

.section-eck_downloadable .newsletter__form__field:focus-within .newsletter__form__submit .icon {
	transform: translateX(.5em);
}

.eck_downloadable__checkers {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	height: 44px;
	margin-bottom: 50px;
	transform: translateZ(0);
	background-repeat: repeat;
	background-position: center;
}

@supports (height: clamp(1em, 1vw, 1em)) {
	.eck_downloadable__checkers {
		height: clamp(44px, 3.1944444444vw, 46px);
	}
}

@supports (margin: clamp(1em, 1vw, 1em)) {
	.eck_downloadable__checkers {
		margin-bottom: clamp(50px, 9.7222222222vw, 140px);
	}
}

.eck_downloadable {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 175px;
	background-color: var(--blue);
	color: var(--white);
}

.eck_downloadable > .site__inner {
	display: grid;
	column-gap: 50px;
	row-gap: 36px;
	max-width: 1195px;
}

@media (min-width: 769px) {
	.eck_downloadable > .site__inner {
		grid-template-columns: 420fr 430fr;
		align-items: center;
	}
}

.eck_downloadable__cover {
	border-radius: 25px;
	box-shadow: 0 50px 30px var(--blue_shadow);
	overflow: hidden;
}

@media (max-width: 768px) {
	.eck_downloadable__cover {
		margin-top: -130px;
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
}

@media (min-width: 769px) {
	.eck_downloadable__cover {
		align-self: flex-start;
		transform: translateY(-18px);
	}
}

.eck_downloadable__content {
	padding-bottom: 50px;
}

@media (min-width: 769px) {
	.eck_downloadable__content {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	@supports (padding: clamp(1em, 1vw, 1em)) {
		.eck_downloadable__content {
			padding-bottom: clamp(40px, 4.4444444444vw, 64px);
			padding-bottom: clamp(40px, 7.6388888889vw, 110px);
		}
	}
}

.eck_downloadable__superheading {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1875;
	text-transform: uppercase;
	color: var(--yellow_light);
}

@media (max-width: 768px) {
	.eck_downloadable__superheading {
		text-align: center;
	}
}

.eck_downloadable__heading {
	font-size: 42px;
	line-height: .6904761905;
	text-wrap: balance;
	color: var(--white);
}

@media (max-width: 768px) {
	.eck_downloadable__heading {
		text-align: center;
	}
}

.eck_downloadable__superheading + .eck_downloadable__heading {
	margin-top: 24px;
}

.eck_downloadable__copy.site__copy {
	margin-top: 24px;
}

@media (min-width: 769px) {
	.eck_downloadable__copy.site__copy {
		margin-right: -50px;
	}
}

.eck_downloadable__copy.site__copy p {
	font-family: var(--font_copy);
	font-size: 16px;
	line-height: 1.5;
	text-wrap: pretty;
}

@media (max-width: 768px) {
	.eck_downloadable__copy.site__copy p {
		text-align: center;
	}
}
