.touch-swiper{display:flex;margin-left:-1rem;margin-right:-1rem;position:relative;width:calc(100% + 2rem)}.touch-swiper .element-wrapper{display:flex;flex:0 0 auto;flex-direction:row;gap:1rem;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%}@media(any-hover:none){.touch-swiper .element-wrapper{scrollbar-width:none}}.touch-swiper .element-wrapper:before{content:"";display:block;flex:0 0 auto;scroll-snap-align:start;width:0}.touch-swiper .element-wrapper .element{flex:0 0 auto;margin-left:-1rem;min-width:0;padding-left:1rem;padding-right:1rem;scroll-snap-align:start;width:30%}@media(max-width:1027.98px){.touch-swiper .element-wrapper .element{width:64%}}@media(max-width:787.98px){.touch-swiper .element-wrapper .element{width:calc(80% - 1rem)}}.touch-swiper .carousel-control-next,.touch-swiper .carousel-control-prev,.touch-swiper .touch-control-next{z-index:2}.touch-swiper .touch-control-next{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;opacity:1;position:absolute;right:1rem;top:calc(50% - 1.25rem);transition:opacity .15s ease-in-out,visibility .15s ease-in-out;visibility:visible}.touch-swiper .touch-control-next i{background:#fff;border:2px solid #971b2f;border-radius:50%;color:#971b2f;display:grid;font-size:1.25rem;height:2.5rem;place-items:center;transition:opacity .15s ease-in-out;width:2.5rem}.touch-swiper .touch-control-next[disabled]{opacity:0;visibility:hidden}.touch-swiper:after,.touch-swiper:before{background:red;content:"";display:block;height:100%;pointer-events:none;position:absolute;width:1rem;z-index:1}.touch-swiper:before{background:linear-gradient(90deg,#f3f7ec,transparent);left:0}.touch-swiper:after{background:linear-gradient(270deg,#f3f7ec,transparent);right:0}