/* Section-bound objects cannot cover the locked hero or closing marquee. */
.ptech-path-target { isolation: isolate; }
.ptech-path-host { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ptech-path-canvas { display: block; width: 100%; height: 100%; pointer-events: none; }
.horizontal-words_content .ptech-path-host { opacity: .65; }
.services-tab__content.ptech-path-target { position: relative; }
.services-tab__content .ptech-path-host { inset: -145px auto auto 12%; width: 320px; height: 300px; opacity: .95; }
.services-tab__content:not(.is--right) .ptech-path-host { left: auto; right: 12%; }
#start.ptech-path-target { position: relative; }
#start .ptech-path-host { height: 100svh; top: 16%; opacity: .24; }
@media (max-width: 767px) {
  .horizontal-words_content .ptech-path-host { opacity: .4; }
  .services-tab__content .ptech-path-host { display: none; }
  #start .ptech-path-host { opacity: .15; }
}
@media (prefers-reduced-motion: reduce) {
  .ptech-path-host { display: none; }
}
