.fade-headline-b6b849d2 {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: center; 
  flex-wrap: wrap;
}

/* Handle Elementor alignment prefix classes */
.elementor-align-left .fade-headline-b6b849d2 {
    justify-content: flex-start;
    text-align: left;
}

.elementor-align-center .fade-headline-b6b849d2 {
    justify-content: center;
    text-align: center;
}

.elementor-align-right .fade-headline-b6b849d2 {
    justify-content: flex-end;
    text-align: right;
}

.phrase-wrap-b6b849d2 {
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  vertical-align: bottom;
  position: relative;
  transition: width 0.1s ease; 
}

.phrase-b6b849d2 {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s; 
  white-space: nowrap;
  display: block;
}

.phrase-b6b849d2.active {
  opacity: 1;
  visibility: visible;
}