@media (min-width: 767px) {
  .aem-Grid .banner-complex:first-of-type .height--95 {
    position: relative;
  }
  .aem-Grid .banner-complex:first-of-type .height--95:after {
    content: "";
    position: absolute;
    background: #ffffff;
    display: block;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 48px;
    z-index: 1;
  }
  .aem-Grid .banner-complex:first-of-type .height--95 .container-page {
    position: relative;
  }
  .aem-Grid .banner-complex:first-of-type .height--95 .container-page:before {
    content: "";
    position: absolute;
    background: #ffffff;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 48px;
    z-index: 1;
  }
}
.banner-complex.aem-GridColumn {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .banner-complex.aem-GridColumn {
    margin-bottom: 32px;
  }
}
.banner-complex {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-complex.height--100 {
  height: 100vh;
}
.banner-complex.height--95 {
  height: 80vh;
}
.banner-complex.height--95 .banner-complex-image-container__scroller {
  display: none;
}
@media (min-width: 1024px) {
  .banner-complex.height--95 {
    height: 95vh;
  }
}
.banner-complex.height--90 {
  height: 85vh;
}
.banner-complex.height--90 .banner-complex-image-container__scroller {
  display: none;
}
@media (min-width: 1024px) {
  .banner-complex.height--90 {
    height: 90vh;
  }
}
.banner-complex .container-page {
  height: 100%;
  overflow: hidden;
}
.banner-complex .banner-complex-container {
  background-color: #00000024;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 15px;
  padding-top: 50px;
}
@media (min-width: 767px) {
  .banner-complex .banner-complex-container {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex-container {
    max-width: 1144px;
    position: relative;
    padding-top: 140px;
  }
  .banner-complex .banner-complex-container.grid-75 {
    width: 75%;
    max-width: 75%;
  }
  .banner-complex .banner-complex-container.grid-50 {
    width: 50%;
    max-width: 50%;
  }
  .banner-complex .banner-complex-container.grid-100 {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-complex .banner-complex-container {
    width: 100%;
  }
}
.banner-complex .banner-complex__antetitle .title-commons {
  color: #ffffff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin: 0;
  margin-left: 2rem;
}
.banner-complex .banner-complex__antetitle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.banner-complex .banner-complex__separator {
  position: relative;
  display: none;
}
.banner-complex .banner-complex__separator::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #ffffff;
  bottom: 0;
}
.banner-complex .banner-complex__description .cmp-text {
  color: #ffffff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.875rem;
  line-height: 38px;
  position: relative;
  font-weight: normal;
  font-style: normal;
  margin-left: 2rem;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__description .cmp-text {
    font-size: 3rem;
    line-height: 60px;
  }
}
.banner-complex .banner-complex-image-container__scroller {
  display: none;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex-image-container__scroller {
    display: block;
  }
}
.banner-complex .banner-complex__links > div:first-child {
  padding-top: 17px;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__links > div:first-child {
    padding-top: 33px;
  }
}
.banner-complex .banner-complex__links > div.banner-complex__separator {
  padding-top: 17px;
}
.banner-complex .banner-complex__links > div:last-child .banner-complex-links__item {
  padding-bottom: 0;
}
.banner-complex .banner-complex__links .banner-complex-links__item {
  padding-bottom: 16px;
}
.banner-complex .banner-complex-links__item {
  color: #ffffff;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.banner-complex .banner-complex-links__item .icon {
  transition: .3s;
  padding-left: 8px;
  display: inline-block;
}
.banner-complex .banner-complex-links__item:hover .icon.icon-navigate-link {
  transform: translateX(10px);
}
.banner-complex .banner-complex-image-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-complex .banner-complex__image {
  width: 100%;
  height: 100%;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
.banner-complex .banner-complex__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.35;
  top: 0;
  z-index: 0;
}
.banner-complex .banner-complex__container-button {
  padding-top: 17px;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__container-button {
    padding-top: 33px;
  }
}
.banner-complex .banner-complex__button.button {
  width: 100%;
  margin-bottom: 0;
  padding: 14px 16px;
  text-align: center;
  margin-top: 17px;
}
.banner-complex .banner-complex__button.button .icon {
  display: none;
}
@media (min-width: 767px) {
  .banner-complex .banner-complex__button.button {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__button.button {
    padding: 0;
    width: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 33px;
  }
}
.banner-complex .banner-complex__button a.banner-complex-links__item {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__button a.banner-complex-links__item {
    padding: 11px 64px;
  }
}
.banner-complex .banner-complex__button a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-complex .banner-complex-image-scroller__text {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 4px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding-bottom: 8px;
  z-index: 1;
}
.banner-complex .banner-complex-image-scroller__img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-complex .banner-complex-image-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.banner-complex .banner-complex__video-container {
  height: 100%;
  width: 100%;
}
.banner-complex .banner-complex__video-container .banner-complex__video {
  display: none;
}
@media (min-width: 1024px) {
  .banner-complex .banner-complex__video-container .banner-complex__video {
    display: block;
  }
}
.banner-complex .banner-complex__backgroundImage {
  height: 100%;
  width: 100%;
}
.banner-complex .banner-complex__backgroundImage img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
.banner-complex .secondsAnimation {
  display: none;
}
.story .banner-complex.aem-GridColumn {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .story .banner-complex.aem-GridColumn {
    margin-bottom: 16px;
  }
}
.banner-complex .bannerBox .container-page {
  overflow: visible;
}
@media (min-width: 767px) {
  .bannerView95 {
    position: relative;
    clear: both !important;
  }
  .bannerView95 .container-page {
    background-color: #ffffff;
    position: relative;
    padding: 32px;
    z-index: 1;
  }
  .bannerView95 .columns-component {
    position: relative;
    padding: 32px 0 32px 32px;
    z-index: 1;
  }
  .bannerView95:after {
    content: "";
    position: absolute;
    background: #ffffff;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 140px;
    z-index: 0;
  }
}
.bannerView95 .numerical-highlighted-wrapper {
  margin-top: 0;
}
@media (min-width: 767px) {
  .story-page .bannerView95 .container-page {
    padding: 32px 0 32px 32px;
  }
  .story-page .bannerView95 .columns-component {
    padding: 0;
  }
  .story-page .bannerView95 .columns-component > div:first-child > div:first-child > div {
    padding: 0 16px 0 0;
  }
  .story-page .bannerView95 .columns-component > div:first-child > div:first-child > div h4:first-of-type {
    margin-top: 0;
  }
  .story-page .bannerView95 .columns-component > div:first-child > div:last-child > div {
    padding: 0 0 0 16px;
  }
}
