/* Background && Buttons Colors: */
/* Text Colors: */
/* Slide 107 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-107-92eec97b"] */
.scroll .slide[data-cid=slide-107-92eec97b].slide-107,
.scroll .slide[data-cid=slide-107-92eec97b].slide-107 .container {
  min-height: 100vh;
}

.slide[data-cid=slide-107-92eec97b].slide-107 .wrap {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .slide[data-cid=slide-107-92eec97b].slide-107 .wrap {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .slide[data-cid=slide-107-92eec97b].slide-107 .wrap {
    background-attachment: unset;
  }
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-107-92eec97b].slide-107 .container, .slide[data-cid=slide-107-92eec97b].slide-107 .wrap {
    width: 100% !important;
    min-height: 50vh;
  }
  .slide[data-cid=slide-107-92eec97b].slide-107 .container {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .slide[data-cid=slide-107-92eec97b].slide-107 .wrap {
    display: table;
    background-attachment: inherit;
  }
  .slide[data-cid=slide-107-92eec97b].slide-107 .wrap .mobile-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
}
.slide[data-cid=slide-107-92eec97b] .socials-107 .button.actionButton:hover:not(:active) {
  transform: scale(1.1) !important;
}
.slide[data-cid=slide-107-92eec97b]:not(.whiteSlide) .socials-107 .actionButton svg {
  fill: #202020 !important;
}
.slide[data-cid=slide-107-92eec97b].whiteSlide .socials-107 .actionButton.white {
  background: #BBBBBB !important;
  fill: #202020 !important;
}
.slide[data-cid=slide-107-92eec97b].whiteSlide .socials-107 .actionButton svg {
  fill: #ffffff;
}
