.sfps-nav{display:flex;z-index:90;margin:0;padding:0}.sfps-nav--v{position:fixed;top:50%;right:24px;transform:translateY(-50%);flex-direction:column;gap:14px}.sfps-nav--h{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);flex-direction:row;gap:12px}.sfps-nav__dot{width:12px;height:12px;padding:0;border:2px solid var(--sfps-nav-color, #fff);border-radius:50%;background:rgba(0,0,0,.15);box-shadow:0 0 0 1px rgba(0,0,0,.35),0 1px 4px rgba(0,0,0,.35);cursor:pointer;transition:transform .2s ease,background-color .2s ease;appearance:none}.sfps-nav__dot:hover{transform:scale(1.2)}.sfps-nav__dot.is-active{background:var(--sfps-nav-color, #fff);transform:scale(1.25)}.sfps-nav__dot:focus-visible{outline:2px solid var(--sfps-nav-color, #fff);outline-offset:3px}.sfps-arrow{position:fixed;z-index:90;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--sfps-arrow-bg, rgba(0, 0, 0, 0.35));color:var(--sfps-nav-color, #fff);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.sfps-arrow svg{width:22px;height:22px}.sfps-arrow:hover{transform:scale(1.08)}.sfps-arrow:focus-visible{outline:2px solid var(--sfps-nav-color, #fff);outline-offset:3px}.sfps-arrow[disabled]{opacity:.3;pointer-events:none}.sfps-arrow--v.sfps-arrow--prev{top:16px;left:50%;transform:translateX(-50%)}.sfps-arrow--v.sfps-arrow--prev svg{transform:rotate(180deg)}.sfps-arrow--v.sfps-arrow--prev:hover{transform:translateX(-50%) scale(1.08)}.sfps-arrow--v.sfps-arrow--next{bottom:16px;left:50%;transform:translateX(-50%)}.sfps-arrow--v.sfps-arrow--next:hover{transform:translateX(-50%) scale(1.08)}.sfps-arrow--h{position:absolute;top:50%}.sfps-arrow--h.sfps-arrow--prev{left:16px;transform:translateY(-50%)}.sfps-arrow--h.sfps-arrow--prev svg{transform:rotate(90deg)}.sfps-arrow--h.sfps-arrow--prev:hover{transform:translateY(-50%) scale(1.08)}.sfps-arrow--h.sfps-arrow--next{right:16px;transform:translateY(-50%)}.sfps-arrow--h.sfps-arrow--next svg{transform:rotate(-90deg)}.sfps-arrow--h.sfps-arrow--next:hover{transform:translateY(-50%) scale(1.08)}.sfps-anim-fade .sfps-section{opacity:0;transform:none}.sfps-anim-fade .sfps-section.sfps-active{opacity:1}.sfps-anim-slide .sfps-section.sfps-above{transform:translate3d(0, -100%, 0)}.sfps-anim-slide .sfps-section.sfps-below{transform:translate3d(0, 100%, 0)}.sfps-anim-slide .sfps-section.sfps-active{transform:translate3d(0, 0, 0)}.sfps-anim-zoom .sfps-section{opacity:0}.sfps-anim-zoom .sfps-section.sfps-above{transform:scale(1.08)}.sfps-anim-zoom .sfps-section.sfps-below{transform:scale(0.92)}.sfps-anim-zoom .sfps-section.sfps-active{opacity:1;transform:scale(1)}.sfps-anim-parallax .sfps-section.sfps-above{transform:translate3d(0, -30%, 0);z-index:1}.sfps-anim-parallax .sfps-section.sfps-below{transform:translate3d(0, 100%, 0);z-index:3}.sfps-anim-parallax .sfps-section.sfps-active{transform:translate3d(0, 0, 0);z-index:2}.sfps-anim-cover .sfps-section.sfps-above{transform:none;z-index:1}.sfps-anim-cover .sfps-section.sfps-below{transform:translate3d(0, 100%, 0);z-index:3}.sfps-anim-cover .sfps-section.sfps-active{transform:none;z-index:2}.sfps-anim-reveal .sfps-section.sfps-above{transform:translate3d(0, -100%, 0);z-index:3}.sfps-anim-reveal .sfps-section.sfps-below{transform:none;z-index:1}.sfps-anim-reveal .sfps-section.sfps-active{transform:none;z-index:2}.sfps-axis-h.sfps-anim-slide .sfps-section.sfps-above{transform:translate3d(-100%, 0, 0)}.sfps-axis-h.sfps-anim-slide .sfps-section.sfps-below{transform:translate3d(100%, 0, 0)}.sfps-axis-h.sfps-anim-slide .sfps-section.sfps-active{transform:translate3d(0, 0, 0)}.sfps-axis-h.sfps-anim-parallax .sfps-section.sfps-above{transform:translate3d(-30%, 0, 0)}.sfps-axis-h.sfps-anim-parallax .sfps-section.sfps-below{transform:translate3d(100%, 0, 0)}.sfps-axis-h.sfps-anim-parallax .sfps-section.sfps-active{transform:translate3d(0, 0, 0)}.sfps-axis-h.sfps-anim-cover .sfps-section.sfps-below{transform:translate3d(100%, 0, 0)}.sfps-axis-h.sfps-anim-reveal .sfps-section.sfps-above{transform:translate3d(-100%, 0, 0)}.sfps-horizontal.sfps-h-ready{position:relative}.sfps-h-scroller{--display: flex !important;--flex-direction: row !important;--flex-wrap: nowrap !important;display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sfps-h-scroller::-webkit-scrollbar{display:none}.sfps-h-scroller.sfps-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}.sfps-h-scroller.sfps-dragging *{user-select:none}.sfps-h-scroller>.sfps-slide{--flex-grow: 0 !important;--flex-shrink: 0 !important;--flex-basis: 100% !important;--width: 100% !important;flex:0 0 100% !important;width:100%;min-width:100%;max-width:100%;scroll-snap-align:start;scroll-snap-stop:always}.sfps-wrapper{position:relative}.sfps-wrapper.sfps-ready .sfps-section,.sfps-wrapper.sfps-normal .sfps-section{min-height:100vh;min-height:100dvh}.sfps-wrapper.sfps-mode-native{height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sfps-wrapper.sfps-mode-native::-webkit-scrollbar{display:none}.sfps-wrapper.sfps-mode-native.sfps-snap-mandatory{scroll-snap-type:y mandatory}.sfps-wrapper.sfps-mode-native.sfps-snap-proximity{scroll-snap-type:y proximity}.sfps-wrapper.sfps-mode-native .sfps-section{scroll-snap-align:start}.sfps-wrapper.sfps-mode-native.sfps-snap-mandatory .sfps-section{scroll-snap-stop:always}.sfps-wrapper.sfps-mode-native.sfps-axis-h{overflow:hidden;scroll-snap-type:none}.sfps-wrapper.sfps-mode-native.sfps-axis-h .sfps-h-track{--display: flex !important;--flex-direction: row !important;--flex-wrap: nowrap !important;display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;height:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.sfps-wrapper.sfps-mode-native.sfps-axis-h .sfps-h-track::-webkit-scrollbar{display:none}.sfps-wrapper.sfps-mode-native.sfps-axis-h.sfps-h-track{--display: flex !important;--flex-direction: row !important;--flex-wrap: nowrap !important;display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;height:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.sfps-wrapper.sfps-mode-native.sfps-axis-h.sfps-h-track::-webkit-scrollbar{display:none}.sfps-wrapper.sfps-mode-native.sfps-axis-h.sfps-snap-proximity .sfps-h-track,.sfps-wrapper.sfps-mode-native.sfps-axis-h.sfps-snap-proximity.sfps-h-track{scroll-snap-type:x proximity}.sfps-wrapper.sfps-mode-native.sfps-axis-h .sfps-section{--flex-grow: 0 !important;--flex-shrink: 0 !important;--flex-basis: 100% !important;--width: 100% !important;flex:0 0 100% !important;width:100%;min-width:100%;max-width:100%;height:100%;min-height:0;overflow-y:auto;scroll-snap-align:start}.sfps-wrapper.sfps-mode-native.sfps-axis-h.sfps-snap-mandatory .sfps-section{scroll-snap-stop:always}.sfps-wrapper.sfps-mode-transform{height:100vh;height:100dvh;overflow:hidden}.sfps-wrapper.sfps-mode-transform>.e-con-inner{position:relative;height:100%}.sfps-wrapper.sfps-mode-transform .sfps-section{position:absolute;inset:0;width:100%;height:100%;min-height:0;overflow-y:auto;visibility:hidden;z-index:1;backface-visibility:hidden;will-change:transform,opacity}.sfps-wrapper.sfps-mode-transform .sfps-section.sfps-active{visibility:visible;z-index:2}.sfps-mode-transform.sfps-animate .sfps-section{transition:transform var(--sfps-speed, 700ms) cubic-bezier(0.65, 0, 0.35, 1),opacity var(--sfps-speed, 700ms) cubic-bezier(0.65, 0, 0.35, 1),visibility 0s var(--sfps-speed, 700ms)}.sfps-mode-transform.sfps-animate .sfps-section.sfps-active{transition-delay:0s,0s,0s}.sfps-section:focus{outline:none}@media(prefers-reduced-motion: reduce){.sfps-mode-transform .sfps-section{transition:none !important}.sfps-mode-native{scroll-behavior:auto !important}}
