/* arrow */
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(86 / 16 * 1em);
  height: calc(86 / 16 * 1em);
  margin: auto 0;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: #07913a;
  color: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: auto;
}

.slick-arrow img,
.slick-arrow svg {
  width: 40% !important;
}

.slick-arrow svg path {
  fill: #fff;
}

/* Dots */
.slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}

.slick-dots li.slick-active button:before {
  background: #07913a;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 1;
  background: #a9a9a9;
}
