.hero-parallax{background-color:var(--wt1);-webkit-user-select:none;user-select:none;opacity:0;flex:1;width:100%;min-height:0;transition:opacity .7s;position:relative;overflow:hidden}.hero-parallax.is-ready{opacity:1}.hero-parallax.hero-parallax-full{min-height:100%}.hero-parallax .hp-layer{will-change:transform;position:absolute;inset:0}.hero-parallax .hp-canvas{aspect-ratio:1;position:absolute;top:50%}.hero-parallax .hp-canvas-width{width:100%;left:50%;transform:translate(-50%,-50%)}.hero-parallax .hp-canvas-cover{min-width:100%;min-height:100%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:650px){.hero-parallax .hp-canvas-cover{left:33%;transform:translate(-33%,-50%)}}.hero-parallax .hp-img-trim{position:absolute}.hero-parallax .hp-img-cover{object-fit:cover}.hero-parallax .hp-blink{opacity:0;position:absolute;inset:0}