.tp-counter-v2-item {
  display: flex;
  overflow: visible;
  gap: 2px;
}
.tp-counter-v2-item .tp-counter-v2-digit-column {
  overflow: hidden;
  position: relative;
}
.tp-counter-v2-item .tp-counter-v2-digit-column .tp-counter-v2-digit-list {
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.tp-counter-v2-item .tp-counter-v2-digit-column .tp-counter-v2-digit-list .tp-counter-v2-digit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
}
.tp-counter-v2-item .tp-counter-v2-digit-column .tp-counter-v2-digit-list .tp-counter-v2-decimal-point {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: inherit;
  font-weight: 700;
}
.tp-counter-v2-item .tp-counter-v2-prefix,
.tp-counter-v2-item .tp-counter-v2-suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.3s ease;
}