@charset "utf-8";

/* HERO */
	.hero {
		display: grid;
		-webkit-mask-image: url('../images/mask-m.png');
		mask-image: url('../images/mask-m.png');
		-webkit-mask-position: center bottom;
		mask-position: center bottom;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 100% auto;
		mask-size: 100% auto;
		min-height: 70vh;
		position: relative;
		z-index: 1;
		}
	@media (min-width: 30em) {
		.hero {
			-webkit-mask-image: url('../images/mask-t.png');
			mask-image: url('../images/mask-t.png');
			}
	}
	@media (min-width: 60em) {
		.hero {
			-webkit-mask-image: url('../images/mask.png');
			mask-image: url('../images/mask.png');
			}
	}
	.hero + .section-default > .section-c > .mgv.mg-normal:has(.cards-container:first-child) {
		margin-top: 0;
		}
	.hero + .section-default > .section-c > .mgv.mg-normal:has(.cards-container:first-child) > .cards-container {
		margin-top: -10rem;
		}
	.hero-holder,
	.hero-media {
		grid-area: 1 / 1;
		position: relative;
		}
	.hero-media {
		z-index: 2;
		}
	.hero-picture,
	.hero-picture > *,
	.hero-video,
	.hero-video > video {
		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 6rem;
		max-width: 128rem;
		padding-bottom: 10rem;
		text-align: center;
		width: 100%;
		z-index: 4;
		}
	body.home .hero-content {
		padding-top: 8rem;
		}
	@media (min-width: 60em) {
		body.home .hero-content {
			padding-top: 12rem;
			}
	}
	@media (min-width: 100em) {
		body.home .hero-content {
			padding-top: 15rem;
			}
	}
	.hero-headers {
		font-size: 1rem;
		}
	.hero-header {
		font-size: 2.5em;
		font-weight: 700;
		margin: 0 auto 2rem;
		max-width: 96rem;
		text-wrap: balance;
		}
	.hero-buttons.buttons-group {
		margin: 2rem 0 0;
		}
	@media (min-width: 30em) {
		.hero {
			min-height: unset;
			}
	}
	@media (min-width: 40em) {
		.hero-content {
			margin: 12rem auto;
			}
		.hero-headers {
			font-size: 1.6rem;
			}
		.hero-buttons.buttons-group {
			margin-top: 4rem;
			}
	}
	@media (min-width: 60em) {
		.hero-headers {
			font-size: 2.2rem;
			}
	}
	@media (min-width: 80em) {
		.hero-content {
			margin: 16rem auto;
			}
		.hero-headers {
			font-size: 2.6rem;
			}
	}