@charset 'UTF-8';
/* Icons */
/* .slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  content: "";
  width: 53px;
  height: 53px;
  background: #fff;
  transition: 0.3s ease;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-prev::after,
.slick-next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #0fa59b;
  border-right: solid 3px #0fa59b;
  transform: rotate(50deg) skew(10deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left:-13px;
  transform: rotate(180deg);
}
.slick-next {
  right:-13px;
} */
/* Dots */
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #353535;
  box-shadow: 0 0 3px #fff;
}
.slick-dots .slick-active button {
  background: #0066b4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (max-width: 640px) {
  .slick-dots {
    bottom: 6px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
