/* Slide 168 (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-168-f55c9be5"] */
.slide[data-cid=slide-168-f55c9be5] .img-168 {
  max-width: 70%;
}
@media (max-width: 767px) {
  .slide[data-cid=slide-168-f55c9be5] .img-168 {
    left: unset !important;
    right: 0;
  }
}

/* Slide 106 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-106-41e56f88"] */
.slide[data-cid=slide-106-41e56f88] .btn-106 {
  height: 20px;
  width: 20px !important;
  background: #202020 url(../assets/svg/play.svg) 50% 50% no-repeat;
  background-size: 10px;
  border-radius: 50%;
}
.slide[data-cid=slide-106-41e56f88].whiteSlide .block-106 .actionButton.white {
  background: #BBBBBB !important;
  fill: #202020 !important;
}
.slide[data-cid=slide-106-41e56f88].whiteSlide .block-106 .actionButton svg {
  fill: #fff;
}
.slide[data-cid=slide-106-41e56f88]:not(.whiteSlide) .block-106 .actionButton svg {
  fill: #202020 !important;
}
.slide[data-cid=slide-106-41e56f88] .social-106.button.actionButton:hover:not(:active) {
  transform: scale(1.1) !important;
}
.slide[data-cid=slide-106-41e56f88] .img-106-middle, .slide[data-cid=slide-106-41e56f88] .img-106-small {
  position: absolute;
}
.slide[data-cid=slide-106-41e56f88] .img-106-big {
  width: 64.4%;
}
.slide[data-cid=slide-106-41e56f88] .img-106-middle {
  width: 54.24%;
  top: 47.37%;
  left: 44.68%;
}
.slide[data-cid=slide-106-41e56f88] .img-106-small {
  width: 40.68%;
  top: 84.32%;
  left: 10.17%;
}
@media (max-width: 767px) {
  .slide[data-cid=slide-106-41e56f88] .slide-106-reorder-0 {
    order: 0;
    margin-bottom: 33vw;
  }
  .slide[data-cid=slide-106-41e56f88] .slide-106-reorder-1 {
    order: 1;
  }
}

/* Slide 57 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-57-d085fd75"] */
.slide[data-cid=slide-57-d085fd75] .social-circles li {
  display: inline-block;
  padding: 5px;
}
.slide[data-cid=slide-57-d085fd75] .social-circles li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.slide[data-cid=slide-57-d085fd75] .social-circles li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.slide[data-cid=slide-57-d085fd75] .social-circles li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
