/* Slide 46 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-46-4fdc205b"] */
@media (max-width: 767px) {
  .slide[data-cid=slide-46-4fdc205b] .box-46 {
    margin-bottom: 30px;
  }
}
.slide[data-cid=slide-46-4fdc205b].whiteSlide .box-46 .shadow {
  box-shadow: none;
}

/* Slide 67 (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-67-737b160c"] */
.slide[data-cid=slide-67-737b160c] .box-67 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden;
}
.slide[data-cid=slide-67-737b160c] .box-67 .thumbnail-67 {
  font-size: 0;
  overflow: hidden;
}
.slide[data-cid=slide-67-737b160c] .box-67 .thumbnail-67 img {
  border-radius: 6px 6px 0 0;
  backface-visibility: hidden;
  transition: 0.35s;
}
.slide[data-cid=slide-67-737b160c] .box-67:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}
.slide[data-cid=slide-67-737b160c] .box-67:hover .thumbnail-67 img {
  transform: scale(1.0225);
}
.slide[data-cid=slide-67-737b160c] .box-67 .name-67 {
  padding: 19px 15px 25px;
  background: #FFFFFF;
}

/* Slide 75 (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-75-94286c68"] */
.slide[data-cid=slide-75-94286c68] .slider.animated.fromAbove [class*=ae-]:not(.done) {
  transform: scale(1) translate3d(0, 0, 0);
}

/* Slide 131 (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-131-5952476e"] */
.slide[data-cid=slide-131-5952476e] .box-131 {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide[data-cid=slide-131-5952476e] .box-131:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2196F3;
  opacity: 0;
  transition: 0.15s;
}
.slide[data-cid=slide-131-5952476e] .box-131:hover {
  opacity: 1;
}
.slide[data-cid=slide-131-5952476e] .box-131:hover:after {
  opacity: 0.9;
}
.slide[data-cid=slide-131-5952476e] .box-131-inner {
  z-index: 1;
}
@media (min-width: 768px) {
  .slide[data-cid=slide-131-5952476e] .form-131 input[type=email] {
    max-width: 208px;
  }
}
@media (max-width: 767px) {
  .slide[data-cid=slide-131-5952476e] .form-131 input[type=email] {
    text-align: center;
  }
}

/* Slide 108 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-108-7f16afd7"] */
.slide[data-cid=slide-108-7f16afd7] .step-number-108 {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide[data-cid=slide-108-7f16afd7].whiteSlide .step-number-108 {
  background: #BBBBBB !important;
}
.slide[data-cid=slide-108-7f16afd7].whiteSlide .step-number-108 h4 {
  color: #fff !important;
}
.slide[data-cid=slide-108-7f16afd7].whiteSlide .step-number-108.active {
  background: #2196F3 !important;
}
.slide[data-cid=slide-108-7f16afd7]:not(.whiteSlide) .step-number-108 {
  background: #fff !important;
}
.slide[data-cid=slide-108-7f16afd7]:not(.whiteSlide) .step-number-108 h4 {
  color: #202020 !important;
}
.slide[data-cid=slide-108-7f16afd7]:not(.whiteSlide) .step-number-108.active {
  background: #2196F3 !important;
}
.slide[data-cid=slide-108-7f16afd7]:not(.whiteSlide) .step-number-108.active h4 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .slide[data-cid=slide-108-7f16afd7] .step-number-108 {
    height: 30px;
    width: 30px;
  }
  .slide[data-cid=slide-108-7f16afd7] .step-container-108 {
    min-width: 180px;
  }
}
