.slick-arrow {
  height: 2.75em;
  width: 3.75em;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 30%;
  left: auto;
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow::before {
  content: "";
  position: relative;
  color: #002E5F;
  height: 1em;
  width: 100%;
  background: url(../../images/icons/right-arrow.svg) no-repeat center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  border: none;
  top: auto;
  right: auto;
}
.slick-arrow:hover {
  background-color: #FFF;
}

.slick-prev.slick-arrow {
  right: auto;
  left: -30px;
  rotate: 180deg;
}

.slick-next.slick-arrow {
  right: -30px;
  left: auto;
}/*# sourceMappingURL=slider.css.map */