/* Background && Buttons Colors: */
/* Text Colors: */
/* Slide 114 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-114-1e3f3a4e"] */
.slide[data-cid=slide-114-1e3f3a4e] .social-114:hover {
  opacity: 1 !important;
}
.slide[data-cid=slide-114-1e3f3a4e].whiteSlide svg {
  fill: #202020 !important;
  stroke: #202020 !important;
}
.slide[data-cid=slide-114-1e3f3a4e]:not(.whiteSlide) svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.slide[data-cid=slide-114-1e3f3a4e] .swiper-button-next, .slide[data-cid=slide-114-1e3f3a4e] .swiper-button-prev {
  height: 30px;
  width: 30px;
  top: 120px;
}
.slide[data-cid=slide-114-1e3f3a4e] .swiper-button-prev {
  left: -60px;
}
.slide[data-cid=slide-114-1e3f3a4e] .swiper-button-next {
  right: -60px;
}
@media (max-width: 767px) {
  .slide[data-cid=slide-114-1e3f3a4e] .swiper-button-prev {
    left: calc(50% - 60px);
    bottom: -60px;
    top: auto;
  }
  .slide[data-cid=slide-114-1e3f3a4e] .swiper-button-next {
    right: calc(50% - 60px);
    bottom: -60px;
    top: auto;
  }
}
