/* Slide 159 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-159-4b7e9aa3"] */
.slide[data-cid=slide-159-4b7e9aa3] .box-159 {
  border-left: 5px solid rgb(0, 188, 212);
}

/* Slide 62 (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-62-208d62c3"] */
.slide[data-cid=slide-62-208d62c3] .flex-62 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 36px;
}
@media (min-width: 1024px) {
  .slide[data-cid=slide-62-208d62c3] img.macbook-62 {
    max-width: none;
    float: left;
    margin-left: 50px;
  }
}

/* Slide 93 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-93-abbeb3f0"] */
.slide[data-cid=slide-62-208d62c3].whiteSlide .frame-93 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.slide[data-cid=slide-62-208d62c3] .frame-93 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  padding: 40px;
}
.slide[data-cid=slide-62-208d62c3] .frame-93.rounded {
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-62-208d62c3] .frame-93 {
    text-align: center;
  }
  .slide[data-cid=slide-62-208d62c3] .button.button-93 {
    margin: 30px 0 0;
  }
}
@media (max-width: 499px) {
  .slide[data-cid=slide-62-208d62c3] .frame-93 {
    padding: 0px;
    border: none !important;
  }
}

/* Slide 102 (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-102-78ed9d56"] */
.slide[data-cid=slide-102-78ed9d56] .swiper-102-prev, .slide[data-cid=slide-102-78ed9d56] .swiper-102-next {
  background: transparent !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px !important;
  width: 24px !important;
  transition: 0.15s;
}
.slide[data-cid=slide-102-78ed9d56] .swiper-102-prev:hover, .slide[data-cid=slide-102-78ed9d56] .swiper-102-next:hover {
  opacity: 0.6;
}
.slide[data-cid=slide-102-78ed9d56].whiteSlide .swiper-102-prev svg, .slide[data-cid=slide-102-78ed9d56].whiteSlide .swiper-102-next svg {
  stroke: #202020;
  opacity: 0.6;
}
.slide[data-cid=slide-102-78ed9d56] .box-102:active, .slide[data-cid=slide-102-78ed9d56] .box-102:focus {
  outline: none;
}
.slide[data-cid=slide-102-78ed9d56] .box-102:hover {
  opacity: 1;
}
.slide[data-cid=slide-102-78ed9d56] .box-102 {
  max-width: 340px;
}
.slide[data-cid=slide-102-78ed9d56] .img-102 {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.slide[data-cid=slide-102-78ed9d56] .box-102-shadow {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421);
}
.slide[data-cid=slide-102-78ed9d56] .box-102-shadow.done {
  transition: 0.15s !important;
}
.slide[data-cid=slide-102-78ed9d56] .box-102-shadow:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
.slide[data-cid=slide-102-78ed9d56] .thumbnail-102 {
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.slide[data-cid=slide-102-78ed9d56] .social-102:hover {
  opacity: 0.6 !important;
}

.slide[data-cid=slide-102-78ed9d56] .video .videoCover {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: 0.35s;
}
.slide[data-cid=slide-102-78ed9d56] .video .videoCover:hover {
  transform: scale(1.1);
}

.slide[data-cid=slide-102-78ed9d56] .quote-102 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: left;
  color: #fff;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px 6px 0 0;
}


/* Slide 135 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-135-b8dcf49c"] */
.slide[data-cid=slide-135-b8dcf49c] .btn-135 {
  line-height: 60px;
}
.slide[data-cid=slide-135-b8dcf49c] .btn-135 svg {
  height: 26px !important;
  width: 26px !important;
  top: 0 !important;
}
.slide[data-cid=slide-135-b8dcf49c] .box-135 {
  width: 280px !important;
}
