.slider section {
  background-color: transparent;
}

/* Slide active states */
.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__arrow {
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  outline: 0;
  top: calc(50% - 2vw);
  width: 4vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  cursor: pointer;
  transition: all ease-in-out .3s;
}