.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

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

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

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

.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: 900;
}

.is-visible, .blc {
  color: gery;
}

.animated-text {
  transform: scale(1);
}

@media (min-width: 768px) {
  .animated-text {
    transform: scale(1.2);
  }
}

.noSelect {
  pointer-events: none;
}

.evolveDigitalFooter img {
  width: 32px;
}

.evolveDigitalFooter {
  background: #333;
  border-radius: 60px;
  color: white;
  display: flex;
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
}

.evolveDigitalFooter h6 {
  font-size: 10px;
  font-family: Arial;
  margin: 0px;
  letter-spacing: 0.02em;
}

.evolveDigitalFooter > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evolveDigitalFooter:hover {
  background: white;
  animation: fadeToWhite 0.5s linear;
  color: #333;
  cursor: pointer;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h6, .h6 {
  font-size: 1rem;
}

b, strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img, svg {
  vertical-align: middle;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

a {
  color: var(--bs-secondary-color);
  text-decoration: none;
  transition: all .2s;
}

::selection {
  color: var(--bs-primary);
  background: var(--bs-dark);
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

.evolveDigitalFooter {
  margin-left: auto;
  margin-right: auto;
}

