.pagehead {
	display: block;
	width: 100%;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}
.pagehead::before, .pagehead::after {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 20vw;
	position: absolute;
	bottom: -1px;
	left: -1px;
	pointer-events: none;
	z-index: 10;
}
.pagehead::before {
	background-image: url("/wp-content/uploads/pagehead-shape-white.png");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.pagehead::after {
	content: "";
	background-image: url("/wp-content/uploads/pagehead-shape.png");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
.pagehead .pagehead-canvas {
	position: absolute;
	margin: 0 auto;
	max-width: 1480px;
	padding: 1rem 40px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width: 767px) {
	.pagehead .pagehead-canvas {
		padding: 0;
		position: relative;
	}
}
.pagehead .pagehead-content {
	max-width: 45%;
	margin: 0 0 7%;
	padding: 30px;
}
@media only screen and (max-width: 1280px) {
	.pagehead .pagehead-content {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.pagehead .pagehead-content {
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	.pagehead .pagehead-content {
		padding: 40px;
		background: -webkit-gradient(linear, left top, right top, from(var(--color-blue)), to(var(--color-green)));
		background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-green) 100%);
	}
}
@media only screen and (min-width: 768px) {
	.pagehead .pagehead-content.bg-color-green {
		background: -webkit-gradient(linear, left top, right top, from(rgb(0, 229, 82)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(0, 229, 82) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.pagehead .pagehead-content.bg-color-blue {
		background: -webkit-gradient(linear, left top, right top, from(rgb(5, 117, 229)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(5, 117, 229) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.pagehead .pagehead-content.bg-color-darkblue {
		background: -webkit-gradient(linear, left top, right top, from(rgb(31, 73, 125)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(31, 73, 125) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.pagehead .pagehead-content.bg-color-cyan {
		background: -webkit-gradient(linear, left top, right top, from(rgb(4, 142, 204)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(4, 142, 204) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.pagehead .pagehead-content.bg-color-lilac {
		background: -webkit-gradient(linear, left top, right top, from(rgb(105, 155, 197)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(105, 155, 197) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.pagehead .pagehead-content.bg-color-petrol {
		background: -webkit-gradient(linear, left top, right top, from(rgb(3, 167, 176)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(90deg, rgb(3, 167, 176) 0%, rgba(255, 255, 255, 0) 100%);
	}
}
.pagehead .pagehead-icon {
	display: block;
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
	.pagehead .pagehead-icon {
		display: none;
	}
}
.pagehead .pagehead-icon img {
	height: 40px;
}
.pagehead .pagehead-headline {
	display: block;
	color: #ffffff;
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 0;
}
@media (max-width: 1024px) {
	.pagehead .pagehead-headline {
		font-size: 2rem;
	}
}
@media (max-width: 700px) {
	.pagehead .pagehead-headline {
		-webkit-hyphens: auto;
		    -ms-hyphens: auto;
		        hyphens: auto;
	}
}
.pagehead .pagehead-subheadline {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.875rem;
	color: #ffffff;
	letter-spacing: 2px;
}
@media (max-width: 1024px) {
	.pagehead .pagehead-subheadline {
		font-size: 1.4rem;
	}
}
.pagehead .pagehead-copy {
	color: #ffffff;
	margin-top: 20px;
}
.pagehead .pagehead-background {
	line-height: 0;
}
.pagehead .pagehead-background video {
	max-width: 100%;
}/*# sourceMappingURL=pagehead.css.map */