@charset "utf-8";

/* HERO */
	.hero {
		display: grid;
		min-height: 70vh;
		position: relative;
		z-index: 1;
		}
	.hero-media.shading-dark::before {
		background: linear-gradient(to bottom, var(--mywp-color) 0%, var(--mywp-color-60) 100%);
		}
	.hero + .section > .section-c > .mgv.mg-normal {
		margin-top: 0;
		}
	.hero + .section > .section-c > .mgv.mg-normal > .cards-container {
		margin-top: -6.4rem;
		}
	@media (min-width: 40em) {
		.hero + .section > .section-c > .mgv.mg-normal > .cards-container {
			margin-top: -10.4rem;
			}
	}
	.hero-holder,
	.hero-media {
		grid-area: 1 / 1;
		position: relative;
		}
	.hero-media {
		z-index: 2;
		}
	.hero-picture,
	.hero-picture > *,
	.hero-video,
	.hero-video > video {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		width: 100%;
		}
	.hero-holder {
		align-items: center;
		display: flex;
		padding: 0 var(--mywp-mg-pad);
		z-index: 6;
		}
	.hero-content {
		margin: 12rem auto 10rem;
		max-width: 128rem;
		text-align: center;
		width: 100%;
		z-index: 4;
		}
	.hero-headers {
		font-size: 1rem;
		text-wrap: balance;
		}
	.hero-header {
		font-size: 1.2em;
		font-weight: var(--mywp-heavy);
		margin-bottom: 2rem;
		}
	.hero-header-sub {
		font-size: 3.2em;
		font-weight: 700;
		}
	.hero-intro {
		margin: 2rem auto;
		max-width: 60rem;
		}
	.hero-buttons.buttons-group {
		margin: 0;
		}
	@media (min-width: 30em) {
		.hero {
			min-height: unset;
			}
	}
	@media (min-width: 40em) {
		.hero-content {
			margin: 16rem auto 14rem;
			}
		.hero-headers {
			font-size: 1.6rem;
			}
	}
	@media (min-width: 60em) {
		.hero-headers {
			font-size: 2rem;
			}
	}
	@media (min-width: 80em) {
		.hero-content {
			margin: 20rem auto 16rem;
			}
		.hero-headers {
			font-size: 2.4rem;
			}
	}