.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.stats .counter-item {
  position: relative;
  margin-bottom: 30px;
}

.stats .counter-item .counter {
  font-size: 80px;
  font-size: 5rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-family: 'SangBleu Versailles';
  line-height: 1.1;
}

.stats .counter-item .counter span.stats__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.stats .counter-item .counter .number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.stats .counter-item .counter .number::after {
  display: inline-block;
  content: "0";
  color: transparent;
}

.stats .counter-item .counter .number > span {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.stats .counter-item .counter .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s -webkit-transform linear;
  transition: 0.15s -webkit-transform linear;
  transition: 0.15s transform linear;
  transition: 0.15s transform linear, 0.15s -webkit-transform linear;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.stats .counter-item .counter .go-out {
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}

.stats .counter-item .counter .animate-number {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-animation: reference-inline-figure-strip-animate-through 0.15s linear;
          animation: reference-inline-figure-strip-animate-through 0.15s linear;
}

.stats .counter-item .counter .blur {
  text-shadow: 0 12px 1px rgba(0, 0, 0, 0.2), 0 -12px 1px rgba(0, 0, 0, 0.2), 0 6px 1px rgba(0, 0, 0, 0.3), 0 -6px 1px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.4);
}

.stats .counter-item .counter .slow {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.stats .counter-item .counter .final {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-animation-name: reference-inline-figure-strip-animate-final;
          animation-name: reference-inline-figure-strip-animate-final;
}

.stats .counter-item .stats__text {
  color: #000000;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .stats {
    padding-bottom: 0;
  }
  .stats .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .stats .counter-item {
    text-align: center;
  }
  .stats .counter-item .counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .stats .counter-item .counter {
    font-size: 53px;
  }
}

@media (max-width: 767px) {
  .stats .counter-item .stats__text {
    top: 0;
  }
  .stats .counter-item .counter .number > span {
    top: 0;
  }
}

@-webkit-keyframes reference-inline-figure-strip-animate-through {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@keyframes reference-inline-figure-strip-animate-through {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@-webkit-keyframes reference-inline-figure-strip-animate-final {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  60% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  70% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  80% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes reference-inline-figure-strip-animate-final {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  60% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  70% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  80% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
/*# sourceMappingURL=stats.css.map */