.slick-track, .slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  width: 12px;
  height: 25px;
  text-indent: -999999Px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

ul.slick-initialized .slick-slide {
  display: flex;
}

.slick-slide, .slick-slide *, .slick-arrow {
  outline: none !important;
}

.slick-prev {
  left: -3%;
  background: url("../../img/icons/icon--chevron-left.005d7004ed1c.svg") no-repeat left bottom;
  background-size: contain;
  -webkit-background-size: contain;
}

.slick-next {
  right: -3%;
  background: url("../../img/icons/icon--chevron-right.29ee258fd887.svg") no-repeat left bottom;
  background-size: contain;
  -webkit-background-size: contain;
}

.slick-dots {
  text-align: center;
  bottom: -40px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  background: black;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li + li {
  margin-left: 0.3333333333em;
}
.slick-dots li.slick-active button {
  background: black;
  border: none;
}
