/* Background && Buttons Colors: */
/* Text Colors: */
/* Slide 07 (#1) */
/* Slide 44 with Vimeo background */
section[data-cid=slide-44-19d2041d].no-effects {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* Background container */
section[data-cid=slide-44-19d2041d].no-effects .background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* Vimeo iframe fills the slide */
section[data-cid=slide-44-19d2041d].no-effects .background iframe.vimeo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* keep links/buttons clickable */
}

/* Content above background */
section[data-cid=slide-44-19d2041d].no-effects .content {
  position: relative;
  z-index: 2;
}

/* Center content vertically */
section[data-cid=slide-44-19d2041d].no-effects .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 0 5%;
}

/* Remove any theme overlay */
section[data-cid=slide-44-19d2041d].no-effects::before,
section[data-cid=slide-44-19d2041d].no-effects::after {
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Slide 103 (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-103-7511543f"] */
.slide[data-cid=slide-103-7511543f] .social-103:hover {
  opacity: 1 !important;
}
