.l-counters {
  position: relative;
}
.l-counters__title-container {
  margin-bottom: 80px;
}
@media (max-width: 1599.98px) {
  .l-counters__title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 991.98px) {
  .l-counters__title-container {
    margin-bottom: 50px;
  }
}
.l-counters__container {
  position: relative;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .l-counters__container {
    row-gap: 40px;
    column-gap: 30px;
  }
}
.l-counters .slick-slide {
  border-right: 1px dashed rgba(106, 106, 106, 0.35);
}
.l-counters .slick-slide:last-child {
  border-right: none;
}
.l-counters__slide {
  flex: 1;
  border-right: 1px dashed rgba(106, 106, 106, 0.35);
  width: 25%;
}
.l-counters__slide:last-of-type {
  border-right: none;
}
@media (max-width: 767.98px) {
  .l-counters__slide:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 991.98px) {
  .l-counters__slide {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 50%;
    flex: unset;
  }
}
@media (max-width: 767.98px) {
  .l-counters__slide {
    width: calc(50% - 15px);
  }
}
.l-counters__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .l-counters__item {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .l-counters__item {
    gap: 5px;
    padding: 0;
  }
}
.l-counters__item-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.l-counters__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 250px;
}
.l-counters__value-container {
  display: flex;
  align-items: flex-end;
}
.l-counters__item-value {
  font-size: 3.125em;
  font-weight: 600;
  color: #144051;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-counters__item-value {
    font-size: 2em;
  }
}
.l-counters__item-value-prev {
  font-size: 1.875em;
  color: #144051;
}
@media (max-width: 767.98px) {
  .l-counters__item-value-prev {
    font-size: 1.25em;
  }
}
.l-counters__item-value-next {
  font-size: 1.25em;
  color: #144051;
}
@media (max-width: 767.98px) {
  .l-counters__item-value-next {
    font-size: 1.25em;
  }
}
.l-counters__item-value-alt {
  padding-right: 10px;
  color: #144051;
}
.l-counters__item-text {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.43;
  color: #144051;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-counters__item-text {
    font-size: 0.8125em;
  }
}
.l-counters__item-desc {
  line-height: normal;
  color: #808080;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-counters__item-desc {
    font-size: 0.75em;
  }
}
.l-counters__image-wrapper {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .l-counters__image-wrapper {
    width: 90px;
    height: 90px;
  }
}
.l-counters .slick-dots {
  bottom: -20px;
}