@charset "utf-8";

/* HERO */
	.hero {
		display: grid;
		padding-top: 2.4rem;
		position: relative;
		z-index: 1;
		}
	.hero::before {
		background-color: var(--mywp-light);
		content: '';
		height: 0.4rem;
		margin: 0 var(--mywp-mg-pad);
		position: absolute;
		top: 0;
		width: calc(100% - (var(--mywp-mg-pad) * 2));
		}
	.hero-content {
		padding: calc(var(--mywp-mg-pad) * 1.5) var(--mywp-mg-pad) var(--mywp-mg-pad);
		text-align: left;
		}
	.hero-headers {
		font-size: 1rem;
		}
	.hero-header {
		font-size: 5.4em;
		font-weight: var(--mywp-heavy);
		line-height: 1em;
		text-transform: uppercase;
		}
	.hero-header-sub {
		font-size: 1.8em;
		font-weight: 400;
		line-height: 1em;
		margin: 2rem 0;
		}
	.hero-intro {
		margin: 2rem 0;
		}
	.hero-buttons.buttons-group {
		margin: 0;
		}
	.hero-image {
		position: relative;
		}
	.hero-image::before {
		background-color: var(--mywp-light);
		content: '';
		height: 100%;
		left: 0;
		-webkit-mask-image: url('../images/boxes-box.png');
		mask-image: url('../images/boxes-box.png');
		-webkit-mask-position: center center;
		mask-position: center center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
		}
	.hero-image >.hero-image-src {
		position: relative;
		z-index: 2;
		}
	@media (min-width: 30em) {
		.hero-headers {
			font-size: 1.4rem;
			}
	}
	@media (min-width: 40em) {
		.hero-headers {
			font-size: 1.6rem;
			}
	}
	@media (min-width: 60em) {
		.hero {
			align-items: flex-end;
			display: grid;
			grid-template-columns: 1fr 1fr;
			}
		.hero-info {
			align-self: center;
			display: flex;
			padding: 0 0 0 var(--mywp-mg-pad);
			width: 100%;
			}
		.hero-content {
			align-items: center;
			display: flex;
			justify-content: flex-end;
			padding: 0;
			text-align: left;
			width: 100%;
			}
		.hero-holder {
			max-width: 64rem;
			padding: var(--mywp-mg-pad) 0;
			width: 100%;
			}
		.hero-headers {
			font-size: 1.4rem;
			}
	}
	@media (min-width: 80em) {
		.hero-headers {
			font-size: 2rem;
			}
	}
	@media (min-width: 89em) {
		.hero::before {
			left: calc(50% - 64rem);
			max-width: 128rem;
			margin: 0;
			width: 100%;
			}
	}
	@media (min-width: 100em) {
		.hero-headers {
			font-size: 2.4rem;
			}
	}