.ptv-carousel{--ptv-carousel-card-w:min(340px,75vw);--ptv-carousel-gap:2px;--ptv-carousel-peek-scale:.88;--ptv-carousel-peek-opacity:.55;--ptv-carousel-ease:cubic-bezier(.22,1,.36,1);--ptv-carousel-pad-top:26px;--ptv-carousel-pad-bottom:4px}.ptv-carousel:not(.e-con-boxed),.ptv-carousel.e-con-boxed>.e-con-inner{display:flex;flex-wrap:nowrap!important;flex-direction:row!important;width:100%!important;box-sizing:border-box!important;gap:var(--ptv-carousel-gap);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-block:var(--ptv-carousel-pad-top) var(--ptv-carousel-pad-bottom);padding-inline:calc(( 100% - var(--ptv-carousel-card-w) ) / 2);cursor:grab}.ptv-carousel:not(.e-con-boxed)::-webkit-scrollbar,.ptv-carousel.e-con-boxed>.e-con-inner::-webkit-scrollbar{display:none}.ptv-carousel.is-dragging,.ptv-carousel.e-con-boxed>.e-con-inner.is-dragging{cursor:grabbing;scroll-snap-type:none}.ptv-carousel--sm{--ptv-carousel-card-w:min(240px,62vw)}.ptv-carousel--lg{--ptv-carousel-card-w:min(440px,80vw)}.ptv-carousel:not(.e-con-boxed)>*,.ptv-carousel.e-con-boxed>.e-con-inner>*{flex:0 0 var(--ptv-carousel-card-w)!important;width:var(--ptv-carousel-card-w)!important;max-width:var(--ptv-carousel-card-w)!important;scroll-snap-align:center;transform:scale(var(--ptv-carousel-peek-scale));opacity:var(--ptv-carousel-peek-opacity);transition:transform 420ms var(--ptv-carousel-ease),opacity 420ms var(--ptv-carousel-ease)}.ptv-carousel:not(.e-con-boxed)>*.ptv-carousel-active,.ptv-carousel.e-con-boxed>.e-con-inner>*.ptv-carousel-active{transform:scale(1);opacity:1}body.elementor-editor-active .ptv-carousel:not(.e-con-boxed),body.elementor-editor-active .ptv-carousel.e-con-boxed>.e-con-inner{padding-inline:0;scroll-snap-type:none;cursor:default}body.elementor-editor-active .ptv-carousel:not(.e-con-boxed)>*,body.elementor-editor-active .ptv-carousel.e-con-boxed>.e-con-inner>*{transform:none;opacity:1}.ptv-carousel-dots{--ptv-carousel-dots-gap:6px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:var(--ptv-carousel-dots-gap);width:100%}.ptv-carousel-dot{appearance:none;border:none;padding:0;width:8px;height:8px;border-radius:999px;background:#d7dedd;cursor:pointer;transition:width 320ms cubic-bezier(.65,0,.35,1),background-color 200ms linear}.ptv-carousel-dot:hover{background:#00b1aa;opacity:.7}.ptv-carousel-dot.is-active{width:24px;background:#00b1aa}.ptv-carousel-dot:focus-visible{outline:2px solid #00b1aa;outline-offset:3px}@media (prefers-reduced-motion:reduce){.ptv-carousel,.ptv-carousel *,.ptv-carousel-dot{scroll-behavior:auto;transition-duration:1ms!important}}