.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 3rem;
  font-weight: bolder;
}

@media (max-width: 430px) {
  .cd-words-wrapper {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .cd-words-wrapper {
    font-size: 1.7rem;
  }
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 3rem;
  color: var(--orange);
}

@media (max-width: 430px) {
  .blc {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .blc {
    font-size: 1.7rem;
  }
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: bolder;
}

@media (max-width: 991px) {
  .cd-headline b.is-visible {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .cd-headline b.is-visible {
    margin-right: 50px;
  }
}

