.pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  padding: 3.125rem 0 9rem;
}
@media (max-width: 767px) {
  .pagehead {
    padding: 0;
  }
}
.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: var(--wpr-bg-7b1f2c9d-88ed-409f-a167-315d0d1436f8);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.pagehead::after {
  content: "";
  background-image: var(--wpr-bg-30013a0d-a6fb-4f0d-b1c7-cf46fa219857);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.pagehead.size-very-small {
  min-height: 240px;
}
@media (max-width: 767px) {
  .pagehead.size-very-small {
    min-height: unset;
  }
}
.pagehead.size-small {
  min-height: 540px;
}
@media (max-width: 1280px) {
  .pagehead.size-small {
    min-height: 400px;
  }
}
@media (max-width: 989px) {
  .pagehead.size-small {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .pagehead.size-small {
    min-height: unset;
  }
}
.pagehead.size-big {
  min-height: 1080px;
}
@media (max-width: 1280px) {
  .pagehead.size-big {
    min-height: 600px;
  }
}
@media (max-width: 989px) {
  .pagehead.size-big {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .pagehead.size-big {
    min-height: unset;
  }
}
.pagehead .pagehead-canvas {
  width: 100%;
  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;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .pagehead .pagehead-canvas {
    padding: 0;
    position: relative;
  }
}
.pagehead .pagehead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .pagehead .pagehead-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pagehead .pagehead-content.no-bg-color {
    padding: 3.75rem 0;
    background: var(--color-blue);
  }
}
.pagehead .pagehead-content.has-bg-color {
  padding: 3.75rem 0;
}
.pagehead .pagehead-content.has-bg-color::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-right-radius: 10px;
  overflow: hidden;
  opacity: 0.8;
  -webkit-animation: test 1s ease-out;
          animation: test 1s ease-out;
}
@media (max-width: 767px) {
  .pagehead .pagehead-content.has-bg-color::before {
    border-radius: 0;
    opacity: 1;
  }
}
@-webkit-keyframes test {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0.8;
  }
}
@keyframes test {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0.8;
  }
}
.pagehead .pagehead-content.has-bg-color.bg-color-green::before {
  background: var(--color-green);
}
.pagehead .pagehead-content.has-bg-color.bg-color-blue::before {
  background: var(--color-blue);
}
.pagehead .pagehead-content.has-bg-color.bg-color-grey::before {
  background: var(--color-grey);
}
.pagehead .pagehead-content.has-bg-color.bg-color-spring-green::before {
  background: var(--color-spring-green);
}
.pagehead .pagehead-content.has-bg-color.bg-color-navy-blue::before {
  background: var(--color-navy-blue);
}
.pagehead .pagehead-content.has-bg-color.bg-color-dark-grey::before {
  background: var(--color-dark-grey);
}
.pagehead .pagehead-content.has-bg-color.bg-color-sea-green::before {
  background: var(--color-sea-green);
}
.pagehead .pagehead-content.has-bg-color.bg-color-aquamarine::before {
  background: var(--color-aquamarine);
}
.pagehead .pagehead-content.has-bg-color.bg-color-dark-cyan::before {
  background: var(--color-dark-cyan);
}
.pagehead .pagehead-content.has-bg-color.bg-color-royal-blue::before {
  background: var(--color-royal-blue);
}
.pagehead .pagehead-content.has-bg-color.bg-color-dodger-blue::before {
  background: var(--color-dodger-blue);
}
.pagehead .pagehead-content.has-bg-color.bg-color-silver::before {
  background: var(--color-silver);
}
.pagehead .pagehead-content.has-bg-color.bg-color-white::before {
  background: var(--color-white);
}
.pagehead .pagehead-content .pagehead-content-inner {
  width: 100%;
  max-width: 740px;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .pagehead .pagehead-content .pagehead-content-inner {
    max-width: 100%;
  }
}
.pagehead .pagehead-icon {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-bottom: 1.5rem;
}
.pagehead .pagehead-icon.icon-color-green {
  background: var(--color-green);
}
.pagehead .pagehead-icon.icon-color-blue {
  background: var(--color-blue);
}
.pagehead .pagehead-icon.icon-color-grey {
  background: var(--color-grey);
}
.pagehead .pagehead-icon.icon-color-spring-green {
  background: var(--color-spring-green);
}
.pagehead .pagehead-icon.icon-color-navy-blue {
  background: var(--color-navy-blue);
}
.pagehead .pagehead-icon.icon-color-dark-grey {
  background: var(--color-dark-grey);
}
.pagehead .pagehead-icon.icon-color-sea-green {
  background: var(--color-sea-green);
}
.pagehead .pagehead-icon.icon-color-aquamarine {
  background: var(--color-aquamarine);
}
.pagehead .pagehead-icon.icon-color-dark-cyan {
  background: var(--color-dark-cyan);
}
.pagehead .pagehead-icon.icon-color-royal-blue {
  background: var(--color-royal-blue);
}
.pagehead .pagehead-icon.icon-color-dodger-blue {
  background: var(--color-dodger-blue);
}
.pagehead .pagehead-icon.icon-color-silver {
  background: var(--color-silver);
}
.pagehead .pagehead-icon.icon-color-white {
  background: var(--color-white);
}
.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;
  width: 100%;
}
.pagehead .pagehead-background img,
.pagehead .pagehead-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .pagehead .pagehead-background img,
  .pagehead .pagehead-background video {
    position: relative;
  }
}/*# sourceMappingURL=pagehead.css.map */