{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/hYwiUF2EfIGBOZiyizn6/eKOOZF0ZWElNywVDWqEj/neHsQM7LC.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js", "ssg:https://framerusercontent.com/modules/YkmQvauSL7m1CdJLFdf8/m4TQ3HcIQxBcRRYBHPsZ/Xhg7F4SFl.js", "ssg:https://framerusercontent.com/modules/q1g794rpUvgdVd5lvqFD/N1BgLH9U3hN16BEvVBt5/e_QOx9TKd.js", "ssg:https://framerusercontent.com/modules/C2amLMIVaoAACO3siJog/YQY7TlgSQEXue5MbVVv9/i5rdUo5b7.js", "ssg:https://framerusercontent.com/modules/M2tbm1ZwcXLgJyXUKFJw/ALtIoge6uLAxZfB7vC1z/nDk6E9TKg.js", "ssg:https://framerusercontent.com/modules/J7FNU7Vmc5RMxOvqReUW/RSABW58ux1re5qrtdymW/lptT53RDK.js", "ssg:https://framerusercontent.com/modules/m3rEOjW5SWtVnfyMt1tQ/hVnUbiW6ART2rjV19Iyx/d_hvKepjc.js", "ssg:https://framerusercontent.com/modules/q9fjzDzF3hK5pIOROalV/56JEsro4NHMveX5sgeX9/uAm3q9ycP.js", "ssg:https://framerusercontent.com/modules/eN8yN6XYfnRGA8enQfrS/oqwQRso02lyxTyLUsfw4/BTqi1Uaxa.js", "ssg:https://framerusercontent.com/modules/gPvxYsIPD6lf70acdqH5/mPXt6ec9Hbz1Px7UpcJg/rL038M61c.js", "ssg:https://framerusercontent.com/modules/j9NEFitWhg932lAvHJWN/yb5aaJJ2uamv6hWQ1WGG/CnYj27Wug.js", "ssg:https://framerusercontent.com/modules/jDljMwyHs7WFytuWwub4/kQX6SrpM2KCNigiOdD9x/tUY_MQ20E.js", "ssg:https://framerusercontent.com/modules/9n5IF5t6lfNloEmZ5xua/jf2qdYQLFegjP4qPBaY5/AvDAY444y.js", "ssg:https://framerusercontent.com/modules/eOZA2t3ybzR76DFQfGz1/UifCyxcAZCg0KhJcFL68/YtTT9Jwnj.js", "ssg:https://framerusercontent.com/modules/zVfl0iXB2EuJxeyQ3Fes/1hSDM5V5Mu04ZOfIx6ZI/CnYj27Wug.js"],
  "sourcesContent": ["function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),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(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),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})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}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&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight: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?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "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){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}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", "// Generated by Framer (92d6359)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"}]}];export const css=['.framer-6Gsdq .framer-styles-preset-1ufts40:not(.rich-text-wrapper), .framer-6Gsdq .framer-styles-preset-1ufts40.rich-text-wrapper h1 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 68px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #542878; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 992px) { .framer-6Gsdq .framer-styles-preset-1ufts40:not(.rich-text-wrapper), .framer-6Gsdq .framer-styles-preset-1ufts40.rich-text-wrapper h1 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #542878; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-6Gsdq .framer-styles-preset-1ufts40:not(.rich-text-wrapper), .framer-6Gsdq .framer-styles-preset-1ufts40.rich-text-wrapper h1 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #542878; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-6Gsdq .framer-styles-preset-1ufts40:not(.rich-text-wrapper), .framer-6Gsdq .framer-styles-preset-1ufts40.rich-text-wrapper h1 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.025em; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #542878; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-6Gsdq\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "let r;var l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.27\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AcademicCapOutline\",\"Adjustments\",\"AdjustmentsOutline\",\"Annotation\",\"AnnotationOutline\",\"Archive\",\"ArchiveOutline\",\"ArrowCircleDown\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpOutline\",\"ArrowDown\",\"ArrowDownOutline\",\"ArrowLeft\",\"ArrowLeftOutline\",\"ArrowNarrowDown\",\"ArrowNarrowLeft\",\"ArrowNarrowRight\",\"ArrowNarrowUp\",\"ArrowNarrowUpOutline\",\"ArrowRight\",\"ArrowRightOutline\",\"ArrowUp\",\"ArrowUpOutline\",\"ArrowsExpand\",\"ArrowsExpandOutline\",\"AtSymbol\",\"AtSymbolOutline\",\"Backspace\",\"BackspaceOutline\",\"BadgeCheck\",\"BadgeCheckOutline\",\"Ban\",\"BanOutline\",\"Beaker\",\"BeakerOutline\",\"Bell\",\"BellOutline\",\"BookOpen\",\"BookOpenOutline\",\"Bookmark\",\"BookmarkAlt\",\"BookmarkAltOutline\",\"BookmarkOutline\",\"Briefcase\",\"BriefcaseOutline\",\"Cake\",\"CakeOutline\",\"Calculator\",\"CalculatorOutline\",\"Calendar\",\"CalendarOutline\",\"Camera\",\"CameraOutline\",\"Cash\",\"CashOutline\",\"ChartBar\",\"ChartBarOutline\",\"ChartPie\",\"ChartPieOutline\",\"ChartSquareBar\",\"Chat\",\"ChatAlt\",\"ChatAlt2\",\"ChatAlt2Outline\",\"ChatAltOutline\",\"ChatOutline\",\"Check\",\"CheckCircle\",\"CheckCircleOutline\",\"CheckOutline\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronDownOutline\",\"ChevronLeft\",\"ChevronLeftOutline\",\"ChevronRight\",\"ChevronRightOutline\",\"ChevronUp\",\"ChevronUpOutline\",\"Chip\",\"ChipOutline\",\"Clipboard\",\"ClipboardCheck\",\"ClipboardCopy\",\"ClipboardCopyOutline\",\"ClipboardList\",\"ClipboardListOutline\",\"ClipboardOutline\",\"Clock\",\"ClockOutline\",\"Cloud\",\"CloudDownload\",\"CloudDownloadOutline\",\"CloudOutline\",\"CloudUpload\",\"CloudUploadOutline\",\"Code\",\"CodeOutline\",\"Cog\",\"CogOutline\",\"Collection\",\"CollectionOutline\",\"ColorSwatch\",\"ColorSwatchOutline\",\"CreditCard\",\"CreditCardOutline\",\"Cube\",\"CubeOutline\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyEuroOutline\",\"CurrencyPound\",\"CurrencyPoundOutline\",\"CurrencyRupee\",\"CurrencyRupeeOutline\",\"CurrencyYen\",\"CurrencyYenOutline\",\"CursorClick\",\"CursorClickOutline\",\"Database\",\"DatabaseOutline\",\"DesktopComputer\",\"DeviceMobile\",\"DeviceMobileOutline\",\"DeviceTablet\",\"DeviceTabletOutline\",\"Document\",\"DocumentAdd\",\"DocumentAddOutline\",\"DocumentDownload\",\"DocumentDuplicate\",\"DocumentOutline\",\"DocumentRemove\",\"DocumentReport\",\"DocumentSearch\",\"DocumentText\",\"DocumentTextOutline\",\"DotsCircleHorizontal\",\"DotsHorizontal\",\"DotsVertical\",\"DotsVerticalOutline\",\"Download\",\"DownloadOutline\",\"Duplicate\",\"DuplicateOutline\",\"EmojiHappy\",\"EmojiHappyOutline\",\"EmojiSad\",\"EmojiSadOutline\",\"Exclamation\",\"ExclamationCircle\",\"ExclamationOutline\",\"ExternalLink\",\"ExternalLinkOutline\",\"Eye\",\"EyeOff\",\"EyeOffOutline\",\"EyeOutline\",\"FastForward\",\"FastForwardOutline\",\"Film\",\"FilmOutline\",\"Filter\",\"FilterOutline\",\"FingerPrint\",\"FingerPrintOutline\",\"Fire\",\"FireOutline\",\"Flag\",\"FlagOutline\",\"Folder\",\"FolderAdd\",\"FolderAddOutline\",\"FolderDownload\",\"FolderOpen\",\"FolderOpenOutline\",\"FolderOutline\",\"FolderRemove\",\"FolderRemoveOutline\",\"Gift\",\"GiftOutline\",\"Globe\",\"GlobeAlt\",\"GlobeAltOutline\",\"GlobeOutline\",\"Hand\",\"HandOutline\",\"Hashtag\",\"HashtagOutline\",\"Heart\",\"HeartOutline\",\"Home\",\"HomeOutline\",\"Identification\",\"Inbox\",\"InboxIn\",\"InboxInOutline\",\"InboxOutline\",\"InformationCircle\",\"Key\",\"KeyOutline\",\"Library\",\"LibraryOutline\",\"LightBulb\",\"LightBulbOutline\",\"LightningBolt\",\"LightningBoltOutline\",\"Link\",\"LinkOutline\",\"LocationMarker\",\"LockClosed\",\"LockClosedOutline\",\"LockOpen\",\"LockOpenOutline\",\"Login\",\"LoginOutline\",\"Logout\",\"LogoutOutline\",\"Mail\",\"MailOpen\",\"MailOpenOutline\",\"MailOutline\",\"Map\",\"MapOutline\",\"Menu\",\"MenuAlt1\",\"MenuAlt1Outline\",\"MenuAlt2\",\"MenuAlt2Outline\",\"MenuAlt3\",\"MenuAlt3Outline\",\"MenuAlt4\",\"MenuAlt4Outline\",\"MenuOutline\",\"Microphone\",\"MicrophoneOutline\",\"Minus\",\"MinusCircle\",\"MinusCircleOutline\",\"MinusOutline\",\"MinusSm\",\"MinusSmOutline\",\"Moon\",\"MoonOutline\",\"MusicNote\",\"MusicNoteOutline\",\"Newspaper\",\"NewspaperOutline\",\"OfficeBuilding\",\"PaperAirplane\",\"PaperAirplaneOutline\",\"PaperClip\",\"PaperClipOutline\",\"Pause\",\"PauseOutline\",\"Pencil\",\"PencilAlt\",\"PencilAltOutline\",\"PencilOutline\",\"Phone\",\"PhoneIncoming\",\"PhoneIncomingOutline\",\"PhoneMissedCall\",\"PhoneOutgoing\",\"PhoneOutgoingOutline\",\"PhoneOutline\",\"Photograph\",\"PhotographOutline\",\"Play\",\"PlayOutline\",\"Plus\",\"PlusCircle\",\"PlusCircleOutline\",\"PlusOutline\",\"PlusSm\",\"PlusSmOutline\",\"PresentationChartBar\",\"Printer\",\"PrinterOutline\",\"Puzzle\",\"PuzzleOutline\",\"Qrcode\",\"QrcodeOutline\",\"QuestionMarkCircle\",\"ReceiptRefund\",\"ReceiptRefundOutline\",\"ReceiptTax\",\"ReceiptTaxOutline\",\"Refresh\",\"RefreshOutline\",\"Reply\",\"ReplyOutline\",\"Rewind\",\"RewindOutline\",\"Rss\",\"RssOutline\",\"Save\",\"SaveAs\",\"SaveAsOutline\",\"SaveOutline\",\"Scale\",\"ScaleOutline\",\"Scissors\",\"ScissorsOutline\",\"Search\",\"SearchCircle\",\"SearchCircleOutline\",\"SearchOutline\",\"Selector\",\"SelectorOutline\",\"Server\",\"ServerOutline\",\"Share\",\"ShareOutline\",\"ShieldCheck\",\"ShieldCheckOutline\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingBagOutline\",\"ShoppingCart\",\"ShoppingCartOutline\",\"SortAscending\",\"SortAscendingOutline\",\"SortDescending\",\"Sparkles\",\"SparklesOutline\",\"Speakerphone\",\"SpeakerphoneOutline\",\"Star\",\"StarOutline\",\"StatusOffline\",\"StatusOfflineOutline\",\"StatusOnline\",\"StatusOnlineOutline\",\"Stop\",\"StopOutline\",\"Sun\",\"SunOutline\",\"Support\",\"SupportOutline\",\"SwitchHorizontal\",\"SwitchVertical\",\"Table\",\"TableOutline\",\"Tag\",\"TagOutline\",\"Template\",\"TemplateOutline\",\"Terminal\",\"TerminalOutline\",\"ThumbDown\",\"ThumbDownOutline\",\"ThumbUp\",\"ThumbUpOutline\",\"Ticket\",\"TicketOutline\",\"Translate\",\"TranslateOutline\",\"Trash\",\"TrashOutline\",\"TrendingDown\",\"TrendingDownOutline\",\"TrendingUp\",\"TrendingUpOutline\",\"Truck\",\"TruckOutline\",\"Upload\",\"UploadOutline\",\"User\",\"UserAdd\",\"UserAddOutline\",\"UserCircle\",\"UserCircleOutline\",\"UserGroup\",\"UserGroupOutline\",\"UserOutline\",\"UserRemove\",\"UserRemoveOutline\",\"Users\",\"UsersOutline\",\"Variable\",\"VariableOutline\",\"VideoCamera\",\"VideoCameraOutline\",\"ViewBoards\",\"ViewBoardsOutline\",\"ViewGrid\",\"ViewGridAdd\",\"ViewGridAddOutline\",\"ViewGridOutline\",\"ViewList\",\"ViewListOutline\",\"VolumeOff\",\"VolumeOffOutline\",\"VolumeUp\",\"VolumeUpOutline\",\"Wifi\",\"WifiOutline\",\"X\",\"XCircle\",\"XCircleOutline\",\"XOutline\",\"ZoomIn\",\"ZoomInOutline\",\"ZoomOut\",\"ZoomOutOutline\",];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.27`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "// Generated by Framer (c76752e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-700\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-jL8in .framer-styles-preset-6166yi:not(.rich-text-wrapper), .framer-jL8in .framer-styles-preset-6166yi.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, #516060); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-jL8in\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6421805)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/YkmQvauSL7m1CdJLFdf8/m4TQ3HcIQxBcRRYBHPsZ/Xhg7F4SFl.js\";const HeroFonts=getFonts(Hero);const enabledGestures={cB88bAH_A:{hover:true},N7V4mnDcK:{hover:true},NrS68k8NZ:{hover:true}};const cycleOrder=[\"cB88bAH_A\",\"NrS68k8NZ\",\"N7V4mnDcK\"];const serializationHash=\"framer-NIivb\";const variantClassNames={cB88bAH_A:\"framer-v-dqtw0o\",N7V4mnDcK:\"framer-v-f0w1yu\",NrS68k8NZ:\"framer-v-m8ahjj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={\"Menu item Purple\":\"NrS68k8NZ\",\"Menu item white 2\":\"N7V4mnDcK\",\"Menu item white\":\"cB88bAH_A\"};const getProps=({color,height,hover,iconVisible,id,link,mainText,width,...props})=>{return{...props,f7aNcLWZC:hover??props.f7aNcLWZC,K_crSlniB:color??props.K_crSlniB??\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",MOjwPeWGT:mainText??props.MOjwPeWGT??\"Product\",NDR99Jwp7:iconVisible??props.NDR99Jwp7,PgWUmowRp:link??props.PgWUmowRp,variant:humanReadableVariantMap[props.variant]??props.variant??\"cB88bAH_A\"};};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,MOjwPeWGT,PgWUmowRp,K_crSlniB,f7aNcLWZC,NDR99Jwp7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cB88bAH_A\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterxws0b8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(f7aNcLWZC){const res=await f7aNcLWZC(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:PgWUmowRp,motionChild:true,nodeId:\"cB88bAH_A\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-dqtw0o\",className,classNames)} framer-1a1imtf`,\"data-framer-name\":\"Menu item white\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cB88bAH_A\",onMouseEnter:onMouseEnterxws0b8,ref:ref??ref1,style:{...style},...addPropertyOverrides({\"cB88bAH_A-hover\":{\"data-framer-name\":undefined},\"N7V4mnDcK-hover\":{\"data-framer-name\":undefined},\"NrS68k8NZ-hover\":{\"data-framer-name\":undefined},N7V4mnDcK:{\"data-framer-name\":\"Menu item white 2\"},NrS68k8NZ:{\"data-framer-name\":\"Menu item Purple\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Product\"})}),className:\"framer-1icm530\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mu5Pd5OgX\",style:{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\",opacity:1},text:MOjwPeWGT,variants:{\"cB88bAH_A-hover\":{\"--extracted-r6o4lv\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"},\"N7V4mnDcK-hover\":{opacity:.8},\"NrS68k8NZ-hover\":{\"--extracted-r6o4lv\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\",opacity:.8},NrS68k8NZ:{\"--extracted-r6o4lv\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cB88bAH_A-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155)))\"},children:\"Product\"})})},\"NrS68k8NZ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155)))\"},children:\"Product\"})})},NrS68k8NZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),NDR99Jwp7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t8g6u2-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"twrWlI1Xy-container\",nodeId:\"twrWlI1Xy\",rendersWithMotion:true,scopeId:\"e_QOx9TKd\",children:/*#__PURE__*/_jsx(Hero,{color:K_crSlniB,height:\"100%\",iconSearch:\"Home\",iconSelection:\"ChevronUp\",id:\"twrWlI1Xy\",layoutId:\"twrWlI1Xy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({NrS68k8NZ:{color:\"var(--token-636a3fe4-9f0f-4ae1-a43c-60a743a1245b, rgb(247, 247, 247))\",iconSelection:\"ChevronDown\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NIivb.framer-1a1imtf, .framer-NIivb .framer-1a1imtf { display: block; }\",\".framer-NIivb.framer-dqtw0o { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NIivb .framer-1icm530 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NIivb .framer-t8g6u2-container { flex: none; height: 18px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NIivb.framer-dqtw0o { gap: 0px; } .framer-NIivb.framer-dqtw0o > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NIivb.framer-dqtw0o > :first-child { margin-left: 0px; } .framer-NIivb.framer-dqtw0o > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 62.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NrS68k8NZ\":{\"layout\":[\"auto\",\"auto\"]},\"N7V4mnDcK\":{\"layout\":[\"auto\",\"auto\"]},\"elTxot8N2\":{\"layout\":[\"auto\",\"auto\"]},\"XEEv3Hu1a\":{\"layout\":[\"auto\",\"auto\"]},\"LXwgh3tqm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MOjwPeWGT\":\"mainText\",\"PgWUmowRp\":\"link\",\"K_crSlniB\":\"color\",\"f7aNcLWZC\":\"hover\",\"NDR99Jwp7\":\"iconVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere_QOx9TKd=withCSS(Component,css,\"framer-NIivb\");export default Framere_QOx9TKd;Framere_QOx9TKd.displayName=\"Menu Item-02\";Framere_QOx9TKd.defaultProps={height:19,width:62.5};addPropertyControls(Framere_QOx9TKd,{variant:{options:[\"cB88bAH_A\",\"NrS68k8NZ\",\"N7V4mnDcK\"],optionTitles:[\"Menu item white\",\"Menu item Purple\",\"Menu item white 2\"],title:\"Variant\",type:ControlType.Enum},MOjwPeWGT:{defaultValue:\"Product\",displayTextArea:false,title:\"Main Text\",type:ControlType.String},PgWUmowRp:{title:\"Link\",type:ControlType.Link},K_crSlniB:{defaultValue:'var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)) /* {\"name\":\"Neutral / 01\"} */',title:\"Color\",type:ControlType.Color},f7aNcLWZC:{title:\"Hover\",type:ControlType.EventHandler},NDR99Jwp7:{defaultValue:false,title:\"Icon Visible\",type:ControlType.Boolean}});addFonts(Framere_QOx9TKd,[{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\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere_QOx9TKd\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"MOjwPeWGT\\\":\\\"mainText\\\",\\\"PgWUmowRp\\\":\\\"link\\\",\\\"K_crSlniB\\\":\\\"color\\\",\\\"f7aNcLWZC\\\":\\\"hover\\\",\\\"NDR99Jwp7\\\":\\\"iconVisible\\\"}\",\"framerIntrinsicHeight\":\"19\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NrS68k8NZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"N7V4mnDcK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"elTxot8N2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XEEv3Hu1a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LXwgh3tqm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"62.5\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e_QOx9TKd.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/YkmQvauSL7m1CdJLFdf8/m4TQ3HcIQxBcRRYBHPsZ/Xhg7F4SFl.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={MDwtP8cxf:{hover:true},YqEqEH2iA:{pressed:true}};const cycleOrder=[\"MDwtP8cxf\",\"YqEqEH2iA\"];const serializationHash=\"framer-riw18\";const variantClassNames={MDwtP8cxf:\"framer-v-1doehnt\",YqEqEH2iA:\"framer-v-14fgy5j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Variant 1\":\"MDwtP8cxf\",\"Variant 2\":\"YqEqEH2iA\"};const getProps=({click,height,hover,id,width,...props})=>{return{...props,GoRUqtDFo:hover??props.GoRUqtDFo,variant:humanReadableVariantMap[props.variant]??props.variant??\"MDwtP8cxf\",wCUlbfcCi:click??props.wCUlbfcCi};};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,GoRUqtDFo,wCUlbfcCi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MDwtP8cxf\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapahbu0j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wCUlbfcCi){const res=await wCUlbfcCi(...args);if(res===false)return false;}});const onMouseEnter1ru673n=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(GoRUqtDFo){const res=await GoRUqtDFo(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1doehnt\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MDwtP8cxf\",onMouseEnter:onMouseEnter1ru673n,onTap:onTapahbu0j,ref:ref??ref1,style:{...style},...addPropertyOverrides({\"MDwtP8cxf-hover\":{\"data-framer-name\":undefined},\"YqEqEH2iA-pressed\":{\"data-framer-name\":undefined},YqEqEH2iA:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"Productos\"})}),className:\"framer-1awhda1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kCzsXYJtd\",style:{\"--extracted-r6o4lv\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"MDwtP8cxf-hover\":{\"--extracted-r6o4lv\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"},\"YqEqEH2iA-pressed\":{\"--extracted-r6o4lv\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"MDwtP8cxf-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155)))\"},children:\"Productos\"})})},\"YqEqEH2iA-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6166yi\",\"data-styles-preset\":\"Xhg7F4SFl\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155)))\"},children:\"Productos\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bbd1q8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"b1d6DyxWY-container\",nodeId:\"b1d6DyxWY\",rendersWithMotion:true,scopeId:\"i5rdUo5b7\",style:{rotate:0},variants:{\"MDwtP8cxf-hover\":{rotate:180},\"YqEqEH2iA-pressed\":{rotate:180}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"b1d6DyxWY\",layoutId:\"b1d6DyxWY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"MDwtP8cxf-hover\":{color:\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"},\"YqEqEH2iA-pressed\":{color:\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-riw18.framer-fgt9v8, .framer-riw18 .framer-fgt9v8 { display: block; }\",\".framer-riw18.framer-1doehnt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-riw18 .framer-1awhda1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-riw18 .framer-1bbd1q8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-riw18.framer-1doehnt { gap: 0px; } .framer-riw18.framer-1doehnt > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-riw18.framer-1doehnt > :first-child { margin-left: 0px; } .framer-riw18.framer-1doehnt > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"YqEqEH2iA\":{\"layout\":[\"auto\",\"auto\"]},\"b0_VuWwgw\":{\"layout\":[\"auto\",\"auto\"]},\"xgTOO7U0M\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GoRUqtDFo\":\"hover\",\"wCUlbfcCi\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri5rdUo5b7=withCSS(Component,css,\"framer-riw18\");export default Frameri5rdUo5b7;Frameri5rdUo5b7.displayName=\"Trigger Dropdown Menu\";Frameri5rdUo5b7.defaultProps={height:34,width:110};addPropertyControls(Frameri5rdUo5b7,{variant:{options:[\"MDwtP8cxf\",\"YqEqEH2iA\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},GoRUqtDFo:{title:\"Hover\",type:ControlType.EventHandler},wCUlbfcCi:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Frameri5rdUo5b7,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri5rdUo5b7\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"GoRUqtDFo\\\":\\\"hover\\\",\\\"wCUlbfcCi\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YqEqEH2iA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b0_VuWwgw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xgTOO7U0M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"110\",\"framerIntrinsicHeight\":\"34\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i5rdUo5b7.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuItem02 from\"https://framerusercontent.com/modules/q1g794rpUvgdVd5lvqFD/N1BgLH9U3hN16BEvVBt5/e_QOx9TKd.js\";const MenuItem02Fonts=getFonts(MenuItem02);const cycleOrder=[\"Eg4bkxT3O\",\"uFnMJ7jAH\"];const serializationHash=\"framer-QmmRb\";const variantClassNames={Eg4bkxT3O:\"framer-v-w740yq\",uFnMJ7jAH:\"framer-v-1ge9nqh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={Desktop:\"Eg4bkxT3O\",Phone:\"uFnMJ7jAH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Eg4bkxT3O\"};};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:\"Eg4bkxT3O\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-w740yq\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Eg4bkxT3O\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 1px 15px 0px rgba(21, 29, 22, 0.25)\",...style},...addPropertyOverrides({uFnMJ7jAH:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9brk6p\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"VlZw_CoMh\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sn6rsg\",\"data-framer-name\":\"Top pages\",layoutDependency:layoutDependency,layoutId:\"xNslZH1uG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pfza0c\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"sN8qlnfFv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s74b9p\",layoutDependency:layoutDependency,layoutId:\"d8Yeoyhym\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14dib3n\",\"data-framer-name\":\"Item 01\",layoutDependency:layoutDependency,layoutId:\"sqlL1Ho_c\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"r7SzY9C04\"},implicitPathVariables:undefined},{href:{webPageId:\"r7SzY9C04\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+15+20+0+0+0+0+0+0+0,...addPropertyOverrides({uFnMJ7jAH:{y:(componentViewport?.y||0)+15+0+10+0+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hzc9oa-container\",layoutDependency:layoutDependency,layoutId:\"Tln_HyTKV-container\",nodeId:\"Tln_HyTKV\",rendersWithMotion:true,scopeId:\"nDk6E9TKg\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"Tln_HyTKV\",K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"Tln_HyTKV\",MOjwPeWGT:\"CRM\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks[0],variant:\"NrS68k8NZ\",width:\"100%\",...addPropertyOverrides({uFnMJ7jAH:{PgWUmowRp:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q53gdm\",\"data-framer-name\":\"Item 02\",layoutDependency:layoutDependency,layoutId:\"t5jewlZjt\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hYXfTS5u6\"},implicitPathVariables:undefined},{href:{webPageId:\"hYXfTS5u6\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+15+20+0+0+0+31+0+0,...addPropertyOverrides({uFnMJ7jAH:{y:(componentViewport?.y||0)+15+0+10+0+0+0+0+31+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19sfscj-container\",layoutDependency:layoutDependency,layoutId:\"ZXPepgeX5-container\",nodeId:\"ZXPepgeX5\",rendersWithMotion:true,scopeId:\"nDk6E9TKg\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"ZXPepgeX5\",K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"ZXPepgeX5\",MOjwPeWGT:\"Whatsapp\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks1[0],variant:\"NrS68k8NZ\",width:\"100%\",...addPropertyOverrides({uFnMJ7jAH:{PgWUmowRp:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o38sz2\",\"data-framer-name\":\"Item 03\",layoutDependency:layoutDependency,layoutId:\"ofLMh4xAO\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+15+20+0+0+0+62+0+0,...addPropertyOverrides({uFnMJ7jAH:{y:(componentViewport?.y||0)+15+0+10+0+0+0+0+62+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l9p56v-container\",layoutDependency:layoutDependency,layoutId:\"Udi61Z8FM-container\",nodeId:\"Udi61Z8FM\",rendersWithMotion:true,scopeId:\"nDk6E9TKg\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"Udi61Z8FM\",K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"Udi61Z8FM\",MOjwPeWGT:\"Apps\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks2[0],variant:\"NrS68k8NZ\",width:\"100%\",...addPropertyOverrides({uFnMJ7jAH:{PgWUmowRp:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QmmRb.framer-18yy8la, .framer-QmmRb .framer-18yy8la { display: block; }\",\".framer-QmmRb.framer-w740yq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-9brk6p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-sn6rsg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-pfza0c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-1s74b9p { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-14dib3n, .framer-QmmRb .framer-q53gdm, .framer-QmmRb .framer-o38sz2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-QmmRb .framer-1hzc9oa-container, .framer-QmmRb .framer-19sfscj-container, .framer-QmmRb .framer-1l9p56v-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QmmRb.framer-w740yq, .framer-QmmRb .framer-9brk6p, .framer-QmmRb .framer-sn6rsg, .framer-QmmRb .framer-pfza0c, .framer-QmmRb .framer-1s74b9p, .framer-QmmRb .framer-14dib3n, .framer-QmmRb .framer-q53gdm, .framer-QmmRb .framer-o38sz2 { gap: 0px; } .framer-QmmRb.framer-w740yq > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-QmmRb.framer-w740yq > :first-child, .framer-QmmRb .framer-sn6rsg > :first-child, .framer-QmmRb .framer-1s74b9p > :first-child { margin-left: 0px; } .framer-QmmRb.framer-w740yq > :last-child, .framer-QmmRb .framer-sn6rsg > :last-child, .framer-QmmRb .framer-1s74b9p > :last-child { margin-right: 0px; } .framer-QmmRb .framer-9brk6p > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-QmmRb .framer-9brk6p > :first-child, .framer-QmmRb .framer-pfza0c > :first-child, .framer-QmmRb .framer-14dib3n > :first-child, .framer-QmmRb .framer-q53gdm > :first-child, .framer-QmmRb .framer-o38sz2 > :first-child { margin-top: 0px; } .framer-QmmRb .framer-9brk6p > :last-child, .framer-QmmRb .framer-pfza0c > :last-child, .framer-QmmRb .framer-14dib3n > :last-child, .framer-QmmRb .framer-q53gdm > :last-child, .framer-QmmRb .framer-o38sz2 > :last-child { margin-bottom: 0px; } .framer-QmmRb .framer-sn6rsg > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-QmmRb .framer-pfza0c > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-QmmRb .framer-1s74b9p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QmmRb .framer-14dib3n > *, .framer-QmmRb .framer-q53gdm > *, .framer-QmmRb .framer-o38sz2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-QmmRb.framer-v-1ge9nqh.framer-w740yq { flex-direction: column; gap: 15px; }\",\".framer-QmmRb.framer-v-1ge9nqh .framer-9brk6p { padding: 10px 10px 0px 10px; }\",\".framer-QmmRb.framer-v-1ge9nqh .framer-sn6rsg { flex-direction: column; gap: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QmmRb.framer-v-1ge9nqh.framer-w740yq, .framer-QmmRb.framer-v-1ge9nqh .framer-sn6rsg { gap: 0px; } .framer-QmmRb.framer-v-1ge9nqh.framer-w740yq > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-QmmRb.framer-v-1ge9nqh.framer-w740yq > :first-child, .framer-QmmRb.framer-v-1ge9nqh .framer-sn6rsg > :first-child { margin-top: 0px; } .framer-QmmRb.framer-v-1ge9nqh.framer-w740yq > :last-child, .framer-QmmRb.framer-v-1ge9nqh .framer-sn6rsg > :last-child { margin-bottom: 0px; } .framer-QmmRb.framer-v-1ge9nqh .framer-sn6rsg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 151.5\n * @framerIntrinsicWidth 151\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uFnMJ7jAH\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernDk6E9TKg=withCSS(Component,css,\"framer-QmmRb\");export default FramernDk6E9TKg;FramernDk6E9TKg.displayName=\"Dropdown Menu Open\";FramernDk6E9TKg.defaultProps={height:151.5,width:151};addPropertyControls(FramernDk6E9TKg,{variant:{options:[\"Eg4bkxT3O\",\"uFnMJ7jAH\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernDk6E9TKg,[{explicitInter:true,fonts:[]},...MenuItem02Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernDk6E9TKg\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"151.5\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uFnMJ7jAH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"151\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nDk6E9TKg.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import MenuItem02 from\"https://framerusercontent.com/modules/q1g794rpUvgdVd5lvqFD/N1BgLH9U3hN16BEvVBt5/e_QOx9TKd.js\";import TriggerDropdownMenu from\"https://framerusercontent.com/modules/C2amLMIVaoAACO3siJog/YQY7TlgSQEXue5MbVVv9/i5rdUo5b7.js\";import DropdownMenuOpen from\"https://framerusercontent.com/modules/M2tbm1ZwcXLgJyXUKFJw/ALtIoge6uLAxZfB7vC1z/nDk6E9TKg.js\";const FeatherFonts=getFonts(Feather);const TriggerDropdownMenuFonts=getFonts(TriggerDropdownMenu);const DropdownMenuOpenFonts=getFonts(DropdownMenuOpen);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const MenuItem02Fonts=getFonts(MenuItem02);const cycleOrder=[\"hf29yrnIp\",\"lXrqhFnwE\",\"HgOx8U0iI\",\"K8Es6Ef0M\",\"KmC5NWwL6\",\"aifPv3pEE\",\"ELclF8P0I\",\"X7E_6xF3s\",\"ptIZS6fj9\",\"NFAB4rEeD\"];const serializationHash=\"framer-GXnIU\";const variantClassNames={aifPv3pEE:\"framer-v-xgxzli\",ELclF8P0I:\"framer-v-1246vuo\",hf29yrnIp:\"framer-v-h9lxs1\",HgOx8U0iI:\"framer-v-1vwijx6\",K8Es6Ef0M:\"framer-v-1hpzqgg\",KmC5NWwL6:\"framer-v-1vzr8xo\",lXrqhFnwE:\"framer-v-yyjz7c\",NFAB4rEeD:\"framer-v-i0ovc7\",ptIZS6fj9:\"framer-v-mlafrp\",X7E_6xF3s:\"framer-v-57bggz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Primary Desktop\":\"hf29yrnIp\",\"Primary Laptop\":\"lXrqhFnwE\",\"Primary Phone Open\":\"KmC5NWwL6\",\"Primary Phone\":\"K8Es6Ef0M\",\"Primary Tablet\":\"HgOx8U0iI\",\"Secondary Desktop\":\"aifPv3pEE\",\"Secondary Laptop\":\"ELclF8P0I\",\"Secondary Phone Open\":\"NFAB4rEeD\",\"Secondary Phone\":\"ptIZS6fj9\",\"Secondary Tablet\":\"X7E_6xF3s\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hf29yrnIp\"};};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:\"hf29yrnIp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickmf6y1d=activeVariantCallback(async(...args)=>{setVariant(\"KmC5NWwL6\");});const onClickveyhs4=activeVariantCallback(async(...args)=>{setVariant(\"K8Es6Ef0M\");});const onClickhtcw6u=activeVariantCallback(async(...args)=>{setVariant(\"NFAB4rEeD\");});const onClick10skea3=activeVariantCallback(async(...args)=>{setVariant(\"ptIZS6fj9\");});const GoRUqtDFotxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"K8Es6Ef0M\",\"KmC5NWwL6\",\"ptIZS6fj9\",\"NFAB4rEeD\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"K8Es6Ef0M\",\"ptIZS6fj9\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-h9lxs1\",className,classNames),\"data-framer-name\":\"Primary Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"hf29yrnIp\",ref:ref??ref1,style:{backgroundColor:\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\",boxShadow:\"0px 2px 6px 0px rgba(60, 20, 100, 0.1)\",...style},variants:{NFAB4rEeD:{backgroundColor:\"rgb(255, 255, 255)\"},ptIZS6fj9:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({aifPv3pEE:{\"data-framer-name\":\"Secondary Desktop\"},ELclF8P0I:{\"data-framer-name\":\"Secondary Laptop\"},HgOx8U0iI:{\"data-framer-name\":\"Primary Tablet\"},K8Es6Ef0M:{\"data-framer-name\":\"Primary Phone\"},KmC5NWwL6:{\"data-framer-name\":\"Primary Phone Open\"},lXrqhFnwE:{\"data-framer-name\":\"Primary Laptop\"},NFAB4rEeD:{\"data-framer-name\":\"Secondary Phone Open\"},ptIZS6fj9:{\"data-framer-name\":\"Secondary Phone\"},X7E_6xF3s:{\"data-framer-name\":\"Secondary Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t3tky2\",\"data-framer-name\":\"Brand Logo\",layoutDependency:layoutDependency,layoutId:\"XpOdbIPOQ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V49gpYNqJ\"},motionChild:true,nodeId:\"RoU3k41sv\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1y6qft8 framer-o8oi03\",\"data-framer-name\":\"Logo\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:282,layoutDependency:layoutDependency,layoutId:\"RoU3k41sv\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 282 80\"><path d=\"M38.61 26.46v34.51c0 .31-.04.62-.12.92-.16.58-.4 1.03-.74 1.37-.6.6-1.57.91-3.03.96h-1.11c-.22 0-.43 0-.63-.02-1.41-.05-2.36-.36-2.95-.95a.996.996 0 0 1-.1-.11l-.08-.1-19.48-23.72v21.63c0 .31-.04.62-.12.92-.16.58-.4 1.03-.74 1.37-.65.65-1.73.96-3.39.96h-.76c-1.66 0-2.74-.31-3.39-.96-.66-.66-.96-1.74-.96-3.42V27.59c0-1.67.31-2.76.97-3.42.66-.66 1.76-.96 3.46-.96h1.13c1.31.03 2.33.35 3.03.96.13.12.3.3.39.41 4.93 5.78 19.26 23.5 19.26 23.5v-20.6c.01-1.62.32-2.68.96-3.32.61-.61 1.58-.91 3.05-.96h1.46c1.47.04 2.44.35 3.05.96.34.34.58.79.74 1.37.08.3.12.61.12.93Zm31.21 16.25v11.66c0 3.61-1.15 6.32-3.43 8.03-2.23 1.68-5.59 2.5-10.29 2.5-4.25 0-7.52-.84-9.71-2.5-2.26-1.72-3.41-4.3-3.41-7.67s1.15-5.99 3.41-7.62c2.17-1.57 5.46-2.37 9.76-2.37h5.7v-2.03c0-1.36-.4-2.26-1.22-2.77-.95-.59-2.62-.89-4.96-.89s-4.4.18-6.13.52c-.39.07-.74.11-1.05.11-.64 0-1.13-.15-1.49-.47-.52-.45-.77-1.24-.77-2.47v-.84c0-1.12.22-1.92.68-2.44.44-.5 1.17-.84 2.23-1.04h.04c2.16-.33 4.23-.49 6.15-.49 4.74 0 8.35.84 10.74 2.51 2.49 1.74 3.76 4.52 3.76 8.26Zm-7.96 8.54h-5.7c-1.89 0-3.26.28-4.09.84-.72.48-1.07 1.31-1.07 2.52s.34 1.96 1.04 2.43c.8.54 2.13.81 3.94.81 2.81 0 4.12-.47 4.73-.87.77-.51 1.15-1.45 1.15-2.9v-2.81Zm41.68-5.6v5.23c0 4.59-1.14 8.11-3.38 10.46-2.25 2.36-5.63 3.56-10.04 3.56-3.38 0-6.04-.8-7.92-2.39v10.13c0 1.37-.26 2.26-.81 2.81-.55.55-1.45.81-2.81.81h-.72c-1.37 0-2.26-.26-2.81-.81-.55-.55-.81-1.45-.81-2.81V45.65c0-4.45 1.28-7.9 3.81-10.23 2.51-2.31 6.14-3.49 10.81-3.49s8.56 1.13 10.99 3.37c2.45 2.26 3.69 5.74 3.69 10.35Zm-9.38-4.76c-.9-.9-2.66-1.36-5.24-1.36s-4.38.46-5.32 1.37c-.93.9-1.4 2.56-1.4 4.93V51c0 2.34.47 3.97 1.4 4.87.94.91 2.73 1.37 5.32 1.37s4.35-.45 5.25-1.33c.9-.88 1.35-2.53 1.35-4.91v-5.17c0-2.38-.46-4.04-1.36-4.94Zm30.39 5.36-6.96-3c-1.2-.53-1.71-.92-1.93-1.14-.24-.25-.35-.6-.35-1.08 0-.53.2-.84.68-1.07.46-.22 1.48-.48 3.69-.48 2.5 0 4.82.31 6.89.92.56.16 1.02.24 1.44.24.57 0 1.04-.16 1.38-.46.56-.5.82-1.35.82-2.7v-.72c0-1.21-.21-2.03-.66-2.57-.43-.51-1.23-.93-2.52-1.31-2.23-.62-4.66-.94-7.22-.94-4.2 0-7.23.71-9.25 2.16-2.09 1.5-3.15 3.83-3.15 6.93 0 2.28.52 4.12 1.54 5.48 1.01 1.34 2.63 2.5 4.96 3.53l6.49 2.89c1.77.79 2.51 1.3 2.82 1.58.33.31.49.69.49 1.19 0 .61-.21.95-.72 1.18-.49.22-1.58.49-3.95.49-2.95 0-5.82-.37-8.54-1.11-.51-.13-.93-.19-1.31-.19-.61 0-1.1.17-1.46.5-.52.49-.77 1.34-.77 2.68v.78c0 1.21.21 2.03.66 2.57.43.52 1.2.92 2.41 1.26 2.71.7 5.56 1.05 8.46 1.05 4.44 0 7.63-.72 9.75-2.21 2.19-1.54 3.31-3.93 3.31-7.12 0-2.32-.56-4.22-1.66-5.67-1.08-1.41-2.87-2.63-5.33-3.65Zm56.36 14.26-4.84-8.17v-.02l-1.25-2.02c-.1-.2-.32-.49-.76-1.09-.21-.28-.43-.53-.68-.76.21-.2.41-.41.6-.64.44-.55 1.13-1.58 2.1-3.17l3.78-6.37c.51-.85 1.04-1.94.58-2.77-.47-.84-1.7-.95-2.72-.95h-.73c-1.3 0-2.27.21-2.98.63-.7.42-1.34 1.17-1.95 2.3l-3.32 5.92c-.67 1.2-.95 1.5-1.02 1.57-.12.11-.36.14-.54.14-.4 0-.53-.12-.57-.16-.1-.09-.4-.43-1.05-1.55l-3.32-5.91c-.61-1.12-1.24-1.87-1.95-2.3-.71-.42-1.68-.63-2.98-.63h-.73c-1.02 0-2.26.11-2.72.95-.47.84.09 1.93.64 2.78l3.77 6.36c.93 1.58 1.58 2.62 2.01 3.16.2.26.42.49.66.71-.22.21-.43.44-.63.69v.02l-.02.02c-.12.17-.46.68-2 3.08s0 .02 0 .02l-4.9 8.17c-.55.86-1.11 1.94-.64 2.79.47.84 1.7.95 2.72.95h.79c1.3 0 2.27-.21 2.98-.63.7-.42 1.35-1.17 1.99-2.28l4.35-7.68c.66-1.17.95-1.51 1.05-1.6.04-.04.18-.16.57-.16.18 0 .42.02.54.14.07.06.34.37 1.01 1.61s0 .02 0 .02l4.34 7.67c.65 1.12 1.3 1.87 2 2.29.71.42 1.68.63 2.98.63h.79c1.02 0 2.26-.11 2.72-.95.47-.84-.09-1.93-.64-2.79Zm-36.07-25.94v4.49c.28.12.51.28.7.47.55.55.81 1.45.81 2.81V60.6c0 1.37-.26 2.26-.81 2.81-.55.55-1.44.81-2.81.81h-.78c-1.37 0-2.26-.26-2.81-.81-.55-.55-.81-1.45-.81-2.81V42.34c0-1.37.26-2.26.81-2.81.19-.19.41-.34.69-.46v-4.58c-3.33-.53-6.31-2.02-8.88-4.45l-.03-.03-.03-.03c-3.28-3.28-4.94-7.23-4.94-11.75s1.67-8.43 4.97-11.57c3.27-3.26 7.22-4.91 11.72-4.91s8.4 1.66 11.54 4.94c3.28 3.14 4.94 7.02 4.94 11.54s-1.66 8.47-4.94 11.75c-2.62 2.62-5.75 4.15-9.33 4.6Zm-11.01-7.49c2.46 2.33 5.41 3.51 8.78 3.51s6.31-1.2 8.67-3.55c2.46-2.46 3.71-5.43 3.71-8.82s-1.25-6.31-3.71-8.67c-2.36-2.46-5.27-3.71-8.67-3.71s-6.34 1.24-8.8 3.69c-2.48 2.36-3.74 5.28-3.74 8.69s1.25 6.36 3.71 8.82l.02.02.02.02Z\" style=\"fill:#430c66\"/><path d=\"M148.15 23.88c-1.52 1.52-3.39 2.28-5.57 2.28s-4.06-.76-5.64-2.26h-.01l-.01-.03c-1.58-1.58-2.39-3.49-2.39-5.67s.81-4.07 2.4-5.58c.08-.08.17-.16.25-.24.07.96.46 1.81 1.18 2.53s0 .01 0 .01c.79.75 1.74 1.13 2.82 1.13s2.03-.38 2.78-1.14c.79-.79 1.19-1.75 1.19-2.84 0-.54-.1-1.04-.29-1.5 1.23.37 2.32 1.06 3.28 2.06 1.58 1.51 2.39 3.39 2.39 5.57s-.8 4.09-2.39 5.67Zm65.38 38.26c2.41-2.3 3.61-5.67 3.61-10.11v-5.4c0-4.56-1.16-7.96-3.48-10.2-2.32-2.24-5.93-3.36-10.83-3.36-9.63 0-14.44 4.52-14.44 13.56v5.4c0 4.61 1.17 8.02 3.52 10.23 2.34 2.22 5.99 3.33 10.93 3.33s8.3-1.15 10.71-3.45Zm-4.55-4.3c-1.13 1.11-3.18 1.66-6.15 1.66s-5.05-.57-6.22-1.7-1.76-3.05-1.76-5.78v-5.4c0-2.76.59-4.71 1.76-5.84s3.24-1.7 6.22-1.7 4.97.56 6.12 1.7c1.15 1.13 1.73 3.08 1.73 5.84v5.4c0 2.76-.56 4.7-1.7 5.81Zm20.84-17.37c1.05-.92 2.93-1.38 5.65-1.38s4.54.46 5.59 1.38c1.05.92 1.57 2.51 1.57 4.77v16.83c0 1.13.19 1.88.56 2.26.38.38 1.13.56 2.26.56h.82c1.13 0 1.88-.19 2.26-.56.38-.38.56-1.13.56-2.26V45.24c0-4.14-1.1-7.21-3.3-9.2-2.2-1.99-5.64-2.98-10.33-2.98-9.13 0-13.69 4.06-13.69 12.18v16.83c0 1.13.19 1.88.56 2.26s1.13.56 2.26.56h.82c1.13 0 1.88-.19 2.26-.56s.56-1.13.56-2.26V45.24c0-2.26.52-3.85 1.57-4.77Zm47.79-4.11c-2.26-2.2-5.57-3.3-9.92-3.3-9.29 0-13.94 4.54-13.94 13.63v5.46c0 4.65 1.24 8.05 3.74 10.2 2.49 2.16 6.39 3.23 11.71 3.23 3.05 0 5.78-.34 8.16-1 1.09-.29 1.79-.62 2.1-.97.31-.36.47-1.06.47-2.1v-.82c0-1.09-.18-1.79-.53-2.1-.36-.31-1.04-.35-2.04-.09-2.72.67-5.44 1.01-8.16 1.01-3.18 0-5.47-.49-6.88-1.48-1.4-.98-2.1-2.63-2.1-4.93v-1.38h17.46c1.17 0 1.97-.19 2.39-.57.42-.38.69-1.15.82-2.32.08-1.67.13-2.59.13-2.76 0-4.27-1.13-7.5-3.39-9.7Zm-10.11 2.29c4.94 0 7.41 2.07 7.41 6.22v1.57h-14.69v-1.57c0-4.14 2.43-6.22 7.28-6.22Z\" style=\"fill:#0f0\"/><path style=\"fill:none\" d=\"M0 0h282v80H0z\"/></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hu3ujy\",\"data-framer-name\":\"Button & Hamburger\",layoutDependency:layoutDependency,layoutId:\"nKugnVHsc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u4iluk-container\",\"data-framer-name\":\"Menu\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NhvfLcqJm-container\",name:\"Menu\",nodeId:\"NhvfLcqJm\",rendersWithMotion:true,scopeId:\"lptT53RDK\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(8, 22, 23))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"NhvfLcqJm\",layoutId:\"NhvfLcqJm\",mirrored:false,name:\"Menu\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({K8Es6Ef0M:{onClick:onClickmf6y1d},KmC5NWwL6:{iconSelection:\"x\",onClick:onClickveyhs4},NFAB4rEeD:{iconSelection:\"x\",onClick:onClick10skea3},ptIZS6fj9:{color:\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\",onClick:onClickhtcw6u}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tcq5mv\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"MZH_uymEr\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-40-34)/2)+0,...addPropertyOverrides({HgOx8U0iI:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-34)/2)+0},KmC5NWwL6:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||198.5)-40-158)/2+36+20)+0+0},lXrqhFnwE:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||83)-40-34)/2)+0},NFAB4rEeD:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||213.5)-40-173)/2+51+20)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1prwfxg-container\",id:`${layoutId}-1prwfxg`,layoutDependency:layoutDependency,layoutId:\"Lz1feKj9t-container\",nodeId:\"Lz1feKj9t\",ref:ref2,rendersWithMotion:true,scopeId:\"lptT53RDK\",children:[/*#__PURE__*/_jsx(TriggerDropdownMenu,{GoRUqtDFo:GoRUqtDFotxyyif({overlay}),height:\"100%\",id:\"Lz1feKj9t\",layoutId:\"Lz1feKj9t\",variant:\"MDwtP8cxf\",width:\"100%\",...addPropertyOverrides({HgOx8U0iI:{variant:\"YqEqEH2iA\"},KmC5NWwL6:{variant:\"YqEqEH2iA\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1prwfxg`,offsetX:0,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({KmC5NWwL6:{offsetX:11.249997609498678,offsetY:.49999697753810324},NFAB4rEeD:{offsetX:40,offsetY:-.25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:151,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-40-34)/2)+0+-75.5,...addPropertyOverrides({HgOx8U0iI:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-34)/2)+0+-75.5},KmC5NWwL6:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||198.5)-40-158)/2+36+20)+0+0+-75.5},lXrqhFnwE:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||83)-40-34)/2)+0+-75.5},NFAB4rEeD:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-17sw733-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"b68mpqAQQ-container\",nodeId:\"b68mpqAQQ\",ref:ref3,rendersWithMotion:true,role:\"dialog\",scopeId:\"lptT53RDK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(DropdownMenuOpen,{height:\"100%\",id:\"b68mpqAQQ\",layoutId:\"b68mpqAQQ\",variant:\"Eg4bkxT3O\",width:\"100%\",...addPropertyOverrides({KmC5NWwL6:{variant:\"uFnMJ7jAH\"},NFAB4rEeD:{variant:\"uFnMJ7jAH\"}},baseVariant,gestureVariant)})})})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-40-34)/2)+7.5,...addPropertyOverrides({HgOx8U0iI:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-34)/2)+7.5},KmC5NWwL6:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||198.5)-40-158)/2+36+20)+0+49},lXrqhFnwE:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||83)-40-34)/2)+7.5},NFAB4rEeD:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||213.5)-40-173)/2+51+20)+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rd2eko-container\",layoutDependency:layoutDependency,layoutId:\"NCvUwP9lP-container\",nodeId:\"NCvUwP9lP\",rendersWithMotion:true,scopeId:\"lptT53RDK\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"NCvUwP9lP\",K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(8, 22, 23))\",layoutId:\"NCvUwP9lP\",MOjwPeWGT:\"Tarifas\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks[0],variant:\"NrS68k8NZ\",width:\"100%\",...addPropertyOverrides({aifPv3pEE:{PgWUmowRp:resolvedLinks[4]},ELclF8P0I:{PgWUmowRp:resolvedLinks[5]},HgOx8U0iI:{PgWUmowRp:resolvedLinks[2]},KmC5NWwL6:{PgWUmowRp:resolvedLinks[3]},lXrqhFnwE:{PgWUmowRp:resolvedLinks[1]},NFAB4rEeD:{PgWUmowRp:resolvedLinks[7]},X7E_6xF3s:{PgWUmowRp:resolvedLinks[6]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined},{href:{webPageId:\"wjqxOXZ6f\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:(componentViewport?.y||0)+(20+((componentViewport?.height||91)-40-34)/2)+7.5,...addPropertyOverrides({HgOx8U0iI:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-34)/2)+7.5},KmC5NWwL6:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||198.5)-40-158)/2+36+20)+0+83},lXrqhFnwE:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||83)-40-34)/2)+7.5},NFAB4rEeD:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||213.5)-40-173)/2+51+20)+0+83}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-184bc4l-container\",layoutDependency:layoutDependency,layoutId:\"trFngKPoq-container\",nodeId:\"trFngKPoq\",rendersWithMotion:true,scopeId:\"lptT53RDK\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"trFngKPoq\",K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(8, 22, 23))\",layoutId:\"trFngKPoq\",MOjwPeWGT:\"Contacto\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks1[0],variant:\"NrS68k8NZ\",width:\"100%\",...addPropertyOverrides({aifPv3pEE:{PgWUmowRp:resolvedLinks1[4]},ELclF8P0I:{PgWUmowRp:resolvedLinks1[5]},HgOx8U0iI:{PgWUmowRp:resolvedLinks1[2]},KmC5NWwL6:{PgWUmowRp:resolvedLinks1[3]},lXrqhFnwE:{PgWUmowRp:resolvedLinks1[1]},NFAB4rEeD:{PgWUmowRp:resolvedLinks1[7]},X7E_6xF3s:{PgWUmowRp:resolvedLinks1[6]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GXnIU.framer-o8oi03, .framer-GXnIU .framer-o8oi03 { display: block; }\",\".framer-GXnIU.framer-h9lxs1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 80px 20px 80px; position: relative; width: 1440px; }\",\".framer-GXnIU .framer-1t3tky2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GXnIU .framer-1y6qft8 { aspect-ratio: 3.525 / 1; flex: none; height: 51px; position: relative; text-decoration: none; width: var(--framer-aspect-ratio-supported, 180px); }\",\".framer-GXnIU .framer-1hu3ujy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GXnIU .framer-u4iluk-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-GXnIU .framer-1tcq5mv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-GXnIU .framer-1prwfxg-container, .framer-GXnIU .framer-rd2eko-container, .framer-GXnIU .framer-184bc4l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GXnIU .framer-17sw733-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GXnIU .framer-1t3tky2, .framer-GXnIU .framer-1hu3ujy, .framer-GXnIU .framer-1tcq5mv { gap: 0px; } .framer-GXnIU .framer-1t3tky2 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-GXnIU .framer-1t3tky2 > :first-child, .framer-GXnIU .framer-1hu3ujy > :first-child, .framer-GXnIU .framer-1tcq5mv > :first-child { margin-left: 0px; } .framer-GXnIU .framer-1t3tky2 > :last-child, .framer-GXnIU .framer-1hu3ujy > :last-child, .framer-GXnIU .framer-1tcq5mv > :last-child { margin-right: 0px; } .framer-GXnIU .framer-1hu3ujy > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-GXnIU .framer-1tcq5mv > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",\".framer-GXnIU.framer-v-yyjz7c.framer-h9lxs1, .framer-GXnIU.framer-v-1246vuo.framer-h9lxs1 { width: 992px; }\",\".framer-GXnIU.framer-v-yyjz7c .framer-1y6qft8 { height: var(--framer-aspect-ratio-supported, 43px); width: 152px; }\",\".framer-GXnIU.framer-v-1vwijx6.framer-h9lxs1 { padding: 20px 60px 20px 60px; width: 768px; }\",\".framer-GXnIU.framer-v-1vwijx6 .framer-1y6qft8 { height: var(--framer-aspect-ratio-supported, 40px); width: 140px; }\",\".framer-GXnIU.framer-v-1hpzqgg.framer-h9lxs1, .framer-GXnIU.framer-v-1vzr8xo.framer-h9lxs1, .framer-GXnIU.framer-v-mlafrp.framer-h9lxs1, .framer-GXnIU.framer-v-i0ovc7.framer-h9lxs1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: center; padding: 20px; width: 390px; }\",\".framer-GXnIU.framer-v-1hpzqgg .framer-1t3tky2, .framer-GXnIU.framer-v-1vzr8xo .framer-1t3tky2, .framer-GXnIU.framer-v-mlafrp .framer-1t3tky2, .framer-GXnIU.framer-v-i0ovc7 .framer-1t3tky2 { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-GXnIU.framer-v-1hpzqgg .framer-1y6qft8 { height: 36px; width: var(--framer-aspect-ratio-supported, 128px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GXnIU.framer-v-1hpzqgg.framer-h9lxs1, .framer-GXnIU.framer-v-1hpzqgg .framer-1t3tky2 { gap: 0px; } .framer-GXnIU.framer-v-1hpzqgg.framer-h9lxs1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GXnIU.framer-v-1hpzqgg.framer-h9lxs1 > :first-child { margin-top: 0px; } .framer-GXnIU.framer-v-1hpzqgg.framer-h9lxs1 > :last-child { margin-bottom: 0px; } .framer-GXnIU.framer-v-1hpzqgg .framer-1t3tky2 > *, .framer-GXnIU.framer-v-1hpzqgg .framer-1t3tky2 > :first-child, .framer-GXnIU.framer-v-1hpzqgg .framer-1t3tky2 > :last-child { margin: 0px; } }\",\".framer-GXnIU.framer-v-1vzr8xo .framer-1y6qft8 { height: var(--framer-aspect-ratio-supported, 36px); width: 128px; }\",\".framer-GXnIU.framer-v-1vzr8xo .framer-1tcq5mv, .framer-GXnIU.framer-v-i0ovc7 .framer-1tcq5mv { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GXnIU.framer-v-1vzr8xo.framer-h9lxs1, .framer-GXnIU.framer-v-1vzr8xo .framer-1t3tky2, .framer-GXnIU.framer-v-1vzr8xo .framer-1tcq5mv { gap: 0px; } .framer-GXnIU.framer-v-1vzr8xo.framer-h9lxs1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GXnIU.framer-v-1vzr8xo.framer-h9lxs1 > :first-child, .framer-GXnIU.framer-v-1vzr8xo .framer-1tcq5mv > :first-child { margin-top: 0px; } .framer-GXnIU.framer-v-1vzr8xo.framer-h9lxs1 > :last-child, .framer-GXnIU.framer-v-1vzr8xo .framer-1tcq5mv > :last-child { margin-bottom: 0px; } .framer-GXnIU.framer-v-1vzr8xo .framer-1t3tky2 > *, .framer-GXnIU.framer-v-1vzr8xo .framer-1t3tky2 > :first-child, .framer-GXnIU.framer-v-1vzr8xo .framer-1t3tky2 > :last-child { margin: 0px; } .framer-GXnIU.framer-v-1vzr8xo .framer-1tcq5mv > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",\".framer-GXnIU.framer-v-57bggz.framer-h9lxs1 { width: 768px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GXnIU.framer-v-mlafrp.framer-h9lxs1, .framer-GXnIU.framer-v-mlafrp .framer-1t3tky2 { gap: 0px; } .framer-GXnIU.framer-v-mlafrp.framer-h9lxs1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GXnIU.framer-v-mlafrp.framer-h9lxs1 > :first-child { margin-top: 0px; } .framer-GXnIU.framer-v-mlafrp.framer-h9lxs1 > :last-child { margin-bottom: 0px; } .framer-GXnIU.framer-v-mlafrp .framer-1t3tky2 > *, .framer-GXnIU.framer-v-mlafrp .framer-1t3tky2 > :first-child, .framer-GXnIU.framer-v-mlafrp .framer-1t3tky2 > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GXnIU.framer-v-i0ovc7.framer-h9lxs1, .framer-GXnIU.framer-v-i0ovc7 .framer-1t3tky2, .framer-GXnIU.framer-v-i0ovc7 .framer-1tcq5mv { gap: 0px; } .framer-GXnIU.framer-v-i0ovc7.framer-h9lxs1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GXnIU.framer-v-i0ovc7.framer-h9lxs1 > :first-child, .framer-GXnIU.framer-v-i0ovc7 .framer-1tcq5mv > :first-child { margin-top: 0px; } .framer-GXnIU.framer-v-i0ovc7.framer-h9lxs1 > :last-child, .framer-GXnIU.framer-v-i0ovc7 .framer-1tcq5mv > :last-child { margin-bottom: 0px; } .framer-GXnIU.framer-v-i0ovc7 .framer-1t3tky2 > *, .framer-GXnIU.framer-v-i0ovc7 .framer-1t3tky2 > :first-child, .framer-GXnIU.framer-v-i0ovc7 .framer-1t3tky2 > :last-child { margin: 0px; } .framer-GXnIU.framer-v-i0ovc7 .framer-1tcq5mv > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",'.framer-GXnIU[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-GXnIU [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-GXnIU[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-GXnIU [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 91\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lXrqhFnwE\":{\"layout\":[\"fixed\",\"auto\"]},\"HgOx8U0iI\":{\"layout\":[\"fixed\",\"auto\"]},\"K8Es6Ef0M\":{\"layout\":[\"fixed\",\"auto\"]},\"KmC5NWwL6\":{\"layout\":[\"fixed\",\"auto\"]},\"aifPv3pEE\":{\"layout\":[\"fixed\",\"auto\"]},\"ELclF8P0I\":{\"layout\":[\"fixed\",\"auto\"]},\"X7E_6xF3s\":{\"layout\":[\"fixed\",\"auto\"]},\"ptIZS6fj9\":{\"layout\":[\"fixed\",\"auto\"]},\"NFAB4rEeD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlptT53RDK=withCSS(Component,css,\"framer-GXnIU\");export default FramerlptT53RDK;FramerlptT53RDK.displayName=\"Navigation\";FramerlptT53RDK.defaultProps={height:91,width:1440};addPropertyControls(FramerlptT53RDK,{variant:{options:[\"hf29yrnIp\",\"lXrqhFnwE\",\"HgOx8U0iI\",\"K8Es6Ef0M\",\"KmC5NWwL6\",\"aifPv3pEE\",\"ELclF8P0I\",\"X7E_6xF3s\",\"ptIZS6fj9\",\"NFAB4rEeD\"],optionTitles:[\"Primary Desktop\",\"Primary Laptop\",\"Primary Tablet\",\"Primary Phone\",\"Primary Phone Open\",\"Secondary Desktop\",\"Secondary Laptop\",\"Secondary Tablet\",\"Secondary Phone\",\"Secondary Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlptT53RDK,[{explicitInter:true,fonts:[]},...FeatherFonts,...TriggerDropdownMenuFonts,...DropdownMenuOpenFonts,...MenuItem02Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlptT53RDK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lXrqhFnwE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HgOx8U0iI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K8Es6Ef0M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KmC5NWwL6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aifPv3pEE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ELclF8P0I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X7E_6xF3s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ptIZS6fj9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NFAB4rEeD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"91\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lptT53RDK.map", "// Generated by Framer (c56cc2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-700\",\"GF;Wix Madefor Display-800\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"},{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVthv_3HQKgh.woff2\",weight:\"800\"}]}];export const css=[\".framer-fys4t .framer-styles-preset-jqs624:not(.rich-text-wrapper), .framer-fys4t .framer-styles-preset-jqs624.rich-text-wrapper p { --framer-font-family: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-fys4t .framer-styles-preset-jqs624:not(.rich-text-wrapper), .framer-fys4t .framer-styles-preset-jqs624.rich-text-wrapper p { --framer-font-family: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-fys4t .framer-styles-preset-jqs624:not(.rich-text-wrapper), .framer-fys4t .framer-styles-preset-jqs624.rich-text-wrapper p { --framer-font-family: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-fys4t\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dbba614)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-700\",\"GF;Wix Madefor Display-800\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"},{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVthv_3HQKgh.woff2\",weight:\"800\"}]}];export const css=[\".framer-YvCV6 .framer-styles-preset-109n550:not(.rich-text-wrapper), .framer-YvCV6 .framer-styles-preset-109n550.rich-text-wrapper p { --framer-font-family: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Wix Madefor Display\\\", \\\"Wix Madefor Display Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-YvCV6\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"n6JYrm9se\",\"rc1Yp2U84\",\"FyiXmR1KH\"];const serializationHash=\"framer-X8fXo\";const variantClassNames={FyiXmR1KH:\"framer-v-1eaw6ay\",n6JYrm9se:\"framer-v-1x62r1j\",rc1Yp2U84:\"framer-v-o9fiin\"};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={bounce:.2,delay:0,duration:.4,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 humanReadableVariantMap={\"Icon Shine - Green\":\"n6JYrm9se\",\"Icon Shine - Purple\":\"rc1Yp2U84\",\"Icon Shine - White\":\"FyiXmR1KH\"};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:\"n6JYrm9se\"};};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:\"n6JYrm9se\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1x62r1j\",className,classNames),\"data-framer-name\":\"Icon Shine - Green\",layoutDependency:layoutDependency,layoutId:\"n6JYrm9se\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({FyiXmR1KH:{\"data-framer-name\":\"Icon Shine - White\"},rc1Yp2U84:{\"data-framer-name\":\"Icon Shine - Purple\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kkllee\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cxy23umc5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 7.143 14.63 L 8.995 7.751 L 10.583 7.751 L 12.435 14.631 L 19.315 16.483 L 19.315 18.07 L 12.435 19.922 L 10.583 27.067 L 8.995 27.067 L 7.143 19.922 L 0 18.07 L 0 16.483 L 7.144 14.631 Z M 19.273 4.171 L 20.145 0.934 L 20.892 0.934 L 21.763 4.171 L 25.001 5.043 L 25.001 5.79 L 21.763 6.661 L 20.892 10.023 L 20.145 10.023 L 19.273 6.661 L 15.911 5.79 L 15.911 5.043 Z\" fill=\"rgb(0,255,0)\"></path></svg>',svgContentId:10818128403,withExternalLayout:true,...addPropertyOverrides({FyiXmR1KH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 7.143 14.63 L 8.995 7.751 L 10.583 7.751 L 12.435 14.631 L 19.315 16.483 L 19.315 18.07 L 12.435 19.922 L 10.583 27.067 L 8.995 27.067 L 7.143 19.922 L 0 18.07 L 0 16.483 L 7.144 14.631 Z M 19.273 4.171 L 20.145 0.934 L 20.892 0.934 L 21.763 4.171 L 25.001 5.043 L 25.001 5.79 L 21.763 6.661 L 20.892 10.023 L 20.145 10.023 L 19.273 6.661 L 15.911 5.79 L 15.911 5.043 Z\" fill=\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)) /* {&quot;name&quot;:&quot;Neutrals - Whitre Smoke&quot;} */\"></path></svg>',svgContentId:9674671217},rc1Yp2U84:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 7.143 14.63 L 8.995 7.751 L 10.583 7.751 L 12.435 14.631 L 19.315 16.483 L 19.315 18.07 L 12.435 19.922 L 10.583 27.067 L 8.995 27.067 L 7.143 19.922 L 0 18.07 L 0 16.483 L 7.144 14.631 Z M 19.273 4.171 L 20.145 0.934 L 20.892 0.934 L 21.763 4.171 L 25.001 5.043 L 25.001 5.79 L 21.763 6.661 L 20.892 10.023 L 20.145 10.023 L 19.273 6.661 L 15.911 5.79 L 15.911 5.043 Z\" fill=\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155)) /* {&quot;name&quot;:&quot;Purples - Tint 30&quot;} */\"></path></svg>',svgContentId:11457005836}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-X8fXo.framer-q53k57, .framer-X8fXo .framer-q53k57 { display: block; }\",\".framer-X8fXo.framer-1x62r1j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-X8fXo .framer-kkllee { flex: none; height: 28px; position: relative; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-X8fXo.framer-1x62r1j { gap: 0px; } .framer-X8fXo.framer-1x62r1j > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-X8fXo.framer-1x62r1j > :first-child { margin-left: 0px; } .framer-X8fXo.framer-1x62r1j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 25\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rc1Yp2U84\":{\"layout\":[\"auto\",\"auto\"]},\"FyiXmR1KH\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBTqi1Uaxa=withCSS(Component,css,\"framer-X8fXo\");export default FramerBTqi1Uaxa;FramerBTqi1Uaxa.displayName=\"Icon_Shine\";FramerBTqi1Uaxa.defaultProps={height:28,width:25};addPropertyControls(FramerBTqi1Uaxa,{variant:{options:[\"n6JYrm9se\",\"rc1Yp2U84\",\"FyiXmR1KH\"],optionTitles:[\"Icon Shine - Green\",\"Icon Shine - Purple\",\"Icon Shine - White\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBTqi1Uaxa,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBTqi1Uaxa\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"28\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rc1Yp2U84\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FyiXmR1KH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"25\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BTqi1Uaxa.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/m3rEOjW5SWtVnfyMt1tQ/hVnUbiW6ART2rjV19Iyx/d_hvKepjc.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/q9fjzDzF3hK5pIOROalV/56JEsro4NHMveX5sgeX9/uAm3q9ycP.js\";import Icon_Shine from\"https://framerusercontent.com/modules/eN8yN6XYfnRGA8enQfrS/oqwQRso02lyxTyLUsfw4/BTqi1Uaxa.js\";const Icon_ShineFonts=getFonts(Icon_Shine);const Icon_ShineControls=getPropertyControls(Icon_Shine);const enabledGestures={due5GfZAP:{hover:true},GZVxSMQHL:{hover:true},iDwQFgla2:{hover:true},Kdc1d8wEl:{hover:true},M_881jKTd:{hover:true},sd8v8CSuK:{hover:true},uv8KhaD9j:{hover:true}};const cycleOrder=[\"iDwQFgla2\",\"sd8v8CSuK\",\"tu0TvExyK\",\"tM2xdyYsx\",\"due5GfZAP\",\"GZVxSMQHL\",\"M_881jKTd\",\"Kdc1d8wEl\",\"oXlHq_ZDO\",\"uv8KhaD9j\",\"f9uF222mT\"];const serializationHash=\"framer-pDM4N\";const variantClassNames={due5GfZAP:\"framer-v-1xxtsxy\",f9uF222mT:\"framer-v-1kf0syn\",GZVxSMQHL:\"framer-v-1r1xko6\",iDwQFgla2:\"framer-v-1exep47\",Kdc1d8wEl:\"framer-v-1186ub\",M_881jKTd:\"framer-v-k7o8qe\",oXlHq_ZDO:\"framer-v-1r6indi\",sd8v8CSuK:\"framer-v-14173ad\",tM2xdyYsx:\"framer-v-1u3hq59\",tu0TvExyK:\"framer-v-1bm2vcp\",uv8KhaD9j:\"framer-v-1j5s5t8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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 humanReadableEnumMap={\"Icon Shine - Green\":\"n6JYrm9se\",\"Icon Shine - Purple\":\"rc1Yp2U84\",\"Icon Shine - White\":\"FyiXmR1KH\"};const humanReadableVariantMap={\"Outline - Border Dark  - Medium\":\"Kdc1d8wEl\",\"Outline - Border Dark  - Small\":\"oXlHq_ZDO\",\"Outline - Border Dark\":\"M_881jKTd\",\"Outline - Medium\":\"GZVxSMQHL\",\"Outline - Small\":\"tM2xdyYsx\",\"Primary - Medium\":\"due5GfZAP\",\"Primary - Small\":\"tu0TvExyK\",\"Secondary - Small\":\"f9uF222mT\",Outline:\"sd8v8CSuK\",Primary:\"iDwQFgla2\",Secondary:\"uv8KhaD9j\"};const getProps=({height,icon,id,link,text,variant1,width,...props})=>{return{...props,A2dWUqqQh:text??props.A2dWUqqQh??\"Get Started For Free\",eAB0ezSxr:humanReadableEnumMap[variant1]??variant1??props.eAB0ezSxr??\"n6JYrm9se\",hD9jQjsOu:link??props.hD9jQjsOu,UJqHn7DOn:icon??props.UJqHn7DOn??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"iDwQFgla2\"};};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,A2dWUqqQh,eAB0ezSxr,UJqHn7DOn,hD9jQjsOu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iDwQFgla2\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=value=>{if([\"iDwQFgla2-hover\",\"sd8v8CSuK-hover\",\"M_881jKTd-hover\",\"Kdc1d8wEl-hover\"].includes(gestureVariant))return false;return value;};const isDisplayed1=()=>{if([\"iDwQFgla2-hover\",\"sd8v8CSuK-hover\",\"M_881jKTd-hover\",\"Kdc1d8wEl-hover\"].includes(gestureVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"oXlHq_ZDO\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:hD9jQjsOu,motionChild:true,nodeId:\"iDwQFgla2\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1exep47\",className,classNames)} framer-nnysov`,\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"iDwQFgla2\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(8, 22, 23, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,...style},variants:{\"GZVxSMQHL-hover\":{\"--border-color\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\"},\"M_881jKTd-hover\":{\"--border-color\":\"rgba(8, 22, 23, 0.1)\",backgroundColor:\"var(--token-310329de-68fc-4faf-b7fe-59c281f49fcd, rgb(197, 250, 89))\"},\"sd8v8CSuK-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},f9uF222mT:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},GZVxSMQHL:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-636a3fe4-9f0f-4ae1-a43c-60a743a1245b, rgb(239, 245, 245))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(197, 250, 89, 0)\"},Kdc1d8wEl:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(197, 250, 89, 0)\"},M_881jKTd:{\"--border-bottom-width\":\"1.5px\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(197, 250, 89, 0)\"},oXlHq_ZDO:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},sd8v8CSuK:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(197, 250, 89, 0)\"},tM2xdyYsx:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-636a3fe4-9f0f-4ae1-a43c-60a743a1245b, rgb(247, 247, 247))\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},uv8KhaD9j:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"due5GfZAP-hover\":{\"data-framer-name\":undefined},\"GZVxSMQHL-hover\":{\"data-framer-name\":undefined},\"iDwQFgla2-hover\":{\"data-framer-name\":undefined},\"Kdc1d8wEl-hover\":{\"data-framer-name\":undefined},\"M_881jKTd-hover\":{\"data-framer-name\":undefined},\"sd8v8CSuK-hover\":{\"data-framer-name\":undefined},\"uv8KhaD9j-hover\":{\"data-framer-name\":undefined},due5GfZAP:{\"data-framer-name\":\"Primary - Medium\"},f9uF222mT:{\"data-framer-name\":\"Secondary - Small\"},GZVxSMQHL:{\"data-framer-name\":\"Outline - Medium\"},Kdc1d8wEl:{\"data-framer-name\":\"Outline - Border Dark  - Medium\"},M_881jKTd:{\"data-framer-name\":\"Outline - Border Dark\"},oXlHq_ZDO:{\"data-framer-name\":\"Outline - Border Dark  - Small\"},sd8v8CSuK:{\"data-framer-name\":\"Outline\"},tM2xdyYsx:{\"data-framer-name\":\"Outline - Small\"},tu0TvExyK:{\"data-framer-name\":\"Primary - Small\"},uv8KhaD9j:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e1tpb2\",layoutDependency:layoutDependency,layoutId:\"iWnXzybz2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Get Started For Free\"})}),className:\"framer-1fs3ex\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nQv0qYAKh\",style:{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\",\"--framer-paragraph-spacing\":\"0px\"},text:A2dWUqqQh,variants:{\"due5GfZAP-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},\"GZVxSMQHL-hover\":{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\"},\"iDwQFgla2-hover\":{\"--extracted-r6o4lv\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},\"Kdc1d8wEl-hover\":{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\"},\"M_881jKTd-hover\":{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\"},\"sd8v8CSuK-hover\":{\"--extracted-r6o4lv\":\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\"},\"uv8KhaD9j-hover\":{\"--extracted-r6o4lv\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(8, 22, 23))\"},GZVxSMQHL:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},Kdc1d8wEl:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},M_881jKTd:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},oXlHq_ZDO:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},sd8v8CSuK:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},tM2xdyYsx:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"due5GfZAP-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255)))\"},children:\"Get Started For Free\"})})},\"GZVxSMQHL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Get Started For Free\"})})},\"iDwQFgla2-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"Get Started For Free\"})})},\"Kdc1d8wEl-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-109n550\",\"data-styles-preset\":\"uAm3q9ycP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Get Started For Free\"})})},\"M_881jKTd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Get Started For Free\"})})},\"sd8v8CSuK-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250)))\"},children:\"Get Started For Free\"})})},\"uv8KhaD9j-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2FiaW5ldCBHcm90ZXNrLWJvbGQ=\",\"--framer-font-family\":'\"Cabinet Grotesk\", \"Cabinet Grotesk Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(8, 22, 23)))\"},children:\"Get Started For Free\"})}),fonts:[\"FS;Cabinet Grotesk-bold\"]},GZVxSMQHL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})},Kdc1d8wEl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-109n550\",\"data-styles-preset\":\"uAm3q9ycP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})},M_881jKTd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})},oXlHq_ZDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-109n550\",\"data-styles-preset\":\"uAm3q9ycP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})},sd8v8CSuK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})},tM2xdyYsx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jqs624\",\"data-styles-preset\":\"d_hvKepjc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Get Started For Free\"})})}},baseVariant,gestureVariant)}),isDisplayed(UJqHn7DOn)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cxjpbn\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"cwvlrisZS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||62.5)-0-62.400000000000006)/2)+17.200000000000003+0,...addPropertyOverrides({\"uv8KhaD9j-hover\":{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+16+0},f9uF222mT:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||54.5)-0-54.400000000000006)/2)+13.200000000000003+0},GZVxSMQHL:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||54.5)-0-54.400000000000006)/2)+13.200000000000003+0},Kdc1d8wEl:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+16+0},oXlHq_ZDO:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+16+0},tM2xdyYsx:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||54.5)-0-54.400000000000006)/2)+13.200000000000003+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-26m8ji-container\",layoutDependency:layoutDependency,layoutId:\"Oc5sAcrX6-container\",nodeId:\"Oc5sAcrX6\",rendersWithMotion:true,scopeId:\"rL038M61c\",children:/*#__PURE__*/_jsx(Icon_Shine,{height:\"100%\",id:\"Oc5sAcrX6\",layoutId:\"Oc5sAcrX6\",variant:eAB0ezSxr,width:\"100%\",...addPropertyOverrides({f9uF222mT:{variant:\"n6JYrm9se\"},Kdc1d8wEl:{variant:\"rc1Yp2U84\"},M_881jKTd:{variant:\"rc1Yp2U84\"},sd8v8CSuK:{variant:\"rc1Yp2U84\"},uv8KhaD9j:{variant:\"n6JYrm9se\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ag5t1n\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"LVq0ebxLo\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"iDwQFgla2-hover\":{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||62.5)-0-62.400000000000006)/2)+17.200000000000003+0},\"Kdc1d8wEl-hover\":{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+16+0},\"M_881jKTd-hover\":{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||62.5)-0-62.400000000000006)/2)+17.200000000000003+0},\"sd8v8CSuK-hover\":{height:28,y:(componentViewport?.y||0)+(0+((componentViewport?.height||62.5)-0-62.400000000000006)/2)+17.200000000000003+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g1ti1d-container\",layoutDependency:layoutDependency,layoutId:\"AI3EPEcvV-container\",nodeId:\"AI3EPEcvV\",rendersWithMotion:true,scopeId:\"rL038M61c\",children:/*#__PURE__*/_jsx(Icon_Shine,{height:\"100%\",id:\"AI3EPEcvV\",layoutId:\"AI3EPEcvV\",variant:\"rc1Yp2U84\",width:\"100%\",...addPropertyOverrides({\"Kdc1d8wEl-hover\":{variant:\"n6JYrm9se\"},\"M_881jKTd-hover\":{variant:\"n6JYrm9se\"},\"sd8v8CSuK-hover\":{variant:\"n6JYrm9se\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-27zcmv\",\"data-framer-name\":\"Hover Fill\",layoutDependency:layoutDependency,layoutId:\"AyfGdeqtY\",style:{backgroundColor:\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},variants:{\"due5GfZAP-hover\":{backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},GZVxSMQHL:{backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},Kdc1d8wEl:{backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},M_881jKTd:{backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},sd8v8CSuK:{backgroundColor:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\"},tM2xdyYsx:{backgroundColor:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},uv8KhaD9j:{backgroundColor:\"var(--token-c030e036-f7b8-4fe7-a323-429bf2e2e037, rgb(9, 100, 103))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pDM4N.framer-nnysov, .framer-pDM4N .framer-nnysov { display: block; }\",\".framer-pDM4N.framer-1exep47 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pDM4N .framer-e1tpb2 { 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: visible; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-pDM4N .framer-1fs3ex { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 5; }\",\".framer-pDM4N .framer-1cxjpbn { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pDM4N .framer-26m8ji-container, .framer-pDM4N .framer-1g1ti1d-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pDM4N .framer-ag5t1n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 28px; min-width: 25px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pDM4N .framer-27zcmv { bottom: -168px; flex: none; height: 160px; left: -119px; overflow: hidden; position: absolute; width: 460px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pDM4N.framer-1exep47, .framer-pDM4N .framer-e1tpb2, .framer-pDM4N .framer-1cxjpbn, .framer-pDM4N .framer-ag5t1n { gap: 0px; } .framer-pDM4N.framer-1exep47 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pDM4N.framer-1exep47 > :first-child, .framer-pDM4N .framer-e1tpb2 > :first-child, .framer-pDM4N .framer-1cxjpbn > :first-child, .framer-pDM4N .framer-ag5t1n > :first-child { margin-left: 0px; } .framer-pDM4N.framer-1exep47 > :last-child, .framer-pDM4N .framer-e1tpb2 > :last-child, .framer-pDM4N .framer-1cxjpbn > :last-child, .framer-pDM4N .framer-ag5t1n > :last-child { margin-right: 0px; } .framer-pDM4N .framer-e1tpb2 > *, .framer-pDM4N .framer-1cxjpbn > *, .framer-pDM4N .framer-ag5t1n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-pDM4N.framer-v-1bm2vcp .framer-e1tpb2 { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pDM4N.framer-v-1bm2vcp .framer-e1tpb2 { gap: 0px; } .framer-pDM4N.framer-v-1bm2vcp .framer-e1tpb2 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pDM4N.framer-v-1bm2vcp .framer-e1tpb2 > :first-child { margin-left: 0px; } .framer-pDM4N.framer-v-1bm2vcp .framer-e1tpb2 > :last-child { margin-right: 0px; } }\",\".framer-pDM4N.framer-v-1u3hq59 .framer-e1tpb2 { gap: 4px; padding: 12px 24px 12px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pDM4N.framer-v-1u3hq59 .framer-e1tpb2 { gap: 0px; } .framer-pDM4N.framer-v-1u3hq59 .framer-e1tpb2 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pDM4N.framer-v-1u3hq59 .framer-e1tpb2 > :first-child { margin-left: 0px; } .framer-pDM4N.framer-v-1u3hq59 .framer-e1tpb2 > :last-child { margin-right: 0px; } }\",\".framer-pDM4N.framer-v-1xxtsxy .framer-27zcmv, .framer-pDM4N.framer-v-1186ub .framer-27zcmv { left: -73px; }\",\".framer-pDM4N.framer-v-1r1xko6 .framer-e1tpb2 { padding: 12px 24px 12px 24px; }\",\".framer-pDM4N.framer-v-1r1xko6 .framer-27zcmv { left: -123px; }\",\".framer-pDM4N.framer-v-1186ub .framer-e1tpb2 { min-width: 140px; padding: 16px 20px 16px 20px; }\",\".framer-pDM4N.framer-v-1kf0syn .framer-e1tpb2 { padding: 12px 16px 12px 16px; }\",\".framer-pDM4N.framer-v-1exep47.hover .framer-e1tpb2 { order: 1; overflow: hidden; }\",\".framer-pDM4N.framer-v-1exep47.hover .framer-1fs3ex { order: 0; }\",\".framer-pDM4N.framer-v-1exep47.hover .framer-ag5t1n { min-height: unset; min-width: unset; order: 2; }\",\".framer-pDM4N.framer-v-1exep47.hover .framer-27zcmv { bottom: -52px; order: 0; }\",\".framer-pDM4N.framer-v-14173ad.hover .framer-e1tpb2, .framer-pDM4N.framer-v-k7o8qe.hover .framer-e1tpb2, .framer-pDM4N.framer-v-1186ub.hover .framer-e1tpb2 { order: 1; }\",\".framer-pDM4N.framer-v-14173ad.hover .framer-1fs3ex { z-index: 2; }\",\".framer-pDM4N.framer-v-14173ad.hover .framer-ag5t1n, .framer-pDM4N.framer-v-k7o8qe.hover .framer-ag5t1n, .framer-pDM4N.framer-v-1186ub.hover .framer-ag5t1n { min-height: unset; min-width: unset; }\",\".framer-pDM4N.framer-v-14173ad.hover .framer-27zcmv { bottom: -58px; order: 0; }\",\".framer-pDM4N.framer-v-1xxtsxy.hover .framer-27zcmv, .framer-pDM4N.framer-v-1r1xko6.hover .framer-27zcmv, .framer-pDM4N.framer-v-1j5s5t8.hover .framer-27zcmv { bottom: -75px; }\",\".framer-pDM4N.framer-v-k7o8qe.hover .framer-27zcmv { bottom: -75px; order: 0; }\",\".framer-pDM4N.framer-v-1186ub.hover .framer-27zcmv { bottom: -78px; order: 0; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-pDM4N[data-border=\"true\"]::after, .framer-pDM4N [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62.5\n * @framerIntrinsicWidth 264\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sd8v8CSuK\":{\"layout\":[\"auto\",\"auto\"]},\"tu0TvExyK\":{\"layout\":[\"auto\",\"auto\"]},\"tM2xdyYsx\":{\"layout\":[\"auto\",\"auto\"]},\"due5GfZAP\":{\"layout\":[\"auto\",\"auto\"]},\"GZVxSMQHL\":{\"layout\":[\"auto\",\"auto\"]},\"M_881jKTd\":{\"layout\":[\"auto\",\"auto\"]},\"Kdc1d8wEl\":{\"layout\":[\"auto\",\"auto\"]},\"oXlHq_ZDO\":{\"layout\":[\"auto\",\"auto\"]},\"uv8KhaD9j\":{\"layout\":[\"auto\",\"auto\"]},\"f9uF222mT\":{\"layout\":[\"auto\",\"auto\"]},\"NZAtqq1BV\":{\"layout\":[\"auto\",\"auto\"]},\"B5SVYTxOR\":{\"layout\":[\"auto\",\"auto\"]},\"f3Edd5ot7\":{\"layout\":[\"auto\",\"auto\"]},\"EnrxT49wc\":{\"layout\":[\"auto\",\"auto\"]},\"y32CsdSZi\":{\"layout\":[\"auto\",\"auto\"]},\"iesVZ0Adl\":{\"layout\":[\"auto\",\"auto\"]},\"wRspSO795\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"A2dWUqqQh\":\"text\",\"eAB0ezSxr\":\"variant1\",\"UJqHn7DOn\":\"icon\",\"hD9jQjsOu\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrL038M61c=withCSS(Component,css,\"framer-pDM4N\");export default FramerrL038M61c;FramerrL038M61c.displayName=\"Button\";FramerrL038M61c.defaultProps={height:62.5,width:264};addPropertyControls(FramerrL038M61c,{variant:{options:[\"iDwQFgla2\",\"sd8v8CSuK\",\"tu0TvExyK\",\"tM2xdyYsx\",\"due5GfZAP\",\"GZVxSMQHL\",\"M_881jKTd\",\"Kdc1d8wEl\",\"oXlHq_ZDO\",\"uv8KhaD9j\",\"f9uF222mT\"],optionTitles:[\"Primary\",\"Outline\",\"Primary - Small\",\"Outline - Small\",\"Primary - Medium\",\"Outline - Medium\",\"Outline - Border Dark\",\"Outline - Border Dark  - Medium\",\"Outline - Border Dark  - Small\",\"Secondary\",\"Secondary - Small\"],title:\"Variant\",type:ControlType.Enum},A2dWUqqQh:{defaultValue:\"Get Started For Free\",displayTextArea:false,title:\"Text\",type:ControlType.String},eAB0ezSxr:Icon_ShineControls?.[\"variant\"]&&{...Icon_ShineControls[\"variant\"],defaultValue:\"n6JYrm9se\",description:undefined,hidden:undefined,title:\"Variant\"},UJqHn7DOn:{defaultValue:true,title:\"Icon\",type:ControlType.Boolean},hD9jQjsOu:{title:\"Link\",type:ControlType.Link}});addFonts(FramerrL038M61c,[{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\"},{family:\"Cabinet Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XMXWOHABYLQDJ42L65EFRYNVRY37HQCB/B2O4O6V3JMFM2WDCYQI3A47L5U4THDUL/WN5274VQ3AUBDFP74GB4EC4XYJ3EKVNE.woff2\",weight:\"700\"}]},...Icon_ShineFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrL038M61c\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sd8v8CSuK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tu0TvExyK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tM2xdyYsx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"due5GfZAP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GZVxSMQHL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M_881jKTd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Kdc1d8wEl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oXlHq_ZDO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uv8KhaD9j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f9uF222mT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NZAtqq1BV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B5SVYTxOR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f3Edd5ot7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EnrxT49wc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y32CsdSZi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iesVZ0Adl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wRspSO795\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"62.5\",\"framerIntrinsicWidth\":\"264\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"A2dWUqqQh\\\":\\\"text\\\",\\\"eAB0ezSxr\\\":\\\"variant1\\\",\\\"UJqHn7DOn\\\":\\\"icon\\\",\\\"hD9jQjsOu\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rL038M61c.map", "// Generated by Framer (c56cc2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-500\",\"GF;Wix Madefor Display-500\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYlthv_3HQKgh.woff2\",weight:\"500\"}]}];export const css=['.framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 992px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-wWLkU\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-700\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-Mdy8m .framer-styles-preset-16yff9o:not(.rich-text-wrapper), .framer-Mdy8m .framer-styles-preset-16yff9o.rich-text-wrapper h6 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e84feeb8-3573-490b-b60c-c92720758876, #430c66); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Mdy8m .framer-styles-preset-16yff9o:not(.rich-text-wrapper), .framer-Mdy8m .framer-styles-preset-16yff9o.rich-text-wrapper h6 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e84feeb8-3573-490b-b60c-c92720758876, #430c66); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Mdy8m .framer-styles-preset-16yff9o:not(.rich-text-wrapper), .framer-Mdy8m .framer-styles-preset-16yff9o.rich-text-wrapper h6 { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e84feeb8-3573-490b-b60c-c92720758876, #430c66); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Mdy8m\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/j9NEFitWhg932lAvHJWN/yb5aaJJ2uamv6hWQ1WGG/CnYj27Wug.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4TEctrU0y94609LfytFg/ahlUpMn43EQjh2orTnck/E3t3jRmZt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jDljMwyHs7WFytuWwub4/kQX6SrpM2KCNigiOdD9x/tUY_MQ20E.js\";const HeroFonts=getFonts(Hero);const cycleOrder=[\"cFIRVLZ2V\",\"f0kl4aWi_\",\"DrUl7_GAS\",\"rSi420Mho\"];const serializationHash=\"framer-I7Zbs\";const variantClassNames={cFIRVLZ2V:\"framer-v-8emb5g\",DrUl7_GAS:\"framer-v-a6avwc\",f0kl4aWi_:\"framer-v-11m0jnv\",rSi420Mho:\"framer-v-hlirrs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={\"Variant - 02\":\"DrUl7_GAS\",\"Variant -02 - Open\":\"rSi420Mho\",Default:\"cFIRVLZ2V\",Open:\"f0kl4aWi_\"};const getProps=({answer,height,id,question,tap,width,...props})=>{return{...props,BF66vilrd:answer??props.BF66vilrd??\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\",PdZo4vt7Y:question??props.PdZo4vt7Y??\"What is SaaS?\",variant:humanReadableVariantMap[props.variant]??props.variant??\"cFIRVLZ2V\",vw_MlCDi_:tap??props.vw_MlCDi_};};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,PdZo4vt7Y,BF66vilrd,vw_MlCDi_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cFIRVLZ2V\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17oxl7o=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vw_MlCDi_){const res=await vw_MlCDi_(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"f0kl4aWi_\",\"rSi420Mho\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8emb5g\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cFIRVLZ2V\",onTap:onTap17oxl7o,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({DrUl7_GAS:{\"data-framer-name\":\"Variant - 02\"},f0kl4aWi_:{\"data-framer-name\":\"Open\"},rSi420Mho:{\"data-framer-name\":\"Variant -02 - Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dbht3e\",\"data-framer-name\":\"Accordion Head\",layoutDependency:layoutDependency,layoutId:\"lKOUy8cya\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-16yff9o\",\"data-styles-preset\":\"tUY_MQ20E\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"What is SaaS?\"})}),className:\"framer-e4rpjy\",\"data-framer-name\":\"Question\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gp0yOpK6G\",style:{\"--extracted-1w1cjl5\":\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",\"--framer-paragraph-spacing\":\"0px\"},text:PdZo4vt7Y,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DrUl7_GAS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-16yff9o\",\"data-styles-preset\":\"tUY_MQ20E\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"What is SaaS?\"})})},rSi420Mho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-16yff9o\",\"data-styles-preset\":\"tUY_MQ20E\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120)))\"},children:\"What is SaaS?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18o7iey\",\"data-framer-name\":\"Accordion Toggle Icon\",layoutDependency:layoutDependency,layoutId:\"kRfB9Lc42\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{DrUl7_GAS:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},rSi420Mho:{backgroundColor:\"var(--token-f77ce83e-1b19-4ba2-9a58-2cabde14780a, rgb(129, 83, 155))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7yl10-container\",layoutDependency:layoutDependency,layoutId:\"MFZQoJyH6-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-382265c4-054c-4edb-affd-d4ff7e411c2a, rgb(84, 40, 120))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"MFZQoJyH6\",layoutId:\"MFZQoJyH6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({f0kl4aWi_:{iconSelection:\"Minus\"},rSi420Mho:{color:\"var(--token-638c0fa5-f686-4ef7-8c3d-218cf065159c, rgb(250, 250, 250))\",iconSelection:\"Minus\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2mgdam\",\"data-framer-name\":\"Accordion Description\",layoutDependency:layoutDependency,layoutId:\"QNwafvWwj\",style:{opacity:0},variants:{f0kl4aWi_:{opacity:1},rSi420Mho:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(81, 96, 96)))\"},children:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"})}),className:\"framer-1jtkv28\",\"data-framer-name\":\"Answer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p7XRUA1RL\",style:{\"--extracted-r6o4lv\":\"var(--token-57644229-9aea-4671-a3e2-529f7b58afe0, rgb(81, 96, 96))\",\"--framer-paragraph-spacing\":\"0px\"},text:BF66vilrd,variants:{f0kl4aWi_:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"},rSi420Mho:{\"--extracted-r6o4lv\":\"var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f0kl4aWi_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b28bph\",\"data-styles-preset\":\"CnYj27Wug\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"})})},rSi420Mho:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19866kd\",\"data-styles-preset\":\"E3t3jRmZt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-26bc3eef-75dd-4507-8c14-0b762e560e4c, rgb(60, 20, 100)))\"},children:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I7Zbs.framer-1d1xz1g, .framer-I7Zbs .framer-1d1xz1g { display: block; }\",\".framer-I7Zbs.framer-8emb5g { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 583px; }\",\".framer-I7Zbs .framer-1dbht3e { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I7Zbs .framer-e4rpjy, .framer-I7Zbs .framer-1jtkv28 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-I7Zbs .framer-18o7iey { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 16px; }\",\".framer-I7Zbs .framer-b7yl10-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-I7Zbs .framer-2mgdam { 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: visible; padding: 0px 35px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7Zbs.framer-8emb5g, .framer-I7Zbs .framer-1dbht3e, .framer-I7Zbs .framer-18o7iey, .framer-I7Zbs .framer-2mgdam { gap: 0px; } .framer-I7Zbs.framer-8emb5g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-I7Zbs.framer-8emb5g > :first-child { margin-top: 0px; } .framer-I7Zbs.framer-8emb5g > :last-child { margin-bottom: 0px; } .framer-I7Zbs .framer-1dbht3e > *, .framer-I7Zbs .framer-2mgdam > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I7Zbs .framer-1dbht3e > :first-child, .framer-I7Zbs .framer-18o7iey > :first-child, .framer-I7Zbs .framer-2mgdam > :first-child { margin-left: 0px; } .framer-I7Zbs .framer-1dbht3e > :last-child, .framer-I7Zbs .framer-18o7iey > :last-child, .framer-I7Zbs .framer-2mgdam > :last-child { margin-right: 0px; } .framer-I7Zbs .framer-18o7iey > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-I7Zbs.framer-v-11m0jnv.framer-8emb5g { gap: 16px; overflow: visible; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7Zbs.framer-v-11m0jnv.framer-8emb5g { gap: 0px; } .framer-I7Zbs.framer-v-11m0jnv.framer-8emb5g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-I7Zbs.framer-v-11m0jnv.framer-8emb5g > :first-child { margin-top: 0px; } .framer-I7Zbs.framer-v-11m0jnv.framer-8emb5g > :last-child { margin-bottom: 0px; } }\",\".framer-I7Zbs.framer-v-a6avwc.framer-8emb5g { gap: 16px; padding: 0px 0px 32px 0px; }\",\".framer-I7Zbs.framer-v-a6avwc .framer-1dbht3e, .framer-I7Zbs.framer-v-hlirrs .framer-1dbht3e { gap: 12px; }\",\".framer-I7Zbs.framer-v-a6avwc .framer-18o7iey, .framer-I7Zbs.framer-v-hlirrs .framer-18o7iey { height: var(--framer-aspect-ratio-supported, 35px); width: 35px; }\",\".framer-I7Zbs.framer-v-a6avwc .framer-b7yl10-container, .framer-I7Zbs.framer-v-hlirrs .framer-b7yl10-container { aspect-ratio: unset; height: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7Zbs.framer-v-a6avwc.framer-8emb5g, .framer-I7Zbs.framer-v-a6avwc .framer-1dbht3e { gap: 0px; } .framer-I7Zbs.framer-v-a6avwc.framer-8emb5g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-I7Zbs.framer-v-a6avwc.framer-8emb5g > :first-child { margin-top: 0px; } .framer-I7Zbs.framer-v-a6avwc.framer-8emb5g > :last-child { margin-bottom: 0px; } .framer-I7Zbs.framer-v-a6avwc .framer-1dbht3e > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-I7Zbs.framer-v-a6avwc .framer-1dbht3e > :first-child { margin-left: 0px; } .framer-I7Zbs.framer-v-a6avwc .framer-1dbht3e > :last-child { margin-right: 0px; } }\",\".framer-I7Zbs.framer-v-hlirrs.framer-8emb5g { align-content: flex-start; align-items: flex-start; gap: 16px; padding: 0px 0px 32px 0px; }\",\".framer-I7Zbs.framer-v-hlirrs .framer-2mgdam { align-content: flex-start; align-items: flex-start; max-width: 942px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7Zbs.framer-v-hlirrs.framer-8emb5g, .framer-I7Zbs.framer-v-hlirrs .framer-1dbht3e { gap: 0px; } .framer-I7Zbs.framer-v-hlirrs.framer-8emb5g > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-I7Zbs.framer-v-hlirrs.framer-8emb5g > :first-child { margin-top: 0px; } .framer-I7Zbs.framer-v-hlirrs.framer-8emb5g > :last-child { margin-bottom: 0px; } .framer-I7Zbs.framer-v-hlirrs .framer-1dbht3e > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-I7Zbs.framer-v-hlirrs .framer-1dbht3e > :first-child { margin-left: 0px; } .framer-I7Zbs.framer-v-hlirrs .framer-1dbht3e > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-I7Zbs[data-border=\"true\"]::after, .framer-I7Zbs [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 583\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"f0kl4aWi_\":{\"layout\":[\"fixed\",\"auto\"]},\"DrUl7_GAS\":{\"layout\":[\"fixed\",\"auto\"]},\"rSi420Mho\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"PdZo4vt7Y\":\"question\",\"BF66vilrd\":\"answer\",\"vw_MlCDi_\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAvDAY444y=withCSS(Component,css,\"framer-I7Zbs\");export default FramerAvDAY444y;FramerAvDAY444y.displayName=\"Accordion 2\";FramerAvDAY444y.defaultProps={height:52,width:583};addPropertyControls(FramerAvDAY444y,{variant:{options:[\"cFIRVLZ2V\",\"f0kl4aWi_\",\"DrUl7_GAS\",\"rSi420Mho\"],optionTitles:[\"Default\",\"Open\",\"Variant - 02\",\"Variant -02 - Open\"],title:\"Variant\",type:ControlType.Enum},PdZo4vt7Y:{defaultValue:\"What is SaaS?\",displayTextArea:false,title:\"Question\",type:ControlType.String},BF66vilrd:{defaultValue:\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\",displayTextArea:false,title:\"Answer\",type:ControlType.String},vw_MlCDi_:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerAvDAY444y,[{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\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAvDAY444y\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"52\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"583\",\"framerVariables\":\"{\\\"PdZo4vt7Y\\\":\\\"question\\\",\\\"BF66vilrd\\\":\\\"answer\\\",\\\"vw_MlCDi_\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f0kl4aWi_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DrUl7_GAS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rSi420Mho\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AvDAY444y.map", "// Generated by Framer (2ca17d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Accordion2 from\"https://framerusercontent.com/modules/9n5IF5t6lfNloEmZ5xua/jf2qdYQLFegjP4qPBaY5/AvDAY444y.js\";const Accordion2Fonts=getFonts(Accordion2);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"hBeRDuE0T\",\"pRGNUSpzK\",\"Atp4RpOff\",\"VDQudvFsD\",\"HL_fywhna\",\"FDvMPieJp\",\"JdIhmOir4\",\"qJydFPYWC\",\"qBvlwuwP6\",\"axcl_z72Y\",\"Zal5QGSvy\",\"wJDOoUQKD\",\"hVn1ulQGN\",\"GmNUuH9x7\",\"WwiRCQy_4\",\"Mz_Jkvop7\",\"zNwzgq_h6\",\"q3gbGVTZh\",\"YG8YliWDV\",\"zrXSM3fKC\",\"B2iqAUf35\",\"ztH3zCOL2\"];const serializationHash=\"framer-KPqc8\";const variantClassNames={Atp4RpOff:\"framer-v-71dhqh\",axcl_z72Y:\"framer-v-jnwm2v\",B2iqAUf35:\"framer-v-1x8s1cy\",FDvMPieJp:\"framer-v-1wlij2j\",GmNUuH9x7:\"framer-v-187srso\",hBeRDuE0T:\"framer-v-1nb4xrf\",HL_fywhna:\"framer-v-h861yv\",hVn1ulQGN:\"framer-v-un1tdb\",JdIhmOir4:\"framer-v-p9eyjo\",Mz_Jkvop7:\"framer-v-vqyl94\",pRGNUSpzK:\"framer-v-agoogl\",q3gbGVTZh:\"framer-v-3qqrbw\",qBvlwuwP6:\"framer-v-1xl6ebt\",qJydFPYWC:\"framer-v-9das2e\",VDQudvFsD:\"framer-v-nzpp7p\",wJDOoUQKD:\"framer-v-1w68f1l\",WwiRCQy_4:\"framer-v-urrw45\",YG8YliWDV:\"framer-v-1pd6fvs\",Zal5QGSvy:\"framer-v-j2pnrp\",zNwzgq_h6:\"framer-v-1gwqw87\",zrXSM3fKC:\"framer-v-zalejk\",ztH3zCOL2:\"framer-v-1lmr3wv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:60,delay:.1,mass:1.2,stiffness:300,type:\"spring\"};const transition3={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const transition4={damping:60,delay:.3,mass:1.2,stiffness:300,type:\"spring\"};const transition5={damping:60,delay:.4,mass:1.2,stiffness:300,type:\"spring\"};const transition6={damping:60,delay:.5,mass:1.2,stiffness:300,type:\"spring\"};const transition7={damping:60,delay:1,mass:1.2,stiffness:300,type:\"spring\"};const transition8={damping:60,delay:.6,mass:1.2,stiffness:300,type:\"spring\"};const transition9={damping:60,delay:1.2,mass:1.2,stiffness:300,type:\"spring\"};const transition10={damping:60,delay:.7,mass:1.2,stiffness:300,type:\"spring\"};const transition11={damping:60,delay:1.4,mass:1.2,stiffness:300,type:\"spring\"};const transition12={damping:60,delay:.8,mass:1.2,stiffness:300,type:\"spring\"};const transition13={damping:60,delay:1.6,mass:1.2,stiffness:300,type:\"spring\"};const transition14={damping:60,delay:.9,mass:1.2,stiffness:300,type:\"spring\"};const transition15={damping:60,delay:1.8,mass:1.2,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Step - 1\":\"pRGNUSpzK\",\"Step - 10\":\"Zal5QGSvy\",\"Step - 2\":\"Atp4RpOff\",\"Step - 3\":\"VDQudvFsD\",\"Step - 4\":\"HL_fywhna\",\"Step - 5\":\"FDvMPieJp\",\"Step - 6\":\"JdIhmOir4\",\"Step - 7\":\"qJydFPYWC\",\"Step - 8\":\"qBvlwuwP6\",\"Step - 9\":\"axcl_z72Y\",\"Tablet - Default\":\"wJDOoUQKD\",\"Tablet - Step - 1\":\"hVn1ulQGN\",\"Tablet - Step - 10\":\"ztH3zCOL2\",\"Tablet - Step - 2\":\"GmNUuH9x7\",\"Tablet - Step - 3\":\"WwiRCQy_4\",\"Tablet - Step - 4\":\"Mz_Jkvop7\",\"Tablet - Step - 5\":\"zNwzgq_h6\",\"Tablet - Step - 6\":\"q3gbGVTZh\",\"Tablet - Step - 7\":\"YG8YliWDV\",\"Tablet - Step - 8\":\"zrXSM3fKC\",\"Tablet - Step - 9\":\"B2iqAUf35\",Default:\"hBeRDuE0T\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hBeRDuE0T\"};};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:\"hBeRDuE0T\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const vw_MlCDi_1u4w4bx=activeVariantCallback(async(...args)=>{setVariant(\"pRGNUSpzK\");});const vw_MlCDi_lrixbi=activeVariantCallback(async(...args)=>{setVariant(\"hBeRDuE0T\");});const vw_MlCDi_1yjbjrq=activeVariantCallback(async(...args)=>{setVariant(\"hVn1ulQGN\");});const vw_MlCDi_8uvvx7=activeVariantCallback(async(...args)=>{setVariant(\"wJDOoUQKD\");});const vw_MlCDi_173ps1l=activeVariantCallback(async(...args)=>{setVariant(\"Atp4RpOff\");});const vw_MlCDi_5nhank=activeVariantCallback(async(...args)=>{setVariant(\"GmNUuH9x7\");});const vw_MlCDi_1g6e7sa=activeVariantCallback(async(...args)=>{setVariant(\"VDQudvFsD\");});const vw_MlCDi_1uev8rb=activeVariantCallback(async(...args)=>{setVariant(\"WwiRCQy_4\");});const vw_MlCDi_9a8vat=activeVariantCallback(async(...args)=>{setVariant(\"HL_fywhna\");});const vw_MlCDi_1oj7p5h=activeVariantCallback(async(...args)=>{setVariant(\"Mz_Jkvop7\");});const vw_MlCDi_7z2saq=activeVariantCallback(async(...args)=>{setVariant(\"FDvMPieJp\");});const vw_MlCDi_zdupzm=activeVariantCallback(async(...args)=>{setVariant(\"zNwzgq_h6\");});const vw_MlCDi_1d42cui=activeVariantCallback(async(...args)=>{setVariant(\"JdIhmOir4\");});const vw_MlCDi_1pjhga7=activeVariantCallback(async(...args)=>{setVariant(\"q3gbGVTZh\");});const vw_MlCDi_nzv6ew=activeVariantCallback(async(...args)=>{setVariant(\"qJydFPYWC\");});const vw_MlCDi_fvl924=activeVariantCallback(async(...args)=>{setVariant(\"YG8YliWDV\");});const vw_MlCDi_osik96=activeVariantCallback(async(...args)=>{setVariant(\"qBvlwuwP6\");});const vw_MlCDi_1l5i1wz=activeVariantCallback(async(...args)=>{setVariant(\"zrXSM3fKC\");});const vw_MlCDi_gsxj0w=activeVariantCallback(async(...args)=>{setVariant(\"axcl_z72Y\");});const vw_MlCDi_5noavq=activeVariantCallback(async(...args)=>{setVariant(\"B2iqAUf35\");});const vw_MlCDi_1xqdkzz=activeVariantCallback(async(...args)=>{setVariant(\"Zal5QGSvy\");});const vw_MlCDi_e4w2wu=activeVariantCallback(async(...args)=>{setVariant(\"ztH3zCOL2\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1nb4xrf\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"hBeRDuE0T\",ref:ref??ref1,style:{...style},...addPropertyOverrides({Atp4RpOff:{\"data-framer-name\":\"Step - 2\"},axcl_z72Y:{\"data-framer-name\":\"Step - 9\"},B2iqAUf35:{\"data-framer-name\":\"Tablet - Step - 9\"},FDvMPieJp:{\"data-framer-name\":\"Step - 5\"},GmNUuH9x7:{\"data-framer-name\":\"Tablet - Step - 2\"},HL_fywhna:{\"data-framer-name\":\"Step - 4\"},hVn1ulQGN:{\"data-framer-name\":\"Tablet - Step - 1\"},JdIhmOir4:{\"data-framer-name\":\"Step - 6\"},Mz_Jkvop7:{\"data-framer-name\":\"Tablet - Step - 4\"},pRGNUSpzK:{\"data-framer-name\":\"Step - 1\"},q3gbGVTZh:{\"data-framer-name\":\"Tablet - Step - 6\"},qBvlwuwP6:{\"data-framer-name\":\"Step - 8\"},qJydFPYWC:{\"data-framer-name\":\"Step - 7\"},VDQudvFsD:{\"data-framer-name\":\"Step - 3\"},wJDOoUQKD:{\"data-framer-name\":\"Tablet - Default\"},WwiRCQy_4:{\"data-framer-name\":\"Tablet - Step - 3\"},YG8YliWDV:{\"data-framer-name\":\"Tablet - Step - 7\"},Zal5QGSvy:{\"data-framer-name\":\"Step - 10\"},zNwzgq_h6:{\"data-framer-name\":\"Tablet - Step - 5\"},zrXSM3fKC:{\"data-framer-name\":\"Tablet - Step - 8\"},ztH3zCOL2:{\"data-framer-name\":\"Tablet - Step - 10\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sb2hbe\",\"data-framer-name\":\"Accordion Wrapper\",layoutDependency:layoutDependency,layoutId:\"K_3aAdyaE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-n19seb-container\",\"data-framer-name\":\"Item_1\",layoutDependency:layoutDependency,layoutId:\"Mq0Tzctdm-container\",name:\"Item_1\",children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"Es una plataforma que unifica CRM, ERP, gesti\\xf3n de proyectos y marketing en una sola herramienta.\",height:\"100%\",id:\"Mq0Tzctdm\",layoutId:\"Mq0Tzctdm\",name:\"Item_1\",PdZo4vt7Y:\"\\xbfQu\\xe9 es Napsix.One?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_1u4w4bx,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{vw_MlCDi_:vw_MlCDi_1yjbjrq},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_1yjbjrq},hVn1ulQGN:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_1yjbjrq},pRGNUSpzK:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},q3gbGVTZh:{vw_MlCDi_:vw_MlCDi_1yjbjrq},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_1yjbjrq},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_1yjbjrq},YG8YliWDV:{vw_MlCDi_:vw_MlCDi_1yjbjrq},zNwzgq_h6:{vw_MlCDi_:vw_MlCDi_1yjbjrq},zrXSM3fKC:{vw_MlCDi_:vw_MlCDi_1yjbjrq},ztH3zCOL2:{vw_MlCDi_:vw_MlCDi_1yjbjrq}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+76,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ffui92-container\",\"data-framer-name\":\"Item_2\",layoutDependency:layoutDependency,layoutId:\"RwbauRvW4-container\",name:\"Item_2\",children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, permite automatizar mensajes y gestionar clientes directamente desde WhatsApp.\",height:\"100%\",id:\"RwbauRvW4\",layoutId:\"RwbauRvW4\",name:\"Item_2\",PdZo4vt7Y:\"\\xbfEs compatible con WhatsApp?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_173ps1l,width:\"100%\",...addPropertyOverrides({Atp4RpOff:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},B2iqAUf35:{vw_MlCDi_:vw_MlCDi_5nhank},GmNUuH9x7:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_5nhank},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_5nhank},q3gbGVTZh:{vw_MlCDi_:vw_MlCDi_5nhank},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_5nhank},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_5nhank},YG8YliWDV:{vw_MlCDi_:vw_MlCDi_5nhank},zNwzgq_h6:{vw_MlCDi_:vw_MlCDi_5nhank},zrXSM3fKC:{vw_MlCDi_:vw_MlCDi_5nhank},ztH3zCOL2:{vw_MlCDi_:vw_MlCDi_5nhank}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+152,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+152}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-m4lbh3-container\",\"data-framer-name\":\"Item_3\",layoutDependency:layoutDependency,layoutId:\"p59XlJaO1-container\",name:\"Item_3\",children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, tenemos APIs y conectores para diversas plataformas.\",height:\"100%\",id:\"p59XlJaO1\",layoutId:\"p59XlJaO1\",name:\"Item_3\",PdZo4vt7Y:\"\\xbfOfrecen integraci\\xf3n con otros sistemas?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_1g6e7sa,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{vw_MlCDi_:vw_MlCDi_1uev8rb},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_1uev8rb},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_1uev8rb},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_1uev8rb},q3gbGVTZh:{vw_MlCDi_:vw_MlCDi_1uev8rb},VDQudvFsD:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_1uev8rb},WwiRCQy_4:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},YG8YliWDV:{vw_MlCDi_:vw_MlCDi_1uev8rb},zNwzgq_h6:{vw_MlCDi_:vw_MlCDi_1uev8rb},zrXSM3fKC:{vw_MlCDi_:vw_MlCDi_1uev8rb},ztH3zCOL2:{vw_MlCDi_:vw_MlCDi_1uev8rb}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+228,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+228}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1pgj3cu-container\",\"data-framer-name\":\"Item_4\",layoutDependency:layoutDependency,layoutId:\"D4K2HNmQ2-container\",name:\"Item_4\",children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, permite administrar m\\xfaltiples equipos y proyectos en tiempo real.\",height:\"100%\",id:\"D4K2HNmQ2\",layoutId:\"D4K2HNmQ2\",name:\"Item_4\",PdZo4vt7Y:\"\\xbfPuedo gestionar varios equipos desde la plataforma?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_9a8vat,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{vw_MlCDi_:vw_MlCDi_1oj7p5h},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_1oj7p5h},HL_fywhna:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_1oj7p5h},Mz_Jkvop7:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},q3gbGVTZh:{vw_MlCDi_:vw_MlCDi_1oj7p5h},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_1oj7p5h},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_1oj7p5h},YG8YliWDV:{vw_MlCDi_:vw_MlCDi_1oj7p5h},zNwzgq_h6:{vw_MlCDi_:vw_MlCDi_1oj7p5h},zrXSM3fKC:{vw_MlCDi_:vw_MlCDi_1oj7p5h},ztH3zCOL2:{vw_MlCDi_:vw_MlCDi_1oj7p5h}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+304,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+304}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1pmzlqd-container\",\"data-framer-name\":\"Item_5\",layoutDependency:layoutDependency,layoutId:\"J624A6Pbu-container\",name:\"Item_5\",...addPropertyOverrides({Zal5QGSvy:{__framer__animate:{transition:transition7}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, incluye automatizaci\\xf3n de procesos en CRM, marketing y gesti\\xf3n de clientes.\",height:\"100%\",id:\"J624A6Pbu\",layoutId:\"J624A6Pbu\",name:\"Item_5\",PdZo4vt7Y:\"\\xbfTiene funciones de automatizaci\\xf3n?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_7z2saq,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_zdupzm},FDvMPieJp:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_zdupzm},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_zdupzm},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_zdupzm},q3gbGVTZh:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_zdupzm},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_zdupzm},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_zdupzm},YG8YliWDV:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_zdupzm},zNwzgq_h6:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},zrXSM3fKC:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_zdupzm},ztH3zCOL2:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_zdupzm}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+380,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+380}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hgtus3-container\",\"data-framer-name\":\"Item_6\",layoutDependency:layoutDependency,layoutId:\"FNMi1LSeC-container\",name:\"Item_6\",...addPropertyOverrides({Zal5QGSvy:{__framer__animate:{transition:transition9}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"Desde pymes hasta grandes empresas, la plataforma es escalable para cualquier necesidad.\",height:\"100%\",id:\"FNMi1LSeC\",layoutId:\"FNMi1LSeC\",name:\"Item_6\",PdZo4vt7Y:\"\\xbfQu\\xe9 tipos de empresas pueden usar Napsix.One?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_1d42cui,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1pjhga7},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_1pjhga7},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_1pjhga7},JdIhmOir4:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_1pjhga7},q3gbGVTZh:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_1pjhga7},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_1pjhga7},YG8YliWDV:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1pjhga7},zNwzgq_h6:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1pjhga7},zrXSM3fKC:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1pjhga7},ztH3zCOL2:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1pjhga7}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+456,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+456}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-116c9a6-container\",\"data-framer-name\":\"Item_7\",layoutDependency:layoutDependency,layoutId:\"MGjUIeQMc-container\",name:\"Item_7\",...addPropertyOverrides({Zal5QGSvy:{__framer__animate:{transition:transition11}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"Puedes registrarte gratis y probar todas las funciones sin compromiso.\",height:\"100%\",id:\"MGjUIeQMc\",layoutId:\"MGjUIeQMc\",name:\"Item_7\",PdZo4vt7Y:\"\\xbfC\\xf3mo puedo empezar a usar Napsix.One?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_nzv6ew,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_fvl924},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_fvl924},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_fvl924},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_fvl924},q3gbGVTZh:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_fvl924},qJydFPYWC:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_fvl924},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_fvl924},YG8YliWDV:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},zNwzgq_h6:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_fvl924},zrXSM3fKC:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_fvl924},ztH3zCOL2:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_fvl924}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+532,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+532}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1wnk5p8-container\",\"data-framer-name\":\"Item_8\",layoutDependency:layoutDependency,layoutId:\"GYpD8EPED-container\",name:\"Item_8\",...addPropertyOverrides({Zal5QGSvy:{__framer__animate:{transition:transition13}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, contamos con encriptaci\\xf3n avanzada y medidas de seguridad de nivel empresarial.\",height:\"100%\",id:\"GYpD8EPED\",layoutId:\"GYpD8EPED\",name:\"Item_8\",PdZo4vt7Y:\"\\xbfEs segura la plataforma?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_osik96,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1l5i1wz},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_1l5i1wz},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_1l5i1wz},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_1l5i1wz},q3gbGVTZh:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1l5i1wz},qBvlwuwP6:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_1l5i1wz},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_1l5i1wz},YG8YliWDV:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1l5i1wz},zNwzgq_h6:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1l5i1wz},zrXSM3fKC:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},ztH3zCOL2:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_1l5i1wz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+608,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+608}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-o7l95y-container\",\"data-framer-name\":\"Item_9\",layoutDependency:layoutDependency,layoutId:\"S76HahaQA-container\",name:\"Item_9\",...addPropertyOverrides({Zal5QGSvy:{__framer__animate:{transition:transition15}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, contamos con soporte 24/7 para resolver cualquier consulta.\",height:\"100%\",id:\"S76HahaQA\",layoutId:\"S76HahaQA\",name:\"Item_9\",PdZo4vt7Y:\"\\xbfOfrecen soporte t\\xe9cnico?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_gsxj0w,width:\"100%\",...addPropertyOverrides({axcl_z72Y:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},B2iqAUf35:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_5noavq},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_5noavq},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_5noavq},q3gbGVTZh:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_5noavq},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_5noavq},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_5noavq},YG8YliWDV:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_5noavq},zNwzgq_h6:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_5noavq},zrXSM3fKC:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_5noavq},ztH3zCOL2:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_5noavq}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+684,...addPropertyOverrides({B2iqAUf35:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},GmNUuH9x7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},hVn1ulQGN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},Mz_Jkvop7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},q3gbGVTZh:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},wJDOoUQKD:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},WwiRCQy_4:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},YG8YliWDV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},zNwzgq_h6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},zrXSM3fKC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684},ztH3zCOL2:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-736)/2+0+0)+0+684}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1r3oo18-container\",\"data-framer-name\":\"Item_10\",layoutDependency:layoutDependency,layoutId:\"DFo5E5GHl-container\",name:\"Item_10\",children:/*#__PURE__*/_jsx(Accordion2,{BF66vilrd:\"S\\xed, ofrecemos opciones de personalizaci\\xf3n y m\\xf3dulos adaptables.\",height:\"100%\",id:\"DFo5E5GHl\",layoutId:\"DFo5E5GHl\",name:\"Item_10\",PdZo4vt7Y:\"\\xbfPuedo personalizar la plataforma seg\\xfan mis necesidades?\",style:{width:\"100%\"},variant:\"cFIRVLZ2V\",vw_MlCDi_:vw_MlCDi_1xqdkzz,width:\"100%\",...addPropertyOverrides({B2iqAUf35:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_e4w2wu},GmNUuH9x7:{vw_MlCDi_:vw_MlCDi_e4w2wu},hVn1ulQGN:{vw_MlCDi_:vw_MlCDi_e4w2wu},Mz_Jkvop7:{vw_MlCDi_:vw_MlCDi_e4w2wu},q3gbGVTZh:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_e4w2wu},wJDOoUQKD:{vw_MlCDi_:vw_MlCDi_e4w2wu},WwiRCQy_4:{vw_MlCDi_:vw_MlCDi_e4w2wu},YG8YliWDV:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_e4w2wu},Zal5QGSvy:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_lrixbi},zNwzgq_h6:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_e4w2wu},zrXSM3fKC:{BF66vilrd:\"Using your smartphone, you can easily monitor & manage at any time and from any location.The industry-leading trading platform, offering advanced charting tools.\",vw_MlCDi_:vw_MlCDi_e4w2wu},ztH3zCOL2:{variant:\"f0kl4aWi_\",vw_MlCDi_:vw_MlCDi_8uvvx7}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KPqc8.framer-1e7ava3, .framer-KPqc8 .framer-1e7ava3 { display: block; }\",\".framer-KPqc8.framer-1nb4xrf { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 130px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-KPqc8 .framer-sb2hbe { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KPqc8 .framer-n19seb-container, .framer-KPqc8 .framer-ffui92-container, .framer-KPqc8 .framer-m4lbh3-container, .framer-KPqc8 .framer-1pgj3cu-container, .framer-KPqc8 .framer-1pmzlqd-container, .framer-KPqc8 .framer-hgtus3-container, .framer-KPqc8 .framer-116c9a6-container, .framer-KPqc8 .framer-1wnk5p8-container, .framer-KPqc8 .framer-o7l95y-container, .framer-KPqc8 .framer-1r3oo18-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-1nb4xrf, .framer-KPqc8 .framer-sb2hbe { gap: 0px; } .framer-KPqc8.framer-1nb4xrf > * { margin: 0px; margin-left: calc(130px / 2); margin-right: calc(130px / 2); } .framer-KPqc8.framer-1nb4xrf > :first-child { margin-left: 0px; } .framer-KPqc8.framer-1nb4xrf > :last-child { margin-right: 0px; } .framer-KPqc8 .framer-sb2hbe > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-KPqc8 .framer-sb2hbe > :first-child { margin-top: 0px; } .framer-KPqc8 .framer-sb2hbe > :last-child { margin-bottom: 0px; } }\",\".framer-KPqc8.framer-v-1w68f1l.framer-1nb4xrf, .framer-KPqc8.framer-v-un1tdb.framer-1nb4xrf, .framer-KPqc8.framer-v-187srso.framer-1nb4xrf, .framer-KPqc8.framer-v-urrw45.framer-1nb4xrf, .framer-KPqc8.framer-v-vqyl94.framer-1nb4xrf, .framer-KPqc8.framer-v-1gwqw87.framer-1nb4xrf, .framer-KPqc8.framer-v-3qqrbw.framer-1nb4xrf, .framer-KPqc8.framer-v-1pd6fvs.framer-1nb4xrf, .framer-KPqc8.framer-v-zalejk.framer-1nb4xrf, .framer-KPqc8.framer-v-1x8s1cy.framer-1nb4xrf, .framer-KPqc8.framer-v-1lmr3wv.framer-1nb4xrf { flex-direction: column; gap: 25px; width: 580px; }\",\".framer-KPqc8.framer-v-1w68f1l .framer-sb2hbe, .framer-KPqc8.framer-v-un1tdb .framer-sb2hbe, .framer-KPqc8.framer-v-187srso .framer-sb2hbe, .framer-KPqc8.framer-v-urrw45 .framer-sb2hbe, .framer-KPqc8.framer-v-vqyl94 .framer-sb2hbe, .framer-KPqc8.framer-v-1gwqw87 .framer-sb2hbe, .framer-KPqc8.framer-v-3qqrbw .framer-sb2hbe, .framer-KPqc8.framer-v-1pd6fvs .framer-sb2hbe, .framer-KPqc8.framer-v-zalejk .framer-sb2hbe, .framer-KPqc8.framer-v-1x8s1cy .framer-sb2hbe, .framer-KPqc8.framer-v-1lmr3wv .framer-sb2hbe { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-1w68f1l.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-1w68f1l.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-1w68f1l.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-1w68f1l.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-un1tdb.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-un1tdb.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-un1tdb.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-un1tdb.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-187srso.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-187srso.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-187srso.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-187srso.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-urrw45.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-urrw45.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-urrw45.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-urrw45.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-vqyl94.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-vqyl94.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-vqyl94.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-vqyl94.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-1gwqw87.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-1gwqw87.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-1gwqw87.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-1gwqw87.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-3qqrbw.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-3qqrbw.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-3qqrbw.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-3qqrbw.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-1pd6fvs.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-1pd6fvs.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-1pd6fvs.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-1pd6fvs.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-zalejk.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-zalejk.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-zalejk.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-zalejk.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-1x8s1cy.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-1x8s1cy.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-1x8s1cy.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-1x8s1cy.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KPqc8.framer-v-1lmr3wv.framer-1nb4xrf { gap: 0px; } .framer-KPqc8.framer-v-1lmr3wv.framer-1nb4xrf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-KPqc8.framer-v-1lmr3wv.framer-1nb4xrf > :first-child { margin-top: 0px; } .framer-KPqc8.framer-v-1lmr3wv.framer-1nb4xrf > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 736\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pRGNUSpzK\":{\"layout\":[\"fixed\",\"auto\"]},\"Atp4RpOff\":{\"layout\":[\"fixed\",\"auto\"]},\"VDQudvFsD\":{\"layout\":[\"fixed\",\"auto\"]},\"HL_fywhna\":{\"layout\":[\"fixed\",\"auto\"]},\"FDvMPieJp\":{\"layout\":[\"fixed\",\"auto\"]},\"JdIhmOir4\":{\"layout\":[\"fixed\",\"auto\"]},\"qJydFPYWC\":{\"layout\":[\"fixed\",\"auto\"]},\"qBvlwuwP6\":{\"layout\":[\"fixed\",\"auto\"]},\"axcl_z72Y\":{\"layout\":[\"fixed\",\"auto\"]},\"Zal5QGSvy\":{\"layout\":[\"fixed\",\"auto\"]},\"wJDOoUQKD\":{\"layout\":[\"fixed\",\"auto\"]},\"hVn1ulQGN\":{\"layout\":[\"fixed\",\"auto\"]},\"GmNUuH9x7\":{\"layout\":[\"fixed\",\"auto\"]},\"WwiRCQy_4\":{\"layout\":[\"fixed\",\"auto\"]},\"Mz_Jkvop7\":{\"layout\":[\"fixed\",\"auto\"]},\"zNwzgq_h6\":{\"layout\":[\"fixed\",\"auto\"]},\"q3gbGVTZh\":{\"layout\":[\"fixed\",\"auto\"]},\"YG8YliWDV\":{\"layout\":[\"fixed\",\"auto\"]},\"zrXSM3fKC\":{\"layout\":[\"fixed\",\"auto\"]},\"B2iqAUf35\":{\"layout\":[\"fixed\",\"auto\"]},\"ztH3zCOL2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYtTT9Jwnj=withCSS(Component,css,\"framer-KPqc8\");export default FramerYtTT9Jwnj;FramerYtTT9Jwnj.displayName=\"FAQs - Napsix ONE\";FramerYtTT9Jwnj.defaultProps={height:736,width:600};addPropertyControls(FramerYtTT9Jwnj,{variant:{options:[\"hBeRDuE0T\",\"pRGNUSpzK\",\"Atp4RpOff\",\"VDQudvFsD\",\"HL_fywhna\",\"FDvMPieJp\",\"JdIhmOir4\",\"qJydFPYWC\",\"qBvlwuwP6\",\"axcl_z72Y\",\"Zal5QGSvy\",\"wJDOoUQKD\",\"hVn1ulQGN\",\"GmNUuH9x7\",\"WwiRCQy_4\",\"Mz_Jkvop7\",\"zNwzgq_h6\",\"q3gbGVTZh\",\"YG8YliWDV\",\"zrXSM3fKC\",\"B2iqAUf35\",\"ztH3zCOL2\"],optionTitles:[\"Default\",\"Step - 1\",\"Step - 2\",\"Step - 3\",\"Step - 4\",\"Step - 5\",\"Step - 6\",\"Step - 7\",\"Step - 8\",\"Step - 9\",\"Step - 10\",\"Tablet - Default\",\"Tablet - Step - 1\",\"Tablet - Step - 2\",\"Tablet - Step - 3\",\"Tablet - Step - 4\",\"Tablet - Step - 5\",\"Tablet - Step - 6\",\"Tablet - Step - 7\",\"Tablet - Step - 8\",\"Tablet - Step - 9\",\"Tablet - Step - 10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYtTT9Jwnj,[{explicitInter:true,fonts:[]},...Accordion2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYtTT9Jwnj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"736\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pRGNUSpzK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Atp4RpOff\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VDQudvFsD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HL_fywhna\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FDvMPieJp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JdIhmOir4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qJydFPYWC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qBvlwuwP6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"axcl_z72Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Zal5QGSvy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wJDOoUQKD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hVn1ulQGN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GmNUuH9x7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WwiRCQy_4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Mz_Jkvop7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zNwzgq_h6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q3gbGVTZh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YG8YliWDV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zrXSM3fKC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B2iqAUf35\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ztH3zCOL2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YtTT9Jwnj.map", "// Generated by Framer (c56cc2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-500\",\"GF;Wix Madefor Display-500\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYlthv_3HQKgh.woff2\",weight:\"500\"}]}];export const css=['.framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 992px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-wWLkU .framer-styles-preset-1b28bph:not(.rich-text-wrapper), .framer-wWLkU .framer-styles-preset-1b28bph.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 500; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #302e33; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-wWLkU\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "i", "s", "Animate", "n", "r", "o", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "h", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "Lenis", "raf", "time", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "r", "l", "e", "t", "o", "a", "n", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "HeroFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "color", "height", "hover", "iconVisible", "id", "link", "mainText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MOjwPeWGT", "PgWUmowRp", "K_crSlniB", "f7aNcLWZC", "NDR99Jwp7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterxws0b8", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framere_QOx9TKd", "withCSS", "e_QOx9TKd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GoRUqtDFo", "wCUlbfcCi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapahbu0j", "args", "onMouseEnter1ru673n", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Frameri5rdUo5b7", "withCSS", "i5rdUo5b7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MenuItem02Fonts", "getFonts", "e_QOx9TKd_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "css", "FramernDk6E9TKg", "withCSS", "nDk6E9TKg_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "TriggerDropdownMenuFonts", "i5rdUo5b7_default", "DropdownMenuOpenFonts", "nDk6E9TKg_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "MenuItem02Fonts", "e_QOx9TKd_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickmf6y1d", "args", "onClickveyhs4", "onClickhtcw6u", "onClick10skea3", "GoRUqtDFotxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "l", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerlptT53RDK", "withCSS", "lptT53RDK_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerBTqi1Uaxa", "withCSS", "BTqi1Uaxa_default", "addPropertyControls", "ControlType", "addFonts", "Icon_ShineFonts", "getFonts", "BTqi1Uaxa_default", "Icon_ShineControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "text", "variant1", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "A2dWUqqQh", "eAB0ezSxr", "UJqHn7DOn", "hD9jQjsOu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerrL038M61c", "withCSS", "rL038M61c_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "HeroFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PdZo4vt7Y", "BF66vilrd", "vw_MlCDi_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17oxl7o", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerAvDAY444y", "withCSS", "AvDAY444y_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Accordion2Fonts", "getFonts", "AvDAY444y_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transition5", "transition6", "transition7", "transition8", "transition9", "transition10", "transition11", "transition12", "transition13", "transition14", "transition15", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "vw_MlCDi_1u4w4bx", "args", "vw_MlCDi_lrixbi", "vw_MlCDi_1yjbjrq", "vw_MlCDi_8uvvx7", "vw_MlCDi_173ps1l", "vw_MlCDi_5nhank", "vw_MlCDi_1g6e7sa", "vw_MlCDi_1uev8rb", "vw_MlCDi_9a8vat", "vw_MlCDi_1oj7p5h", "vw_MlCDi_7z2saq", "vw_MlCDi_zdupzm", "vw_MlCDi_1d42cui", "vw_MlCDi_1pjhga7", "vw_MlCDi_nzv6ew", "vw_MlCDi_fvl924", "vw_MlCDi_osik96", "vw_MlCDi_1l5i1wz", "vw_MlCDi_gsxj0w", "vw_MlCDi_5noavq", "vw_MlCDi_1xqdkzz", "vw_MlCDi_e4w2wu", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "css", "FramerYtTT9Jwnj", "withCSS", "YtTT9Jwnj_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
