.pageHeaderComponent {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent {
    margin-bottom: 20px;
  }
}
.pageHeaderComponent .ar-wrapper {
  position: relative;
  width: 100%;
  padding-top: calc(100% / 3);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent .ar-wrapper {
    padding-top: 100%;
  }
}
.pageHeaderComponent .bar-limeyellow {
  position: absolute;
  height: 100%;
  width: 20px;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .pageHeaderComponent .bar-limeyellow {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent .bar-limeyellow {
    width: 10px;
    left: 0;
  }
}
.pageHeaderComponent .bar-bordeaux {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent .bar-bordeaux {
    height: 100%;
    width: 15px;
  }
}
.pageHeaderComponent .btnWrapper {
  margin-top: 20px;
  text-align: right;
}

.pageHeaderComponent .linkWrapper {
  margin-top: 15px;
}
.pageHeaderComponent .heading {
  margin: 0 0 20px 0;
}
.pageHeaderComponent .heading.red {
  color: #ea1c0a;
}
.pageHeaderComponent .heading.white {
  color: #ffffff;
}
.pageHeaderComponent .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .pageHeaderComponent .picture {
    min-height: 30vw;
    width: 100%;
  }
}
.pageHeaderComponent .picture img {
  width: 100%;
  min-height: 100%;
}
.pageHeaderComponent.withColorBox .copy {
  color: #ffffff;
}

.pageHeaderComponent.withColorBox h3 {
	margin-bottom: 20px;
}

.pageHeaderComponent.withColorBox h5 {
	margin-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pageHeaderComponent.withColorBox h5 {
		margin-bottom: 70px;
	}
   .pageHeaderComponent.withColorBox h3 {
   		margin-bottom: 20px;
   }
}

.pageHeaderComponent.withColorBox .details {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 50px 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .pageHeaderComponent.withColorBox .details {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .pageHeaderComponent.withColorBox .details {
    position: initial;
    height: auto;
    padding: 25px 35px 50px;
    min-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent.withColorBox .details {
    padding: 25px 35px 50px;
  }
}
.pageHeaderComponent.withColorBox .heading {
  position: absolute;
  margin: 0;
  top: 30px;
  left: 50px;
  width: calc(100% - (100% / 3) * (5 / 6) - 50px - 50px);
  -webkit-animation: page-header-slide-and-fade 1.4s ease-out;
  -moz-animation: page-header-slide-and-fade 1.4s ease-out;
  -o-animation: page-header-slide-and-fade 1.4s ease-out;
  animation: page-header-slide-and-fade 1.4s ease-out;
}
@media only screen and (min-width: 1200px) {
  .pageHeaderComponent.withColorBox .heading {
    top: 50px;
    left: 100px;
    width: calc(100% - (100% / 3) * (5 / 6) - 100px - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pageHeaderComponent.withColorBox .heading {
    left: 50px;
    width: calc(100% - 50px - 65px);
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent.withColorBox .heading {
    left: 30px;
    width: calc(100% - 30px - 30px);
  }
}
.pageHeaderComponent.withColorBox .picture {
  width: calc(100% - (100% / 3) * (5 / 6));
}
@media only screen and (max-width: 991px) {
  .pageHeaderComponent.withColorBox .picture {
    width: 100%;
  }
}
.pageHeaderComponent.withoutColorBox .text-group {
  position: absolute;
  top: 30px;
  height: calc(100% - 30px);
  left: 50px;
  width: calc(100% - 50px - 50px);
  text-align: right;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .pageHeaderComponent.withoutColorBox .text-group {
    top: 50px;
    height: calc(100% - 50px)
    left: 100px;
    width: calc(100% - 100px - 150px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pageHeaderComponent.withoutColorBox .text-group {
    left: 50px;
    width: calc(100% - 50px - 65px);
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderComponent.withoutColorBox .text-group {
    left: 30px;
    width: calc(100% - 30px - 30px);
  }
}



