.our-history-slider {
  background: #011B1C;
  padding: 80px 0 78px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .our-history-slider {
    padding: 80px 0 94px;
  }
}
.our-history-slider__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.our-history-slider__slider {
  position: relative;
}
.our-history-slider__slider .slick-list {
  overflow: visible;
}
.our-history-slider__slider__image-wrapper {
  position: relative;
}
.our-history-slider__slider__item {
  position: relative;
  width: 203px;
  margin-right: 12px;
}
.our-history-slider__slider__item .our-history-slider__slider__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 27, 28, 0.65);
}
.our-history-slider__slider__item.slick-current .our-history-slider__slider__image-wrapper::before {
  display: none;
}
.our-history-slider__slider__image {
  border-radius: 120px 120px 20px 20px;
}
.our-history-slider__slider__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.slick-current .our-history-slider__slider__title {
  visibility: visible;
  opacity: 1;
}
.our-history-slider__slider__text {
  width: 280px;
  position: relative;
  left: -40px;
  margin-top: 32px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  text-align: center;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .our-history-slider__slider__text {
    font-size: 16px;
    line-height: 200%;
  }
}
.slick-current .our-history-slider__slider__text {
  visibility: visible;
  opacity: 1;
}
.our-history-slider__slider-dots ul {
  margin: 40px 0 0;
  display: none !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .our-history-slider__slider-dots ul {
    display: flex !important;
  }
}
.our-history-slider__slider-dots ul li {
  display: block;
  width: 16px;
  height: 16px;
  background: #97cec3;
  border-radius: 100%;
  cursor: pointer;
}
.our-history-slider__slider-dots ul li.slick-active {
  background: #004c51;
  border-radius: 100% 100% 0 0;
}
.our-history-slider__slider-dots ul li button {
  visibility: hidden;
  opacity: 0;
}
.our-history-slider__navigation-arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 91px;
  display: flex;
  justify-content: space-between;
}
.our-history-slider__navigation-arrows::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 32px;
  width: calc(50% - 160px);
  height: 1px;
  opacity: 0.4;
  border-top: 1px dashed #fff;
}
.our-history-slider__navigation-arrows::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 32px;
  width: calc(50% - 160px);
  height: 1px;
  opacity: 0.4;
  border-top: 1px dashed #fff;
}
@media (max-width: 767px) {
  .our-history-slider__navigation-arrows {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */