:root{--scroll-start: -50%;--scroll-end: 0}@keyframes scroll-x{0%{transform:translate(var(--scroll-end))}to{transform:translate(var(--scroll-start))}}@keyframes scroll-y{0%{transform:translateY(var(--scroll-start))}to{transform:translateY(var(--scroll-end))}}@keyframes scroll-y-reverse{0%{transform:translateY(var(--scroll-end))}to{transform:translateY(var(--scroll-start))}}.container-scroll{height:31.625rem;max-height:32.625rem;overflow:hidden}.container-scroll-horizontal{height:10.625rem;max-height:12.625rem;overflow:hidden}.scroll-item{width:100%;height:auto;padding:0 1.3rem}.container-scroll-horizontal .scroll-item{height:100%;position:relative}.container-scroll-horizontal .scroll-item .col-scroll-x{display:flex;width:auto;height:100%;overflow:hidden;position:absolute}.container-scroll-horizontal .scroll-item .col-scroll-x img{width:auto;height:100%;flex-shrink:0;margin-right:10px}img.banner{clip-path:url(#banner-mask)}img.doorway{clip-path:url(#doorway-mask)}img.hexagon{clip-path:url(#hexagon-mask)}img.oval{clip-path:url(#oval-mask)}img.rectangle{clip-path:url(#rectangle-mask)}.site-svg-masks{height:0;overflow:hidden;width:100%}@media (min-width: 768px){.col-scroll-x{animation:scroll-x 40s linear infinite}.col-scroll-y{animation:scroll-y 40s linear infinite}.col-scroll-y-reverse{animation:scroll-y-reverse 40s linear infinite}}
