.fc-section{position:relative;overflow:hidden;isolation:isolate}.fc-section *{box-sizing:border-box}.fc-section img,.fc-section video{max-width:100%}.fc-bg{position:absolute;top:0;right:0;bottom:0;left:0;top:var(--edge-h, 0px);z-index:0;pointer-events:none;opacity:var(--bg-opacity, 1);overflow:hidden}.fc-bg img,.fc-bg video{width:100%;height:100%;object-fit:cover;object-position:var(--bg-pos, var(--bg-position, center));transform:scale(var(--bg-zoom, 1));transform-origin:var(--bg-pos, var(--bg-position, center));display:block}@media screen and (max-width:749px){.fc-bg img,.fc-bg video{object-position:var(--bg-pos-m, var(--bg-pos, var(--bg-position, center)));transform:scale(var(--bg-zoom-m, var(--bg-zoom, 1)));transform-origin:var(--bg-pos-m, var(--bg-pos, var(--bg-position, center)))}}.fc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:var(--overlay, transparent)}.fc-reveal{transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0s)}.fc-js .fc-reveal:not(.fc-in){opacity:0;transform:translate3d(0,var(--reveal-y, 34px),0)}.fc-reveal.fc-in{opacity:1;transform:translateZ(0)}.fc-js .fc-reveal--scale:not(.fc-in){transform:translate3d(0,var(--reveal-y, 24px),0) scale(.96)}.fc-reveal--scale.fc-in{transform:translateZ(0) scale(1)}.fc-stroke{-webkit-text-stroke:var(--stroke-w, 2px) var(--stroke-c, rgba(15, 15, 25, .85));paint-order:stroke fill}.fc-kicker{display:inline-flex;align-items:center;gap:1rem;font-size:calc(clamp(1.1rem,1.4vw,1.4rem) * var(--h-scale, 1));letter-spacing:.32em;text-transform:uppercase;font-weight:600;opacity:.85}.fc-lead{font-size:clamp(1.5rem,2vw,1.9rem);line-height:1.55;max-width:62ch}.fc-heading{font-size:calc(clamp(2.6rem,5vw,5.4rem) * var(--h-scale, 1));line-height:1.04;font-weight:800;letter-spacing:-.01em;margin:0 0 1.6rem;text-wrap:balance;color:inherit}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 3.2rem;border-radius:999px;font-size:1.5rem;font-weight:700;line-height:normal;letter-spacing:.04em;text-decoration:none;cursor:pointer;border:2px solid transparent;background:var(--fc-accent, #e63946);color:#fff;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .25s ease;box-shadow:0 10px 26px #00000038}.fc-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0000004d}.fc-btn:focus-visible{outline:3px solid #ffd54a;outline-offset:3px}.fc-btn--ghost{background:transparent;border-color:currentColor;color:inherit;box-shadow:none}.fc-slideshow{overflow:hidden}.fc-slides{position:relative}.fc-slides__track{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fc-slides__track::-webkit-scrollbar{display:none}.fc-slides__track:focus-visible{outline:3px solid #ffd54a;outline-offset:-3px}.fc-slide{position:relative;flex:0 0 100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center}.fc-slides__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:4.6rem;height:4.6rem;border-radius:50%;border:0;background:#14182e99;color:#fff;font-size:2.4rem;line-height:1;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.fc-slides__arrow:before{content:"";position:absolute;top:-1.1rem;right:-1.1rem;bottom:-1.1rem;left:-1.1rem;border-radius:50%}.fc-slides__arrow>*{pointer-events:none}.fc-slides__arrow:focus-visible{outline:3px solid #ffd54a}.fc-slides__arrow--prev{left:1.6rem}.fc-slides__arrow--next{right:1.6rem}.fc-slides__dots{position:absolute;bottom:1.6rem;left:var(--dots-l, 50%);--dots-t: -50%;transform:translate(calc(var(--dots-t) + var(--dots-x, 0px)),var(--dots-y, 0px));z-index:6;display:flex;gap:.2rem}.fc-slides__dot{position:relative;width:2.8rem;height:2.8rem;border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.fc-slides__dot:before{content:"";width:1.2rem;height:1.2rem;border-radius:50%;border:2px solid #fff;background:transparent;transition:background .2s ease}.fc-slides__dot[aria-selected=true]:before{background:#fff}.fc-slides__dot:focus-visible{outline:3px solid #ffd54a;border-radius:50%}@media screen and (max-width:749px){.fc-slides__dots{transform:translate(calc(var(--dots-t) + var(--dots-x-m, var(--dots-x, 0px))),var(--dots-y-m, var(--dots-y, 0px)))}}.fc-zoombanner .fc-slides__track{display:grid;overflow:hidden;scroll-snap-type:none}.fc-zoombanner .fc-slide{height:var(--zb-h, 58rem);overflow:hidden;align-items:stretch;grid-area:1 / 1;opacity:0;transition:opacity 1.1s ease;pointer-events:none;z-index:1}.fc-zoombanner .fc-slide--leaving{opacity:1;z-index:1}.fc-zoombanner .fc-slide--active{opacity:1;pointer-events:auto;z-index:2}.fc-zoombanner--h-small .fc-slide{--zb-h: 44rem}.fc-zoombanner--h-medium .fc-slide{--zb-h: 58rem}.fc-zoombanner--h-large .fc-slide{--zb-h: 72rem}.fc-zoombanner--h-full .fc-slide{--zb-h: 100svh}.fc-zoombanner__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.fc-zoombanner__bg .fc-dev-desktop,.fc-zoombanner__bg .fc-dev-mobile{height:100%}.fc-zoombanner__bg img{width:100%;height:100%;object-fit:cover;display:block;animation:zbKenburns var(--zb-zoom-s, 16s) ease-in-out infinite alternate}.fc-zoombanner--zoom-out .fc-zoombanner__bg img{animation-direction:alternate-reverse}.fc-zoombanner--zoom-none .fc-zoombanner__bg img{animation:none}.fc-zoombanner__inner{position:relative;z-index:2;height:100%;width:min(140rem,100%);margin-inline:auto;padding:var(--zb-pad-y, 4rem) var(--zb-pad-x, 8rem);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:3rem}.fc-zoombanner__heading{overflow-wrap:break-word;word-break:break-word}.fc-zoombanner__text{min-width:0}.fc-zoombanner--text-right .fc-zoombanner__inner{direction:rtl}.fc-zoombanner--text-right .fc-zoombanner__inner>*{direction:ltr}.fc-zoombanner__heading{font-size:6.4rem;line-height:1.02;font-weight:800;letter-spacing:-.01em;margin:.6rem 0 1.2rem;text-wrap:balance;color:inherit}.fc-zoombanner__text .fc-lead{font-size:1.9rem}.fc-zoombanner__text .fc-lead{margin:0 0 .6rem}.fc-zoombanner__cta{margin-top:2.4rem}.fc-zoombanner__text{transform:scale(var(--zb-text-scale, 1));transform-origin:top left}.fc-zoombanner__text{width:var(--zb-tw, auto)}.fc-zoombanner--text-right .fc-zoombanner__text{transform-origin:top right}.fc-zoombanner__product{justify-self:center;width:var(--zb-prod-w, 34%);min-width:0;--zb-tx: var(--zb-px, 0%);--zb-ty: var(--zb-py, 0%);transform:translate(var(--zb-tx),var(--zb-ty))}.fc-zoombanner__product img{width:100%;height:auto;display:block}.fc-zoombanner__product--shadow img{filter:drop-shadow(0 24px 44px rgba(5,5,20,.45))}.fc-zoombanner__prodtilt{transform:perspective(90rem) rotateY(var(--hx, 0deg)) rotateX(var(--hy, 0deg)) translate(var(--htx, 0px),var(--hty, 0px));transition:transform .25s ease-out;will-change:transform}.fc-zoombanner__edgefade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,var(--ef-c, #000) 0%,transparent var(--ef-x, 0%)),linear-gradient(270deg,var(--ef-c, #000) 0%,transparent var(--ef-x, 0%)),linear-gradient(180deg,var(--ef-c, #000) 0%,transparent var(--ef-y, 0%)),linear-gradient(0deg,var(--ef-c, #000) 0%,transparent var(--ef-y, 0%))}.fc-zoombanner__product--anim-tilt img{animation:zbTilt 7s ease-in-out infinite}.fc-zoombanner__product--anim-float img{animation:zbFloat 6s ease-in-out infinite}.fc-zoombanner__product--anim-pulse img{animation:zbPulse 5s ease-in-out infinite}.fc-zoombanner__product--anim-drift img{animation:zbDrift 11s ease-in-out infinite alternate}.fc-zoombanner__product--anim-orbit img{animation:zbOrbit 9s ease-in-out infinite}.fc-zoombanner__product--anim-swing img{transform-origin:50% -30%;animation:zbSwing 5.5s ease-in-out infinite}.fc-zoombanner__product--anim-levitate img{animation:zbLevitate 6.5s ease-in-out infinite}.fc-zoombanner--swap-spin .fc-slide--active .fc-zoombanner__product{animation:zbSpinIn .9s cubic-bezier(.3,1,.4,1) both}.fc-zoombanner--swap-pop .fc-slide--active .fc-zoombanner__product{animation:zbPopIn .7s cubic-bezier(.34,1.56,.64,1) both}.fc-zoombanner--swap-float .fc-slide--active .fc-zoombanner__product{animation:zbFloatUp .85s cubic-bezier(.22,1,.36,1) both}.fc-zoombanner--swap-swing .fc-slide--active .fc-zoombanner__product{transform-origin:50% 0%;animation:zbSwingIn 1s cubic-bezier(.22,1,.36,1) both}.fc-zoombanner--swap-zoom .fc-slide--active .fc-zoombanner__product{animation:zbZoomSnap .75s cubic-bezier(.22,1,.36,1) both}.fc-zoombanner__product--gloss,.fc-zoombanner__product--glossplay{position:relative}.fc-zoombanner__product--gloss:after,.fc-zoombanner__product--glossplay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.06) 40%,rgba(255,255,255,.75) 50%,rgba(255,255,255,.1) 60%,transparent 70%);background-size:240% 100%;background-repeat:no-repeat;background-position:200% 0;-webkit-mask-image:var(--zb-prod-src);mask-image:var(--zb-prod-src);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:0}.fc-slide--active .fc-zoombanner__product--gloss:after,.fc-zoombanner__product--glossplay:after{animation:zbGloss 2.5s cubic-bezier(.4,0,.2,1) .55s infinite}.fc-zoombanner--pop{animation:zbBannerPop .75s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.fc-zoombanner__product,.fc-zoombanner__product img{animation:none!important}.fc-zoombanner__product--gloss:after{animation:none!important;opacity:0!important}.fc-zoombanner--pop{animation:none}.fc-zoombanner__prodtilt{transition:none;transform:none!important}}.fc-zoombanner .fc-slide .fc-zoombanner__text>*{opacity:0;transform:translateY(16px)}.fc-zoombanner .fc-slide--active .fc-zoombanner__text>*{animation:zbTextIn .65s cubic-bezier(.22,1,.36,1) both}.fc-zoombanner .fc-slide--active .fc-zoombanner__text>:nth-child(2){animation-delay:.1s}.fc-zoombanner .fc-slide--active .fc-zoombanner__text>:nth-child(3){animation-delay:.2s}.fc-zoombanner .fc-slide--active .fc-zoombanner__text>:nth-child(4){animation-delay:.3s}.fc-zoombanner__dots{bottom:2rem}@media screen and (max-width:989px){.fc-zoombanner__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem}}@media screen and (max-width:749px){.fc-zoombanner__inner{grid-template-columns:minmax(0,1fr);gap:1.6rem;padding:var(--zb-pad-y-m, var(--zb-pad-y, 4rem)) var(--zb-pad-x-m, var(--zb-pad-x, 8rem))}.fc-zoombanner__product{order:-1;margin-inline:auto;width:var(--zb-prod-w-m, var(--zb-prod-w, 34%));--zb-tx: var(--zb-px-m, var(--zb-px, 0%));--zb-ty: var(--zb-py-m, var(--zb-py, 0%))}.fc-zoombanner--text-right .fc-zoombanner__inner{direction:ltr}.fc-zoombanner__text{transform:scale(var(--zb-text-scale-m, var(--zb-text-scale, 1)))}.fc-zoombanner__text{width:var(--zb-tw-m, var(--zb-tw, auto))}.fc-zoombanner--hm-small .fc-slide{--zb-h-mob: 44rem}.fc-zoombanner--hm-medium .fc-slide{--zb-h-mob: 58rem}.fc-zoombanner--hm-large .fc-slide{--zb-h-mob: 72rem}.fc-zoombanner--hm-full .fc-slide{--zb-h-mob: 100svh}.fc-zoombanner__product--gloss:after,.fc-zoombanner__product--glossplay:after{-webkit-mask-image:var(--zb-prod-src-m, var(--zb-prod-src));mask-image:var(--zb-prod-src-m, var(--zb-prod-src))}}@media(prefers-reduced-motion:reduce){.fc-zoombanner__bg img,.fc-zoombanner__product img{animation:none!important}.fc-zoombanner .fc-slide .fc-zoombanner__text>*{opacity:1;transform:none;animation:none!important}}@media(prefers-reduced-motion:reduce){.fc-reveal{opacity:1;transform:none;transition:none}}.fc-dev-desktop{display:block;width:100%}.fc-dev-mobile{display:none;width:100%}.fc-off{left:var(--off-x, 0%);top:var(--off-y, 0px)}@media screen and (max-width:749px){.fc-dev-desktop{display:none}.fc-dev-mobile{display:block}.fc-off{left:var(--off-x-m, var(--off-x, 0%));top:var(--off-y-m, var(--off-y, 0px))}}.fc-reveal--txt{transition-duration:var(--tfx-dur, .9s)}[data-fc-tfx-ease=ease-in] .fc-reveal--txt{transition-timing-function:cubic-bezier(.55,0,1,.45)}[data-fc-tfx-ease=ease-out] .fc-reveal--txt{transition-timing-function:cubic-bezier(0,.55,.45,1)}[data-fc-tfx-ease=ease-in-out] .fc-reveal--txt{transition-timing-function:cubic-bezier(.65,0,.35,1)}[data-fc-tfx-ease=linear] .fc-reveal--txt{transition-timing-function:linear}[data-fc-tfx=fade] .fc-reveal--txt:not(.fc-in){transform:none}[data-fc-tfx=fade-down] .fc-reveal--txt:not(.fc-in){transform:translate3d(0,calc(-1 * var(--reveal-y, 34px)),0)}[data-fc-tfx=slide-left] .fc-reveal--txt:not(.fc-in){transform:translate3d(-58px,0,0)}[data-fc-tfx=slide-right] .fc-reveal--txt:not(.fc-in){transform:translate3d(58px,0,0)}[data-fc-tfx=zoom] .fc-reveal--txt:not(.fc-in){transform:translate3d(0,12px,0) scale(.92)}[data-fc-tfx=none] .fc-reveal--txt{opacity:1;transform:none;transition:none}[data-fc-tfx-mode=scroll] .fc-reveal--txt,[data-fc-tfx-mode=scroll] .fc-reveal--txt.fc-in{opacity:var(--tfx-fade, 0);transform:none;transition:opacity .12s linear}@media(prefers-reduced-motion:reduce){[data-fc-tfx-mode=scroll] .fc-reveal--txt{opacity:1!important}.fc-reveal--txt{transition:none}}@keyframes zbKenburns{0%{transform:scale(1)}to{transform:scale(var(--zb-zoom-max, 1.15))}}@keyframes zbOrbit{0%,to{transform:translate(0)}25%{transform:translate(9px,-12px)}50%{transform:translateY(-20px)}75%{transform:translate(-9px,-12px)}}@keyframes zbSwing{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@keyframes zbLevitate{0%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 14px 20px rgba(5,5,20,.5))}50%{transform:translateY(-24px) scale(1.03);filter:drop-shadow(0 52px 60px rgba(5,5,20,.22))}}@keyframes zbSpinIn{0%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(0) scale(.3);opacity:0}to{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(360deg) scale(1);opacity:1}}@keyframes zbPopIn{0%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(.4);opacity:0}to{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(1);opacity:1}}@keyframes zbGloss{0%{background-position:200% 0;opacity:0}4%{opacity:1}40%{opacity:1}46%{background-position:-110% 0;opacity:0}to{background-position:-110% 0;opacity:0}}@keyframes zbBannerPop{0%{opacity:0;transform:translateY(26px) scale(.965)}to{opacity:1;transform:none}}@keyframes zbTilt{0%,to{transform:translateY(0) rotate(-2.5deg)}50%{transform:translateY(-16px) rotate(2.5deg)}}@keyframes zbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes zbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes zbDrift{0%{transform:translate(-3%) rotate(-2deg)}to{transform:translate(3%,-10px) rotate(2deg)}}@keyframes zbTextIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fc-slide--bgfit-contain .fc-zoombanner__bg img{object-fit:contain}.fc-zoombanner__text .fc-zoombanner__heading{color:var(--h-c, inherit);width:var(--hw, auto);font-size:calc(6.4rem * var(--hs, 1))}.fc-zoombanner__text .fc-kicker{color:var(--k-c, inherit)}.fc-zoombanner__text .fc-lead{color:var(--b-c, inherit);width:var(--bw, auto);max-width:var(--bw, 62ch);font-size:calc(1.9rem * var(--bs, 1))}.fc-zoombanner__cta .fc-btn{background:var(--cta-bg, var(--fc-accent, #e63946));color:var(--cta-c, #fff)}.fc-zoombanner__cta .fc-btn--ghost{background:transparent;color:var(--cta-c, inherit);border-color:var(--cta-bg, currentColor);box-shadow:none}@media screen and (max-width:749px){.fc-zoombanner__text .fc-zoombanner__heading{color:var(--h-c-m, var(--h-c, inherit));width:var(--hw-m, var(--hw, auto));font-size:calc(6.4rem * var(--hs-m, var(--hs, 1)))}.fc-zoombanner__text .fc-kicker{color:var(--k-c-m, var(--k-c, inherit))}.fc-zoombanner__text .fc-lead{color:var(--b-c-m, var(--b-c, inherit));width:var(--bw-m, var(--bw, auto));max-width:var(--bw-m, var(--bw, 62ch));font-size:calc(1.9rem * var(--bs-m, var(--bs, 1)))}.fc-zoombanner__cta .fc-btn{background:var(--cta-bg-m, var(--cta-bg, var(--fc-accent, #e63946)));color:var(--cta-c-m, var(--cta-c, #fff))}.fc-zoombanner__cta .fc-btn--ghost{background:transparent;color:var(--cta-c-m, var(--cta-c, inherit));border-color:var(--cta-bg-m, var(--cta-bg, currentColor))}}.fc-txbg--box{display:inline-block;padding:.22em .5em;border-radius:var(--tb-r, 8px);background:var(--tb-c, rgba(0, 0, 0, .55))}.fc-txbg--lines .fc-txbg__in{padding:.1em .4em;border-radius:var(--tb-r, 6px);background:var(--tb-c, rgba(0, 0, 0, .55));-webkit-box-decoration-break:clone;box-decoration-break:clone}.fc-txbg--shadow{text-shadow:0 2px 14px var(--tb-c, rgba(0, 0, 0, .75)),0 0 3px var(--tb-c, rgba(0, 0, 0, .9))}.fc-zoombanner__cta .fc-btn{font-size:calc(1.5rem * var(--cta-s, 1));padding:calc(1.5rem * var(--cta-s, 1)) calc(3.2rem * var(--cta-s, 1))}.fc-zoombanner__cta--free{position:absolute;left:var(--cta-x, 50%);top:var(--cta-y, 50%);margin:0;z-index:3}.fc-zoombanner .fc-slide .fc-zoombanner__cta--free{opacity:0;transform:translateY(16px)}.fc-zoombanner .fc-slide--active .fc-zoombanner__cta--free{animation:zbTextIn .65s cubic-bezier(.22,1,.36,1) .3s both}@media screen and (max-width:749px){.fc-zoombanner__cta .fc-btn{font-size:calc(1.5rem * var(--cta-s-m, var(--cta-s, 1)));padding:calc(1.5rem * var(--cta-s-m, var(--cta-s, 1))) calc(3.2rem * var(--cta-s-m, var(--cta-s, 1)))}.fc-zoombanner__cta--free{left:var(--cta-x-m, var(--cta-x, 50%));top:var(--cta-y-m, var(--cta-y, 50%))}}@media(prefers-reduced-motion:reduce){.fc-zoombanner .fc-slide .fc-zoombanner__cta--free{opacity:1;transform:none;animation:none!important}}@media screen and (min-width:750px){.fc-zoombanner--h-ratio169 .fc-slide{--zb-h: auto;height:auto;aspect-ratio:16 / 9}}@media screen and (min-width:750px){.fc-zoombanner--h-ratio169{container-type:inline-size}.fc-zoombanner--h-ratio169>.fc-slides{zoom:tan(atan2(100cqw,1440px))}}@media screen and (min-width:750px)and (max-width:989px){.fc-zoombanner--h-ratio169 .fc-zoombanner__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:3rem}}@media screen and (min-width:750px){.fc-zoombanner--w{width:var(--zb-w, 100%);margin-inline:auto}}@media screen and (min-width:750px){.fc-zoombanner--h-hero{container-type:inline-size}.fc-zoombanner--h-ratio169>.fc-slides,.fc-zoombanner--h-hero>.fc-slides{zoom:tan(atan2(100cqw,var(--zb-dw, 1440px)))}.fc-zoombanner--h-hero .fc-slide{--zb-h: auto;height:calc(var(--zb-hero-h, 580) * 1px);aspect-ratio:auto}}@media screen and (min-width:750px)and (max-width:989px){.fc-zoombanner--h-hero .fc-zoombanner__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:3rem}}.fc-slide--in-none.fc-slide--active .fc-zoombanner__product{animation:none}.fc-slide--in-pop.fc-slide--active .fc-zoombanner__product{animation:zbPopIn .7s cubic-bezier(.34,1.56,.64,1) both}.fc-slide--in-spin.fc-slide--active .fc-zoombanner__product{animation:zbSpinIn .9s cubic-bezier(.3,1,.4,1) both}.fc-slide--in-float.fc-slide--active .fc-zoombanner__product{animation:zbFloatUp .85s cubic-bezier(.22,1,.36,1) both}.fc-slide--in-swing.fc-slide--active .fc-zoombanner__product{transform-origin:50% 0%;animation:zbSwingIn 1s cubic-bezier(.22,1,.36,1) both}.fc-slide--in-zoom.fc-slide--active .fc-zoombanner__product{animation:zbZoomSnap .75s cubic-bezier(.22,1,.36,1) both}@keyframes zbFloatUp{0%{transform:translate(var(--zb-tx, 0%),calc(var(--zb-ty, 0%) + 14%));opacity:0}70%{transform:translate(var(--zb-tx, 0%),calc(var(--zb-ty, 0%) - 1.2%));opacity:1}to{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%));opacity:1}}@keyframes zbSwingIn{0%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(-8deg);opacity:0}35%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(4deg);opacity:1}65%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(-2deg)}85%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(.8deg)}to{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) rotate(0);opacity:1}}@keyframes zbZoomSnap{0%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(.78);opacity:0}55%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(1.06);opacity:1}80%{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(.985)}to{transform:translate(var(--zb-tx, 0%),var(--zb-ty, 0%)) scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.fc-slide--active .fc-zoombanner__product{opacity:1}}.fc-zoombanner__cta .fc-btn{line-height:1.4}.fc-zoombanner__text{z-index:2}.fc-zoombanner__product{position:relative;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/41/assets/fc-home-banner.css.map */
