#faq .accordion-panel,
#faq .accordion-panel * {
  opacity: 1 !important;
}

/* Kill ALL transitions and animations in the scroller */
.scroller,
.scroller *,
.scroller *::before,
.scroller *::after {
  transition: none !important;
  animation: none !important;
}

.scroller {
  height: 250vw;
}

.scroller .camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.scroller .frame {
  height: 100%;
  padding-left: 20vw;
  padding-right: 50vw;
  display: flex;
  align-items: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.scroller .div-block-9 {
  flex: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  height: 100%;
}

/* Override ALL image styles in the scroller - reset Webflow padding/margins */
.scroller .div-block-9 img,
.scroller .div-block-9 .image-5,
.scroller .div-block-9 .image-17,
.scroller .div-block-9 .image-18,
.scroller .div-block-9 .image-19,
.scroller .div-block-9 .image-20 {
  flex-shrink: 0 !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  height: 100% !important;
  min-height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
}
