.stage {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage.-hero-ao .be-imageFigure {
    background: #404040 !important;
  }
}

.stage.-hero-ao .be-imageFigure picture {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage.-hero-ao .be-imageFigure picture {
    opacity: 0.4;
  }
}

.stage.-hero-ao .ao-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 47%;
}

@media (min-width: 1200px) {
  .stage.-hero-ao .ao-image {
    padding-right: 0;
  }
}

.stage.-hero-ao .ao-image img {
  max-width: 100%;
}

.stage .be-searchInput {
  color: #333333;
}

.stage .be-searchInput input {
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 80px;
  line-height: 1.1;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 30px;
  border-bottom: none;
}

.stage .be-searchInput input:focus {
  border-bottom: none;
}

.stage .be-searchInput button[type="submit"] {
  right: 24px;
  margin-top: -14px;
}

.stage .be-searchInput button[type="submit"]::before {
  font-size: 25px;
}

.stage .be-searchInput ._divider {
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 18px;
  height: 1px;
  background: #b2c8d0;
}

.stage .be-searchInput button[type="reset"] {
  display: none;
}

.stage .be-searchInput .searchPredictions {
  border-top: 1px solid #b2c8d0;
  top: 80px;
}

.stage .be-searchInput .searchPredictions p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.stage .container-h {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage .container-h {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.stage.-info ._top,
.stage.-hero ._top,
.stage.-hero-ao ._top {
  -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;
}

.stage .be-intro {
  display: inline;
}

.stage .be-intro span {
  display: inline;
}

.stage .be-intro span._overline {
  display: block;
}

.stage .be-infoPopOver {
  display: inline;
  vertical-align: super;
}

@media (max-width: 767px) {
  .stage .be-infoPopOver {
    margin-top: 20px;
  }
}

.stage .content .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stage .content .d-flex .col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.stage .content .d-flex .buttons + div {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .stage .content .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    color: #fff;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    color: #333;
    margin-top: 130px;
  }

  .stage .content .d-flex p a,
  .stage .content .d-flex .list-checked a {
    color: #ef6b57;
  }

  .stage .content .d-flex p a:hover,
  .stage .content .d-flex .list-checked a:hover {
    color: #dba89f;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    margin-top: 90px;
    min-height: 130px;
  }
}

.stage .ce-imageBgFull {
  z-index: 0;
}

.stage .ce-imageBgFull .be-imageFigure {
  background-color: #cccccc;
}

.stage.-bgImage .ce-imageBgFull {
  opacity: 0;
}

.stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@media (max-width: 991px) {
  .stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.stage.-bgImage.-filter-light .ce-imageBgFull .be-imageFigure:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.stage ._badge {
  display: block;
  text-align: center;
  max-width: 100%;
}

@media (min-width: 992px) {
  .stage ._badge {
    position: absolute;
    right: 15px;
    bottom: 40px;
    text-align: right;
  }
}

.stage ._badge img {
  max-width: 400px;
  max-height: 250px;
  width: auto;
}

.stage ._disturber {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 991px) {
  .stage ._disturber {
    height: 30px;
    line-height: 30px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .stage ._disturber {
    position: relative;
    margin: 0 -20px;
    left: 0;
  }
}

.stage ._top {
  padding: 100px 0;
  min-height: 540px;
}

@media (max-width: 767px) {
  .stage ._bottom div + div {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom div + div {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:first-child {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:first-child {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 60px;
  }
}

.stage p {
  margin: 0;
}

.stage .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .stage .btn:last-child {
    margin-top: 20px;
  }
}

.stage .-ghost .be-infoPopOver a::after {
  color: #fff;
}

axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link) {
  color: #ffffff;
  text-decoration: underline;
}

axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):active,
axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):focus,
axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
