.c-page-header {
  margin-bottom: 168px;
  margin-bottom: 10.5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
  min-height: 180px;
}
@media (min-width: 992px) {
  .c-page-header {
    margin-bottom: 0px;
    margin-bottom: 0;
    min-height: 540px;
  }
}
.c-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(to left, rgba(39, 12, 233, 0.4) 23%, rgba(0, 241, 91, 0.4) 80%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-page-header::before {
    max-height: 50%;
  }
}
.c-page-header__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .c-page-header__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
}
.c-page-header__hyper-title {
  color: #C0F2D9;
}
.c-page-header__title {
  margin: 0 auto;
  position: absolute;
  z-index: 333333;
  max-width: 500px;
  text-align: center;
  transform: translateX(-50%) translateY(0%);
  top: 60%;
  left: 50%;
}
@media (min-width: 992px) {
  .c-page-header__title {
    transform: translateX(-50%) translateY(-60%);
    top: 50%;
  }
}
.c-page-header__title h1 {
  font-weight: 700;
  color: #FFFFFF;
}
.c-page-header__meta {
  display: flex;
}
.c-page-header__meta span:nth-child(1) {
  color: #324DC4;
}
.c-page-header__meta span:nth-child(2) {
  color: #37B575;
}
.c-page-header__meta span:nth-child(2)::before {
  content: "|";
  color: #1A1A1A;
  margin: 0 5px;
}
.c-page-header__image {
  position: relative;
}
.c-page-header__image img {
  margin-bottom: -120px;
  margin-bottom: -7.5rem;
  border-radius: 117px;
  border: 6px solid #FFFFFF;
  min-height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 992px) {
  .c-page-header__image img {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
}
.c-page-header__content-alt {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .c-page-header__content-alt {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.c-page-header--no-image {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  min-height: 0;
}
@media (min-width: 992px) {
  .c-page-header--no-image::before {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .c-page-header--no-image {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
    min-height: 251px;
  }
}
.c-page-header--no-image .c-page-header__hyper-title {
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .c-page-header--no-image .c-page-header__title {
    transform: translateX(-50%) translateY(-50%);
  }
}
.c-page-header--no-image .c-page-header__title h1 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #324DC4;
}
@media (min-width: 992px) {
  .c-page-header--no-image .c-page-header__title h1 {
    margin-bottom: 0;
  }
}
.c-page-header--no-image .c-page-header__content {
  min-height: 0;
}
.c-page-header--alt .c-page-header__title h1 {
  text-align: left;
}
@media (min-width: 1500px) {
  .c-page-header--alt {
    min-height: 705px;
  }
}
.c-page-header--alt.c-page-header--no-image {
  background: transparent;
  margin-bottom: 0px;
  margin-bottom: 0;
  padding: 0px;
  padding: 0;
  padding-top: 70px;
  min-height: 0;
}
@media (min-width: 992px) {
  .c-page-header--alt.c-page-header--no-image {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
}
@media (min-width: 1290) {
  .c-page-header--alt.c-page-header--no-image {
    min-height: 250px;
  }
}
.c-page-header--alt.c-page-header--no-image::before {
  background: transparent;
}
.c-page-header--alt.c-page-header--no-image .c-page-header__title h1 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-align: left;
  color: #1A1A1A;
}
.c-page-header--alt.c-page-header--no-image .c-page-header__content {
  min-height: 0;
}
