.slick-dots {
  -webkit-display: flex;
  display: flex;
}

.year-item {
  position: relative;
}

.year-item:not(.fot) .arrow::after, .year-item::after, .year-item::before {
  position: absolute;
}

.year-item::after, .year-item::before, .year-item:not(.fot) .arrow::after {
  top: 0;
}

.year-item::after, .year-item::before {
  left: 0;
}

.year-item:not(.fot) .arrow::after {
  bottom: 0;
}

.year-item::after, .year-item::before {
  right: 0;
}

.slider-controls {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-controls .control {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  font-size: 1.5rem;
}
.slider-controls .control i {
  font-size: 1.5rem;
}
.slider-controls .control:first-child {
  margin-right: auto;
  margin-left: 0.75rem;
}
.slider-controls .control:last-child {
  margin-right: 0.75rem;
  margin-left: auto;
}
.slider-controls .slick-disabled.control {
  display: none !important;
}

@media (min-width: 992px) {
  .slider-controls .control:first-child {
    transform: translateX(-1.5rem);
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .slider-controls .control:last-child {
    margin-right: 0;
    transform: translateX(1.5rem);
  }
}

.draggable {
  -ms-touch-action: none;
  touch-action: none;
}

.slider-title {
  z-index: 1;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  text-align: center;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 576px) {
  .slider-title {
    height: auto;
    text-align: left;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.slider-title .title-wrapper .h5 {
  color: var(--c-white);
}
@media (min-width: 576px) {
  .slider-title .title-wrapper .h5 {
    color: var(--c-blue-dark);
  }
}
.slider-title .title-wrapper:first-child {
  height: 59.2%;
}
@media (min-width: 576px) {
  .slider-title .title-wrapper:first-child {
    height: 50%;
  }
}
@media (min-width: 576px) {
  .slider-title .title-wrapper:last-child {
    height: 50%;
  }
}

.slider-wrapper {
  padding: 0 2rem;
  max-width: 100%;
}
@media (min-width: 992px) {
  .slider-wrapper {
    padding: 0;
  }
}

.slider-controls {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1510px;
}
.years-slider .slick-slide > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.years-slider .slider-item {
  background-color: var(--c-black-black);
}

.year-item::after, .year-item::before {
  width: calc(50% - 60px);
  height: 50%;
  border-bottom: 2px dotted var(--c-silver-50-black);
  z-index: 0;
}
.year-item::before {
  margin-right: auto;
}
.year-item::after {
  margin-left: auto;
}
.year-item:not(.fot)::before {
  content: "";
}
.year-item:not(.fot) .arrow {
  overflow: visible;
}
.year-item:not(.fot) .arrow::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin: auto 0;
  border-right: 2px solid var(--c-silver-50-black);
  border-bottom: 2px solid var(--c-silver-50-black);
  transform: rotate(-45deg) translate(-75%, -85%);
}
.year-item:not(.lot)::after {
  content: "";
}

.companies-slider img, .reports-slider img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .grid-slider .slick-slide.slick-current > div {
    display: flex;
    justify-content: center;
  }
}

.slick-slide {
  height: auto;
}

.slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
