.module-full-image-bg{
  color: var(--white-color);
}
.module-full-image-bg .cta-primary .icon::before {
  filter: invert(1);
}

.module-full-image-bg .cta-primary:hover .icon::before {
  filter: invert(0);
}
.full-width-page-banner .config-text {
    z-index: 1;
    position: relative;
}

.full-width-page-banner .video-trigger {
    width: 100%;
}
.module-full-image-bg .cta{
  background-color: #F8FAFE1A;
  border: 1px solid #414A54;
  width: fit-content;
  color: var(--white-color);
}
.module-full-image-bg .cta .icon, 
.module-full-image-bg .cta:hover {
  color: var(--black-color);
}
.full-width-page-banner {
  min-height: 35rem;
}
.full-width-page-banner__text{
  color: var(--white);
  padding-top: 13.5rem;
  padding-bottom: 6.9rem;
  opacity: 1;
}
.full-width-page-banner .config-text {
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 2.5rem;
}
.full-width-page-banner__section-title{
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;

}
.full-width-page-banner__text-inner h1 { 
  font-size: 4.6rem;
  font-weight: 500;
}
.full-width-page-banner .config-text .config-text__section-title, .full-width-page-banner .config-text .heading {
  color: var(--white-color);
}
.full-width-page-banner__image-wrapper:after {
    content: '';
    background: transparent linear-gradient(90deg, #E11BCC 0%, #00F3D1 49%, #66FC90 100%) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
}
.full-width-page-banner-stats .module-Ticker-row {display: none;}
.full-width-page-banner-stats .module-Ticker {    padding-top: 60px;    padding-bottom: 60px;}
@media (min-width: 768px) {
  .full-width-page-banner.big-height, .full-width-page-banner.big-height .config-text{
    min-height: 50rem;
  }
  .full-width-page-banner .config-text {
    padding-bottom: 6.5rem;
  }
}
@media (max-width: 767px) {
  .full-width-page-banner__image-wrapper {
    min-height: 250px;
  }
  .full-width-page-banner__text {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .full-width-page-banner__section-title {
    font-size: 1.3rem;
  }
  .full-width-page-banner__text-inner h1 {
    font-size: 3.2rem;
  }
  .full-width-page-banner-stats .module-Ticker {    padding-top: 30px;    padding-bottom: 30px;}

}