.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 50px;
}

.cd-words-wrapper b {
  /*width: auto;*/
  /*margin-left: 13PX;*/
  font-size: 20px;
  color: #6c757d;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  color: rgb(73,80,87);
  font-family: Outfit, sans-serif;
  font-size: 50px;
}

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

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

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

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

.cd-headline b.is-visible {
  color: #495057;
  opacity: 1;
  font-weight: 900;
}

b {
}

