@charset "UTF-8";
/* CSS Document */

.tuyau-scroll {
  position: relative;
  overflow-y: hidden ;
}

.tuyau-scroll > :not(.tuyau-scroll__svg) {
  position: relative;
  z-index: 1;
}

.tuyau-scroll .tuyau-scroll__svg {
  position: absolute;
  top: 0;
  height: 3790px;
  max-width: none !important;
  width: auto;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
  display: block;
}

.tuyau-scroll .tuyau-scroll__path {
  fill: none;
  stroke: rgb(250, 183, 0);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}