@charset "utf-8";

/* HERO */
	.hero {
		display: grid;
		height: 85vh;
		max-height: 108rem;
		position: relative;
		z-index: 1;
		}
	.hero-image,
	.hero-text {
		grid-area: 1 / 1;
		}
	.hero-media {
		height: 100%;
		}
	.hero-picture,
	.hero-picture > *,
	.hero-media > video {
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		width: 100%;
		}
	.hero-text.section-p {
		align-items: center;
		display: flex;
		z-index: 4;
		}
	.hero-info {
		margin-top: 4rem;
		margin-bottom: 4rem;
		text-align: center;
		width: 100%;
		}
	body.home .hero-info {
		padding-top: 6rem;
		}
	@media (min-width: 30em) {
		body.home .hero-info {
			padding-top: 11rem;
			}
	}
	@media (min-width: 60em) {
		body.home .hero-info {
			padding-top: 14rem;
			}
	}
	@media (min-width: 100em) {
		body.home .hero-info {
			padding-top: 16rem;
			}
	}
	.hero-texts {
		font-size: 1rem;
		}
	.hero-header {
		color: var(--mywp-white-header);
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.4em;
		margin: 0.5rem 0 2rem;
		text-transform: uppercase;
		}
	.hero-header-sub {
		font-size: 4em;
		font-weight: 700;
		}
	.hero-buttons.buttons-group {
		margin: 0;
		}
	.hero-buttons.buttons-group > .button {
		margin-bottom: 1rem;
		}
	@media (min-width: 30em) {
	}
	@media (min-width: 40em) {
		.hero-texts {
			font-size: 1.6rem;
			}
	}
	@media (min-width: 60em) {
		.hero-texts {
			font-size: 1.8rem;
			}
	}
	@media (min-width: 80em) {
		.hero-texts {
			font-size: 2rem;
			}
	}