.text-black {
  color: var(--black-color) !important;
}

.text-gray {
  color: var(--black-opa04) !important;
}

.text14 {
  font-size: var(--text14);
  line-height: 20px;
  color: var(--gray-color);
  text-transform: uppercase;
}

.text14-low {
  font-size: var(--text14);
  color: var(--gray-color);
}

.animText14 {
  opacity: 0;
}

.text-no-wrap {
  white-space: nowrap;
}


.table-text-small {
  opacity: 0;
}


.title-animation-big-wrap {
  height: 200px;
  margin-bottom: 40px;
}

.title-animation-wrap {
  height: 100px;

  position: relative;
}

.single-title-animation-wrap {
  overflow: hidden;
  height: 0;

  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.title-big {
  font-size: 110px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: 0;

  position: absolute;
  left: 0;
  bottom: 0;
}

.title-big-static {
  position: static;
  margin-bottom: 40px;
}

.title-medium {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--gray-color);

  opacity: 0;
}

.text-side {
  text-align: right;
}

@media (max-width: 991.98px) {
  .title-animation-big-wrap {
    height: calc(46px * 2);
    margin-bottom: 20px;
  }

  .title-animation-wrap {
    height: 46px;
  }

  .title-big {
    font-size: 46px;
    line-height: 46px;
  }

  .title-medium {
    font-size: 30px;
    line-height: 30px;
  }

  .title-big-static {
    position: static;
    margin-bottom: 20px;
  }
}
























