{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js", "ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/EfWkdV8Aai9aSW0pVun1/tIj92o0mvbiupGXYnwzL/HpwS8yNqZ.js", "ssg:https://framerusercontent.com/modules/Fw9AtkyENYGfXvyYGwrj/nuaEW791UDLlHZNgKyDg/HpwS8yNqZ.js", "ssg:https://framerusercontent.com/modules/Fw9AtkyENYGfXvyYGwrj/nuaEW791UDLlHZNgKyDg/HpwS8yNqZ-0.js", "ssg:https://framerusercontent.com/modules/cWzheUovKyCSC1YdU0yC/tGoLTlWiHDvzE6ISFj8Z/gragYSc4G.js", "ssg:https://framerusercontent.com/modules/qio9IeUE7q4jLMZ2e8uU/wXOAZ8a4eT1fR3ewxp3u/Zw563IsI_.js", "ssg:https://framerusercontent.com/modules/E91IsYoZXp9AoX8MiTHH/Y5yVBHLkbnWbPR7jgExJ/Zw563IsI_.js", "ssg:https://framerusercontent.com/modules/E91IsYoZXp9AoX8MiTHH/Y5yVBHLkbnWbPR7jgExJ/Zw563IsI_-0.js", "ssg:https://framerusercontent.com/modules/VQ5nsNFepgHujZBvYWcq/Z1YrEvCl1KnlrhuZhLsS/zOP92xKIN.js", "ssg:https://framerusercontent.com/modules/edP77uC8z4Q0YGqW3tel/WVpFHXRLNCgsbGtQZf5U/ProgressAnimation.js", "ssg:https://framerusercontent.com/modules/VQ5nsNFepgHujZBvYWcq/Z1YrEvCl1KnlrhuZhLsS/zOP92xKIN-0.js"],
  "sourcesContent": ["import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "// Generated by Framer (bd0055f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/xUE313yq6z2JNTLHgFUT/O9M0m5tgzzGiByqOUPzx/f15AUF4eE.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/Fw9AtkyENYGfXvyYGwrj/nuaEW791UDLlHZNgKyDg/HpwS8yNqZ.js\";import FooterGrid from\"https://framerusercontent.com/modules/cWzheUovKyCSC1YdU0yC/tGoLTlWiHDvzE6ISFj8Z/gragYSc4G.js\";import UtilitiesNotchedButton from\"https://framerusercontent.com/modules/btJVw7U2fHa57GElhur3/RljxCmt69AFIA2btT2T0/Zslozgksa.js\";const FooterGridFonts=getFonts(FooterGrid);const UtilitiesNotchedButtonFonts=getFonts(UtilitiesNotchedButton);const serializationHash=\"framer-Msscw\";const variantClassNames={GwdSBGwQx:\"framer-v-1m8dr1b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GwdSBGwQx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1m8dr1b\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GwdSBGwQx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a1xgwb\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"k2WWdziXm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zwwzqu-container\",layoutDependency:layoutDependency,layoutId:\"BtBSLnNwU-container\",children:/*#__PURE__*/_jsx(FooterGrid,{height:\"100%\",id:\"BtBSLnNwU\",layoutId:\"BtBSLnNwU\",style:{height:\"100%\",width:\"100%\"},variant:\"NOugZJZoa\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13loiv2\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"fbW7ixbeJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-12ktwxt\",\"data-styles-preset\":\"f15AUF4eE\",children:\"We enable secure commerce globally\"})}),className:\"framer-12i3t5u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bCA1K6WQc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-om4ric\",layoutDependency:layoutDependency,layoutId:\"BFMFU3_hx\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jBl73fxzk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||327)-0-0)/1)*1-0-117)/2+0+0)+0+73+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yn5fts-container\",layoutDependency:layoutDependency,layoutId:\"Y7hhCh9fh-container\",children:/*#__PURE__*/_jsx(UtilitiesNotchedButton,{C_0i5Cn_A:false,cX_ND9BF_:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",eV7HX2heI:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",FJB7n3XRR:\"var(--token-4b26612a-ffbd-4251-97ad-0a91e9198f32, rgb(0, 122, 255))\",height:\"100%\",id:\"Y7hhCh9fh\",layoutId:\"Y7hhCh9fh\",RTZJRh3Xi:resolvedLinks[0],uCT_F69bR:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Contact us\",variant:\"rieWfyKIG\",VHtyXapoG:\"var(--token-4b26612a-ffbd-4251-97ad-0a91e9198f32, rgb(0, 122, 255))\",width:\"100%\"})})});}})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Msscw.framer-voct1u, .framer-Msscw .framer-voct1u { display: block; }\",\".framer-Msscw.framer-1m8dr1b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 327px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Msscw .framer-a1xgwb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Msscw .framer-zwwzqu-container { flex: none; height: 100%; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-Msscw .framer-13loiv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Msscw .framer-12i3t5u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Msscw .framer-om4ric { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Msscw .framer-yn5fts-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Msscw.framer-1m8dr1b, .framer-Msscw .framer-a1xgwb, .framer-Msscw .framer-13loiv2, .framer-Msscw .framer-om4ric { gap: 0px; } .framer-Msscw.framer-1m8dr1b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Msscw.framer-1m8dr1b > :first-child, .framer-Msscw .framer-a1xgwb > :first-child, .framer-Msscw .framer-13loiv2 > :first-child { margin-top: 0px; } .framer-Msscw.framer-1m8dr1b > :last-child, .framer-Msscw .framer-a1xgwb > :last-child, .framer-Msscw .framer-13loiv2 > :last-child { margin-bottom: 0px; } .framer-Msscw .framer-a1xgwb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Msscw .framer-13loiv2 > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-Msscw .framer-om4ric > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Msscw .framer-om4ric > :first-child { margin-left: 0px; } .framer-Msscw .framer-om4ric > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 327\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHpwS8yNqZ=withCSS(Component,css,\"framer-Msscw\");export default FramerHpwS8yNqZ;FramerHpwS8yNqZ.displayName=\"Section - PreFooter\";FramerHpwS8yNqZ.defaultProps={height:327,width:1200};addFonts(FramerHpwS8yNqZ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FooterGridFonts,...UtilitiesNotchedButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHpwS8yNqZ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"327\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bd0055f)\nimport*as localizedValues from\"./HpwS8yNqZ-0.js\";const valuesByLocaleId={PH1yekw9R:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-12ktwxt\",\"data-styles-preset\":\"f15AUF4eE\",children:\"Habilitamos comercio electr\\xf3nico seguro a nivel global\"})});export const v1=\"Cont\\xe1ctanos\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"NOugZJZoa\",\"tQLXJUVOB\",\"FL2zMU6MX\",\"X7rFwKhFe\"];const serializationHash=\"framer-tduZd\";const variantClassNames={FL2zMU6MX:\"framer-v-vubg84\",NOugZJZoa:\"framer-v-1w4yb36\",tQLXJUVOB:\"framer-v-alicgs\",X7rFwKhFe:\"framer-v-1i590i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transition1={delay:0,duration:2.5,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:0,rotate:0,scale:1,x:0,y:750};const animation1={opacity:0,rotate:0,scale:1,x:0,y:-750};const animation2={opacity:0,rotate:0,scale:1,x:-1e3,y:0};const animation3={opacity:0,rotate:0,scale:1,x:1e3,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"NOugZJZoa\",\"Variant 2\":\"tQLXJUVOB\",\"Variant 3\":\"FL2zMU6MX\",\"Variant 4\":\"X7rFwKhFe\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NOugZJZoa\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"NOugZJZoa\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1g7umzh=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tQLXJUVOB\"),300);});const onTap1owwnsj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"tQLXJUVOB\");});const onAppearj9a6gy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"FL2zMU6MX\"),300);});const onAppear1itct3t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"X7rFwKhFe\"),300);});useOnVariantChange(baseVariant,{default:onAppear1g7umzh,FL2zMU6MX:onAppear1itct3t,tQLXJUVOB:onAppearj9a6gy,X7rFwKhFe:undefined});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tQLXJUVOB\",\"FL2zMU6MX\",\"X7rFwKhFe\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"FL2zMU6MX\",\"X7rFwKhFe\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"X7rFwKhFe\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w4yb36\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"NOugZJZoa\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({FL2zMU6MX:{\"data-framer-name\":\"Variant 3\"},tQLXJUVOB:{\"data-framer-name\":\"Variant 2\",onTap:onTap1owwnsj},X7rFwKhFe:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cnq64e\",layoutDependency:layoutDependency,layoutId:\"ljzIcnPuW\",style:{borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7jjwio\",layoutDependency:layoutDependency,layoutId:\"mMe5Fy9R3\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12caa0v\",layoutDependency:layoutDependency,layoutId:\"yTU5UGGXA\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lyqom4\",layoutDependency:layoutDependency,layoutId:\"YnB6vg72R\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gsm8ja\",layoutDependency:layoutDependency,layoutId:\"JNkUPrGs4\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"},children:isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-190zyjt\",\"data-framer-name\":\"Vertical Dash\",layoutDependency:layoutDependency,layoutId:\"Mna9Buy2f\",style:{background:'linear-gradient(0deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wvmkiq\",layoutDependency:layoutDependency,layoutId:\"v9Sqwuxtz\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j6bn7p\",layoutDependency:layoutDependency,layoutId:\"y53mi7ZZE\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6en9g4\",layoutDependency:layoutDependency,layoutId:\"gq51MPx4i\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"},children:isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-f588pf\",\"data-framer-name\":\"Vertical Dash\",layoutDependency:layoutDependency,layoutId:\"xV63JWGxz\",style:{background:'linear-gradient(180deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'},variants:{FL2zMU6MX:{background:'linear-gradient(0deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'},X7rFwKhFe:{background:'linear-gradient(0deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'}}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s899xe\",layoutDependency:layoutDependency,layoutId:\"dwnpqyASU\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1965bkz\",layoutDependency:layoutDependency,layoutId:\"klvuhmhEF\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ken27\",layoutDependency:layoutDependency,layoutId:\"PmraJ8h8x\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ydp1x8\",\"data-framer-name\":\"Rows\",layoutDependency:layoutDependency,layoutId:\"MSuOkvYfW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kq1nz2\",layoutDependency:layoutDependency,layoutId:\"zes4oGLeb\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4w9ue\",layoutDependency:layoutDependency,layoutId:\"RC6ZnkgSd\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"},children:isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-19p65a1\",\"data-framer-name\":\"Horizontal Dash\",layoutDependency:layoutDependency,layoutId:\"YLDbWXivh\",style:{background:'linear-gradient(90deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt89a9\",layoutDependency:layoutDependency,layoutId:\"ecWPlK58F\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u91l13\",layoutDependency:layoutDependency,layoutId:\"hXKce9eNu\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:2,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1xwcf5g\",\"data-framer-name\":\"Horizontal Dash\",layoutDependency:layoutDependency,layoutId:\"gAQHcAFcf\",style:{background:'linear-gradient(270deg, var(--token-a38ab44a-bad5-4e2b-8c2b-1a1ef574a7ab, rgb(126, 211, 252)) /* {\"name\":\"Light Blue\"} */ 0%, rgba(89, 133, 239, 0.3) 100%)'}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mnh1tu\",layoutDependency:layoutDependency,layoutId:\"tPjxebavl\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8xy8sw\",layoutDependency:layoutDependency,layoutId:\"vIGcV2ozG\",style:{backgroundColor:\"rgba(163, 163, 163, 0.05)\"}})]})]})})});});const css=['.framer-tduZd[data-border=\"true\"]::after, .framer-tduZd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tduZd.framer-jceep0, .framer-tduZd .framer-jceep0 { display: block; }\",\".framer-tduZd.framer-1w4yb36 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1400px; }\",\".framer-tduZd .framer-1cnq64e { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-tduZd .framer-7jjwio, .framer-tduZd .framer-12caa0v, .framer-tduZd .framer-lyqom4, .framer-tduZd .framer-1wvmkiq, .framer-tduZd .framer-1j6bn7p, .framer-tduZd .framer-s899xe, .framer-tduZd .framer-1965bkz, .framer-tduZd .framer-8ken27 { flex: none; height: 100%; overflow: hidden; position: relative; width: 2px; }\",\".framer-tduZd .framer-gsm8ja { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 2px; }\",\".framer-tduZd .framer-190zyjt { flex: none; height: 100px; overflow: hidden; position: relative; width: 2px; z-index: 2; }\",\".framer-tduZd .framer-6en9g4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 250px 0px 0px 0px; position: relative; width: 2px; }\",\".framer-tduZd .framer-f588pf { flex: none; height: 100px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-tduZd .framer-1ydp1x8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-tduZd .framer-1kq1nz2, .framer-tduZd .framer-zt89a9, .framer-tduZd .framer-1mnh1tu, .framer-tduZd .framer-8xy8sw { flex: none; height: 2px; overflow: visible; position: relative; width: 100%; }\",\".framer-tduZd .framer-v4w9ue { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 2px; justify-content: center; overflow: visible; padding: 0px 0px 0px 600px; position: relative; width: 100%; }\",\".framer-tduZd .framer-19p65a1 { flex: none; height: 2px; overflow: hidden; position: relative; width: 75px; z-index: 2; }\",\".framer-tduZd .framer-1u91l13 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 2px; justify-content: center; overflow: visible; padding: 0px 750px 0px 0px; position: relative; width: 100%; }\",\".framer-tduZd .framer-1xwcf5g { flex: none; height: 2px; overflow: hidden; position: relative; width: 75px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tduZd.framer-1w4yb36, .framer-tduZd .framer-gsm8ja, .framer-tduZd .framer-6en9g4, .framer-tduZd .framer-v4w9ue, .framer-tduZd .framer-1u91l13 { gap: 0px; } .framer-tduZd.framer-1w4yb36 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tduZd.framer-1w4yb36 > :first-child, .framer-tduZd .framer-gsm8ja > :first-child, .framer-tduZd .framer-6en9g4 > :first-child { margin-top: 0px; } .framer-tduZd.framer-1w4yb36 > :last-child, .framer-tduZd .framer-gsm8ja > :last-child, .framer-tduZd .framer-6en9g4 > :last-child { margin-bottom: 0px; } .framer-tduZd .framer-gsm8ja > *, .framer-tduZd .framer-6en9g4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tduZd .framer-v4w9ue > *, .framer-tduZd .framer-1u91l13 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tduZd .framer-v4w9ue > :first-child, .framer-tduZd .framer-1u91l13 > :first-child { margin-left: 0px; } .framer-tduZd .framer-v4w9ue > :last-child, .framer-tduZd .framer-1u91l13 > :last-child { margin-right: 0px; } }\",\".framer-tduZd.framer-v-alicgs.framer-1w4yb36 { cursor: pointer; }\",\".framer-tduZd.framer-v-alicgs .framer-190zyjt, .framer-tduZd.framer-v-vubg84 .framer-190zyjt, .framer-tduZd.framer-v-vubg84 .framer-f588pf, .framer-tduZd.framer-v-1i590i .framer-190zyjt, .framer-tduZd.framer-v-1i590i .framer-f588pf { height: 75px; }\",\".framer-tduZd.framer-v-alicgs .framer-v4w9ue { padding: 0px 0px 0px 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tQLXJUVOB\":{\"layout\":[\"fixed\",\"fixed\"]},\"FL2zMU6MX\":{\"layout\":[\"fixed\",\"fixed\"]},\"X7rFwKhFe\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramergragYSc4G=withCSS(Component,css,\"framer-tduZd\");export default FramergragYSc4G;FramergragYSc4G.displayName=\"Footer / Grid\";FramergragYSc4G.defaultProps={height:800,width:1400};addPropertyControls(FramergragYSc4G,{variant:{options:[\"NOugZJZoa\",\"tQLXJUVOB\",\"FL2zMU6MX\",\"X7rFwKhFe\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergragYSc4G,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergragYSc4G\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tQLXJUVOB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FL2zMU6MX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X7rFwKhFe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gragYSc4G.map", "// Generated by Framer (bd0055f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/E91IsYoZXp9AoX8MiTHH/Y5yVBHLkbnWbPR7jgExJ/Zw563IsI_.js\";import SliderCollapsibleBlock from\"https://framerusercontent.com/modules/VQ5nsNFepgHujZBvYWcq/Z1YrEvCl1KnlrhuZhLsS/zOP92xKIN.js\";const VideoFonts=getFonts(Video);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const PhosphorFonts=getFonts(Phosphor);const SliderCollapsibleBlockFonts=getFonts(SliderCollapsibleBlock);const cycleOrder=[\"TTJ1BfWI4\",\"HdfEaSfPB\",\"WFwPUYn5w\",\"ivFAMEXNd\",\"DCulZADrY\",\"GIvu4EQ50\",\"uUWkyBxuY\",\"Xhy5si3TJ\",\"dBGfopmcZ\",\"SGpsdRoYT\",\"cIUqFqjG5\",\"F9Vv146OK\",\"WDmRa2xfw\",\"MSfb95SRS\",\"EY2K39Aay\"];const serializationHash=\"framer-9BJqE\";const variantClassNames={cIUqFqjG5:\"framer-v-fzvqja\",dBGfopmcZ:\"framer-v-a4jbfy\",DCulZADrY:\"framer-v-15lt03s\",EY2K39Aay:\"framer-v-1bjkws0\",F9Vv146OK:\"framer-v-1g6a9sl\",GIvu4EQ50:\"framer-v-f8mi0r\",HdfEaSfPB:\"framer-v-1fs42zb\",ivFAMEXNd:\"framer-v-fvphw9\",MSfb95SRS:\"framer-v-1ktyb9v\",SGpsdRoYT:\"framer-v-iuic4f\",TTJ1BfWI4:\"framer-v-13v08b0\",uUWkyBxuY:\"framer-v-zypzmh\",WDmRa2xfw:\"framer-v-1n793qm\",WFwPUYn5w:\"framer-v-1yt6di8\",Xhy5si3TJ:\"framer-v-1dm5hcx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.68,.34,.07,.62],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const transition4={delay:.5,duration:1,ease:[.68,.34,.07,.62],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:0,duration:.7,ease:[.28,.45,.42,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6};const transition7={delay:.5,duration:.8,ease:[1,.49,.5,.36],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Slider 1 - Desktop\":\"TTJ1BfWI4\",\"Slider 1 - Mobile\":\"ivFAMEXNd\",\"Slider 2 - Desktop\":\"HdfEaSfPB\",\"Slider 2 - Mobile\":\"DCulZADrY\",\"Slider 3 - Desktop\":\"WFwPUYn5w\",\"Slider 3 - Mobile\":\"GIvu4EQ50\",\"V2 No Slider 1\":\"WDmRa2xfw\",\"V2 No Slider 2\":\"MSfb95SRS\",\"V2 No Slider 3\":\"EY2K39Aay\",\"V2 Slider 1 - Desktop\":\"uUWkyBxuY\",\"V2 Slider 2 - Desktop\":\"Xhy5si3TJ\",\"V2 Slider 3 - Desktop\":\"dBGfopmcZ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"TTJ1BfWI4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TTJ1BfWI4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear8u3ugo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HdfEaSfPB\"),9e3);});const onAppearekufvu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WFwPUYn5w\"),9e3);});const onAppear114zxu2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"TTJ1BfWI4\"),9e3);});const onAppear8uf6v5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DCulZADrY\"),9e3);});const onAppear15b74q7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GIvu4EQ50\"),9e3);});const onAppear17j5b77=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ivFAMEXNd\"),9e3);});const onAppearqn6o6s=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Xhy5si3TJ\"),9e3);});const onAppear2xzjxp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dBGfopmcZ\"),9e3);});const onAppear1k5oe0i=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"uUWkyBxuY\"),9e3);});const onClick15jneqf=activeVariantCallback(async(...args)=>{setVariant(\"WFwPUYn5w\");});const onClickah4mtk=activeVariantCallback(async(...args)=>{setVariant(\"TTJ1BfWI4\");});const onClickyjioj9=activeVariantCallback(async(...args)=>{setVariant(\"HdfEaSfPB\");});const onClick1aln65m=activeVariantCallback(async(...args)=>{setVariant(\"dBGfopmcZ\");});const onClick1gfkhhm=activeVariantCallback(async(...args)=>{setVariant(\"uUWkyBxuY\");});const onClickjvjty9=activeVariantCallback(async(...args)=>{setVariant(\"Xhy5si3TJ\");});const QFynIJaYHah4mtk=activeVariantCallback(async(...args)=>{setVariant(\"TTJ1BfWI4\");});const ahMHwQbDL1gplsd3=activeVariantCallback(async(...args)=>{setVariant(\"DCulZADrY\");});const LqIDKYwr11f66f7w=activeVariantCallback(async(...args)=>{setVariant(\"GIvu4EQ50\");});const QFynIJaYHyjioj9=activeVariantCallback(async(...args)=>{setVariant(\"HdfEaSfPB\");});const QFynIJaYH15jneqf=activeVariantCallback(async(...args)=>{setVariant(\"WFwPUYn5w\");});const ahMHwQbDL1f66f7w=activeVariantCallback(async(...args)=>{setVariant(\"GIvu4EQ50\");});const LqIDKYwr1hzk4pt=activeVariantCallback(async(...args)=>{setVariant(\"ivFAMEXNd\");});const ahMHwQbDLhzk4pt=activeVariantCallback(async(...args)=>{setVariant(\"ivFAMEXNd\");});const LqIDKYwr11gplsd3=activeVariantCallback(async(...args)=>{setVariant(\"DCulZADrY\");});useOnVariantChange(baseVariant,{cIUqFqjG5:undefined,dBGfopmcZ:onAppear1k5oe0i,DCulZADrY:onAppear15b74q7,default:onAppear8u3ugo,EY2K39Aay:undefined,F9Vv146OK:undefined,GIvu4EQ50:onAppear17j5b77,HdfEaSfPB:onAppearekufvu,ivFAMEXNd:onAppear8uf6v5,MSfb95SRS:undefined,SGpsdRoYT:undefined,uUWkyBxuY:onAppearqn6o6s,WDmRa2xfw:undefined,WFwPUYn5w:onAppear114zxu2,Xhy5si3TJ:onAppear2xzjxp});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"HdfEaSfPB\",\"WFwPUYn5w\",\"DCulZADrY\",\"GIvu4EQ50\",\"Xhy5si3TJ\",\"dBGfopmcZ\",\"SGpsdRoYT\",\"cIUqFqjG5\",\"F9Vv146OK\",\"WDmRa2xfw\",\"MSfb95SRS\",\"EY2K39Aay\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"SGpsdRoYT\",\"WDmRa2xfw\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"HdfEaSfPB\",\"DCulZADrY\",\"Xhy5si3TJ\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"cIUqFqjG5\",\"MSfb95SRS\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"WFwPUYn5w\",\"GIvu4EQ50\",\"dBGfopmcZ\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"F9Vv146OK\",\"EY2K39Aay\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"ivFAMEXNd\",\"DCulZADrY\",\"GIvu4EQ50\",\"SGpsdRoYT\",\"cIUqFqjG5\",\"F9Vv146OK\",\"WDmRa2xfw\",\"MSfb95SRS\",\"EY2K39Aay\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"DCulZADrY\",\"GIvu4EQ50\",\"Xhy5si3TJ\",\"dBGfopmcZ\",\"cIUqFqjG5\",\"F9Vv146OK\",\"MSfb95SRS\",\"EY2K39Aay\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed8=()=>{if([\"ivFAMEXNd\",\"DCulZADrY\",\"GIvu4EQ50\",\"uUWkyBxuY\",\"dBGfopmcZ\",\"SGpsdRoYT\",\"F9Vv146OK\",\"WDmRa2xfw\",\"EY2K39Aay\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if([\"ivFAMEXNd\",\"DCulZADrY\",\"GIvu4EQ50\",\"uUWkyBxuY\",\"Xhy5si3TJ\",\"SGpsdRoYT\",\"cIUqFqjG5\",\"WDmRa2xfw\",\"MSfb95SRS\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if(baseVariant===\"DCulZADrY\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"GIvu4EQ50\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13v08b0\",className,classNames),\"data-framer-appear-id\":\"13v08b0\",\"data-framer-name\":\"Slider 1 - Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TTJ1BfWI4\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({cIUqFqjG5:{__framer__presenceAnimate:animation4,\"data-framer-name\":\"V2 No Slider 2\",\"data-highlight\":undefined},dBGfopmcZ:{\"data-framer-name\":\"V2 Slider 3 - Desktop\"},DCulZADrY:{\"data-framer-name\":\"Slider 2 - Mobile\"},EY2K39Aay:{\"data-framer-name\":\"V2 No Slider 3\",\"data-highlight\":undefined},F9Vv146OK:{\"data-framer-name\":\"V2 No Slider 3\",\"data-highlight\":undefined},GIvu4EQ50:{\"data-framer-name\":\"Slider 3 - Mobile\"},HdfEaSfPB:{__framer__presenceAnimate:animation2,__framer__presenceInitial:animation3,\"data-framer-name\":\"Slider 2 - Desktop\"},ivFAMEXNd:{\"data-framer-name\":\"Slider 1 - Mobile\"},MSfb95SRS:{__framer__presenceAnimate:animation4,\"data-framer-name\":\"V2 No Slider 2\",\"data-highlight\":undefined},SGpsdRoYT:{\"data-framer-name\":\"V2 No Slider 1\",\"data-highlight\":undefined},uUWkyBxuY:{\"data-framer-name\":\"V2 Slider 1 - Desktop\"},WDmRa2xfw:{\"data-framer-name\":\"V2 No Slider 1\",\"data-highlight\":undefined},WFwPUYn5w:{\"data-framer-name\":\"Slider 3 - Desktop\"},Xhy5si3TJ:{__framer__presenceAnimate:animation4,\"data-framer-name\":\"V2 Slider 2 - Desktop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m8gyig\",\"data-framer-name\":\"Content Stack\",layoutDependency:layoutDependency,layoutId:\"u3I_J16s2\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p6hn4h\",\"data-framer-name\":\"Video\",layoutDependency:layoutDependency,layoutId:\"YNNTbifXa\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 38.428790523031374%, rgb(0, 0, 0) 86.15209688508119%)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-ek3mgl-container\",\"data-framer-appear-id\":\"ek3mgl\",\"data-framer-name\":\"Homepage Video - Symphony\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"hMQKB7a2o-container\",name:\"Homepage Video - Symphony\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"hMQKB7a2o\",isMixedBorderRadius:false,layoutId:\"hMQKB7a2o\",loop:true,muted:true,name:\"Homepage Video - Symphony\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/EEck32dCUbiaOZZRHoxe6mlUI.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1qey6t3-container\",\"data-framer-appear-id\":\"1qey6t3\",\"data-framer-name\":\"Product Page - Orchestra\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"QhnOnezMO-container\",name:\"Product Page - Orchestra\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"QhnOnezMO\",isMixedBorderRadius:false,layoutId:\"QhnOnezMO\",loop:true,muted:true,name:\"Product Page - Orchestra\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/IZK6DzL3lk1MAJqC8LSe9G5bJc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-vq16ce-container\",\"data-framer-appear-id\":\"vq16ce\",\"data-framer-name\":\"Homepage Video - Merchant Services\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"OKNZtNXAS-container\",name:\"Homepage Video - Merchant Services\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"OKNZtNXAS\",isMixedBorderRadius:false,layoutId:\"OKNZtNXAS\",loop:true,muted:true,name:\"Homepage Video - Merchant Services\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/6REKwH0MZrw7VdIG6auMvlzr1s.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1y6yn2j-container\",\"data-framer-appear-id\":\"1y6yn2j\",\"data-framer-name\":\"Product Page - Merchant Services\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"aiSuxlKYn-container\",name:\"Product Page - Merchant Services\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"aiSuxlKYn\",isMixedBorderRadius:false,layoutId:\"aiSuxlKYn\",loop:true,muted:true,name:\"Product Page - Merchant Services\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/0XbJOpJCTlqVSmyLe11JVfxedY.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-a9kjem-container\",\"data-framer-appear-id\":\"a9kjem\",\"data-framer-name\":\"Homepage Video - Biometric Payments\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"yZATeoAYS-container\",name:\"Homepage Video - Biometric Payments\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"yZATeoAYS\",isMixedBorderRadius:false,layoutId:\"yZATeoAYS\",loop:true,muted:true,name:\"Homepage Video - Biometric Payments\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/piFOSAjoRjlA1jTLef4iePFzTwM.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1l76thi-container\",\"data-framer-appear-id\":\"1l76thi\",\"data-framer-name\":\"Product Page - Biometric Payments\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"R_S9iSVUY-container\",name:\"Product Page - Biometric Payments\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"R_S9iSVUY\",isMixedBorderRadius:false,layoutId:\"R_S9iSVUY\",loop:true,muted:true,name:\"Product Page - Biometric Payments\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/FkPhpCtAcl1LUaSakaQX2zoQQ.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15pjnee\",\"data-framer-name\":\"Vertical Spacing\",layoutDependency:layoutDependency,layoutId:\"jT5GnoAwe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10ct61n\",layoutDependency:layoutDependency,layoutId:\"kVKXZ9OiY\"})}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q4jidk\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"VpH3dt5GK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qcedjg-container\",layoutDependency:layoutDependency,layoutId:\"RLVgN0UFf-container\",style:{opacity:.21},whileHover:animation7,children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretCircleLeft\",id:\"RLVgN0UFf\",layoutId:\"RLVgN0UFf\",mirrored:false,onClick:onClick15jneqf,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({dBGfopmcZ:{onClick:onClickjvjty9},HdfEaSfPB:{onClick:onClickah4mtk},uUWkyBxuY:{onClick:onClick1aln65m},WFwPUYn5w:{onClick:onClickyjioj9},Xhy5si3TJ:{onClick:onClick1gfkhhm}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jce3tr\",\"data-framer-name\":\"Space\",layoutDependency:layoutDependency,layoutId:\"rnhr3pqDb\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pukpoz-container\",layoutDependency:layoutDependency,layoutId:\"FZm1mS42f-container\",style:{opacity:.21},whileHover:animation7,children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretCircleLeft\",id:\"FZm1mS42f\",layoutId:\"FZm1mS42f\",mirrored:true,onClick:onClickyjioj9,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({dBGfopmcZ:{onClick:onClick1gfkhhm},HdfEaSfPB:{onClick:onClick15jneqf},uUWkyBxuY:{onClick:onClickjvjty9},WFwPUYn5w:{onClick:onClickah4mtk},Xhy5si3TJ:{onClick:onClick1aln65m}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-o80lnt\",\"data-framer-appear-id\":\"o80lnt\",\"data-framer-name\":\"Texts\",layoutDependency:layoutDependency,layoutId:\"zZlok_47K\",variants:{cIUqFqjG5:{transformPerspective:1200},dBGfopmcZ:{transformPerspective:1200},EY2K39Aay:{transformPerspective:1200},F9Vv146OK:{transformPerspective:1200},MSfb95SRS:{transformPerspective:1200},SGpsdRoYT:{transformPerspective:1200},uUWkyBxuY:{transformPerspective:1200},WDmRa2xfw:{transformPerspective:1200},Xhy5si3TJ:{transformPerspective:1200}},...addPropertyOverrides({cIUqFqjG5:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},dBGfopmcZ:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},EY2K39Aay:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},F9Vv146OK:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},MSfb95SRS:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},SGpsdRoYT:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},uUWkyBxuY:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},WDmRa2xfw:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true},Xhy5si3TJ:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,initial:animation9,optimized:true}},baseVariant,gestureVariant),children:[isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lMLftQ6AH\"},implicitPathVariables:undefined},{href:{webPageId:\"lMLftQ6AH\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8;return _jsx(ComponentViewportProvider,{height:252,width:`max((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px) - 192px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-655)+0+327+60,...addPropertyOverrides({ivFAMEXNd:{width:`min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-600)+0+328+0+0},SGpsdRoYT:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-656)+0+324+60},uUWkyBxuY:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 120px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-656)+0+328+60},WDmRa2xfw:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1480px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-656)+0+324+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v3rolt-container\",layoutDependency:layoutDependency,layoutId:\"q36mlI2t_-container\",children:/*#__PURE__*/_jsx(SliderCollapsibleBlock,{height:\"100%\",id:\"q36mlI2t_\",J7o8fdE7e:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Unlock new revenue streams and greater flexibility with Mozart payment orchestration platform for ISVs, ISOs, and FIs to use cutting-edge technology and monetize payments.\",layoutId:\"q36mlI2t_\",okc_6dBcT:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Payment Orchestration\",style:{width:\"100%\"},variant:\"pXmb0zxjL\",Wf0RTuH__:true,width:\"100%\",...addPropertyOverrides({HdfEaSfPB:{QFynIJaYH:QFynIJaYHah4mtk,variant:\"t__Lg1w70\"},ivFAMEXNd:{ahMHwQbDL:ahMHwQbDL1gplsd3,ECzZPeyNX:resolvedLinks[0],LqIDKYwr1:LqIDKYwr11f66f7w,okc_6dBcT:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Mozart Payment Orchestration\",variant:\"e40DxvaSY\",Wf0RTuH__:false},SGpsdRoYT:{J7o8fdE7e:(_getLocalizedValue3=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Mozart is the AI driven embedded payments platform that provides an end-to-end solution covering all payment facilitation needs in one integrated platform for the Americas. It is designed to streamline operations, improve risk management, and accelerate business growth.\",okc_6dBcT:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"Mozart - Payment Orchestration Platform for the Americas\",variant:\"fkXbCWDIA\",Wf0RTuH__:false},uUWkyBxuY:{ECzZPeyNX:resolvedLinks[1],J7o8fdE7e:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"Mozart is the embedded payments platform that provides an end-to-end solution covering all Payment Facilitation needs in one integrated platform, designed to streamline operations, improve risk management, and accelerate business growth.\",okc_6dBcT:(_getLocalizedValue6=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Mozart Payment Orchestration\",variant:\"t6fL1Efkv\",Wf0RTuH__:false},WDmRa2xfw:{J7o8fdE7e:(_getLocalizedValue7=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Mozart is the embedded payments platform that provides an end-to-end solution covering all Payment Facilitation needs in one integrated platform, designed to streamline operations, improve risk management, and accelerate business growth.\",okc_6dBcT:(_getLocalizedValue8=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Mozart Payment Orchestration\",variant:\"fkXbCWDIA\"},WFwPUYn5w:{QFynIJaYH:QFynIJaYHah4mtk,variant:\"t__Lg1w70\"}},baseVariant,gestureVariant)})})});}}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pTvjrC4UT\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:252,width:`max((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px) - 192px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-655)+0+327+60,...addPropertyOverrides({cIUqFqjG5:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||655)-0-655)+0+323+60},MSfb95SRS:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1480px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-655)+0+323+60},Xhy5si3TJ:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 120px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||655)-0-655)+0+327+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o6qdmy-container\",layoutDependency:layoutDependency,layoutId:\"klCqWkYlh-container\",children:/*#__PURE__*/_jsx(SliderCollapsibleBlock,{height:\"100%\",id:\"klCqWkYlh\",J7o8fdE7e:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"We are using blockchain technology to improve payment reliability, security, and infrastructure, while establishing a secure and decentralized identity protocol.\",layoutId:\"klCqWkYlh\",okc_6dBcT:(_getLocalizedValue1=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Merchant Solutions\",QFynIJaYH:QFynIJaYHyjioj9,style:{width:\"100%\"},variant:\"t__Lg1w70\",Wf0RTuH__:false,width:\"100%\",...addPropertyOverrides({cIUqFqjG5:{QFynIJaYH:undefined,variant:\"fkXbCWDIA\"},HdfEaSfPB:{variant:\"pXmb0zxjL\"},MSfb95SRS:{QFynIJaYH:undefined,variant:\"fkXbCWDIA\"},Xhy5si3TJ:{ECzZPeyNX:resolvedLinks1[0],J7o8fdE7e:(_getLocalizedValue2=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"We are using advanced AI technology to improve payment reliability, security, and infrastructure, while establishing identity and trust with facial biometric authentication\",QFynIJaYH:undefined,variant:\"t6fL1Efkv\"}},baseVariant,gestureVariant)})})});}}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tW41pQ1vQ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:252,width:`max((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px) - 192px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-655)+0+327+60,...addPropertyOverrides({dBGfopmcZ:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 120px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||655)-0-655)+0+327+60},EY2K39Aay:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1480px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||655)-0-655)+0+323+60},F9Vv146OK:{width:`max(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1280px) - 80px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||655)-0-655)+0+323+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uj6zps-container\",layoutDependency:layoutDependency,layoutId:\"GISOJ6Syp-container\",children:/*#__PURE__*/_jsx(SliderCollapsibleBlock,{height:\"100%\",id:\"GISOJ6Syp\",J7o8fdE7e:(_getLocalizedValue=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"We are pioneering face recognition payment technology to enable safer payments for Enterprise businesses and governments.\",layoutId:\"GISOJ6Syp\",okc_6dBcT:(_getLocalizedValue1=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Biometric Payments\",QFynIJaYH:QFynIJaYH15jneqf,style:{width:\"100%\"},variant:\"t__Lg1w70\",Wf0RTuH__:false,width:\"100%\",...addPropertyOverrides({dBGfopmcZ:{ECzZPeyNX:resolvedLinks2[0],QFynIJaYH:undefined,variant:\"t6fL1Efkv\"},EY2K39Aay:{QFynIJaYH:undefined,variant:\"fkXbCWDIA\"},F9Vv146OK:{J7o8fdE7e:(_getLocalizedValue2=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"We are pioneering face recognition payment technology to enable safer payments for enterprise businesses and governments.\",QFynIJaYH:undefined,variant:\"fkXbCWDIA\"},WFwPUYn5w:{variant:\"pXmb0zxjL\"}},baseVariant,gestureVariant)})})});}}),isDisplayed10()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pTvjrC4UT\"},implicitPathVariables:undefined},{href:{webPageId:\"pTvjrC4UT\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({DCulZADrY:{height:252,width:`min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-600)+0+328+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6tfz71-container\",layoutDependency:layoutDependency,layoutId:\"R0yUCcZeR-container\",children:/*#__PURE__*/_jsx(SliderCollapsibleBlock,{ahMHwQbDL:ahMHwQbDL1f66f7w,ECzZPeyNX:resolvedLinks3[0],height:\"100%\",id:\"R0yUCcZeR\",J7o8fdE7e:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"We are using blockchain technology to improve payment reliability, security, and infrastructure, while establishing a secure and decentralized identity protocol.\",layoutId:\"R0yUCcZeR\",LqIDKYwr1:LqIDKYwr1hzk4pt,okc_6dBcT:(_getLocalizedValue1=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Merchant Solutions\",style:{width:\"100%\"},variant:\"e40DxvaSY\",Wf0RTuH__:false,width:\"100%\",...addPropertyOverrides({DCulZADrY:{ECzZPeyNX:resolvedLinks3[1]}},baseVariant,gestureVariant)})})});}}),isDisplayed11()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pTvjrC4UT\"},implicitPathVariables:undefined},{href:{webPageId:\"pTvjrC4UT\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1;return _jsx(ComponentViewportProvider,{...addPropertyOverrides({GIvu4EQ50:{height:252,width:`min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px), 1200px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-600)+0+328+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ne96h-container\",layoutDependency:layoutDependency,layoutId:\"f0XTBaulu-container\",children:/*#__PURE__*/_jsx(SliderCollapsibleBlock,{ahMHwQbDL:ahMHwQbDLhzk4pt,ECzZPeyNX:resolvedLinks4[0],height:\"100%\",id:\"f0XTBaulu\",J7o8fdE7e:(_getLocalizedValue=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"We are pioneering face recognition payment technology to enable safer payments for Enterprise businesses and governments.\",layoutId:\"f0XTBaulu\",LqIDKYwr1:LqIDKYwr11gplsd3,okc_6dBcT:(_getLocalizedValue1=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Biometric Payment Solutions\",style:{width:\"100%\"},variant:\"e40DxvaSY\",Wf0RTuH__:false,width:\"100%\",...addPropertyOverrides({GIvu4EQ50:{ECzZPeyNX:resolvedLinks4[1]}},baseVariant,gestureVariant)})})});}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9BJqE.framer-ep5io2, .framer-9BJqE .framer-ep5io2 { display: block; }\",\".framer-9BJqE.framer-13v08b0 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-9BJqE .framer-m8gyig { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 655px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-9BJqE .framer-1p6hn4h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(49.91273996509601% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-9BJqE .framer-ek3mgl-container, .framer-9BJqE .framer-1qey6t3-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-9BJqE .framer-vq16ce-container, .framer-9BJqE .framer-a9kjem-container, .framer-9BJqE .framer-1l76thi-container { flex: none; height: 100%; left: 0px; mix-blend-mode: multiply; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-9BJqE .framer-1y6yn2j-container { flex: none; height: 100%; mix-blend-mode: multiply; position: absolute; right: 0px; top: calc(49.92366412213743% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-9BJqE .framer-15pjnee { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9BJqE .framer-10ct61n, .framer-9BJqE .framer-jce3tr { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-9BJqE .framer-1q4jidk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 1920px / 2); overflow: visible; padding: 0px 12px 0px 12px; position: absolute; top: calc(49.91273996509601% - 100% / 2); width: 1920px; z-index: 2; }\",\".framer-9BJqE .framer-qcedjg-container, .framer-9BJqE .framer-pukpoz-container { cursor: pointer; flex: none; height: 60px; position: relative; width: 60px; z-index: 1; }\",\".framer-9BJqE .framer-o80lnt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-end; max-width: 1200px; overflow: hidden; padding: 60px 60px 16px 60px; position: relative; width: 100%; z-index: 1; }\",\".framer-9BJqE .framer-1v3rolt-container, .framer-9BJqE .framer-1o6qdmy-container, .framer-9BJqE .framer-1uj6zps-container, .framer-9BJqE .framer-6tfz71-container, .framer-9BJqE .framer-16ne96h-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9BJqE.framer-13v08b0, .framer-9BJqE .framer-m8gyig, .framer-9BJqE .framer-1p6hn4h, .framer-9BJqE .framer-15pjnee, .framer-9BJqE .framer-1q4jidk, .framer-9BJqE .framer-o80lnt { gap: 0px; } .framer-9BJqE.framer-13v08b0 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-9BJqE.framer-13v08b0 > :first-child, .framer-9BJqE .framer-15pjnee > :first-child, .framer-9BJqE .framer-1q4jidk > :first-child, .framer-9BJqE .framer-o80lnt > :first-child { margin-left: 0px; } .framer-9BJqE.framer-13v08b0 > :last-child, .framer-9BJqE .framer-15pjnee > :last-child, .framer-9BJqE .framer-1q4jidk > :last-child, .framer-9BJqE .framer-o80lnt > :last-child { margin-right: 0px; } .framer-9BJqE .framer-m8gyig > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9BJqE .framer-m8gyig > :first-child, .framer-9BJqE .framer-1p6hn4h > :first-child { margin-top: 0px; } .framer-9BJqE .framer-m8gyig > :last-child, .framer-9BJqE .framer-1p6hn4h > :last-child { margin-bottom: 0px; } .framer-9BJqE .framer-1p6hn4h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9BJqE .framer-15pjnee > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9BJqE .framer-1q4jidk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9BJqE .framer-o80lnt > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } }\",\".framer-9BJqE.framer-v-fvphw9.framer-13v08b0, .framer-9BJqE.framer-v-15lt03s.framer-13v08b0, .framer-9BJqE.framer-v-f8mi0r.framer-13v08b0, .framer-9BJqE.framer-v-1n793qm.framer-13v08b0, .framer-9BJqE.framer-v-1ktyb9v.framer-13v08b0, .framer-9BJqE.framer-v-1bjkws0.framer-13v08b0 { width: 390px; }\",\".framer-9BJqE.framer-v-fvphw9 .framer-m8gyig, .framer-9BJqE.framer-v-15lt03s .framer-m8gyig, .framer-9BJqE.framer-v-f8mi0r .framer-m8gyig { height: 600px; }\",\".framer-9BJqE.framer-v-fvphw9 .framer-1p6hn4h { z-index: 0; }\",\".framer-9BJqE.framer-v-fvphw9 .framer-o80lnt { align-content: center; align-items: center; flex-direction: column; gap: 0px; justify-content: flex-start; padding: 0px 0px 20px 0px; }\",\".framer-9BJqE.framer-v-fvphw9 .framer-1v3rolt-container, .framer-9BJqE.framer-v-15lt03s .framer-6tfz71-container, .framer-9BJqE.framer-v-f8mi0r .framer-16ne96h-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9BJqE.framer-v-fvphw9 .framer-o80lnt { gap: 0px; } .framer-9BJqE.framer-v-fvphw9 .framer-o80lnt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9BJqE.framer-v-fvphw9 .framer-o80lnt > :first-child { margin-top: 0px; } .framer-9BJqE.framer-v-fvphw9 .framer-o80lnt > :last-child { margin-bottom: 0px; } }\",\".framer-9BJqE.framer-v-15lt03s .framer-o80lnt { align-content: center; align-items: center; flex-direction: column; gap: 0px; padding: 0px 0px 20px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9BJqE.framer-v-15lt03s .framer-o80lnt { gap: 0px; } .framer-9BJqE.framer-v-15lt03s .framer-o80lnt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9BJqE.framer-v-15lt03s .framer-o80lnt > :first-child { margin-top: 0px; } .framer-9BJqE.framer-v-15lt03s .framer-o80lnt > :last-child { margin-bottom: 0px; } }\",\".framer-9BJqE.framer-v-f8mi0r .framer-o80lnt { flex-direction: column; gap: 0px; padding: 0px 0px 20px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9BJqE.framer-v-f8mi0r .framer-o80lnt { gap: 0px; } .framer-9BJqE.framer-v-f8mi0r .framer-o80lnt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9BJqE.framer-v-f8mi0r .framer-o80lnt > :first-child { margin-top: 0px; } .framer-9BJqE.framer-v-f8mi0r .framer-o80lnt > :last-child { margin-bottom: 0px; } }\",\".framer-9BJqE.framer-v-zypzmh .framer-m8gyig, .framer-9BJqE.framer-v-iuic4f .framer-m8gyig, .framer-9BJqE.framer-v-1n793qm .framer-m8gyig { height: 656px; }\",\".framer-9BJqE.framer-v-zypzmh .framer-1q4jidk, .framer-9BJqE.framer-v-1dm5hcx .framer-1q4jidk, .framer-9BJqE.framer-v-a4jbfy .framer-1q4jidk { left: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-9BJqE.framer-v-zypzmh .framer-o80lnt, .framer-9BJqE.framer-v-1dm5hcx .framer-o80lnt, .framer-9BJqE.framer-v-a4jbfy .framer-o80lnt { max-width: 1280px; z-index: 2; }\",\".framer-9BJqE.framer-v-iuic4f .framer-o80lnt { max-width: 1280px; padding: 60px 40px 20px 40px; z-index: 2; }\",\".framer-9BJqE.framer-v-fzvqja .framer-o80lnt, .framer-9BJqE.framer-v-1g6a9sl .framer-o80lnt { max-width: 1280px; padding: 60px 40px 20px 40px; }\",\".framer-9BJqE.framer-v-1n793qm .framer-o80lnt { max-width: 1480px; padding: 60px 40px 20px 40px; z-index: 2; }\",\".framer-9BJqE.framer-v-1ktyb9v .framer-o80lnt, .framer-9BJqE.framer-v-1bjkws0 .framer-o80lnt { max-width: 1480px; padding: 60px 40px 20px 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 655\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HdfEaSfPB\":{\"layout\":[\"fixed\",\"auto\"]},\"WFwPUYn5w\":{\"layout\":[\"fixed\",\"auto\"]},\"ivFAMEXNd\":{\"layout\":[\"fixed\",\"auto\"]},\"DCulZADrY\":{\"layout\":[\"fixed\",\"auto\"]},\"GIvu4EQ50\":{\"layout\":[\"fixed\",\"auto\"]},\"uUWkyBxuY\":{\"layout\":[\"fixed\",\"auto\"]},\"Xhy5si3TJ\":{\"layout\":[\"fixed\",\"auto\"]},\"dBGfopmcZ\":{\"layout\":[\"fixed\",\"auto\"]},\"SGpsdRoYT\":{\"layout\":[\"fixed\",\"auto\"]},\"cIUqFqjG5\":{\"layout\":[\"fixed\",\"auto\"]},\"F9Vv146OK\":{\"layout\":[\"fixed\",\"auto\"]},\"WDmRa2xfw\":{\"layout\":[\"fixed\",\"auto\"]},\"MSfb95SRS\":{\"layout\":[\"fixed\",\"auto\"]},\"EY2K39Aay\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZw563IsI_=withCSS(Component,css,\"framer-9BJqE\");export default FramerZw563IsI_;FramerZw563IsI_.displayName=\"Slider / Slider\";FramerZw563IsI_.defaultProps={height:655,width:1920};addPropertyControls(FramerZw563IsI_,{variant:{options:[\"TTJ1BfWI4\",\"HdfEaSfPB\",\"WFwPUYn5w\",\"ivFAMEXNd\",\"DCulZADrY\",\"GIvu4EQ50\",\"uUWkyBxuY\",\"Xhy5si3TJ\",\"dBGfopmcZ\",\"SGpsdRoYT\",\"cIUqFqjG5\",\"F9Vv146OK\",\"WDmRa2xfw\",\"MSfb95SRS\",\"EY2K39Aay\"],optionTitles:[\"Slider 1 - Desktop\",\"Slider 2 - Desktop\",\"Slider 3 - Desktop\",\"Slider 1 - Mobile\",\"Slider 2 - Mobile\",\"Slider 3 - Mobile\",\"V2 Slider 1 - Desktop\",\"V2 Slider 2 - Desktop\",\"V2 Slider 3 - Desktop\",\"V2 No Slider 1\",\"V2 No Slider 2\",\"V2 No Slider 3\",\"V2 No Slider 1\",\"V2 No Slider 2\",\"V2 No Slider 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZw563IsI_,[{explicitInter:true,fonts:[]},...VideoFonts,...PhosphorFonts,...SliderCollapsibleBlockFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZw563IsI_\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HdfEaSfPB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WFwPUYn5w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ivFAMEXNd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DCulZADrY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GIvu4EQ50\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uUWkyBxuY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xhy5si3TJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dBGfopmcZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SGpsdRoYT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cIUqFqjG5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F9Vv146OK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WDmRa2xfw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MSfb95SRS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EY2K39Aay\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"655\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bd0055f)\nimport*as localizedValues from\"./Zw563IsI_-0.js\";const valuesByLocaleId={PH1yekw9R:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Orquestaci\\xf3n de Pagos\";export const v1=\"Desbloquee nuevas fuentes de ingresos y mayor flexibilidad con la plataforma de orquestaci\\xf3n de pagos Mozart para ISV, ISO y FI para utilizar tecnolog\\xeda de vanguardia y monetizar los pagos.\";export const v2=\"Orquestaci\\xf3n de pagos de Mozart\";export const v3=\"Mozart es la plataforma de pagos integrada que ofrece una soluci\\xf3n integral que cubre todas las necesidades de Facilitaci\\xf3n de Pagos en una \\xfanica plataforma integrada, dise\\xf1ada para agilizar las operaciones, mejorar la gesti\\xf3n de riesgos y acelerar el crecimiento empresarial.\";export const v4=\"Orquestaci\\xf3n de pagos de Mozart\";export const v5=\"Mozart es la plataforma de pagos integrada que ofrece una soluci\\xf3n integral que cubre todas las necesidades de Facilitaci\\xf3n de Pagos en una \\xfanica plataforma integrada, dise\\xf1ada para agilizar las operaciones, mejorar la gesti\\xf3n de riesgos y acelerar el crecimiento empresarial.\";export const v6=\"Soluciones para comerciantes\";export const v7=\"Estamos utilizando la tecnolog\\xeda blockchain para mejorar la confiabilidad, seguridad e infraestructura de pagos, al mismo tiempo que establecemos un protocolo de identidad seguro y descentralizado.\";export const v8=\"Estamos utilizando la tecnolog\\xeda blockchain para mejorar la confiabilidad, seguridad e infraestructura de pagos, al mismo tiempo que establecemos un protocolo de identidad seguro y descentralizado.\";export const v9=\"Pagos biom\\xe9tricos\";export const v10=\"Estamos pionerando la tecnolog\\xeda de reconocimiento facial para pagos para permitir pagos m\\xe1s seguros para empresas y gobiernos.\";export const v11=\"Estamos pionerando la tecnolog\\xeda de reconocimiento facial para pagos para permitir pagos m\\xe1s seguros para empresas y gobiernos.\";export const v12=\"Soluciones de Pagos Biom\\xe9tricos\";\nexport const __FramerMetadata__ = {\"exports\":{\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import ProgressAnimation from\"https://framerusercontent.com/modules/edP77uC8z4Q0YGqW3tel/WVpFHXRLNCgsbGtQZf5U/ProgressAnimation.js\";import UtilitiesButton from\"https://framerusercontent.com/modules/n9rJH7RfUkb5lEzeT9Vc/aCQISY1WdbOANXHvpgOG/weGH8rJZe.js\";import*as localizedValues from\"./zOP92xKIN-0.js\";const UtilitiesButtonFonts=getFonts(UtilitiesButton);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ProgressAnimationFonts=getFonts(ProgressAnimation);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"pXmb0zxjL\",\"QDpsJIX4L\",\"t__Lg1w70\",\"t6fL1Efkv\",\"e40DxvaSY\",\"fkXbCWDIA\"];const serializationHash=\"framer-pfByF\";const variantClassNames={e40DxvaSY:\"framer-v-bxsjce\",fkXbCWDIA:\"framer-v-kvusu8\",pXmb0zxjL:\"framer-v-115ia6j\",QDpsJIX4L:\"framer-v-q9acw5\",t__Lg1w70:\"framer-v-ne7vy0\",t6fL1Efkv:\"framer-v-12jjaad\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={PH1yekw9R:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:1.1,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:.6,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:.4,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Active - Secondary\":\"t__Lg1w70\",\"V2 Active - Primary\":\"t6fL1Efkv\",\"V2 Active Mobile\":\"e40DxvaSY\",\"V2 Active No Button\":\"fkXbCWDIA\",Active:\"pXmb0zxjL\",Inactive:\"QDpsJIX4L\"};const getProps=({copyrightVisible,height,id,link,nextSlide,previousSlide,tap,text,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,ahMHwQbDL:nextSlide!==null&&nextSlide!==void 0?nextSlide:props.ahMHwQbDL,ECzZPeyNX:link!==null&&link!==void 0?link:props.ECzZPeyNX,J7o8fdE7e:(_ref=text!==null&&text!==void 0?text:props.J7o8fdE7e)!==null&&_ref!==void 0?_ref:\"As own, all own, a the a ago. Myself and that everyone in it walls. Reclined scale, on various of the me what him who I its a might who it scent but first writer's tone she immune person, problem proposal employed the a did his most maybe as and.\",LqIDKYwr1:previousSlide!==null&&previousSlide!==void 0?previousSlide:props.LqIDKYwr1,okc_6dBcT:(_ref1=title!==null&&title!==void 0?title:props.okc_6dBcT)!==null&&_ref1!==void 0?_ref1:\"Higher approval rate\",QFynIJaYH:tap!==null&&tap!==void 0?tap:props.QFynIJaYH,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"pXmb0zxjL\",Wf0RTuH__:(_ref3=copyrightVisible!==null&&copyrightVisible!==void 0?copyrightVisible:props.Wf0RTuH__)!==null&&_ref3!==void 0?_ref3:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,okc_6dBcT,J7o8fdE7e,QFynIJaYH,ECzZPeyNX,Wf0RTuH__,ahMHwQbDL,LqIDKYwr1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pXmb0zxjL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12s1o1s=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QFynIJaYH){const res=await QFynIJaYH(...args);if(res===false)return false;}});const onClick6d9hpy=activeVariantCallback(async(...args)=>{if(LqIDKYwr1){const res=await LqIDKYwr1(...args);if(res===false)return false;}});const onClick1tjlj95=activeVariantCallback(async(...args)=>{if(ahMHwQbDL){const res=await ahMHwQbDL(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"e40DxvaSY\")return true;return false;};const isDisplayed1=value=>{if(baseVariant===\"fkXbCWDIA\")return false;return value;};const isDisplayed2=()=>{if([\"t6fL1Efkv\",\"e40DxvaSY\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"t6fL1Efkv\")return true;return false;};const isDisplayed4=()=>{if([\"QDpsJIX4L\",\"t__Lg1w70\",\"fkXbCWDIA\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"QDpsJIX4L\",\"t__Lg1w70\",\"fkXbCWDIA\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"QDpsJIX4L\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({e40DxvaSY:{value:transition2},fkXbCWDIA:{value:transition2},t6fL1Efkv:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-115ia6j\",className,classNames),\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pXmb0zxjL\",onTap:onTap12s1o1s,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({e40DxvaSY:{\"data-framer-name\":\"V2 Active Mobile\",\"data-highlight\":undefined,onTap:undefined},fkXbCWDIA:{\"data-framer-name\":\"V2 Active No Button\"},QDpsJIX4L:{\"data-framer-name\":\"Inactive\"},t__Lg1w70:{\"data-framer-name\":\"Active - Secondary\"},t6fL1Efkv:{\"data-framer-name\":\"V2 Active - Primary\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wzsrse\",layoutDependency:layoutDependency,layoutId:\"Zkfh3rw8G\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-8m5lpd-container\",\"data-framer-appear-id\":\"8m5lpd\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"JKTMtF3sP-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(UtilitiesButton,{a3QCF6cRp:100,al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"ArrowSquareOut\",EU6ywjAOx:ECzZPeyNX,F3JhtinxZ:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Learn more\",gPzRw1RMG:true,gXOxeznMk:false,height:\"100%\",IbJw17WKL:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",id:\"JKTMtF3sP\",jIb5E4iqZ:\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(57, 87, 167))\",l41SWI7xB:\"House\",layoutId:\"JKTMtF3sP\",py5Uxrklc:false,variant:\"dsZcGev69\",VEnw4OvGX:\"regular\",W56gpU4bs:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",width:\"100%\",zyLfdIqW_:\"regular\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ylh30\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"hpKKbx6du\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ofmks5\",layoutDependency:layoutDependency,layoutId:\"QpGB1uyYH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(252, 252, 252)))\"},children:\"Higher approval rate\"})}),className:\"framer-10hf3v0\",\"data-framer-name\":\"Header\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"cENBOBou0\",style:{\"--extracted-1of0zx5\":\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"20px\"},text:okc_6dBcT,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(Wf0RTuH__)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wcd6ze\",layoutDependency:layoutDependency,layoutId:\"HLsSULoyb\",children:isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(252, 252, 252)))\"},children:\"\\xa9\"})}),className:\"framer-106et4u\",\"data-framer-name\":\"Copyright symbol\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"vfxbp_zY4\",style:{\"--extracted-1of0zx5\":\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"20px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-nsu0ro-container\",\"data-framer-appear-id\":\"nsu0ro\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"FXGoi8zWQ-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(UtilitiesButton,{a3QCF6cRp:100,al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"ArrowSquareOut\",EU6ywjAOx:ECzZPeyNX,F3JhtinxZ:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Learn more\",gPzRw1RMG:true,gXOxeznMk:false,height:\"100%\",IbJw17WKL:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",id:\"FXGoi8zWQ\",jIb5E4iqZ:\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(57, 87, 167))\",l41SWI7xB:\"House\",layoutId:\"FXGoi8zWQ\",py5Uxrklc:false,variant:\"dsZcGev69\",VEnw4OvGX:\"regular\",W56gpU4bs:\"var(--token-b67a1698-845f-414b-9c12-3beb2c3c250b, rgb(255, 255, 255))\",width:\"100%\",zyLfdIqW_:\"regular\"})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1unh493-container\",layoutDependency:layoutDependency,layoutId:\"OAjLs7OVT-container\",children:/*#__PURE__*/_jsx(ProgressAnimation,{backgroundColor:\"rgba(255, 255, 255, 0.3)\",height:\"100%\",id:\"OAjLs7OVT\",layoutId:\"OAjLs7OVT\",progressColor:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},timeAnimation:90,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ia5nld\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"r2OhkTA6n\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-91rxsw\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"TFHEoYlVS\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"},variants:{fkXbCWDIA:{backgroundColor:\"rgb(255, 255, 255)\"},QDpsJIX4L:{backgroundColor:\"rgba(255, 255, 255, 0.3)\"},t__Lg1w70:{backgroundColor:\"rgba(255, 255, 255, 0.3)\"}}})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a11y2g\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"erVdwTnI3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"As own, all own, a the a ago. Myself and that everyone in it walls. Reclined scale, on various of the me what him who I its a might who it scent but first writer's tone she immune person, problem proposal employed the a did his most maybe as and.\"})}),className:\"framer-aeypbh\",\"data-framer-name\":\"Koin es la mejor soluci\\xf3n de medios de pago y financiaci\\xf3n digitales que permite a empresas y consumidores conectarse y realizar transacciones de forma pr\\xe1ctica y segura.\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"B7mniQoUO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"16px\"},text:J7o8fdE7e,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h2xvxx-container\",layoutDependency:layoutDependency,layoutId:\"oRg1lWYeI-container\",style:{opacity:.21},whileHover:animation2,children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretCircleLeft\",id:\"oRg1lWYeI\",layoutId:\"oRg1lWYeI\",mirrored:false,onClick:onClick6d9hpy,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h6coo5-container\",layoutDependency:layoutDependency,layoutId:\"EsFoocRwU-container\",style:{opacity:.21},whileHover:animation2,children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretCircleLeft\",id:\"EsFoocRwU\",layoutId:\"EsFoocRwU\",mirrored:true,onClick:onClick1tjlj95,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pfByF.framer-5k34z1, .framer-pfByF .framer-5k34z1 { display: block; }\",\".framer-pfByF.framer-115ia6j { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 8px 0px; position: relative; width: 360px; }\",\".framer-pfByF .framer-wzsrse { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pfByF .framer-8m5lpd-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; z-index: 5; }\",\".framer-pfByF .framer-3ylh30 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pfByF .framer-ofmks5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 460px; }\",\".framer-pfByF .framer-10hf3v0, .framer-pfByF .framer-106et4u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pfByF .framer-wcd6ze { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pfByF .framer-nsu0ro-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-pfByF .framer-1unh493-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-pfByF .framer-1ia5nld { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pfByF .framer-91rxsw { flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-pfByF .framer-a11y2g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pfByF .framer-aeypbh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pfByF .framer-1h2xvxx-container, .framer-pfByF .framer-h6coo5-container { cursor: pointer; flex: none; height: 60px; position: relative; width: 60px; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pfByF.framer-115ia6j, .framer-pfByF .framer-wzsrse, .framer-pfByF .framer-3ylh30, .framer-pfByF .framer-ofmks5, .framer-pfByF .framer-wcd6ze, .framer-pfByF .framer-1ia5nld, .framer-pfByF .framer-a11y2g { gap: 0px; } .framer-pfByF.framer-115ia6j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pfByF.framer-115ia6j > :first-child, .framer-pfByF .framer-wzsrse > :first-child, .framer-pfByF .framer-1ia5nld > :first-child { margin-top: 0px; } .framer-pfByF.framer-115ia6j > :last-child, .framer-pfByF .framer-wzsrse > :last-child, .framer-pfByF .framer-1ia5nld > :last-child { margin-bottom: 0px; } .framer-pfByF .framer-wzsrse > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pfByF .framer-3ylh30 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pfByF .framer-3ylh30 > :first-child, .framer-pfByF .framer-ofmks5 > :first-child, .framer-pfByF .framer-wcd6ze > :first-child, .framer-pfByF .framer-a11y2g > :first-child { margin-left: 0px; } .framer-pfByF .framer-3ylh30 > :last-child, .framer-pfByF .framer-ofmks5 > :last-child, .framer-pfByF .framer-wcd6ze > :last-child, .framer-pfByF .framer-a11y2g > :last-child { margin-right: 0px; } .framer-pfByF .framer-ofmks5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pfByF .framer-wcd6ze > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pfByF .framer-1ia5nld > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pfByF .framer-a11y2g > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-pfByF.framer-v-12jjaad.framer-115ia6j, .framer-pfByF.framer-v-kvusu8.framer-115ia6j { cursor: default; width: 503px; }\",\".framer-pfByF.framer-v-12jjaad .framer-wzsrse, .framer-pfByF.framer-v-bxsjce .framer-1unh493-container, .framer-pfByF.framer-v-kvusu8 .framer-wzsrse { order: 1; }\",\".framer-pfByF.framer-v-12jjaad .framer-ofmks5 { flex: 1 0 0px; width: 1px; z-index: 2; }\",\".framer-pfByF.framer-v-12jjaad .framer-10hf3v0, .framer-pfByF.framer-v-bxsjce .framer-1h2xvxx-container { order: 0; }\",\".framer-pfByF.framer-v-12jjaad .framer-wcd6ze { min-width: 12px; order: 1; }\",\".framer-pfByF.framer-v-bxsjce.framer-115ia6j { cursor: default; flex-direction: row; gap: 4px; padding: 8px 0px 8px 0px; width: 503px; }\",\".framer-pfByF.framer-v-bxsjce .framer-wzsrse { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; order: 1; width: 1px; }\",\".framer-pfByF.framer-v-bxsjce .framer-8m5lpd-container { order: 4; }\",\".framer-pfByF.framer-v-bxsjce .framer-3ylh30 { align-content: flex-start; align-items: flex-start; order: 0; }\",\".framer-pfByF.framer-v-bxsjce .framer-ofmks5 { order: 1; width: 100%; }\",\".framer-pfByF.framer-v-bxsjce .framer-10hf3v0 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pfByF.framer-v-bxsjce .framer-wcd6ze { min-width: 201px; }\",\".framer-pfByF.framer-v-bxsjce .framer-a11y2g { order: 3; }\",\".framer-pfByF.framer-v-bxsjce .framer-h6coo5-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pfByF.framer-v-bxsjce.framer-115ia6j { gap: 0px; } .framer-pfByF.framer-v-bxsjce.framer-115ia6j > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pfByF.framer-v-bxsjce.framer-115ia6j > :first-child { margin-left: 0px; } .framer-pfByF.framer-v-bxsjce.framer-115ia6j > :last-child { margin-right: 0px; } }\",\".framer-pfByF.framer-v-kvusu8 .framer-3ylh30 { flex-wrap: wrap; }\",\".framer-pfByF.framer-v-kvusu8 .framer-ofmks5 { flex-wrap: wrap; width: 100%; }\",\".framer-pfByF.framer-v-kvusu8 .framer-10hf3v0 { order: 0; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 252\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QDpsJIX4L\":{\"layout\":[\"fixed\",\"auto\"]},\"t__Lg1w70\":{\"layout\":[\"fixed\",\"auto\"]},\"t6fL1Efkv\":{\"layout\":[\"fixed\",\"auto\"]},\"e40DxvaSY\":{\"layout\":[\"fixed\",\"auto\"]},\"fkXbCWDIA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"okc_6dBcT\":\"title\",\"J7o8fdE7e\":\"text\",\"QFynIJaYH\":\"tap\",\"ECzZPeyNX\":\"link\",\"Wf0RTuH__\":\"copyrightVisible\",\"ahMHwQbDL\":\"nextSlide\",\"LqIDKYwr1\":\"previousSlide\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzOP92xKIN=withCSS(Component,css,\"framer-pfByF\");export default FramerzOP92xKIN;FramerzOP92xKIN.displayName=\"Slider / Collapsible Block\";FramerzOP92xKIN.defaultProps={height:252,width:360};addPropertyControls(FramerzOP92xKIN,{variant:{options:[\"pXmb0zxjL\",\"QDpsJIX4L\",\"t__Lg1w70\",\"t6fL1Efkv\",\"e40DxvaSY\",\"fkXbCWDIA\"],optionTitles:[\"Active\",\"Inactive\",\"Active - Secondary\",\"V2 Active - Primary\",\"V2 Active Mobile\",\"V2 Active No Button\"],title:\"Variant\",type:ControlType.Enum},okc_6dBcT:{defaultValue:\"Higher approval rate\",displayTextArea:false,title:\"Title\",type:ControlType.String},J7o8fdE7e:{defaultValue:\"As own, all own, a the a ago. Myself and that everyone in it walls. Reclined scale, on various of the me what him who I its a might who it scent but first writer's tone she immune person, problem proposal employed the a did his most maybe as and.\",displayTextArea:true,title:\"Text\",type:ControlType.String},QFynIJaYH:{title:\"Tap\",type:ControlType.EventHandler},ECzZPeyNX:{title:\"Link\",type:ControlType.Link},Wf0RTuH__:{defaultValue:true,title:\"Copyright Visible\",type:ControlType.Boolean},ahMHwQbDL:{title:\"Next Slide\",type:ControlType.EventHandler},LqIDKYwr1:{title:\"Previous Slide\",type:ControlType.EventHandler}});addFonts(FramerzOP92xKIN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...UtilitiesButtonFonts,...ProgressAnimationFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzOP92xKIN\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QDpsJIX4L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t__Lg1w70\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t6fL1Efkv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e40DxvaSY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fkXbCWDIA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"252\",\"framerVariables\":\"{\\\"okc_6dBcT\\\":\\\"title\\\",\\\"J7o8fdE7e\\\":\\\"text\\\",\\\"QFynIJaYH\\\":\\\"tap\\\",\\\"ECzZPeyNX\\\":\\\"link\\\",\\\"Wf0RTuH__\\\":\\\"copyrightVisible\\\",\\\"ahMHwQbDL\\\":\\\"nextSlide\\\",\\\"LqIDKYwr1\\\":\\\"previousSlide\\\"}\",\"framerIntrinsicWidth\":\"360\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zOP92xKIN.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function ProgressAnimation(props){const{backgroundColor,progressColor,timeAnimation}=props;const[width,setWidth]=useState(0);useEffect(function(){const interval=setInterval(function(){setWidth(prevWidth=>prevWidth>=100?0:prevWidth+1);},timeAnimation);return function cleanup(){clearInterval(interval);};},[timeAnimation]);const styles={container:{width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\"},background:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",background:backgroundColor},progress:{position:\"absolute\",top:0,left:0,height:\"100%\",width:`${width}%`,background:progressColor,transition:`width ${timeAnimation}ms linear`}};return /*#__PURE__*/_jsxs(\"div\",{style:styles.container,children:[/*#__PURE__*/_jsx(\"div\",{style:styles.background}),/*#__PURE__*/_jsx(\"div\",{style:styles.progress})]});}addPropertyControls(ProgressAnimation,{backgroundColor:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.12)\"},progressColor:{title:\"Progress Color\",type:ControlType.Color,defaultValue:\"black\"},timeAnimation:{title:\"Animation Time (ms)\",type:ControlType.Number,defaultValue:90,min:10,max:1e3,step:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProgressAnimation\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProgressAnimation.map", "export const v0=\"Aprender m\\xe1s\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "t", "r", "h", "c", "e", "i", "a", "u", "p", "d", "s", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "config", "allElements", "i", "element", "l", "raf", "time", "styleElement", "p", "addPropertyControls", "ControlType", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "HpwS8yNqZ_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "init_ssg_sandbox_shims", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "HpwS8yNqZ_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "init_ssg_sandbox_shims", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transition1", "animation", "animation1", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1g7umzh", "args", "onTap1owwnsj", "onAppearj9a6gy", "onAppear1itct3t", "useOnVariantChange", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "css", "FramergragYSc4G", "withCSS", "gragYSc4G_default", "addPropertyControls", "ControlType", "addFonts", "FooterGridFonts", "getFonts", "gragYSc4G_default", "UtilitiesNotchedButtonFonts", "Zslozgksa_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "cx", "serializationHash", "u", "ComponentViewportProvider", "gragYSc4G_default", "RichText2", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "Zslozgksa_default", "css", "FramerHpwS8yNqZ", "withCSS", "HpwS8yNqZ_default", "addFonts", "FooterGridFonts", "UtilitiesNotchedButtonFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "Zw563IsI_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "init_ssg_sandbox_shims", "valuesByLocaleId", "Zw563IsI_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "ProgressAnimation", "props", "backgroundColor", "progressColor", "timeAnimation", "width", "setWidth", "ye", "ue", "interval", "prevWidth", "styles", "u", "p", "addPropertyControls", "ControlType", "zOP92xKIN_0_exports", "__export", "__FramerMetadata__", "v0", "init_ssg_sandbox_shims", "UtilitiesButtonFonts", "getFonts", "weGH8rJZe_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ProgressAnimationFonts", "ProgressAnimation", "PhosphorFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "zOP92xKIN_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transition2", "transition3", "animation", "animation1", "transition4", "animation2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "copyrightVisible", "height", "id", "link", "nextSlide", "previousSlide", "tap", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "okc_6dBcT", "J7o8fdE7e", "QFynIJaYH", "ECzZPeyNX", "Wf0RTuH__", "ahMHwQbDL", "LqIDKYwr1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12s1o1s", "args", "onClick6d9hpy", "onClick1tjlj95", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerzOP92xKIN", "withCSS", "zOP92xKIN_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "PhosphorFonts", "Icon", "SliderCollapsibleBlockFonts", "zOP92xKIN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "animation3", "transition4", "animation4", "transition5", "animation5", "animation6", "transition6", "animation7", "transition7", "animation8", "animation9", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear8u3ugo", "args", "onAppearekufvu", "onAppear114zxu2", "onAppear8uf6v5", "onAppear15b74q7", "onAppear17j5b77", "onAppearqn6o6s", "onAppear2xzjxp", "onAppear1k5oe0i", "onClick15jneqf", "onClickah4mtk", "onClickyjioj9", "onClick1aln65m", "onClick1gfkhhm", "onClickjvjty9", "QFynIJaYHah4mtk", "ahMHwQbDL1gplsd3", "LqIDKYwr11f66f7w", "QFynIJaYHyjioj9", "QFynIJaYH15jneqf", "ahMHwQbDL1f66f7w", "LqIDKYwr1hzk4pt", "ahMHwQbDLhzk4pt", "LqIDKYwr11gplsd3", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "router", "useRouter", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "getLocalizedValue", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerZw563IsI_", "withCSS", "Zw563IsI_default", "addPropertyControls", "ControlType", "addFonts"]
}
